Sha256: 654601b229da14f570dd1f66ebeff694a6a7e97fb6e8b89730300ca4ba22c5a0
Contents?: true
Size: 660 Bytes
Versions: 2
Compression:
Stored size: 660 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "workarea/product_grid_content/version" Gem::Specification.new do |s| s.name = "workarea-product_grid_content" s.version = Workarea::ProductGridContent::VERSION s.authors = ["Jake Beresford"] s.email = ["jberesford@weblinc.com"] s.homepage = "https://github.com/workarea-commerce/workarea-product-grid-content" s.summary = "Content and products in browse grids" s.description = "Extend the workarea platform with functionality to add content to the product grid" s.files = `git ls-files`.split("\n") s.add_dependency "workarea", "~> 3.x", ">= 3.4" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-product_grid_content-1.3.1 | workarea-product_grid_content.gemspec |
workarea-product_grid_content-1.3.0 | workarea-product_grid_content.gemspec |