magento_remote.gemspec in magento_remote-0.4.0 vs magento_remote.gemspec in magento_remote-0.4.1

- old
+ new

@@ -9,10 +9,10 @@ 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.licenses = ["MIT", "GPL-3.0+"] 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"]