Sha256: 1e13faa1c31a62e71e0f0cbd9e7f61b9a083474bc01876ce3a0faf6c9ed5c6e6
Contents?: true
Size: 730 Bytes
Versions: 7
Compression:
Stored size: 730 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) require 'workarea/paypal/version' Gem::Specification.new do |s| s.name = 'workarea-paypal' s.version = Workarea::Paypal::VERSION s.authors = ['bcrouse'] s.email = ['bcrouse@workarea.com'] s.homepage = 'https://github.com/workarea-commerce/workarea-paypal' s.summary = 'PayPal integration for the Workarea Commerce Platform' s.description = 'Add PayPal as a payment method to the Workarea Commerce Platform.' s.files = `git ls-files`.split("\n") s.license = 'Business Software License' s.required_ruby_version = '>= 2.0.0' s.add_dependency 'workarea', '~> 3.x', '>= 3.5.x' s.add_dependency 'paypal-checkout-sdk', '~> 1.0.3' end
Version data entries
7 entries across 7 versions & 1 rubygems