Sha256: 607aef747d83132bc157852cc55c4ace6d8bf899bf4a47fef37cd742d842f371
Contents?: true
Size: 880 Bytes
Versions: 1
Compression:
Stored size: 880 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'spree_compare_products' s.version = "0.50.0" s.authors = [ 'Jorge Calás', 'Maik Kempe', 'Roman Smirnov', 'Alexander Shuhin' ] s.email = [ 'calas@qvitta.net', 'dev@breaking-limits.com' ] s.homepage = 'https://github.com/romul/spree_compare_products' s.summary = %q{Provides product comparison with other products within the same taxon.} # s.description = %q{} s.rubyforge_project = 'spree_compare_products' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = [ 'lib' ] s.requirements << 'none' s.required_ruby_version = '>= 1.8.7' s.add_dependency('spree_core', '>= 0.50.2') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_compare_products-0.50.0 | spree_compare_products.gemspec |