Skip to content

Commit

Permalink
Regenerated gemspec for version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kratob committed Nov 5, 2010
1 parent 18d9be4 commit 40f946c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions cucumber_factory.gemspec
Expand Up @@ -5,18 +5,20 @@

Gem::Specification.new do |s|
s.name = %q{cucumber_factory}
s.version = "1.7.0"
s.version = "1.7.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Henning Koch"]
s.date = %q{2010-09-04}
s.date = %q{2010-11-05}
s.description = %q{Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model.}
s.email = %q{github@makandra.de}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
".gitignore",
"Gemfile",
"Gemfile.lock",
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
Expand All @@ -31,6 +33,7 @@ Gem::Specification.new do |s|
"spec/app_root/app/models/movie.rb",
"spec/app_root/app/models/opera.rb",
"spec/app_root/app/models/payment.rb",
"spec/app_root/app/models/people/actor.rb",
"spec/app_root/app/models/plain_ruby_class.rb",
"spec/app_root/app/models/user.rb",
"spec/app_root/config/boot.rb",
Expand All @@ -45,6 +48,7 @@ Gem::Specification.new do |s|
"spec/app_root/db/migrate/001_create_movies.rb",
"spec/app_root/db/migrate/002_create_users.rb",
"spec/app_root/db/migrate/003_create_payments.rb",
"spec/app_root/db/migrate/004_create_actors.rb",
"spec/app_root/lib/console_with_fixtures.rb",
"spec/app_root/log/.gitignore",
"spec/app_root/script/console",
Expand All @@ -69,6 +73,7 @@ Gem::Specification.new do |s|
"spec/app_root/app/models/payment.rb",
"spec/app_root/app/models/plain_ruby_class.rb",
"spec/app_root/app/models/user.rb",
"spec/app_root/app/models/people/actor.rb",
"spec/app_root/config/boot.rb",
"spec/app_root/config/environment.rb",
"spec/app_root/config/environments/in_memory.rb",
Expand All @@ -80,11 +85,12 @@ Gem::Specification.new do |s|
"spec/app_root/db/migrate/001_create_movies.rb",
"spec/app_root/db/migrate/002_create_users.rb",
"spec/app_root/db/migrate/003_create_payments.rb",
"spec/app_root/db/migrate/004_create_actors.rb",
"spec/app_root/lib/console_with_fixtures.rb",
"spec/spec_helper.rb",
"spec/step_mother_ext_spec.rb",
"spec/steps_spec.rb",
"spec/factory_spec.rb"
"spec/factory_spec.rb",
"spec/steps_spec.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 40f946c

Please sign in to comment.