Sha256: cf170d93b8e41addb85634862456603150930f65295cba95dde3c7e20b871baa
Contents?: true
Size: 681 Bytes
Versions: 62
Compression:
Stored size: 681 Bytes
Contents
require File.expand_path('../../core/lib/workarea/version', __FILE__) Gem::Specification.new do |s| s.name = "workarea-admin" 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 = "Admin for the Workarea Commerce Platform" s.description = "Provides site administration functionality for the Workarea Commerce Platform." s.files = `git ls-files`.split("\n") s.add_dependency 'workarea-core', Workarea::VERSION::STRING s.add_dependency 'workarea-storefront', Workarea::VERSION::STRING end
Version data entries
62 entries across 62 versions & 1 rubygems