Sha256: c0372efe802c5464ce8557922fe98d50818275d109eeea1327c5068abec3df56

Contents?: true

Size: 803 Bytes

Versions: 1

Compression:

Stored size: 803 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)

# Maintain your gem's version:
require 'workarea/shipping_estimation/version'

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = 'workarea-shipping_estimation'
  s.version     = Workarea::ShippingEstimation::VERSION
  s.authors     = ['Matt Duffy']
  s.email       = ['mduffy@workarea.com']
  s.homepage    = 'https://github.com/workarea-commerce/workarea-shipping-estimation'
  s.summary     = 'Shipping estimation plugin for the Workarea Commerce platform.'
  s.description = 'Shipping estimation plugin for the Workarea Commerce platform.'
  s.files = `git ls-files`.split("\n")
  s.license = 'Business Software License'

  s.required_ruby_version = '>= 2.3.0'

  s.add_dependency 'workarea', '~> 3.x'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-shipping_estimation-1.1.2 workarea-shipping_estimation.gemspec