Sha256: e929feff0a073ca661fbf3da4a45bba9bd697006adcc06b5a3a6ee0f5d4beca8

Contents?: true

Size: 710 Bytes

Versions: 2

Compression:

Stored size: 710 Bytes

Contents

$:.push File.expand_path("lib", __dir__)

# Maintain your gem's version:
require "workarea/ship_station/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |spec|
  spec.name        = "workarea-ship_station"
  spec.version     = Workarea::ShipStation::VERSION
  spec.authors     = ["Jeff Yucis"]
  spec.email       = ["jyucis@workarea.com"]
  spec.homepage    = "https://github.com/workarea-commerce/workarea-ship-station"
  spec.summary     = "Workarea Commerce Shipstation integration"
  spec.description = "Shipstation integration."
  spec.license     = "Business Software License"

  spec.files = `git ls-files`.split("\n")

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-ship_station-1.0.1 workarea-ship_station.gemspec
workarea-ship_station-1.0.0 workarea-ship_station.gemspec