Skip to content

Commit d5ab42b

Browse files
committed
Regenerate gemspec for version 0.1.0
1 parent 34e884f commit d5ab42b

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

moip-ruby.gemspec

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Generated by jeweler
2+
# DO NOT EDIT THIS FILE DIRECTLY
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4+
# -*- encoding: utf-8 -*-
5+
6+
Gem::Specification.new do |s|
7+
s.name = %q{moip-ruby}
8+
s.version = "0.1.0"
9+
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{[email protected]}
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}
37+
38+
if s.respond_to? :specification_version then
39+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
40+
s.specification_version = 3
41+
42+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
43+
s.add_runtime_dependency(%q<moip-ruby>, [">= 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-ruby>, [">= 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-ruby>, [">= 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
65+
end
66+

0 commit comments

Comments
 (0)