|
1 | 1 | # Generated by jeweler
|
2 | 2 | # 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' |
4 | 4 | # -*- encoding: utf-8 -*-
|
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s|
|
7 | 7 | s.name = %q{moip}
|
8 |
| - s.version = "1.0.1" |
| 8 | + s.version = "2.0.0" |
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"]
|
12 |
| - s.date = %q{2010-11-10} |
| 12 | + s.date = %q{2012-04-29} |
13 | 13 | s.description = %q{Gem para utilização da API MoIP}
|
14 | 14 |
|
15 | 15 | s.extra_rdoc_files = [
|
16 | 16 | "LICENSE",
|
17 |
| - "README.markdown" |
| 17 | + "README.markdown" |
18 | 18 | ]
|
19 | 19 | s.files = [
|
20 | 20 | ".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" |
32 | 31 | ]
|
33 | 32 | s.homepage = %q{http://github.com/guinascimento/moip}
|
34 |
| - s.rdoc_options = ["--charset=UTF-8"] |
35 | 33 | s.require_paths = ["lib"]
|
36 |
| - s.rubygems_version = %q{1.3.7} |
| 34 | + s.rubygems_version = %q{1.3.6} |
37 | 35 | s.summary = %q{Gem para utilização da API MoIP}
|
38 |
| - s.test_files = [ |
39 |
| - "spec/moip_spec.rb" |
40 |
| - ] |
41 | 36 |
|
42 | 37 | if s.respond_to? :specification_version then
|
43 | 38 | current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
44 | 39 | s.specification_version = 3
|
45 | 40 |
|
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"]) |
47 | 44 | s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
|
48 | 45 | s.add_runtime_dependency(%q<nokogiri>, ["~> 1.4.3"])
|
49 | 46 | s.add_runtime_dependency(%q<httparty>, ["~> 0.6.1"])
|
50 | 47 | s.add_runtime_dependency(%q<activesupport>, [">= 2.3.2"])
|
51 | 48 | else
|
| 49 | + s.add_dependency(%q<moip>, [">= 0"]) |
| 50 | + s.add_dependency(%q<rspec>, ["~> 2.1.0"]) |
52 | 51 | s.add_dependency(%q<rspec>, ["~> 2.1.0"])
|
53 | 52 | s.add_dependency(%q<nokogiri>, ["~> 1.4.3"])
|
54 | 53 | s.add_dependency(%q<httparty>, ["~> 0.6.1"])
|
55 | 54 | s.add_dependency(%q<activesupport>, [">= 2.3.2"])
|
56 | 55 | end
|
57 | 56 | else
|
| 57 | + s.add_dependency(%q<moip>, [">= 0"]) |
| 58 | + s.add_dependency(%q<rspec>, ["~> 2.1.0"]) |
58 | 59 | s.add_dependency(%q<rspec>, ["~> 2.1.0"])
|
59 | 60 | s.add_dependency(%q<nokogiri>, ["~> 1.4.3"])
|
60 | 61 | s.add_dependency(%q<httparty>, ["~> 0.6.1"])
|
|
0 commit comments