Sha256: 7b6bb213f91804c8be82a8689e181997e3b73310fa6f4b61d19913a7f0b90976

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

$LOAD_PATH.push File.expand_path('lib', __dir__)

require 'mollie/version'

Gem::Specification.new do |s|
  s.name = 'mollie-api-ruby'
  s.version = Mollie::VERSION
  s.summary = 'Official Mollie API Client for Ruby'
  s.description = %(Accepting iDEAL, Bancontact, SOFORT Banking, Creditcard,
                  SEPA Bank transfer, SEPA Direct debit, PayPal,
                  KBC Payment Button, CBC Payment Button, Belfius Direct
                  Net, paysafecard, PODIUM Cadeaukaart and ING Home’Pay online
                  payments without fixed monthly costs or any punishing registration
                  procedures.')
  s.authors = ['Mollie B.V.']
  s.email = ['info@mollie.com']
  s.homepage = 'https://github.com/mollie/mollie-api-ruby'
  s.license = 'BSD'
  s.metadata = {
    'changelog_uri' => 'https://github.com/mollie/mollie-api-ruby/blob/master/CHANGELOG.md'
  }

  s.required_ruby_version = '>= 2.5'

  s.files = `git ls-files`.split("\n")
  s.test_files = Dir['test/**/*']

  s.add_dependency('ostruct', '~> 0.6.0')
  s.add_dependency('bigdecimal', '~> 3.1', '>= 3.1.8')

  s.add_development_dependency('rake')
  s.add_development_dependency('rubocop', '~> 0.57.2')
  s.add_development_dependency('test-unit')
  s.add_development_dependency('webmock')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mollie-api-ruby-4.14.0 mollie-api-ruby.gemspec