Skip to content

Commit

Permalink
Regenerated gemspec for version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Oct 4, 2010
1 parent c4dc6c1 commit 62deebf
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions simple_currency.gemspec
Expand Up @@ -5,60 +5,61 @@

Gem::Specification.new do |s|
s.name = %q{simple_currency}
s.version = "1.2.0"
s.version = "1.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Oriol Gual", "Josep M. Bach", "Josep Jaume Rey"]
s.date = %q{2010-10-03}
s.date = %q{2010-10-04}
s.description = %q{A really simple currency converter using XavierMedia API. It's Ruby 1.8, 1.9 and JRuby compatible, and it also takes advantage of Rails cache when available.}
s.email = %q{info@codegram.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"README.md"
]
s.files = [
".autotest",
".bundle/config",
".gitignore",
".rspec",
".rvmrc",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"autotest/discover.rb",
"lib/core_ext/numeric.rb",
"lib/simple_currency.rb",
"lib/simple_currency/currency_convertible.rb",
"simple_currency.gemspec",
"spec/simple_currency_spec.rb",
"spec/spec_helper.rb",
"spec/support/xavier.xml"
".bundle/config",
".gitignore",
".rspec",
".rvmrc",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
"autotest/discover.rb",
"lib/core_ext/numeric.rb",
"lib/simple_currency.rb",
"lib/simple_currency/currency_convertible.rb",
"simple_currency.gemspec",
"spec/simple_currency_spec.rb",
"spec/spec_helper.rb",
"spec/support/xavier.xml"
]
s.homepage = %q{http://github.com/codegram/simple_currency}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A really simple currency converter using XavierMedia API.}
s.test_files = [
"spec/simple_currency_spec.rb",
"spec/spec_helper.rb"
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<crack>, [">= 0"])
s.add_runtime_dependency(%q<crack>, [">= 0.1.8"])
s.add_development_dependency(%q<jeweler>, [">= 1.4.0"])
s.add_development_dependency(%q<rspec>, [">= 2.0.0.beta.22"])
s.add_development_dependency(%q<fakeweb>, [">= 1.3.0"])
s.add_development_dependency(%q<rails>, [">= 3.0.0"])
s.add_development_dependency(%q<bundler>, [">= 1.0.0"])
else
s.add_dependency(%q<crack>, [">= 0"])
s.add_dependency(%q<crack>, [">= 0.1.8"])
s.add_dependency(%q<jeweler>, [">= 1.4.0"])
s.add_dependency(%q<rspec>, [">= 2.0.0.beta.22"])
Expand All @@ -67,6 +68,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<bundler>, [">= 1.0.0"])
end
else
s.add_dependency(%q<crack>, [">= 0"])
s.add_dependency(%q<crack>, [">= 0.1.8"])
s.add_dependency(%q<jeweler>, [">= 1.4.0"])
s.add_dependency(%q<rspec>, [">= 2.0.0.beta.22"])
Expand Down

0 comments on commit 62deebf

Please sign in to comment.