Sha256: 531588ecaeb4d40ca7b9fe75b593563c38fd58b8a23184641ed284e7df269b5d

Contents?: true

Size: 701 Bytes

Versions: 5

Compression:

Stored size: 701 Bytes

Contents

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

require 'workarea/gift_cards/version'

Gem::Specification.new do |s|
  s.name        = 'workarea-gift_cards'
  s.version     = Workarea::GiftCards::VERSION
  s.authors     = ['bcrouse']
  s.email       = ['bcrouse@workarea.com']
  s.homepage    = 'https://github.com/workarea-commerce/workarea-gift-cards'
  s.summary     = 'Gift Cards plugin for the Workarea Commerce Platform'
  s.description = 'Adds built-in digital gift cards to 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', '>= 3.5.x'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-gift_cards-4.0.3 workarea-gift_cards.gemspec
workarea-gift_cards-4.0.2 workarea-gift_cards.gemspec
workarea-gift_cards-4.0.1 workarea-gift_cards.gemspec
workarea-gift_cards-4.0.0 workarea-gift_cards.gemspec
workarea-gift_cards-4.0.0.beta.1 workarea-gift_cards.gemspec