Sha256: fff71dc6c8b40b2bfeb9022216714821c8d5b6156bf091bc502e17a630e096d8

Contents?: true

Size: 733 Bytes

Versions: 3

Compression:

Stored size: 733 Bytes

Contents

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

# Maintain your gem's version:
require 'workarea/stripe/version'

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = 'workarea-stripe'
  s.version     = Workarea::Stripe::VERSION
  s.authors     = ["Jeff Yucis"]
  s.email       = ["jyucis@weblinc.com"]
  s.homepage    = "https://github.com/workarea-commerce/workarea-stripe"
  s.summary     = "Stripe payment processor integration for the Workarea Commerce Platform"
  s.description = "Stripe payment processor integration for the Workarea Commerce Platform"

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

  s.license = 'Business Software License'

  s.add_dependency 'workarea', '>= 3.5.x'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-stripe-1.1.2 workarea-stripe.gemspec
workarea-stripe-1.1.1 workarea-stripe.gemspec
workarea-stripe-1.1.0 workarea-stripe.gemspec