Sha256: 6a025fb8123cd76a820e3ec7c35e5e21f4d3725139fd822092f874a36c41d360
Contents?: true
Size: 790 Bytes
Versions: 1
Compression:
Stored size: 790 Bytes
Contents
$LOAD_PATH.push File.expand_path('../lib', __FILE__) # Maintain your gem's version: require 'workarea/gift_wrapping/version' # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = 'workarea-gift_wrapping' s.version = Workarea::GiftWrapping::VERSION s.authors = ['Matt Duffy'] s.email = ['mduffy@workarea.com'] s.homepage = 'https://github.com/workarea-commerce/workarea-gift-wrapping' s.summary = 'Gift wrapping plugin for the Workarea Commerce Platform' s.description = 'Workarea Commerce Platform plugin that provides Gift message and wrapping options during checkout.' s.files = `git ls-files`.split("\n") s.license = 'Business Software License' s.add_dependency 'workarea', '~> 3.x', '>= 3.5.x' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-gift_wrapping-1.3.0 | workarea-gift_wrapping.gemspec |