Sha256: b055412099fa120c876609fd2c412cfcac6426ba3be4c7cfe77515045fd73ac6
Contents?: true
Size: 622 Bytes
Versions: 1
Compression:
Stored size: 622 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "workarea/checkoutdotcom/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "workarea-checkoutdotcom" s.version = Workarea::Checkoutdotcom::VERSION s.authors = ["Jeff Yucis"] s.email = ["jyucis@weblinc.com"] s.homepage = "https://homebase.weblinc.com" s.summary = "Checkout.com payment processor." s.description = "Checkout.com payment integration." s.files = `git ls-files`.split("\n") s.add_dependency 'workarea', '~> 3.x', '>= 3.5.x' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-checkoutdotcom-1.2.0 | workarea-checkoutdotcom.gemspec |