Sha256: 849bc26cf51fa02875e99aaa3b5394acf2cf1576967a61f592e0851b25e99977
Contents?: true
Size: 915 Bytes
Versions: 1
Compression:
Stored size: 915 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'zookal/magento/rest/api/version' Gem::Specification.new do |spec| spec.name = "zookal-magento-rest-api" spec.version = Zookal::Magento::Rest::Api::VERSION spec.authors = ["Michael Imstepf"] spec.email = ["michael.imstepf@gmail.com"] spec.summary = %q{TODO: Write a short summary. Required.} spec.description = %q{TODO: Write a longer description. Optional.} spec.homepage = "" 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_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zookal_magento_rest_api-0.0.1 | zookal-magento-rest-api/zookal-magento-rest-api.gemspec |