5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{moip}
8
- s . version = "2.1.0 "
8
+ s . version = "2.1.1 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Guilherme Nascimento" ]
@@ -42,13 +42,15 @@ Gem::Specification.new do |s|
42
42
s . add_runtime_dependency ( %q<moip> , [ ">= 0" ] )
43
43
s . add_development_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
44
44
s . add_development_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
45
+ s . add_development_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
45
46
s . add_runtime_dependency ( %q<nokogiri> , [ "~> 1.4.3" ] )
46
47
s . add_runtime_dependency ( %q<httparty> , [ "~> 0.6.1" ] )
47
48
s . add_runtime_dependency ( %q<activesupport> , [ ">= 2.3.2" ] )
48
49
else
49
50
s . add_dependency ( %q<moip> , [ ">= 0" ] )
50
51
s . add_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
51
52
s . add_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
53
+ s . add_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
52
54
s . add_dependency ( %q<nokogiri> , [ "~> 1.4.3" ] )
53
55
s . add_dependency ( %q<httparty> , [ "~> 0.6.1" ] )
54
56
s . add_dependency ( %q<activesupport> , [ ">= 2.3.2" ] )
@@ -57,6 +59,7 @@ Gem::Specification.new do |s|
57
59
s . add_dependency ( %q<moip> , [ ">= 0" ] )
58
60
s . add_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
59
61
s . add_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
62
+ s . add_dependency ( %q<rspec> , [ "~> 2.1.0" ] )
60
63
s . add_dependency ( %q<nokogiri> , [ "~> 1.4.3" ] )
61
64
s . add_dependency ( %q<httparty> , [ "~> 0.6.1" ] )
62
65
s . add_dependency ( %q<activesupport> , [ ">= 2.3.2" ] )
0 commit comments