Sha256: 4e0c967f1809e6d91a6e6dfcf86a3dc9cb51dea0a5695e89e3358e3024618379

Contents?: true

Size: 1.15 KB

Versions: 9

Compression:

Stored size: 1.15 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'magento_remote/version'

Gem::Specification.new do |spec|
  spec.name          = "magento_remote"
  spec.version       = MagentoRemote::VERSION
  spec.authors       = ["Felix Wolfsteller"]
  spec.email         = ["felix.wolfsteller@gmail.com"]
  spec.summary       = %q{Login to a magento shop and do stuff.}
  spec.description   = %q{Allows ordering through a (defaultish) magento web page.}
  spec.homepage      = 'https://github.com/fwolfst/magento_remote'
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency 'mechanize', "~> 2.7"
  spec.add_dependency 'terminal-table', "~> 1.4"

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  # cli tools should be configured by inifiles in 0.2.1
  spec.add_development_dependency "inifile"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
magento_remote-0.4.0 magento_remote.gemspec
magento_remote-0.3.1 magento_remote.gemspec
magento_remote-0.3.0 magento_remote.gemspec
magento_remote-0.2.5 magento_remote.gemspec
magento_remote-0.2.4 magento_remote.gemspec
magento_remote-0.2.3 magento_remote.gemspec
magento_remote-0.2.2 magento_remote.gemspec
magento_remote-0.2.1 magento_remote.gemspec
magento_remote-0.2.0 magento_remote.gemspec