Sha256: 356af73c17ff0413eb81b19fb33fb73d5ca7e7eae5018f2360b57e1e6ab8ed6e
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ebanx/version' Gem::Specification.new do |spec| spec.name = "ebanx" spec.version = Ebanx::VERSION spec.authors = ["Gustavo Henrique Mascarenhas Machado"] spec.email = ["guhemama@gmail.com"] spec.summary = "Ruby bindings for the EBANX API" spec.description = "EBANX is the market leader in e-commerce payment solutions for International Merchants selling online to Brazil" spec.homepage = "https://www.ebanx.com" spec.license = "BSD" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "codeclimate-test-reporter" spec.add_dependency 'rest-client', '~> 1.7.3' spec.add_dependency 'json' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ebanx-1.0.2 | ebanx.gemspec |
ebanx-1.0.0 | ebanx.gemspec |