Sha256: 93ac8c496e6dba6193b4cb6cdcf9ec6ca7e2180dbc6ce45e3d70de245509d212
Contents?: true
Size: 962 Bytes
Versions: 1
Compression:
Stored size: 962 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "tpaga" s.date = "2015-03-10" s.version = "0.0.3" s.platform = Gem::Platform::RUBY s.authors = ["Sebastian Ortiz V."] s.email = ["sortiz@tpaga.co"] s.homepage = "https://tpaga.co" s.summary = %q{TPaga API Ruby Bindings powered by Swagger} s.description = %q{TPaga Payment Gateway API [Learn about TPaga](https://tpaga.co) [More information about this library](http://restunited.com/releases/515503086426391602/wrappers) } s.license = 'Apache License, Version 2.0' s.add_runtime_dependency 'typhoeus', '~> 0.2', '>= 0.2.1' s.add_runtime_dependency 'addressable', '~> 2.2', '>= 2.2.4' s.add_runtime_dependency 'json', '~> 1.4', '>= 1.4.6' s.files = `find *`.split(" ").uniq.sort.select{|f| !f.empty? } s.executables = [] s.require_paths = ["lib", "models"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tpaga-0.0.3 | tpaga.gemspec |