Sha256: c59d7ad7cf535ea2e38a8208288bb6d9eaf42ad5d4c3ddfeb35b9b3ff81ff106

Contents?: true

Size: 777 Bytes

Versions: 3

Compression:

Stored size: 777 Bytes

Contents

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

require 'workarea/inventory_notifications/version'

Gem::Specification.new do |s|
  s.name        = 'workarea-inventory_notifications'
  s.version     = Workarea::InventoryNotifications::VERSION
  s.authors     = ['Eric Pigeon']
  s.email       = ['epigeon@weblinc.com']
  s.homepage    = 'https://github.com/workarea-commerce/workarea-inventory_notifications'
  s.summary     = 'Inventory Notifications plugin for the Workarea ecommerce platform'
  s.description = 'Plugin for product inventory notifications on the Workarea ecommerce 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', '>= 3.3.0'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-inventory_notifications-2.1.5 workarea-inventory_notifications.gemspec
workarea-inventory_notifications-2.1.4 workarea-inventory_notifications.gemspec
workarea-inventory_notifications-2.1.3 workarea-inventory_notifications.gemspec