Sha256: 2c0f493cacf8a92b668c0ab63657e3d0a0303f328e727bbf097b87e082f3a678

Contents?: true

Size: 1.53 KB

Versions: 10

Compression:

Stored size: 1.53 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "payture_api"
  spec.version       = Payture::VERSION
  spec.authors       = ["Kirill"]
  spec.email         = ["c.derche@me.com"]

  spec.summary       = "Payture.com API for Ruby"
  spec.description   = "Payture API for Ruby. To get started with Payture, you will need an account, please contact Payture directly. Please also note that this module was not developed by Payture."
  spec.homepage      = "https://github.com/cderche/payture_ruby"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
  # to allow pushing to a single host or delete this section to allow pushing to any host.
  # if spec.respond_to?(:metadata)
  #   spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
  # else
  #   raise "RubyGems 2.0 or newer is required to protect against " \
  #     "public gem pushes."
  # end

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.13"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_development_dependency "faker", "~> 1.6"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
payture_api-0.2.0 payture_ruby.gemspec
payture_api-0.1.9 payture_ruby.gemspec
payture_api-0.1.8 payture_ruby.gemspec
payture_api-0.1.7 payture_ruby.gemspec
payture_api-0.1.6 payture_ruby.gemspec
payture_api-0.1.5 payture_ruby.gemspec
payture_api-0.1.4 payture_ruby.gemspec
payture_api-0.1.3 payture_ruby.gemspec
payture_api-0.1.2 payture_ruby.gemspec
payture_api-0.1.1 payture_ruby.gemspec