Sha256: 28d5d0eb0bff22934c8a9cc82d09f79347e9871524e6bcfa0de826cafe7608fe

Contents?: true

Size: 908 Bytes

Versions: 1

Compression:

Stored size: 908 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'finix'
  spec.required_ruby_version = '>= 2.0'
  spec.version       = Finix::VERSION
  spec.authors       = ['finix-payments']
  spec.email         = ['support@finixpayments.com']

  spec.summary       = %q{Finix Ruby Client}
  spec.description   = %q{Finix Ruby Client}
  spec.homepage      = 'https://www.finixpayments.com'
  spec.license       = 'MIT'

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

  spec.add_dependency('faraday', '~> 1.0.1')
  spec.add_dependency('faraday_middleware', '~> 1.0.0')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
finix-1.0.0 finix.gemspec