Sha256: 6831d63694a29fe270d3d75d6e951fed8d487dac4365754865b6219ca831e2e4
Contents?: true
Size: 665 Bytes
Versions: 5
Compression:
Stored size: 665 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' end
Version data entries
5 entries across 5 versions & 1 rubygems