Sha256: 064d0b48471c092d883be4c48640985fd0118931d237e5fcaced70c964d3c137
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) # Maintain your gem's version: require 'workarea/swatches/version' # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = 'workarea-swatches' s.version = Workarea::Swatches::VERSION s.authors = ['Ben Crouse'] s.email = ['bcrouse@weblinc.com'] s.homepage = 'https://github.com/workarea-commerce/workarea-swatches' s.summary = 'Adds swatching to the Workarea platform' s.description = 'Provides global and custom swatches for products' s.files = `git ls-files`.split("\n") s.license = 'Business Software License' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-swatches-1.0.5 | workarea-swatches.gemspec |