Sha256: 19ff7581f062b4807d74354c58d4dcb095b189e3a4cbb1fb52ec28994165e02c

Contents?: true

Size: 1.27 KB

Versions: 16

Compression:

Stored size: 1.27 KB

Contents

# frozen_string_literal: true

require_relative 'lib/nexio_activemerchant/version'

Gem::Specification.new do |spec|
  spec.name          = 'nexio_activemerchant'
  spec.version       = NexioActivemerchant::VERSION
  spec.authors       = %w[Whitespectre]
  spec.email         = %w[hello@whitespectre.com]
  spec.licenses      = %w[MIT]

  spec.summary       = 'ActiveMechant gateway for Nexio'
  spec.homepage      = 'https://github.com/whitespectre/nexio_activemerchant'
  spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')

  spec.metadata['homepage_uri'] = spec.homepage
  spec.metadata['source_code_uri'] = 'https://github.com/whitespectre/nexio_activemerchant'
  spec.metadata['changelog_uri'] = 'https://github.com/whitespectre/nexio_activemerchant/blob/master/CHANGELOG'

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |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_dependency 'activemerchant'
  spec.add_dependency 'json'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
nexio_activemerchant-0.4.3 nexio_activemerchant.gemspec
nexio_activemerchant-0.4.2 nexio_activemerchant.gemspec
nexio_activemerchant-0.4.1 nexio_activemerchant.gemspec
nexio_activemerchant-0.4.0 nexio_activemerchant.gemspec
nexio_activemerchant-0.3.1 nexio_activemerchant.gemspec
nexio_activemerchant-0.3.0 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.8 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.7 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.6 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.5 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.4 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.3 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.2 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.1 nexio_activemerchant.gemspec
nexio_activemerchant-0.2.0 nexio_activemerchant.gemspec
nexio_activemerchant-0.1.1 nexio_activemerchant.gemspec