Skip to content

Commit

Permalink
Release 1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed Jul 28, 2014
1 parent 8e51bf1 commit 111411e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [In Git](https://github.com/cucumber/cucumber/compare/v1.3.15...v1.3.x-bugfix)
## [In Git](https://github.com/cucumber/cucumber/compare/v1.3.16...v1.3.x-bugfix)

## [v1.3.16](https://github.com/cucumber/cucumber/compare/v1.3.15...v1.3.16)

* Add RSpec 3 test double support ([689](https://github.com/cucumber/cucumber/pull/689) @cyphactor)
* Fix bug with rerun formatter and `--expand` option ([710](https://github.com/cucumber/cucumber/pull/710) @brasmusson)
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.15'
VERSION = '1.3.16'
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 111411e

Please sign in to comment.