Sha256: f86be19ccfb0150e3f7c54eabff140e94a0d91fbdcce3a698986c9ed29af5f13
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
lib = File.expand_path('../lib/', __FILE__) $:.unshift '.' $:.unshift lib unless $:.include?(lib) require 'rake' require 'datashift_spree' Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = DataShift::SpreeHelper::gem_name s.version = DataShift::SpreeHelper::gem_version s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Thomas Statter"] s.date = "2012-09-25" s.description = "Comprehensive Excel/CSV import/export for Spree, Products,Images, any model with full associations" s.email = "rubygems@autotelik.co.uk" s.files = FileList["datashift_spree.thor", "README.markdown", "datashift_spree.gemspec", 'VERSION', "LICENSE.txt", "{lib}/**/*"].exclude("rdoc").exclude("nbproject").exclude("fixtures").exclude(".log").exclude(".contrib").to_a s.test_files = FileList["{spec}/*"] s.homepage = "http://github.com/autotelik/datashift_spree" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.15" s.summary = "Product and image import/export for Spree from Excel/CSV" s.add_dependency(%q<datashift>, [">= 0.10.1"]) s.add_dependency(%q<mechanize>, [">= 0"]) # should work with any version of spree so perhaps leave it to the client app to define end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datashift_spree-0.4.0 | datashift_spree.gemspec |