Skip to content

Commit

Permalink
série de ajustes e melhorias
Browse files Browse the repository at this point in the history
  • Loading branch information
guinascimento committed Apr 29, 2012
1 parent 791537d commit 1232261
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions moip.gemspec
Expand Up @@ -5,9 +5,9 @@

Gem::Specification.new do |s|
s.name = %q{moip}
s.version = "2.1.2"
s.version = "1.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
#s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Guilherme Nascimento"]
s.date = %q{2012-04-29}
s.description = %q{Gem para utilização da API MoIP}
Expand Down Expand Up @@ -43,13 +43,15 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<moip>, [">= 0"])
s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_runtime_dependency(%q<nokogiri>, ["~> 1.4.3"])
s.add_runtime_dependency(%q<httparty>, ["~> 0.8.1"])
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.2"])
else
s.add_dependency(%q<moip>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_dependency(%q<nokogiri>, ["~> 1.4.3"])
s.add_dependency(%q<httparty>, ["~> 0.8.1"])
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
Expand All @@ -58,6 +60,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<moip>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
s.add_dependency(%q<nokogiri>, ["~> 1.4.3"])
s.add_dependency(%q<httparty>, ["~> 0.8.1"])
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
Expand Down

0 comments on commit 1232261

Please sign in to comment.