Skip to content

Commit

Permalink
Release 0.1.99.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Feb 2, 2009
1 parent 1e27f1d commit 19fae19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ examples/self_test/features/outline_sample.feature
examples/self_test/features/sample.feature
examples/self_test/features/step_definitions/sample_steps.rb
examples/self_test/features/support/env.rb
examples/self_test/features/support/tag_count_formatter.rb
examples/test_unit/Rakefile
examples/test_unit/features/step_definitions/test_unit_steps.rb
examples/test_unit/features/test_unit.feature
Expand All @@ -156,6 +157,7 @@ examples/watir/features/support/env.rb
features/background.feature
features/cucumber_cli.feature
features/cucumber_cli_outlines.feature
features/custom_formatter.feature
features/report_called_undefined_steps.feature
features/step_definitions/cucumber_steps.rb
features/step_definitions/extra_steps.rb
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.1.99.18"
s.version = "0.1.99.19"

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-01-31}
s.date = %q{2009-02-02}
s.default_executable = %q{cucumber}
s.description = %q{Executable Feature scenarios}
s.email = ["[email protected]"]
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class VERSION #:nodoc:
MAJOR = 0
MINOR = 1
TINY = 99
PATCH = 18 # Set to nil for official release
PATCH = 19 # Set to nil for official release

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

0 comments on commit 19fae19

Please sign in to comment.