Sha256: 6c6af610d43024fe49d1fd284ac90e09b325b415e858983e05244a73b3ded7b7

Contents?: true

Size: 685 Bytes

Versions: 62

Compression:

Stored size: 685 Bytes

Contents

require File.expand_path('../../core/lib/workarea/version', __FILE__)

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "workarea-storefront"
  s.version     = Workarea::VERSION::STRING
  s.authors     = ["Ben Crouse"]
  s.email       = ["bcrouse@workarea.com"]
  s.homepage    = "http://www.workarea.com"
  s.license     = 'Business Software License'
  s.summary     = "Storefront for the Workarea Commerce Platform"
  s.description = "Provides user-facing ecommerce storefront functionality for the Workarea Commerce Platform."

  s.files = `git ls-files`.split("\n")
  s.add_dependency 'workarea-core', Workarea::VERSION::STRING
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 workarea-storefront.gemspec
workarea-storefront-3.4.12 workarea-storefront.gemspec