Sha256: 15bb922d44c4e8ec3265682c5592ac1daaffa610120509451a820c60c123f855
Contents?: true
Size: 659 Bytes
Versions: 2
Compression:
Stored size: 659 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "workarea/shipping_message/version" Gem::Specification.new do |s| s.name = "workarea-shipping_message" s.version = Workarea::ShippingMessage::VERSION s.authors = ["Mike Dalton"] s.email = ["mdalton@workarea.com"] s.homepage = "https://github.com/workarea-commerce/workarea-shipping-message" s.summary = "Shipping Message plugin for the WebLinc ecommerce platform" s.description = "Plugin to display free shipping message on the cart for the WebLinc ecommerce platform" s.files = `git ls-files`.split("\n") s.add_dependency "workarea", '>= 3.5.x' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-shipping_message-1.2.1 | workarea-shipping_message.gemspec |
workarea-shipping_message-1.2.0 | workarea-shipping_message.gemspec |