forked from moiplabs/moip-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoip.gemspec
27 lines (20 loc) · 860 Bytes
/
moip.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
gem.name = %q{moip}
gem.version = "1.0.3"
gem.authors = ["Guilherme Nascimento"]
gem.date = %q{2010-11-10}
gem.description = %q{Gem para utilização da API MoIP}
gem.email = %q{[email protected]}
gem.summary = %q{Gem para utilização da API MoIP}
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- spec/*.rb`.split("\n")
gem.homepage = %q{http://github.com/moiplabs/moip-ruby}
gem.require_paths = ["lib"]
gem.rdoc_options = ["--charset=UTF-8"]
gem.extra_rdoc_files = [ "LICENSE", "README.markdown"]
gem.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
gem.add_runtime_dependency(%q<nokogiri>, ["~> 1.6.6"])
gem.add_runtime_dependency(%q<httparty>, ["~> 0.13.5"])
gem.add_runtime_dependency(%q<activesupport>, [">= 2.3.2"])
end