--- !ruby/object:Gem::Specification name: currencies version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 1 version: 0.2.1 platform: ruby authors: - hexorx autorequire: bindir: bin cert_chain: [] date: 2010-03-30 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: yard prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 description: "If you are tracking any kind of assets the currencies gem is for you. It contains every currency in the ISO 4217 standard and allows you to add your own as well. So if you decide to take sparkly buttons as a form of payment you can use currencies to display the shiny button unicode symbol \xE2\x98\xBC (disclaimer: \xE2\x98\xBC may not look like a shiny button to everyone.) when used with something like the money gem. Speaking of the money gem, currencies gives you an ExchangeBank that the money gem can use to convert from one currency to another. There are plans to have ExchangeRate provider plugin system. Right now the rates are either set manually or pulled from Yahoo Finance." email: hexorx@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - .document - .gitignore - LICENSE - README.markdown - Rakefile - VERSION - currencies.gemspec - lib/currencies.rb - lib/currencies/currency.rb - lib/currencies/exchange_bank.rb - lib/currencies/extentions.rb - lib/data/iso4217.yaml - spec/currency_spec.rb - spec/exchange_bank_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/hexorx/currencies licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Simple gem for working with currencies. It is extracted from the countries gem and contains all the currency information in the ISO 4217 standard. test_files: - spec/currency_spec.rb - spec/exchange_bank_spec.rb - spec/spec_helper.rb