Skip to content

Commit

Permalink
Release v1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed Feb 13, 2015
1 parent 490b251 commit b3c5601
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## [In Git](https://github.com/cucumber/cucumber/compare/v1.3.18...v1.3.x-bugfix)
## [In Git](https://github.com/cucumber/cucumber/compare/v1.3.19...v1.3.x-bugfix)

* Your change here?

## [In Git](https://github.com/cucumber/cucumber/compare/v1.3.18...v1.3.19)

* Update multi_test dependency to prevent crashes on ruby 2.2 when no minitest
or rspec available (@tooky)
* Fixing the spaces in file paths in the rerun file causing the file list to be
split incorrectly ([793](https://github.com/cucumber/cucumber/pull/793)
@callahat)

## [v1.3.18](https://github.com/cucumber/cucumber/compare/v1.3.17...v1.3.18)

* Ruby 2.2 support ([774](https://github.com/cucumber/cucumber/pull/774) @tricknotes)
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Cucumber
unless defined?(Cucumber::VERSION)
VERSION = '1.3.18'
VERSION = '1.3.19'
BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber')
LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib')
JRUBY = defined?(JRUBY_VERSION)
Expand Down

0 comments on commit b3c5601

Please sign in to comment.