Sha256: a255fb03879c1e5baa9483b00ce40f19fe282047bc1748a37cdbfe36123d631a

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rents/version'

Gem::Specification.new do |spec|
  spec.name          = "rents"
  spec.version       = Rents::VERSION
  spec.authors       = ["Ilton Garcia"]
  spec.email         = ["ilton_unb@hotmail.com"]
  spec.summary       = 'Rent$ payment Gateway & Intermediary ruby gem'
  spec.description   = 'Ruby gem for Rent$ payment Gateway & Intermediary'
  spec.homepage      = "http://pagerents.github.io/rents-sdk-ruby"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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.6"
  spec.add_development_dependency "rake"

  # RSpec for tests
  spec.add_development_dependency "rspec"
  # Coverage
  spec.add_development_dependency 'simplecov', '~> 0.7.1'
  # Create readable attrs values
  spec.add_development_dependency 'faker', '~> 1.4.2'
  # For real user operator IP (4GeoLoc)
  spec.add_dependency 'curb'
  # HTTP REST Client
  spec.add_dependency "rest-client"
  # Easy JSON create
  spec.add_dependency "multi_json"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rents-0.1.3 rents.gemspec
rents-0.1.2 rents.gemspec
rents-0.1.1 rents.gemspec
rents-0.1.0 rents.gemspec