Skip to content

Commit

Permalink
Regenerated gemspec for version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 13, 2009
1 parent 9bdfd03 commit 26a44f5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions cucumber.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

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

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-10-28}
s.date = %q{2009-11-13}
s.default_executable = %q{cucumber}
s.description = %q{A BDD tool written in Ruby}
s.email = %q{cukes@googlegroups.com}
Expand Down Expand Up @@ -319,6 +319,7 @@ Gem::Specification.new do |s|
"features/bug_371.feature",
"features/bug_464.feature",
"features/bug_475.feature",
"features/call_many_steps.feature",
"features/cucumber_cli.feature",
"features/cucumber_cli_diff_disabled.feature",
"features/cucumber_cli_outlines.feature",
Expand Down Expand Up @@ -430,10 +431,14 @@ Gem::Specification.new do |s|
"lib/cucumber/language_support/language_methods.rb",
"lib/cucumber/languages.yml",
"lib/cucumber/parser.rb",
"lib/cucumber/parser/common.rb",
"lib/cucumber/parser/common.tt",
"lib/cucumber/parser/feature.rb",
"lib/cucumber/parser/feature.tt",
"lib/cucumber/parser/i18n.tt",
"lib/cucumber/parser/natural_language.rb",
"lib/cucumber/parser/py_string.rb",
"lib/cucumber/parser/py_string.tt",
"lib/cucumber/parser/table.rb",
"lib/cucumber/parser/table.tt",
"lib/cucumber/parser/treetop_ext.rb",
Expand Down Expand Up @@ -542,7 +547,7 @@ Gem::Specification.new do |s|
(::) U P G R A D I N G (::)
Thank you for installing cucumber-0.4.3.
Thank you for installing cucumber-0.4.4.
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading
for important information about this release. Happy cuking!
Expand Down Expand Up @@ -742,3 +747,4 @@ for important information about this release. Happy cuking!
s.add_dependency(%q<spork>, ["= 0.7.3"])
end
end

0 comments on commit 26a44f5

Please sign in to comment.