# -*- encoding: utf-8 -*- # stub: shoppe 0.0.18 ruby lib Gem::Specification.new do |s| s.name = "shoppe".freeze s.version = "0.0.18".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-29" 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/javascripts/shoppe/mousetrap.js".freeze, "app/assets/stylesheets/shoppe/application.scss".freeze, "app/assets/stylesheets/shoppe/chosen.scss".freeze, "app/assets/stylesheets/shoppe/dialog.scss".freeze, "app/assets/stylesheets/shoppe/elements.scss".freeze, "app/assets/stylesheets/shoppe/printable.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/payments_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/settings_controller.rb".freeze, "app/controllers/shoppe/stock_level_adjustments_controller.rb".freeze, "app/controllers/shoppe/tax_rates_controller.rb".freeze, "app/controllers/shoppe/users_controller.rb".freeze, "app/controllers/shoppe/variants_controller.rb".freeze, "app/helpers/shoppe/application_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/actions.rb".freeze, "app/models/shoppe/order/billing.rb".freeze, "app/models/shoppe/order/delivery.rb".freeze, "app/models/shoppe/order/states.rb".freeze, "app/models/shoppe/order_item.rb".freeze, "app/models/shoppe/payment.rb".freeze, "app/models/shoppe/product.rb".freeze, "app/models/shoppe/product/product_attributes.rb".freeze, "app/models/shoppe/product/variants.rb".freeze, "app/models/shoppe/product_attribute.rb".freeze, "app/models/shoppe/product_category.rb".freeze, "app/models/shoppe/setting.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/printable.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/despatch_note.html.haml".freeze, "app/views/shoppe/orders/edit.html.haml".freeze, "app/views/shoppe/orders/index.html.haml".freeze, "app/views/shoppe/orders/show.html.haml".freeze, "app/views/shoppe/payments/refund.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/_table.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/settings/edit.html.haml".freeze, "app/views/shoppe/shared/error.html.haml".freeze, "app/views/shoppe/stock_level_adjustments/index.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, "app/views/shoppe/variants/form.html.haml".freeze, "app/views/shoppe/variants/index.html.haml".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/countries.txt".freeze, "db/migrate/20130926094549_create_shoppe_initial_schema.rb".freeze, "db/migrate/20131024201501_add_address_type_to_shoppe_tax_rates.rb".freeze, "db/migrate/20131024204815_create_shoppe_payments.rb".freeze, "db/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/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/errors/refund_failed.rb".freeze, "lib/shoppe/errors/unorderable_item.rb".freeze, "lib/shoppe/orderable_item.rb".freeze, "lib/shoppe/settings.rb".freeze, "lib/shoppe/settings_loader.rb".freeze, "lib/shoppe/setup_generator.rb".freeze, "lib/shoppe/version.rb".freeze, "lib/shoppe/view_helpers.rb".freeze, "lib/tasks/shoppe.rake".freeze, "test/app/README.rdoc".freeze, "test/app/Rakefile".freeze, "test/app/app/assets/javascripts/application.js".freeze, "test/app/app/assets/stylesheets/application.css".freeze, "test/app/app/controllers/application_controller.rb".freeze, "test/app/app/helpers/application_helper.rb".freeze, "test/app/app/views/layouts/application.html.erb".freeze, "test/app/bin/bundle".freeze, "test/app/bin/rails".freeze, "test/app/bin/rake".freeze, "test/app/config.ru".freeze, "test/app/config/application.rb".freeze, "test/app/config/boot.rb".freeze, "test/app/config/database.example.yml".freeze, "test/app/config/database.yml".freeze, "test/app/config/environment.rb".freeze, "test/app/config/environments/development.rb".freeze, "test/app/config/environments/production.rb".freeze, "test/app/config/environments/test.rb".freeze, "test/app/config/initializers/backtrace_silencers.rb".freeze, "test/app/config/initializers/filter_parameter_logging.rb".freeze, "test/app/config/initializers/inflections.rb".freeze, "test/app/config/initializers/mime_types.rb".freeze, "test/app/config/initializers/secret_token.rb".freeze, "test/app/config/initializers/session_store.rb".freeze, "test/app/config/initializers/wrap_parameters.rb".freeze, "test/app/config/locales/en.yml".freeze, "test/app/config/routes.rb".freeze, "test/app/config/shoppe.yml".freeze, "test/app/db/development.sqlite3".freeze, "test/app/db/migrate/20131017165217_create_nifty_attachments_table.rb".freeze, "test/app/db/migrate/20131017165222_create_nifty_key_value_store_table.rb".freeze, "test/app/db/schema.rb".freeze, "test/app/db/test.sqlite3".freeze, "test/app/log/development.log".freeze, "test/app/log/test.log".freeze, "test/app/public/404.html".freeze, "test/app/public/422.html".freeze, "test/app/public/500.html".freeze, "test/app/public/favicon.ico".freeze, "test/app/tmp/cache/assets/development/sass/7c98994848dbb534749f971b176724aa382339bb/dialog.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/application.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/chosen.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/dialog.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/elements.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/reset.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/sub.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/variables.scssc".freeze, "test/app/tmp/cache/assets/development/sprockets/01d6eb5fc12044a487be4b93584690f2".freeze, "test/app/tmp/cache/assets/development/sprockets/02d3923383f72b56dd7919e301d22d24".freeze, "test/app/tmp/cache/assets/development/sprockets/06d540cec125e08e63a898c35e8235d6".freeze, "test/app/tmp/cache/assets/development/sprockets/0a6bca3e510625f255083bd154cc470b".freeze, "test/app/tmp/cache/assets/development/sprockets/0d8942b2279b6bc7c68b3db3e2e4c342".freeze, "test/app/tmp/cache/assets/development/sprockets/122a65fdcbb923c3c1cd95549ef52f43".freeze, "test/app/tmp/cache/assets/development/sprockets/140840b7aefa4bf5beda2c32e20374a6".freeze, "test/app/tmp/cache/assets/development/sprockets/160ddfa6141944c4a03757fe91643137".freeze, "test/app/tmp/cache/assets/development/sprockets/1bb0d399b6b81fc3b47ff794b066873f".freeze, "test/app/tmp/cache/assets/development/sprockets/1e1679158bd397a720be46fa3a5876a3".freeze, "test/app/tmp/cache/assets/development/sprockets/2a75ba35f8e751887ba89a914363fefd".freeze, "test/app/tmp/cache/assets/development/sprockets/2cc6ef740b5691af5ee246c0dbc68f14".freeze, "test/app/tmp/cache/assets/development/sprockets/2f80004fb2e2ce07283a83ac15cf920a".freeze, "test/app/tmp/cache/assets/development/sprockets/322295abdd8625fcce4da08f9565cc63".freeze, "test/app/tmp/cache/assets/development/sprockets/421b79f445cd87f3532a5c445877cbec".freeze, "test/app/tmp/cache/assets/development/sprockets/4528fe4a109cad1ff031659cd9eeae17".freeze, "test/app/tmp/cache/assets/development/sprockets/45a9c7dfe9986570daa4c972277375ec".freeze, "test/app/tmp/cache/assets/development/sprockets/48b2cd7153bbc442eaa84c3e24e963e0".freeze, "test/app/tmp/cache/assets/development/sprockets/4c3fef5a3e293ed6b6df3d869f54e1d1".freeze, "test/app/tmp/cache/assets/development/sprockets/4c8cb5cfd87990ebddbaa5b5fd594be5".freeze, "test/app/tmp/cache/assets/development/sprockets/4cefa37a52d669d3ca7e6aa1e1aaf435".freeze, "test/app/tmp/cache/assets/development/sprockets/4ea4f5c13aaeda9a7d39684ab72fa710".freeze, "test/app/tmp/cache/assets/development/sprockets/4ecd1cb66cb36718daadcfba0aa42c1e".freeze, "test/app/tmp/cache/assets/development/sprockets/4ed3cbd180c275b98627eaeea4c9c838".freeze, "test/app/tmp/cache/assets/development/sprockets/519aa2b3c3ab8fd8f065c56507111878".freeze, "test/app/tmp/cache/assets/development/sprockets/51d409a48872319ac6a731aa880e6368".freeze, "test/app/tmp/cache/assets/development/sprockets/53c0f5159a54836310b1a3f5357bc4c6".freeze, "test/app/tmp/cache/assets/development/sprockets/55bae604bcb5ccf7d9e0ed0fd61953b6".freeze, "test/app/tmp/cache/assets/development/sprockets/5805d2c402f412642d86ec03a7ec4a3d".freeze, "test/app/tmp/cache/assets/development/sprockets/5cd772b44cdeae4d3b37b62193e946eb".freeze, "test/app/tmp/cache/assets/development/sprockets/5f32b259cbcc52156d2fe21c185d9390".freeze, "test/app/tmp/cache/assets/development/sprockets/656ea3403f27a33b86d5bf9e8a0c0e46".freeze, "test/app/tmp/cache/assets/development/sprockets/679705affe2ad274da1ad48cb5137c21".freeze, "test/app/tmp/cache/assets/development/sprockets/69a687de4cbb95365bf8aa2037d63726".freeze, "test/app/tmp/cache/assets/development/sprockets/69d5224a79e874431294e8adf04e7d65".freeze, "test/app/tmp/cache/assets/development/sprockets/6bc5a76ff13bc4daebb7e164a4b64196".freeze, "test/app/tmp/cache/assets/development/sprockets/6c1a5456c2e5d87285dd1910762fe01e".freeze, "test/app/tmp/cache/assets/development/sprockets/6d52ff2c9298014f2d648eb9e04a61a6".freeze, "test/app/tmp/cache/assets/development/sprockets/7938636d16e11b754d4dd046b89863c4".freeze, "test/app/tmp/cache/assets/development/sprockets/7a90d9251a7c5506f33a3c72a224e571".freeze, "test/app/tmp/cache/assets/development/sprockets/7ce7981501e05438faa017eb2e197379".freeze, "test/app/tmp/cache/assets/development/sprockets/7e232a7b4ac10fe1350e2b9b05ab0b02".freeze, "test/app/tmp/cache/assets/development/sprockets/81d7800826e89041f377af8570b8324f".freeze, "test/app/tmp/cache/assets/development/sprockets/81f524fed55fe63e95c1aeccb5d83571".freeze, "test/app/tmp/cache/assets/development/sprockets/85984636ee801f63af86b35d7697d4c5".freeze, "test/app/tmp/cache/assets/development/sprockets/88de2cf8ce5990c5fa59f7c9f4599a65".freeze, "test/app/tmp/cache/assets/development/sprockets/8932a78ffe18ad2e3bb7ceb90ac4b933".freeze, "test/app/tmp/cache/assets/development/sprockets/8d6fd863923e78438318b02bf83be1c4".freeze, "test/app/tmp/cache/assets/development/sprockets/8f43db1e57a90ffbae3be00a895d5a09".freeze, "test/app/tmp/cache/assets/development/sprockets/91e11940ab63a407af03d21720ac2951".freeze, "test/app/tmp/cache/assets/development/sprockets/938abfdc262a8ab42e768545640bfb2a".freeze, "test/app/tmp/cache/assets/development/sprockets/9da17bb4868a0b762f8884db45c76ffd".freeze, "test/app/tmp/cache/assets/development/sprockets/9e760b9565b110e433b7e42f827cb5f8".freeze, "test/app/tmp/cache/assets/development/sprockets/9e8fbfd56e8ef705ba94bb03b5b3696e".freeze, "test/app/tmp/cache/assets/development/sprockets/9ebbf73fb48cdf8bc07a8bfdd6d14328".freeze, "test/app/tmp/cache/assets/development/sprockets/9f240d481b0818a6da0b1a1aaaac2b54".freeze, "test/app/tmp/cache/assets/development/sprockets/a2b956b30a80f996b5aeb1b2f226775c".freeze, "test/app/tmp/cache/assets/development/sprockets/a5b5ed9849e8019160b73aa554132b37".freeze, "test/app/tmp/cache/assets/development/sprockets/a692ba7ed6cff183bb840c2622233c87".freeze, "test/app/tmp/cache/assets/development/sprockets/a951f4ceb83ae691f002b4f6183bc1ed".freeze, "test/app/tmp/cache/assets/development/sprockets/a9befe910d55141b8ba02d8198b8f966".freeze, "test/app/tmp/cache/assets/development/sprockets/accc4dc17ef18d0b510917a005340da5".freeze, "test/app/tmp/cache/assets/development/sprockets/b2db166e9974feb35358e7fcce87cb39".freeze, "test/app/tmp/cache/assets/development/sprockets/b519a4f6c5b5a0d9236bdca14e0eb00d".freeze, "test/app/tmp/cache/assets/development/sprockets/b5cbeb3def40b118469fff2d80c1b596".freeze, "test/app/tmp/cache/assets/development/sprockets/b6f65271a0e77b349529ce9148dd2782".freeze, "test/app/tmp/cache/assets/development/sprockets/b9ad7ea18b7e55c3626a15d1dae142ed".freeze, "test/app/tmp/cache/assets/development/sprockets/bc384ea2fdcc667aa4282209caba921f".freeze, "test/app/tmp/cache/assets/development/sprockets/bcf06bf434bb3d3a5769036d6e24b301".freeze, "test/app/tmp/cache/assets/development/sprockets/bd83357635155d3457747e92e47da0ed".freeze, "test/app/tmp/cache/assets/development/sprockets/c39634555e4eba3595350eeea648ddf4".freeze, "test/app/tmp/cache/assets/development/sprockets/c3ef336ca8f7e64969d8bfdcf837ad10".freeze, "test/app/tmp/cache/assets/development/sprockets/c55037904a95162828e5d0b087677878".freeze, "test/app/tmp/cache/assets/development/sprockets/c733f1a2fe9d05a3a634ff64a394f64b".freeze, "test/app/tmp/cache/assets/development/sprockets/c83a337688a52890ba93372fea6ec932".freeze, "test/app/tmp/cache/assets/development/sprockets/ca92d0dbc43c066af9b31f2bc26d038d".freeze, "test/app/tmp/cache/assets/development/sprockets/cae2fc80bfbc81ec7b6c11a72be18c98".freeze, "test/app/tmp/cache/assets/development/sprockets/cd665363677ffcef0dde972284e8d942".freeze, "test/app/tmp/cache/assets/development/sprockets/d5154a1eda9cfbfe54e091d6ead1ac5f".freeze, "test/app/tmp/cache/assets/development/sprockets/da76586dcb6d9a408b2cf33307790d66".freeze, "test/app/tmp/cache/assets/development/sprockets/daa7fa7a610bc5951cc3c4403f290eb6".freeze, "test/app/tmp/cache/assets/development/sprockets/dabc0e94bc1e37007351ac756dd2dd6a".freeze, "test/app/tmp/cache/assets/development/sprockets/edf3c55a27678996371bffe56298925b".freeze, "test/app/tmp/cache/assets/development/sprockets/f0f04c3b2b0091fa3ca4a1edacc23a1c".freeze, "test/app/tmp/cache/assets/development/sprockets/f8610737fbfdcb85db95ae7c6a70514e".freeze, "test/app/tmp/restart.txt".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/app/app/assets/javascripts/application.js".freeze, "test/app/app/assets/stylesheets/application.css".freeze, "test/app/app/controllers/application_controller.rb".freeze, "test/app/app/helpers/application_helper.rb".freeze, "test/app/app/views/layouts/application.html.erb".freeze, "test/app/bin/bundle".freeze, "test/app/bin/rails".freeze, "test/app/bin/rake".freeze, "test/app/config/application.rb".freeze, "test/app/config/boot.rb".freeze, "test/app/config/database.example.yml".freeze, "test/app/config/database.yml".freeze, "test/app/config/environment.rb".freeze, "test/app/config/environments/development.rb".freeze, "test/app/config/environments/production.rb".freeze, "test/app/config/environments/test.rb".freeze, "test/app/config/initializers/backtrace_silencers.rb".freeze, "test/app/config/initializers/filter_parameter_logging.rb".freeze, "test/app/config/initializers/inflections.rb".freeze, "test/app/config/initializers/mime_types.rb".freeze, "test/app/config/initializers/secret_token.rb".freeze, "test/app/config/initializers/session_store.rb".freeze, "test/app/config/initializers/wrap_parameters.rb".freeze, "test/app/config/locales/en.yml".freeze, "test/app/config/routes.rb".freeze, "test/app/config/shoppe.yml".freeze, "test/app/config.ru".freeze, "test/app/db/development.sqlite3".freeze, "test/app/db/migrate/20131017165217_create_nifty_attachments_table.rb".freeze, "test/app/db/migrate/20131017165222_create_nifty_key_value_store_table.rb".freeze, "test/app/db/schema.rb".freeze, "test/app/db/test.sqlite3".freeze, "test/app/log/development.log".freeze, "test/app/log/test.log".freeze, "test/app/public/404.html".freeze, "test/app/public/422.html".freeze, "test/app/public/500.html".freeze, "test/app/public/favicon.ico".freeze, "test/app/Rakefile".freeze, "test/app/README.rdoc".freeze, "test/app/tmp/cache/assets/development/sass/7c98994848dbb534749f971b176724aa382339bb/dialog.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/application.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/chosen.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/dialog.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/elements.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/reset.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/sub.scssc".freeze, "test/app/tmp/cache/assets/development/sass/edac894564dae62b78e653a08d1c41f10ade93f9/variables.scssc".freeze, "test/app/tmp/cache/assets/development/sprockets/01d6eb5fc12044a487be4b93584690f2".freeze, "test/app/tmp/cache/assets/development/sprockets/02d3923383f72b56dd7919e301d22d24".freeze, "test/app/tmp/cache/assets/development/sprockets/06d540cec125e08e63a898c35e8235d6".freeze, "test/app/tmp/cache/assets/development/sprockets/0a6bca3e510625f255083bd154cc470b".freeze, "test/app/tmp/cache/assets/development/sprockets/0d8942b2279b6bc7c68b3db3e2e4c342".freeze, "test/app/tmp/cache/assets/development/sprockets/122a65fdcbb923c3c1cd95549ef52f43".freeze, "test/app/tmp/cache/assets/development/sprockets/140840b7aefa4bf5beda2c32e20374a6".freeze, "test/app/tmp/cache/assets/development/sprockets/160ddfa6141944c4a03757fe91643137".freeze, "test/app/tmp/cache/assets/development/sprockets/1bb0d399b6b81fc3b47ff794b066873f".freeze, "test/app/tmp/cache/assets/development/sprockets/1e1679158bd397a720be46fa3a5876a3".freeze, "test/app/tmp/cache/assets/development/sprockets/2a75ba35f8e751887ba89a914363fefd".freeze, "test/app/tmp/cache/assets/development/sprockets/2cc6ef740b5691af5ee246c0dbc68f14".freeze, "test/app/tmp/cache/assets/development/sprockets/2f80004fb2e2ce07283a83ac15cf920a".freeze, "test/app/tmp/cache/assets/development/sprockets/322295abdd8625fcce4da08f9565cc63".freeze, "test/app/tmp/cache/assets/development/sprockets/421b79f445cd87f3532a5c445877cbec".freeze, "test/app/tmp/cache/assets/development/sprockets/4528fe4a109cad1ff031659cd9eeae17".freeze, "test/app/tmp/cache/assets/development/sprockets/45a9c7dfe9986570daa4c972277375ec".freeze, "test/app/tmp/cache/assets/development/sprockets/48b2cd7153bbc442eaa84c3e24e963e0".freeze, "test/app/tmp/cache/assets/development/sprockets/4c3fef5a3e293ed6b6df3d869f54e1d1".freeze, "test/app/tmp/cache/assets/development/sprockets/4c8cb5cfd87990ebddbaa5b5fd594be5".freeze, "test/app/tmp/cache/assets/development/sprockets/4cefa37a52d669d3ca7e6aa1e1aaf435".freeze, "test/app/tmp/cache/assets/development/sprockets/4ea4f5c13aaeda9a7d39684ab72fa710".freeze, "test/app/tmp/cache/assets/development/sprockets/4ecd1cb66cb36718daadcfba0aa42c1e".freeze, "test/app/tmp/cache/assets/development/sprockets/4ed3cbd180c275b98627eaeea4c9c838".freeze, "test/app/tmp/cache/assets/development/sprockets/519aa2b3c3ab8fd8f065c56507111878".freeze, "test/app/tmp/cache/assets/development/sprockets/51d409a48872319ac6a731aa880e6368".freeze, "test/app/tmp/cache/assets/development/sprockets/53c0f5159a54836310b1a3f5357bc4c6".freeze, "test/app/tmp/cache/assets/development/sprockets/55bae604bcb5ccf7d9e0ed0fd61953b6".freeze, "test/app/tmp/cache/assets/development/sprockets/5805d2c402f412642d86ec03a7ec4a3d".freeze, "test/app/tmp/cache/assets/development/sprockets/5cd772b44cdeae4d3b37b62193e946eb".freeze, "test/app/tmp/cache/assets/development/sprockets/5f32b259cbcc52156d2fe21c185d9390".freeze, "test/app/tmp/cache/assets/development/sprockets/656ea3403f27a33b86d5bf9e8a0c0e46".freeze, "test/app/tmp/cache/assets/development/sprockets/679705affe2ad274da1ad48cb5137c21".freeze, "test/app/tmp/cache/assets/development/sprockets/69a687de4cbb95365bf8aa2037d63726".freeze, "test/app/tmp/cache/assets/development/sprockets/69d5224a79e874431294e8adf04e7d65".freeze, "test/app/tmp/cache/assets/development/sprockets/6bc5a76ff13bc4daebb7e164a4b64196".freeze, "test/app/tmp/cache/assets/development/sprockets/6c1a5456c2e5d87285dd1910762fe01e".freeze, "test/app/tmp/cache/assets/development/sprockets/6d52ff2c9298014f2d648eb9e04a61a6".freeze, "test/app/tmp/cache/assets/development/sprockets/7938636d16e11b754d4dd046b89863c4".freeze, "test/app/tmp/cache/assets/development/sprockets/7a90d9251a7c5506f33a3c72a224e571".freeze, "test/app/tmp/cache/assets/development/sprockets/7ce7981501e05438faa017eb2e197379".freeze, "test/app/tmp/cache/assets/development/sprockets/7e232a7b4ac10fe1350e2b9b05ab0b02".freeze, "test/app/tmp/cache/assets/development/sprockets/81d7800826e89041f377af8570b8324f".freeze, "test/app/tmp/cache/assets/development/sprockets/81f524fed55fe63e95c1aeccb5d83571".freeze, "test/app/tmp/cache/assets/development/sprockets/85984636ee801f63af86b35d7697d4c5".freeze, "test/app/tmp/cache/assets/development/sprockets/88de2cf8ce5990c5fa59f7c9f4599a65".freeze, "test/app/tmp/cache/assets/development/sprockets/8932a78ffe18ad2e3bb7ceb90ac4b933".freeze, "test/app/tmp/cache/assets/development/sprockets/8d6fd863923e78438318b02bf83be1c4".freeze, "test/app/tmp/cache/assets/development/sprockets/8f43db1e57a90ffbae3be00a895d5a09".freeze, "test/app/tmp/cache/assets/development/sprockets/91e11940ab63a407af03d21720ac2951".freeze, "test/app/tmp/cache/assets/development/sprockets/938abfdc262a8ab42e768545640bfb2a".freeze, "test/app/tmp/cache/assets/development/sprockets/9da17bb4868a0b762f8884db45c76ffd".freeze, "test/app/tmp/cache/assets/development/sprockets/9e760b9565b110e433b7e42f827cb5f8".freeze, "test/app/tmp/cache/assets/development/sprockets/9e8fbfd56e8ef705ba94bb03b5b3696e".freeze, "test/app/tmp/cache/assets/development/sprockets/9ebbf73fb48cdf8bc07a8bfdd6d14328".freeze, "test/app/tmp/cache/assets/development/sprockets/9f240d481b0818a6da0b1a1aaaac2b54".freeze, "test/app/tmp/cache/assets/development/sprockets/a2b956b30a80f996b5aeb1b2f226775c".freeze, "test/app/tmp/cache/assets/development/sprockets/a5b5ed9849e8019160b73aa554132b37".freeze, "test/app/tmp/cache/assets/development/sprockets/a692ba7ed6cff183bb840c2622233c87".freeze, "test/app/tmp/cache/assets/development/sprockets/a951f4ceb83ae691f002b4f6183bc1ed".freeze, "test/app/tmp/cache/assets/development/sprockets/a9befe910d55141b8ba02d8198b8f966".freeze, "test/app/tmp/cache/assets/development/sprockets/accc4dc17ef18d0b510917a005340da5".freeze, "test/app/tmp/cache/assets/development/sprockets/b2db166e9974feb35358e7fcce87cb39".freeze, "test/app/tmp/cache/assets/development/sprockets/b519a4f6c5b5a0d9236bdca14e0eb00d".freeze, "test/app/tmp/cache/assets/development/sprockets/b5cbeb3def40b118469fff2d80c1b596".freeze, "test/app/tmp/cache/assets/development/sprockets/b6f65271a0e77b349529ce9148dd2782".freeze, "test/app/tmp/cache/assets/development/sprockets/b9ad7ea18b7e55c3626a15d1dae142ed".freeze, "test/app/tmp/cache/assets/development/sprockets/bc384ea2fdcc667aa4282209caba921f".freeze, "test/app/tmp/cache/assets/development/sprockets/bcf06bf434bb3d3a5769036d6e24b301".freeze, "test/app/tmp/cache/assets/development/sprockets/bd83357635155d3457747e92e47da0ed".freeze, "test/app/tmp/cache/assets/development/sprockets/c39634555e4eba3595350eeea648ddf4".freeze, "test/app/tmp/cache/assets/development/sprockets/c3ef336ca8f7e64969d8bfdcf837ad10".freeze, "test/app/tmp/cache/assets/development/sprockets/c55037904a95162828e5d0b087677878".freeze, "test/app/tmp/cache/assets/development/sprockets/c733f1a2fe9d05a3a634ff64a394f64b".freeze, "test/app/tmp/cache/assets/development/sprockets/c83a337688a52890ba93372fea6ec932".freeze, "test/app/tmp/cache/assets/development/sprockets/ca92d0dbc43c066af9b31f2bc26d038d".freeze, "test/app/tmp/cache/assets/development/sprockets/cae2fc80bfbc81ec7b6c11a72be18c98".freeze, "test/app/tmp/cache/assets/development/sprockets/cd665363677ffcef0dde972284e8d942".freeze, "test/app/tmp/cache/assets/development/sprockets/d5154a1eda9cfbfe54e091d6ead1ac5f".freeze, "test/app/tmp/cache/assets/development/sprockets/da76586dcb6d9a408b2cf33307790d66".freeze, "test/app/tmp/cache/assets/development/sprockets/daa7fa7a610bc5951cc3c4403f290eb6".freeze, "test/app/tmp/cache/assets/development/sprockets/dabc0e94bc1e37007351ac756dd2dd6a".freeze, "test/app/tmp/cache/assets/development/sprockets/edf3c55a27678996371bffe56298925b".freeze, "test/app/tmp/cache/assets/development/sprockets/f0f04c3b2b0091fa3ca4a1edacc23a1c".freeze, "test/app/tmp/cache/assets/development/sprockets/f8610737fbfdcb85db95ae7c6a70514e".freeze, "test/app/tmp/restart.txt".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 = 4 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.0".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_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end