# -*- encoding: utf-8 -*- # stub: shoppe 0.0.13 ruby lib Gem::Specification.new do |s| s.name = "shoppe".freeze s.version = "0.0.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Adam Cooke".freeze] s.date = "2013-10-21" s.description = "A full Rails engine providing e-commerce functionality for any Rails 4 application.".freeze s.email = ["adam@niftyware.io".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "app/assets/images/shoppe/chosen-sprite.png".freeze, "app/assets/images/shoppe/chosen-sprite@2x.png".freeze, "app/assets/images/shoppe/document.svg".freeze, "app/assets/images/shoppe/icons/bag.svg".freeze, "app/assets/images/shoppe/icons/balance.svg".freeze, "app/assets/images/shoppe/icons/box.svg".freeze, "app/assets/images/shoppe/icons/building.svg".freeze, "app/assets/images/shoppe/icons/chart.svg".freeze, "app/assets/images/shoppe/icons/chat.svg".freeze, "app/assets/images/shoppe/icons/checkbox.svg".freeze, "app/assets/images/shoppe/icons/checkbox2.svg".freeze, "app/assets/images/shoppe/icons/cloud.svg".freeze, "app/assets/images/shoppe/icons/cone.svg".freeze, "app/assets/images/shoppe/icons/credit_card.svg".freeze, "app/assets/images/shoppe/icons/currency.svg".freeze, "app/assets/images/shoppe/icons/edit.svg".freeze, "app/assets/images/shoppe/icons/flowchart.svg".freeze, "app/assets/images/shoppe/icons/gift.svg".freeze, "app/assets/images/shoppe/icons/globe.svg".freeze, "app/assets/images/shoppe/icons/id.svg".freeze, "app/assets/images/shoppe/icons/id2.svg".freeze, "app/assets/images/shoppe/icons/locked.svg".freeze, "app/assets/images/shoppe/icons/report.svg".freeze, "app/assets/images/shoppe/icons/search.svg".freeze, "app/assets/images/shoppe/icons/support.svg".freeze, "app/assets/images/shoppe/icons/tags.svg".freeze, "app/assets/images/shoppe/icons/toolbox.svg".freeze, "app/assets/images/shoppe/icons/unlocked.svg".freeze, "app/assets/images/shoppe/icons/wallet.svg".freeze, "app/assets/images/shoppe/logo.svg".freeze, "app/assets/images/shoppe/move.svg".freeze, "app/assets/images/shoppe/shoppe.svg".freeze, "app/assets/images/shoppe/square.svg".freeze, "app/assets/images/shoppe/statuses/accepted.svg".freeze, "app/assets/images/shoppe/statuses/paid.svg".freeze, "app/assets/images/shoppe/statuses/received.svg".freeze, "app/assets/images/shoppe/statuses/rejected.svg".freeze, "app/assets/images/shoppe/statuses/shipped.svg".freeze, "app/assets/javascripts/shoppe/application.coffee".freeze, "app/assets/javascripts/shoppe/chosen.jquery.js".freeze, "app/assets/javascripts/shoppe/jquery_ui.js".freeze, "app/assets/stylesheets/shoppe/application.scss".freeze, "app/assets/stylesheets/shoppe/chosen.css".freeze, "app/assets/stylesheets/shoppe/elements.scss".freeze, "app/assets/stylesheets/shoppe/reset.scss".freeze, "app/assets/stylesheets/shoppe/sub.scss".freeze, "app/assets/stylesheets/shoppe/variables.scss".freeze, "app/controllers/shoppe/application_controller.rb".freeze, "app/controllers/shoppe/attachments_controller.rb".freeze, "app/controllers/shoppe/dashboard_controller.rb".freeze, "app/controllers/shoppe/delivery_service_prices_controller.rb".freeze, "app/controllers/shoppe/delivery_services_controller.rb".freeze, "app/controllers/shoppe/orders_controller.rb".freeze, "app/controllers/shoppe/product_categories_controller.rb".freeze, "app/controllers/shoppe/products_controller.rb".freeze, "app/controllers/shoppe/sessions_controller.rb".freeze, "app/controllers/shoppe/tax_rates_controller.rb".freeze, "app/controllers/shoppe/users_controller.rb".freeze, "app/helpers/shoppe/application_helper.rb".freeze, "app/helpers/shoppe/shoppe_helper.rb".freeze, "app/mailers/shoppe/order_mailer.rb".freeze, "app/mailers/shoppe/user_mailer.rb".freeze, "app/models/shoppe/country.rb".freeze, "app/models/shoppe/delivery_service.rb".freeze, "app/models/shoppe/delivery_service_price.rb".freeze, "app/models/shoppe/order.rb".freeze, "app/models/shoppe/order_item.rb".freeze, "app/models/shoppe/product.rb".freeze, "app/models/shoppe/product/product_attributes.rb".freeze, "app/models/shoppe/product_attribute.rb".freeze, "app/models/shoppe/product_category.rb".freeze, "app/models/shoppe/stock_level_adjustment.rb".freeze, "app/models/shoppe/tax_rate.rb".freeze, "app/models/shoppe/user.rb".freeze, "app/views/layouts/shoppe/application.html.haml".freeze, "app/views/layouts/shoppe/sub.html.haml".freeze, "app/views/shoppe/delivery_service_prices/_form.html.haml".freeze, "app/views/shoppe/delivery_service_prices/edit.html.haml".freeze, "app/views/shoppe/delivery_service_prices/index.html.haml".freeze, "app/views/shoppe/delivery_service_prices/new.html.haml".freeze, "app/views/shoppe/delivery_services/_form.html.haml".freeze, "app/views/shoppe/delivery_services/edit.html.haml".freeze, "app/views/shoppe/delivery_services/index.html.haml".freeze, "app/views/shoppe/delivery_services/new.html.haml".freeze, "app/views/shoppe/order_mailer/accepted.text.erb".freeze, "app/views/shoppe/order_mailer/received.text.erb".freeze, "app/views/shoppe/order_mailer/rejected.text.erb".freeze, "app/views/shoppe/order_mailer/shipped.text.erb".freeze, "app/views/shoppe/orders/index.html.haml".freeze, "app/views/shoppe/orders/show.html.haml".freeze, "app/views/shoppe/product_categories/_form.html.haml".freeze, "app/views/shoppe/product_categories/edit.html.haml".freeze, "app/views/shoppe/product_categories/index.html.haml".freeze, "app/views/shoppe/product_categories/new.html.haml".freeze, "app/views/shoppe/products/_form.html.haml".freeze, "app/views/shoppe/products/edit.html.haml".freeze, "app/views/shoppe/products/index.html.haml".freeze, "app/views/shoppe/products/new.html.haml".freeze, "app/views/shoppe/products/stock_levels.html.haml".freeze, "app/views/shoppe/sessions/new.html.haml".freeze, "app/views/shoppe/sessions/reset.html.haml".freeze, "app/views/shoppe/tax_rates/form.html.haml".freeze, "app/views/shoppe/tax_rates/index.html.haml".freeze, "app/views/shoppe/user_mailer/new_password.text.erb".freeze, "app/views/shoppe/users/_form.html.haml".freeze, "app/views/shoppe/users/edit.html.haml".freeze, "app/views/shoppe/users/index.html.haml".freeze, "app/views/shoppe/users/new.html.haml".freeze, "config/routes.rb".freeze, "config/shoppe.example.yml".freeze, "db/countries.txt".freeze, "db/migrate/20130926094549_create_shoppe_initial_schema.rb".freeze, "db/migrate/20131012123829_create_shoppe_product_attributes.rb".freeze, "db/migrate/20131012163301_add_public_boolean_to_product_attributes.rb".freeze, "db/migrate/20131013123937_add_cost_prices_to_various_objects.rb".freeze, "db/migrate/20131013131658_add_stock_control_boolean_to_products.rb".freeze, "db/migrate/20131017144430_create_shoppe_stock_level_adjustments.rb".freeze, "db/migrate/20131017180920_create_shoppe_countries.rb".freeze, "db/migrate/20131017183211_create_shoppe_tax_rates.rb".freeze, "db/migrate/20131020204719_add_countries_to_tax_rates_and_delivery_prices.rb".freeze, "db/migrate/20131021135208_add_notes_to_orders.rb".freeze, "db/seeds.rb".freeze, "db/seeds_data/poe400.jpg".freeze, "db/seeds_data/snom-870-blk.jpg".freeze, "db/seeds_data/snom-870-grey.jpg".freeze, "db/seeds_data/snom-mm2.jpg".freeze, "db/seeds_data/spa303.jpg".freeze, "db/seeds_data/t18p.jpg".freeze, "db/seeds_data/t20p.jpg".freeze, "db/seeds_data/t22p.jpg".freeze, "db/seeds_data/t26p.jpg".freeze, "db/seeds_data/t41pn.jpg".freeze, "db/seeds_data/t46gn.jpg".freeze, "db/seeds_data/w52p.jpg".freeze, "db/seeds_data/yhs32.jpg".freeze, "lib/shoppe.rb".freeze, "lib/shoppe/associated_countries.rb".freeze, "lib/shoppe/country_importer.rb".freeze, "lib/shoppe/engine.rb".freeze, "lib/shoppe/errors/inappropriate_delivery_service.rb".freeze, "lib/shoppe/errors/insufficient_stock_to_fulfil.rb".freeze, "lib/shoppe/errors/invalid_configuration.rb".freeze, "lib/shoppe/errors/not_enough_stock.rb".freeze, "lib/shoppe/errors/payment_declined.rb".freeze, "lib/shoppe/setup_generator.rb".freeze, "lib/shoppe/version.rb".freeze, "lib/tasks/shoppe.rake".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/shoppe.yml".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20131017165217_create_nifty_attachments_table.rb".freeze, "test/dummy/db/migrate/20131017165222_create_nifty_key_value_store_table.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/models/shoppe/basket_test.rb".freeze, "test/models/shoppe/user_test.rb".freeze, "test/shoppe_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://tryshoppe.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Just an e-commerce platform.".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/shoppe.yml".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20131017165217_create_nifty_attachments_table.rb".freeze, "test/dummy/db/migrate/20131017165222_create_nifty_key_value_store_table.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/models/shoppe/basket_test.rb".freeze, "test/models/shoppe/user_test.rb".freeze, "test/shoppe_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.14.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end