Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Jan 1, 2010
1 parent e71d755 commit f677df8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions steak.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{steak} s.name = %q{steak}
s.version = "0.2.1" s.version = "0.3.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Luismi Cavall\303\251"] s.authors = ["Luismi Cavall\303\251"]
s.date = %q{2009-08-31} s.date = %q{2010-01-01}
s.description = %q{Acceptance specs for Rails} s.description = %q{Acceptance specs for Rails}
s.email = %q{luismi@lmcavalle.com} s.email = %q{luismi@lmcavalle.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -34,8 +37,8 @@ Gem::Specification.new do |s|
"spec/acceptance/acceptance_helper.rb", "spec/acceptance/acceptance_helper.rb",
"spec/acceptance/acceptance_spec_generator_spec.rb", "spec/acceptance/acceptance_spec_generator_spec.rb",
"spec/acceptance/basic_spec.rb", "spec/acceptance/basic_spec.rb",
"spec/acceptance/steak_generator_spec.rb", "spec/acceptance/rails_spec.rb",
"spec/acceptance/rails_spec.rb" "spec/acceptance/steak_generator_spec.rb"
] ]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand All @@ -51,3 +54,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rspec-rails>, [">= 1.2.7.1"]) s.add_dependency(%q<rspec-rails>, [">= 1.2.7.1"])
end end
end end

0 comments on commit f677df8

Please sign in to comment.