Skip to content

Commit

Permalink
Add myself to contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0d1r2 committed Feb 22, 2011
1 parent d0edfdb commit 53a0d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -7,9 +7,9 @@ begin
gem.name = "currencies"
gem.summary = %Q{Simple gem for working with currencies. It is extracted from the countries gem and contains all the currency information in the ISO 4217 standard.}
gem.description = %Q{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 ☼ (disclaimer: ☼ 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.}
gem.email = "hexorx@gmail.com"
gem.email = "hexorx@gmail.com, pr0d1r2@gmail.com"
gem.homepage = "http://github.com/hexorx/currencies"
gem.authors = ["hexorx"]
gem.authors = ["hexorx", "pr0d1r2"]
gem.add_development_dependency "rspec"
gem.add_development_dependency "yard"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
Expand Down
6 changes: 3 additions & 3 deletions currencies.gemspec
Expand Up @@ -8,10 +8,10 @@ Gem::Specification.new do |s|
s.version = "0.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["hexorx"]
s.date = %q{2011-02-07}
s.authors = ["hexorx", "pr0d1r2"]
s.date = %q{2011-02-22}
s.description = %q{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 ☼ (disclaimer: ☼ 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.}
s.email = %q{hexorx@gmail.com}
s.email = %q{hexorx@gmail.com, pr0d1r2@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"
Expand Down

0 comments on commit 53a0d2b

Please sign in to comment.