Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Webber committed Jul 12, 2013
1 parent b95fb9d commit 138ae96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 2.3.0/ 2013-07-12

* Fixes for Cucumber ~> 1.3 and gherkin ~> 2.12 by loading
a required platform file.

=== 2.2.3/ 2013-02-15

* Step Definitions that are marked as 'pending' will now appear as pending
Expand Down
4 changes: 2 additions & 2 deletions city.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Gem::Specification.new do |s|
}

s.add_dependency 'gherkin', '>= 2.2.9'
s.add_dependency 'cucumber', '>= 0.7.5'
s.add_dependency 'gherkin', '~> 2.12'
s.add_dependency 'cucumber', '~> 1.3'
s.add_dependency 'yard', '>= 0.8.1'

s.rubygems_version = "1.3.7"
Expand Down
2 changes: 1 addition & 1 deletion lib/yard-cucumber/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CucumberInTheYARD
VERSION = '2.2.3'
VERSION = '2.3.0'
end

0 comments on commit 138ae96

Please sign in to comment.