-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathapi_moip_assinaturas.gemspec
29 lines (25 loc) · 1.16 KB
/
api_moip_assinaturas.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
28
29
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = 'api-moip-assinaturas'
s.version = '0.2.42'
s.date = '2013-07-02'
s.summary = "Moip Assinaturas by Pixxel"
s.description = "Gem desenvolvida para atender aos requisitos do moip api de assinaturas"
s.authors = ["Douglas Rossignolli"]
s.email = '[email protected]'
s.homepage = 'https://github.com/xdougx/api-moip-assinaturas'
s.license = 'Apache Licence 2.0'
s.files = Dir["{lib/**/*.rb,lib/**/*.yml,README.rdoc,test/**/*.rb,Rakefile,*.gemspec}"]
s.require_paths = ["lib"]
s.required_ruby_version = '>= 1.9.3'
s.required_rubygems_version = '>= 1.8.11'
s.add_development_dependency 'httparty', '~> 0.11.0', '>= 0.11.0'
s.add_development_dependency 'json', '~> 1.7.7', '>= 1.7.7'
s.add_development_dependency 'activemodel', '~> 3.2.12', '>= 3.2.12'
s.add_development_dependency 'i18n', '~> 0.6.1', '>= 0.6.1'
s.add_dependency 'httparty', '>= 0.11.0'
s.add_dependency 'json', '>= 1.7.7'
s.add_dependency 'activemodel', '>= 3.2.12'
s.add_dependency 'i18n', '~> 0.6.1', '>= 0.6.1'
end