Skip to content

Commit

Permalink
Updated gem description
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjbarr committed Feb 11, 2009
1 parent 40f92ec commit b87a487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
@@ -1,6 +1,6 @@
=== YahooCurrency === YahooCurrency


Get the exchange rate for a set of currency codes. Retrieve currency exchange rates from Yahoo! Finance.


==== The Yahoo! Finance Service ==== The Yahoo! Finance Service


Expand Down
2 changes: 1 addition & 1 deletion yahoo_currency.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Scott Barr"] s.authors = ["Scott Barr"]
s.date = %q{2009-02-11} s.date = %q{2009-02-11}
s.description = %q{Fetch currency exchange rates from Yahoo! Finance} s.description = %q{Retrieve currency exchange rates from Yahoo! Finance}
s.email = %q{scottb@globalitcreations.com} s.email = %q{scottb@globalitcreations.com}
s.extra_rdoc_files = ["lib/yahoo_currency/exchange_rate.rb", "lib/yahoo_currency/yahoo_currency.rb", "lib/yahoo_currency.rb", "README.rdoc"] s.extra_rdoc_files = ["lib/yahoo_currency/exchange_rate.rb", "lib/yahoo_currency/yahoo_currency.rb", "lib/yahoo_currency.rb", "README.rdoc"]
s.files = ["config.yml", "init.rb", "lib/yahoo_currency/exchange_rate.rb", "lib/yahoo_currency/yahoo_currency.rb", "lib/yahoo_currency.rb", "Manifest", "Rakefile", "README.rdoc", "test/docs/FAKE-FAKE.csv", "test/docs/JPY-USD.csv", "test/docs/USD-CAD.csv", "test/integration/yahoo_currency_test.rb", "test/mocks/yahoo_currency_mock.rb", "test/test_helper.rb", "test/unit/yahoo_currency_test.rb", "yahoo_currency.gemspec"] s.files = ["config.yml", "init.rb", "lib/yahoo_currency/exchange_rate.rb", "lib/yahoo_currency/yahoo_currency.rb", "lib/yahoo_currency.rb", "Manifest", "Rakefile", "README.rdoc", "test/docs/FAKE-FAKE.csv", "test/docs/JPY-USD.csv", "test/docs/USD-CAD.csv", "test/integration/yahoo_currency_test.rb", "test/mocks/yahoo_currency_mock.rb", "test/test_helper.rb", "test/unit/yahoo_currency_test.rb", "yahoo_currency.gemspec"]
Expand Down

0 comments on commit b87a487

Please sign in to comment.