File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{simple_currency}
8
- s . version = "1.1.1 "
8
+ s . version = "1.1.2 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Oriol Gual" , "Josep M. Bach" , "Josep Jaume Rey" ]
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
40
40
s . homepage = %q{http://github.com/codegram/simple_currency}
41
41
s . rdoc_options = [ "--charset=UTF-8" ]
42
42
s . require_paths = [ "lib" ]
43
- s . rubygems_version = %q{1.3.6 }
43
+ s . rubygems_version = %q{1.3.7 }
44
44
s . summary = %q{A really simple currency converter using the Xurrency and XavierMedia APIs.}
45
45
s . test_files = [
46
46
"spec/simple_currency_spec.rb" ,
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
51
51
current_version = Gem ::Specification ::CURRENT_SPECIFICATION_VERSION
52
52
s . specification_version = 3
53
53
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
55
55
s . add_runtime_dependency ( %q<crack> , [ ">= 0.1.8" ] )
56
56
s . add_development_dependency ( %q<jeweler> , [ ">= 1.4.0" ] )
57
57
s . add_development_dependency ( %q<rspec> , [ ">= 2.0.0.beta.20" ] )
You can’t perform that action at this time.
0 commit comments