Sha256: 9f4cd1d2b5bdee983002306e8fa2d213bc46b0261a0c98c3171cc6c953af01f6
Contents?: true
Size: 749 Bytes
Versions: 8
Compression:
Stored size: 749 Bytes
Contents
require File.expand_path('../../lib/workarea/api/version', __FILE__) Gem::Specification.new do |s| s.name = 'workarea-api-storefront' s.version = Workarea::Api::VERSION s.authors = ['Ben Crouse'] s.email = ['bcrouse@workarea.com'] s.homepage = 'https://www.workarea.com' s.license = 'Business Software License' s.summary = 'Storefront JSON REST API for the Workarea Commerce Platform' s.description = 'This provides a storefront JSON REST API for the Workarea Commerce Platform. Useful for building apps, kiosks, etc.' s.files = `git ls-files`.split("\n") s.required_ruby_version = '>= 2.3.0' s.add_dependency 'workarea', '~> 3.x', '>= 3.5.x' s.add_dependency 'responders', '~> 3.0.0' end
Version data entries
8 entries across 8 versions & 2 rubygems