Sha256: eea9a06ecdd302682026bec8bab0bd13fa67c0ba6f458a81a00c1209931a6730

Contents?: true

Size: 727 Bytes

Versions: 1

Compression:

Stored size: 727 Bytes

Contents

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

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

# Describe your gem and declare its dependencies:
Gem::Specification.new do |spec|
  spec.name        = "workarea-magento_data_importer"
  spec.version     = Workarea::MagentoDataImporter::VERSION
  spec.authors     = ["Jeff Yucis"]
  spec.email       = ["jyucis@workarea.com"]
  spec.homepage    = "http://github.com/workarea-commerce"
  spec.summary     = "Magento Product Importer."
  spec.description = "Imports Magento product data to the Workarea catalog"
  spec.license     = "Business Software License"

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-magento_data_importer-1.0.0 workarea-magento_data_importer.gemspec