Sha256: 8fb9e9efc905fbab7583ea08f6e7c743cb60f07620ca43cf74d815e394597348

Contents?: true

Size: 855 Bytes

Versions: 3

Compression:

Stored size: 855 Bytes

Contents

$:.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'Mollie/API/Client'

spec = Gem::Specification.new do |s|
  s.name = 'mollie-api-ruby'
  s.version = Mollie::API::Client::CLIENT_VERSION
  s.summary = 'Official Mollie API Client for Ruby'
  s.description = 'Accepting iDEAL, Mister Cash, Creditcard, PayPal, and paysafecard online payments without fixed monthly costs or any punishing registration procedures.'
  s.authors = ['Rick Wong']
  s.email = ['info@mollie.nl']
  s.homepage = 'https://github.com/mollie/mollie-api-ruby'
  s.license = 'BSD'

  s.add_dependency('rest-client', '~> 1.6')
  s.add_dependency('json', '~> 1.8')

  s.files = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- test/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ['lib']
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mollie-api-ruby-1.1.1 mollie.gemspec
mollie-api-ruby-1.1.0 mollie.gemspec
mollie-api-ruby-1.0.1 mollie.gemspec