Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit c189e94

Browse files
committed
prepare release v4.1.0
1 parent 6c915c1 commit c189e94

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file.
44
This 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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

1515
Add this line to your application's Gemfile:
1616

17-
gem 'dkdeploy-cucumber', '~> 4.0'
17+
gem 'dkdeploy-cucumber', '~> 4.1'
1818

1919
And then execute:
2020

lib/dkdeploy/cucumber/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)