Sha256: 6b554802df95d18196c2c648531594b73c145337036c104db4202a740aad7998
Contents?: true
Size: 755 Bytes
Versions: 6
Compression:
Stored size: 755 Bytes
Contents
require File.expand_path('../../lib/workarea/api/version', __FILE__) Gem::Specification.new do |s| s.name = 'workarea-api-admin' 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 = 'Admin JSON REST API for the Workarea Commerce Platform' s.description = 'This provides an admin JSON REST API for the Workarea Commerce Platform. Useful for managing the site, 3rd party integrations, etc.' s.files = `git ls-files`.split("\n") s.required_ruby_version = '>= 2.3.0' s.add_dependency 'workarea', '~> 3.x', '>= 3.4.x' s.add_dependency 'responders', '~> 2.4.0' end
Version data entries
6 entries across 6 versions & 2 rubygems