Skip to content

Commit

Permalink
Release 0.3.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jun 16, 2009
1 parent 6e0d2f1 commit 41c07a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Manifest.txt
Expand Up @@ -205,6 +205,8 @@ examples/sinatra/features/step_definitions/add_steps.rb
examples/sinatra/features/support/env.rb
examples/sinatra/views/add.erb
examples/sinatra/views/layout.erb
examples/steps_library/features/step_definitions/steps_lib1.rb
examples/steps_library/features/step_definitions/steps_lib2.rb
examples/test_unit/Rakefile
examples/test_unit/features/step_definitions/test_unit_steps.rb
examples/test_unit/features/test_unit.feature
Expand Down Expand Up @@ -264,6 +266,7 @@ features/report_called_undefined_steps.feature
features/snippet.feature
features/step_definitions/cucumber_steps.rb
features/step_definitions/extra_steps.rb
features/steps_formatter.feature
features/support/env.rb
features/usage.feature
features/work_in_progress.feature
Expand Down Expand Up @@ -323,6 +326,7 @@ lib/cucumber/formatter/pretty.rb
lib/cucumber/formatter/profile.rb
lib/cucumber/formatter/progress.rb
lib/cucumber/formatter/rerun.rb
lib/cucumber/formatter/steps.rb
lib/cucumber/formatter/tag_cloud.rb
lib/cucumber/formatter/unicode.rb
lib/cucumber/formatter/usage.rb
Expand Down
2 changes: 1 addition & 1 deletion cucumber.gemspec
Expand Up @@ -2,7 +2,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aslak Helles\303\270y"]
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/version.rb
Expand Up @@ -3,7 +3,7 @@ class VERSION #:nodoc:
MAJOR = 0
MINOR = 3
TINY = 11
PATCH = 5 # Set to nil for official release
PATCH = 6 # Set to nil for official release

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

0 comments on commit 41c07a9

Please sign in to comment.