This repository was archived by the owner on Jan 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
66## [ Unreleased]
7- ### Added
87
9- - Add support for ruby 2.1
8+ ## [ 4.1.0] - 2017-08-29
9+ ### Added
1010
11+ - support for Ruby 2.1
1112
1213## [ 4.0.0] - 2017-08-28
1314### Summary
1415
1516- first public release
1617
1718[ Unreleased ] : https://github.com/dkdeploy/dkdeploy-cucumber/compare/master...develop
19+ [ 4.1.0 ] : https://github.com/dkdeploy/dkdeploy-cucumber/releases/tag/v4.1.0
1820[ 4.0.0 ] : https://github.com/dkdeploy/dkdeploy-cucumber/releases/tag/v4.0.0
Original file line number Diff line number Diff line change 22
33# Dkdeploy::Cucumber
44
5- [ ![ Build Status] ( https://travis-ci.org/dkdeploy/dkdeploy-cucumber.svg?branch=develop )] ( https://travis-ci.org/dkdeploy/dkdeploy-cucumber )
6- [ ![ Gem Version] ( https://badge.fury.io/rb/dkdeploy-cucumber.svg )] ( https://badge.fury.io/rb/dkdeploy-cucumber ) [ ![ Inline docs] ( http://inch-ci.org/github/dkdeploy/dkdeploy-cucumber.svg?branch=develop )] ( http://inch-ci.org/github/dkdeploy/dkdeploy-cucumber )
5+ [ ![ Build Status] ( https://travis-ci.org/dkdeploy/dkdeploy-cucumber.svg?branch=master )] ( https://travis-ci.org/dkdeploy/dkdeploy-cucumber )
6+ [ ![ Gem Version] ( https://badge.fury.io/rb/dkdeploy-cucumber.svg )] ( https://badge.fury.io/rb/dkdeploy-cucumber ) [ ![ Inline docs] ( http://inch-ci.org/github/dkdeploy/dkdeploy-cucumber.svg?branch=master )] ( http://inch-ci.org/github/dkdeploy/dkdeploy-cucumber )
77
88## Description
99
@@ -14,7 +14,7 @@ Tests are run with `capybara` and PhantomJS.
1414
1515Add this line to your application's Gemfile:
1616
17- gem 'dkdeploy-cucumber', '~> 4.0 '
17+ gem 'dkdeploy-cucumber', '~> 4.1 '
1818
1919And then execute:
2020
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module Cucumber
44 #
55 class Version
66 MAJOR = 4
7- MINOR = 0
7+ MINOR = 1
88 PATCH = 0
99
1010 def self . to_s
You can’t perform that action at this time.
0 commit comments