Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 3, 2011
1 parent d62e5e5 commit 2a83fec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions acts_as_price.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{acts_as_price}
s.version = "0.1.3"
s.version = "0.2.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeroen van Ingen"]
s.date = %q{2011-05-01}
s.date = %q{2011-06-03}
s.description = %q{A specified database column acts as a price and creates on the fly methods like 'price' and 'price_in_cents'. For more information visit: http://github.com/jeroeningen/acts_as_price}
s.email = %q{jeroeningen@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -68,6 +68,7 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, ["= 3.0.7"])
s.add_runtime_dependency(%q<rake>, ["= 0.8.7"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_runtime_dependency(%q<rails>, ["= 3.0.7"])
s.add_development_dependency(%q<rspec-rails>, ["= 2.5.0"])
Expand All @@ -78,6 +79,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<activerecord-nulldb-adapter>, ["= 0.2.1"])
else
s.add_dependency(%q<rails>, ["= 3.0.7"])
s.add_dependency(%q<rake>, ["= 0.8.7"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rails>, ["= 3.0.7"])
s.add_dependency(%q<rspec-rails>, ["= 2.5.0"])
Expand All @@ -89,6 +91,7 @@ Gem::Specification.new do |s|
end
else
s.add_dependency(%q<rails>, ["= 3.0.7"])
s.add_dependency(%q<rake>, ["= 0.8.7"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rails>, ["= 3.0.7"])
s.add_dependency(%q<rspec-rails>, ["= 2.5.0"])
Expand Down

0 comments on commit 2a83fec

Please sign in to comment.