# -*- encoding: utf-8 -*- # stub: shoppe 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "shoppe".freeze s.version = "0.0.6".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-07" 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/document.svg".freeze, "app/assets/images/shoppe/logo.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/stylesheets/shoppe/application.scss".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/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/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_category.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/sessions/new.html.haml".freeze, "app/views/shoppe/sessions/reset.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/migrate/20130926094549_create_shoppe_initial_schema.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/engine.rb".freeze, "lib/shoppe/errors/inappropriate_delivery_service.rb".freeze, "lib/shoppe/errors/insufficient_stock_to_fulfil.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/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://shoppe.niftyware.io".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/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, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end