--- !ruby/object:Gem::Specification name: spree_suppliers version: !ruby/object:Gem::Version prerelease: version: 0.60.3 platform: ruby authors: - JD Warren and Han Dao (Isotope11.com) autorequire: bindir: bin cert_chain: [] date: 2011-12-02 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: spree_core prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 0.60.3 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: gmaps4rails prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.2 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: dragonfly prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.4 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: rack-cache prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id004 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. email: jd@isotope11.com executables: [] extensions: [] extra_rdoc_files: [] files: - README - Rakefile - app/controllers/admin/pickup_locations_controller.rb - app/controllers/admin/pickups_controller.rb - app/controllers/admin/shipping_options_controller.rb - app/controllers/admin/supplier_taxons_controller.rb - app/controllers/admin/suppliers_controller.rb - app/controllers/admin/vendor_overview_controller.rb - app/controllers/dash/base_controller.rb - app/controllers/dash/overview_controller.rb - app/controllers/dash/pickup_locations_controller.rb - app/controllers/dash/pickups_controller.rb - app/controllers/dash/products_controller.rb - app/controllers/messages_controller.rb - app/controllers/suppliers_controller.rb - app/controllers/user_sessions_decorator.rb - app/helpers/admin/suppliers_helper.rb - app/helpers/cities_helper.rb - app/helpers/dragonfly_helper.rb - app/helpers/messages_helper.rb - app/helpers/suppliers_helper.rb - app/mailers/supplier_mailer.rb - app/models/ability_decorator.rb - app/models/delivery.rb - app/models/hour.rb - app/models/item.rb - app/models/message.rb - app/models/pickup.rb - app/models/pickup_date.rb - app/models/pickup_location.rb - app/models/supplier.rb - app/models/supplier_invoice.rb - app/views/admin/orders/index.html.erb - app/views/admin/orders/show.html.erb - app/views/admin/orders/user.html.erb - app/views/admin/pickup_locations/_pickup_location.html.erb - app/views/admin/pickup_locations/edit.html.erb - app/views/admin/pickup_locations/new.html.erb - app/views/admin/pickup_locations/show.html.erb - app/views/admin/pickups/_pickup.erb - app/views/admin/pickups/index.html.erb - app/views/admin/pickups/new.html.erb - app/views/admin/pickups/show.html.erb - app/views/admin/products/_suppliers_form.html.erb - app/views/admin/shared/_order_tabs_decide.html.erb - app/views/admin/shared/_vendor_order_tabs.html.erb - app/views/admin/shipping_options/edit.html.erb - app/views/admin/supplier_taxons/_form.html.erb - app/views/admin/supplier_taxons/_taxon_table.html.erb - app/views/admin/supplier_taxons/available.js.erb - app/views/admin/supplier_taxons/edit.html.erb - app/views/admin/supplier_taxons/remove.html.erb - app/views/admin/supplier_taxons/select.js.erb - app/views/admin/supplier_taxons/selected.html.erb - app/views/admin/suppliers/_edit_form.html.erb - app/views/admin/suppliers/_edit_hours_form.html.erb - app/views/admin/suppliers/_form.html.erb - app/views/admin/suppliers/_hours_form.html.erb - app/views/admin/suppliers/_image_form.html.erb - app/views/admin/suppliers/_supplier.html.erb - app/views/admin/suppliers/_supplier_tabs.html.erb - app/views/admin/suppliers/_suppliers_table.html.erb - app/views/admin/suppliers/_upload_image.html.erb - app/views/admin/suppliers/available.js.erb - app/views/admin/suppliers/edit.html.erb - app/views/admin/suppliers/index.html.erb - app/views/admin/suppliers/line_items.html.erb - app/views/admin/suppliers/new.html.erb - app/views/admin/suppliers/remove.html.erb - app/views/admin/suppliers/select.html.erb - app/views/admin/suppliers/selected.html.erb - app/views/admin/suppliers/show.html.erb - app/views/admin/users/_form.html.erb - app/views/admin/vendor_overview/index.html.erb - app/views/checkout/_delivery.html.erb - app/views/dash/overview/index.html.erb - app/views/dash/pickup_locations/_pickup_location.html.erb - app/views/dash/pickup_locations/new.html.erb - app/views/dash/pickups/_pickup.erb - app/views/dash/pickups/new.html.erb - app/views/dash/products/new.html.erb - app/views/layouts/admin.html.erb - app/views/messages/_message_form.html.erb - app/views/messages/create.html.erb - app/views/messages/destroy.html.erb - app/views/messages/new.html.erb - app/views/shared/_deliveries.html.erb - app/views/shared/_hours.html.erb - app/views/shared/_products_vendor.html.erb - app/views/shared/_supplier_invoices.html.erb - app/views/supplier_mailer/invoice_email.html.erb - app/views/suppliers/_supplier.html.erb - app/views/suppliers/_supplier_list.erb - app/views/suppliers/index.html.erb - app/views/suppliers/show.html.erb - app/views/suppliers/supplier_list.erb - config/initializers/dragonfly.rb - config/initializers/supplier_invoice_mailer.rb - config/locales/en-US.yml - config/routes.rb - db/migrate/20091209201716_supplier_setup.rb - db/migrate/20110922213437_create_messages.rb - db/migrate/20110928203155_create_hours.rb - db/migrate/20111006185052_create_pickups.rb - db/migrate/20111010191125_add_location_to_addresses.rb - db/migrate/20111010214313_create_pickup_dates.rb - db/migrate/20111011180211_add_supplier_id_to_user.rb - db/migrate/20111012211422_create_pickup_locations.rb - db/migrate/20111013155257_create_supplier_invoices.rb - db/migrate/20111013161225_create_items.rb - db/migrate/20111018133543_add_attributes_to_products.rb - db/migrate/20111028190454_add_attributes_to_assets.rb - db/migrate/20111029230805_create_suppliers_taxons.rb - db/migrate/20111101165933_create_deliveries.rb - db/migrate/20111108213108_create_shipping_methods_suppliers.rb - db/seeds.rb - lib/spree_suppliers.rb - lib/spree_suppliers_hooks.rb - lib/tasks/spree_suppliers.rake - public/javascripts/jquery-ui.js - public/javascripts/jquery-ui.multidatespicker.js - public/javascripts/jquery.ui.datepicker.js - public/stylesheets/suppliers.css - spec/controllers/cities_controller_spec.rb - spec/controllers/shipping_options_controller_spec.rb - spec/helpers/cities_helper_spec.rb - spec/models/city_spec.rb - spec/models/comment_spec.rb - spec/models/item_spec.rb - spec/models/message_spec.rb - spec/models/pickup_date_spec.rb - spec/models/pickup_location_spec.rb - spec/models/pickup_spec.rb - spec/models/rating_spec.rb - spec/models/supplier_invoice_spec.rb - spec/models/supplier_spec.rb - spec/requests/cities_spec.rb - spec/routing/cities_routing_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/views/cities/edit.html.erb_spec.rb - spec/views/cities/index.html.erb_spec.rb - spec/views/cities/new.html.erb_spec.rb - spec/views/cities/show.html.erb_spec.rb - spec/views/shipping_options/edit.html.erb_spec.rb - spree_suppliers.gemspec homepage: http://www.isotope11.com licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.2 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: - none rubyforge_project: spreecommerce rubygems_version: 1.8.12 signing_key: specification_version: 3 summary: Add suppliers to products. test_files: []