Skip to content

Commit fb6df8a

Browse files
committedApr 29, 2012
Regenerate gemspec for version 1.0.2
1 parent 8800a88 commit fb6df8a

File tree

1 file changed

+60
-21
lines changed

1 file changed

+60
-21
lines changed
 

‎moip.gemspec

+60-21
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,66 @@
1+
# Generated by jeweler
2+
# DO NOT EDIT THIS FILE DIRECTLY
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
14
# -*- encoding: utf-8 -*-
25

3-
Gem::Specification.new do |gem|
4-
gem.name = %q{moip}
5-
gem.version = "1.0.6"
6+
Gem::Specification.new do |s|
7+
s.name = %q{moip}
8+
s.version = "1.0.2"
69

7-
gem.authors = ["Guilherme Nascimento"]
8-
gem.date = %q{2010-11-10}
9-
gem.description = %q{Gem para utilização da API MoIP}
10-
gem.email = %q{guilherme.ruby@gmail.com}
11-
gem.summary = %q{Gem para utilização da API MoIP}
10+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11+
s.authors = ["Guilherme Nascimento"]
12+
s.date = %q{2012-04-29}
13+
s.description = %q{Gem para utilização da API MoIP}
14+
s.email = %q{guilherme.ruby@gmail.com}
15+
s.extra_rdoc_files = [
16+
"LICENSE",
17+
"README.markdown"
18+
]
19+
s.files = [
20+
".document",
21+
"Gemfile",
22+
"Gemfile.lock",
23+
"LICENSE",
24+
"README.markdown",
25+
"Rakefile",
26+
"VERSION",
27+
"lib/moip.rb",
28+
"lib/moip/client.rb",
29+
"lib/moip/direct_payment.rb",
30+
"moip.gemspec",
31+
"spec/moip_spec.rb"
32+
]
33+
s.homepage = %q{http://github.com/guinascimento/moip}
34+
s.require_paths = ["lib"]
35+
s.rubygems_version = %q{1.3.6}
36+
s.summary = %q{Gem para utilização da API MoIP}
1237

13-
gem.files = `git ls-files`.split("\n")
14-
gem.test_files = `git ls-files -- spec/*.rb`.split("\n")
38+
if s.respond_to? :specification_version then
39+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
40+
s.specification_version = 3
1541

16-
gem.homepage = %q{http://github.com/moiplabs/moip-ruby}
17-
gem.require_paths = ["lib"]
18-
19-
gem.rdoc_options = ["--charset=UTF-8"]
20-
gem.extra_rdoc_files = [ "LICENSE", "README.markdown"]
21-
22-
gem.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
23-
24-
gem.add_runtime_dependency(%q<nokogiri>, ["~> 1.4.2"])
25-
gem.add_runtime_dependency(%q<httparty>, ["~> 0.6.1"])
26-
gem.add_runtime_dependency(%q<activesupport>, [">= 2.3.2"])
42+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
43+
s.add_runtime_dependency(%q<moip>, [">= 0"])
44+
s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
45+
s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
46+
s.add_runtime_dependency(%q<nokogiri>, ["~> 1.4.3"])
47+
s.add_runtime_dependency(%q<httparty>, ["~> 0.8.1"])
48+
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.2"])
49+
else
50+
s.add_dependency(%q<moip>, [">= 0"])
51+
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
52+
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
53+
s.add_dependency(%q<nokogiri>, ["~> 1.4.3"])
54+
s.add_dependency(%q<httparty>, ["~> 0.8.1"])
55+
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
56+
end
57+
else
58+
s.add_dependency(%q<moip>, [">= 0"])
59+
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
60+
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
61+
s.add_dependency(%q<nokogiri>, ["~> 1.4.3"])
62+
s.add_dependency(%q<httparty>, ["~> 0.8.1"])
63+
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
64+
end
2765
end
66+

0 commit comments

Comments
 (0)
Please sign in to comment.