Sha256: 3d1c6da8df9ef1e0fc58e8d92439ac526c6b784c1c74d32f9df3d5349554321f

Contents?: true

Size: 750 Bytes

Versions: 4

Compression:

Stored size: 750 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

# Maintain your gem's version:
require "workarea/afterpay/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "workarea-afterpay"
  s.version     = Workarea::Afterpay::VERSION
  s.authors     = ["Jeff Yucis"]
  s.email       = ["jyucis@workarea.com"]
  s.homepage    = "https://github.com/workarea-commerce/workarea-afterpay"
  s.summary     = "Workarea Commerce Platform Afterpay integration"
  s.description = "Adds Afterpay as a payment method for Workarea Commerce Platform"

  s.files = `git ls-files`.split("\n")

  s.license = 'Business Software License'

  s.add_dependency 'workarea', '~> 3.x'

  s.add_dependency "faraday", "~> 0.10"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
workarea-afterpay-2.1.2 workarea-afterpay.gemspec
workarea-afterpay-2.1.1 workarea-afterpay.gemspec
workarea-afterpay-2.1.0 workarea-afterpay.gemspec
workarea-afterpay-2.0.2 workarea-afterpay.gemspec