Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed May 15, 2009
1 parent 64ba730 commit 20021e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
== 0.3.x (In Git)
== 0.3.5 2009-05-14

Let's make a new release today because two annoying bugs are fixed.

=== Bugfixes
* Allow feature element names to contain Gherkin keywords as long as they are not the first word on a newline (#319, #307 Joseph Wilk)
Expand Down
4 changes: 2 additions & 2 deletions cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{cucumber}
s.version = "0.3.4"
s.version = "0.3.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aslak Helles\303\270y"]
s.date = %q{2009-05-14}
s.date = %q{2009-05-15}
s.default_executable = %q{cucumber}
s.description = %q{Executable Feature scenarios}
s.email = ["aslak.hellesoy@gmail.com"]
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Cucumber #:nodoc:
class VERSION #:nodoc:
MAJOR = 0
MINOR = 3
TINY = 4
TINY = 5
PATCH = nil # Set to nil for official release

STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
Expand Down

0 comments on commit 20021e9

Please sign in to comment.