Skip to content

Commit

Permalink
start requiring ruby 1.9.2 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Jul 20, 2012
1 parent 51776ff commit 81837db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions money.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.summary = "Money and currency exchange support library."
s.description = "This library aids one in handling money and different currencies."

s.required_ruby_version = ">= 1.9.2"
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "i18n", "~> 0.6.0"
Expand Down

0 comments on commit 81837db

Please sign in to comment.