Sha256: 9c08f9743533ed8f48c8da80d8ff4ef9cadd74097c1ef87a4900fb6de2001777
Contents?: true
Size: 722 Bytes
Versions: 2
Compression:
Stored size: 722 Bytes
Contents
$:.push File.expand_path("lib", __dir__) # Maintain your gem's version: require "workarea/orderbot/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| spec.name = "workarea-orderbot" spec.version = Workarea::Orderbot::VERSION spec.authors = ["Jeff Yucis"] spec.email = ["jyucis@workarea.com"] spec.homepage = "https://github.com/workarea-commerce/workarea-orderbot" spec.summary = "Workarea Integration with Orderbot OMS." spec.description = "Ordebot OMS integration for catalog and order data." spec.license = "Business Software License" spec.files = `git ls-files`.split("\n") spec.add_dependency 'workarea', '>= 3.4.x' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-orderbot-1.0.2 | workarea-orderbot.gemspec |
workarea-orderbot-1.0.1 | workarea-orderbot.gemspec |