Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa33444

Browse files
author
Josep M. Bach + Oriol Gual
committed
Regenerated gemspec for version 1.1.2
1 parent dce7055 commit aa33444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

simple_currency.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{simple_currency}
8-
s.version = "1.1.1"
8+
s.version = "1.1.2"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Oriol Gual", "Josep M. Bach", "Josep Jaume Rey"]
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
4040
s.homepage = %q{http://github.com/codegram/simple_currency}
4141
s.rdoc_options = ["--charset=UTF-8"]
4242
s.require_paths = ["lib"]
43-
s.rubygems_version = %q{1.3.6}
43+
s.rubygems_version = %q{1.3.7}
4444
s.summary = %q{A really simple currency converter using the Xurrency and XavierMedia APIs.}
4545
s.test_files = [
4646
"spec/simple_currency_spec.rb",
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
5151
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
5252
s.specification_version = 3
5353

54-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
54+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
5555
s.add_runtime_dependency(%q<crack>, [">= 0.1.8"])
5656
s.add_development_dependency(%q<jeweler>, [">= 1.4.0"])
5757
s.add_development_dependency(%q<rspec>, [">= 2.0.0.beta.20"])

0 commit comments

Comments
 (0)