Sha256: 85ca1bc7dcdcde176c5c32c7bde0ddf7ea25f302957f3785b17a4b7afa447b94
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'spree_suppliers' s.version = '0.60.3' s.summary = 'Add suppliers to products.' s.description = 'This gem adds multiple supplier/vendor support to spree by allowing mutliple vendors to be created and managed in the admin panel, so that each vendor can have a mini-store listing only their products. The default spree feel and operation of a combined products index showing all available products in the store is left intact, so customers can buy items from different vendors with a single checkout process. This extension can be used to simply add multiple supplier support to show off your vendors, or it can be used as a 3rd party gateway to link customers directly to suppliers.' s.required_ruby_version = '>= 1.9.2' s.author = 'JD Warren and Han Dao (Isotope11.com)' s.email = 'jd@isotope11.com' s.homepage = 'http://www.isotope11.com' s.rubyforge_project = 'spreecommerce' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_path = 'lib' s.requirements << 'none' s.add_dependency('spree_core', '>= 0.60.3') s.add_dependency('gmaps4rails', '>= 1.3.2') s.add_dependency('dragonfly', '>= 0.9.4') s.add_dependency('rack-cache') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_suppliers-0.60.3 | spree_suppliers.gemspec |