Skip to content

Commit 35300f3

Browse files
Regenerate gemspec for version 2.0.0
1 parent 731fc27 commit 35300f3

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

moip.gemspec

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,61 @@
11
# Generated by jeweler
22
# DO NOT EDIT THIS FILE DIRECTLY
3-
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
55

66
Gem::Specification.new do |s|
77
s.name = %q{moip}
8-
s.version = "1.0.1"
8+
s.version = "2.0.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Guilherme Nascimento"]
12-
s.date = %q{2010-11-10}
12+
s.date = %q{2012-04-29}
1313
s.description = %q{Gem para utilização da API MoIP}
1414
s.email = %q{[email protected]}
1515
s.extra_rdoc_files = [
1616
"LICENSE",
17-
"README.markdown"
17+
"README.markdown"
1818
]
1919
s.files = [
2020
".document",
21-
".gitignore",
22-
"Gemfile",
23-
"Gemfile.lock",
24-
"LICENSE",
25-
"README.markdown",
26-
"Rakefile",
27-
"VERSION",
28-
"lib/direct_payment.rb",
29-
"lib/moip.rb",
30-
"moip.gemspec",
31-
"spec/moip_spec.rb"
21+
"Gemfile",
22+
"Gemfile.lock",
23+
"LICENSE",
24+
"README.markdown",
25+
"Rakefile",
26+
"VERSION",
27+
"lib/direct_payment.rb",
28+
"lib/moip.rb",
29+
"moip.gemspec",
30+
"spec/moip_spec.rb"
3231
]
3332
s.homepage = %q{http://github.com/guinascimento/moip}
34-
s.rdoc_options = ["--charset=UTF-8"]
3533
s.require_paths = ["lib"]
36-
s.rubygems_version = %q{1.3.7}
34+
s.rubygems_version = %q{1.3.6}
3735
s.summary = %q{Gem para utilização da API MoIP}
38-
s.test_files = [
39-
"spec/moip_spec.rb"
40-
]
4136

4237
if s.respond_to? :specification_version then
4338
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
4439
s.specification_version = 3
4540

46-
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
41+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
42+
s.add_runtime_dependency(%q<moip>, [">= 0"])
43+
s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
4744
s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
4845
s.add_runtime_dependency(%q<nokogiri>, ["~> 1.4.3"])
4946
s.add_runtime_dependency(%q<httparty>, ["~> 0.6.1"])
5047
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.2"])
5148
else
49+
s.add_dependency(%q<moip>, [">= 0"])
50+
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
5251
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
5352
s.add_dependency(%q<nokogiri>, ["~> 1.4.3"])
5453
s.add_dependency(%q<httparty>, ["~> 0.6.1"])
5554
s.add_dependency(%q<activesupport>, [">= 2.3.2"])
5655
end
5756
else
57+
s.add_dependency(%q<moip>, [">= 0"])
58+
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
5859
s.add_dependency(%q<rspec>, ["~> 2.1.0"])
5960
s.add_dependency(%q<nokogiri>, ["~> 1.4.3"])
6061
s.add_dependency(%q<httparty>, ["~> 0.6.1"])

0 commit comments

Comments
 (0)