Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
os97673 committed Aug 9, 2013

Verified

This commit was signed with the committer’s verified signature.
cyphar Aleksa Sarai
1 parent 99de093 commit 56522e2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.3.x latest](https://github.com/cucumber/cucumber/compare/v1.3.5...v1.3.x-bugfix)
## [1.3.6](https://github.com/cucumber/cucumber/compare/v1.3.5...v1.3.6)

* Html formatter fixed to not mark passes scenarios with tables as pending ([493](https://github.com/cucumber/cucumber/issues/493) Oleg Sukhodolsky)

2 changes: 1 addition & 1 deletion lib/cucumber/platform.rb
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

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

0 comments on commit 56522e2

Please sign in to comment.