Skip to content

Commit

Permalink
Add symbols.rb to gem specification and bump version to 2.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Aug 2, 2009
1 parent 55e0f67 commit fa0733f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion money.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "money"
s.version = "2.1.3"
s.version = "2.1.4"
s.summary = "Money and currency exchange support library"
s.email = "hongli@phusion.nl"
s.homepage = "http://money.rubyforge.org/"
Expand All @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
"lib/money/core_extensions.rb",
"lib/money/errors.rb",
"lib/money/money.rb",
"lib/money/symbols.rb",
"lib/money/variable_exchange_bank.rb",
"test/core_extensions_spec.rb",
"test/exchange_bank_spec.rb",
Expand Down

0 comments on commit fa0733f

Please sign in to comment.