Skip to content

Commit

Permalink
updated money dependency to 5.0.0. bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzan committed May 11, 2012
1 parent 50e591b commit 677203a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eu_central_bank.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "eu_central_bank"
s.version = "0.3.1"
s.version = "0.3.2"
s.platform = Gem::Platform::RUBY
s.authors = ["Wong Liang Zan", "Shane Emmons", "Thorsten Böttger", "Jonathan Eisenstein"]
s.email = ["zan@liangzan.net"]
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "nokogiri"
s.add_dependency "money", "~> 4.0.1"
s.add_dependency "money", ">= 5.0.0"

s.add_development_dependency "rspec", ">= 2.0.0"
s.add_development_dependency "rr"
Expand Down

0 comments on commit 677203a

Please sign in to comment.