Skip to content

Commit

Permalink
Regenerated gemspec for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Aug 19, 2010
1 parent 08f5808 commit 91b1f95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pickle.gemspec
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ian White"]
s.date = %q{2010-08-12}
s.date = %q{2010-08-19}
s.description = %q{Easy model creation and reference in your cucumber features}
s.email = %q{ian.w.white@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -48,6 +48,7 @@ Gem::Specification.new do |s|
"features/step_definitions/generator_steps.rb",
"features/step_definitions/path_steps.rb",
"features/step_definitions/pickle_steps.rb",
"features/step_definitions/raise_error_steps.rb",
"features/support/email.rb",
"features/support/env.rb",
"features/support/paths.rb",
Expand All @@ -59,6 +60,7 @@ Gem::Specification.new do |s|
"lib/pickle/adapter.rb",
"lib/pickle/adapters/active_record.rb",
"lib/pickle/adapters/data_mapper.rb",
"lib/pickle/adapters/mongoid.rb",
"lib/pickle/config.rb",
"lib/pickle/email.rb",
"lib/pickle/email/parser.rb",
Expand Down

0 comments on commit 91b1f95

Please sign in to comment.