# -*- encoding: utf-8 -*- # stub: tb_checkout 1.0.7 ruby lib Gem::Specification.new do |s| s.name = "tb_checkout".freeze s.version = "1.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Westlake Design".freeze] s.date = "2015-10-05" s.description = "TB Checkout is a shopping cart and payments system designed for use with Twice Baked and Active Merchant".freeze s.email = ["greg@westlakedesign.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/tb_checkout/admin/shopping_carts.png".freeze, "app/assets/images/tb_checkout/admin/transactions.png".freeze, "app/assets/javascripts/tb_checkout/admin/carts.js".freeze, "app/assets/javascripts/tb_checkout/admin/transactions.js".freeze, "app/assets/javascripts/tb_checkout/application.js".freeze, "app/assets/javascripts/tb_checkout/cart_items.js".freeze, "app/assets/javascripts/tb_checkout/carts.js".freeze, "app/assets/javascripts/tb_checkout/transactions.js".freeze, "app/assets/stylesheets/tb_checkout/admin/carts.css".freeze, "app/assets/stylesheets/tb_checkout/admin/transactions.css".freeze, "app/assets/stylesheets/tb_checkout/application.css".freeze, "app/assets/stylesheets/tb_checkout/cart_items.css".freeze, "app/assets/stylesheets/tb_checkout/carts.css".freeze, "app/assets/stylesheets/tb_checkout/transactions.css".freeze, "app/controllers/concerns/tb_checkout/controller_helpers.rb".freeze, "app/controllers/tb_checkout/admin/carts_controller.rb".freeze, "app/controllers/tb_checkout/admin/transactions_controller.rb".freeze, "app/controllers/tb_checkout/application_controller.rb".freeze, "app/controllers/tb_checkout/cart_items_controller.rb".freeze, "app/controllers/tb_checkout/carts_controller.rb".freeze, "app/controllers/tb_checkout/transactions_controller.rb".freeze, "app/helpers/tb_checkout/admin/carts_helper.rb".freeze, "app/helpers/tb_checkout/admin/transactions_helper.rb".freeze, "app/helpers/tb_checkout/application_helper.rb".freeze, "app/helpers/tb_checkout/transactions_helper.rb".freeze, "app/models/concerns/tb_checkout/belongs_to_user_session.rb".freeze, "app/models/concerns/tb_checkout/purchasable.rb".freeze, "app/models/tb_checkout/basic_product.rb".freeze, "app/models/tb_checkout/cart.rb".freeze, "app/models/tb_checkout/cart_item.rb".freeze, "app/models/tb_checkout/transaction.rb".freeze, "app/views/tb_checkout/admin/carts/index.html.erb".freeze, "app/views/tb_checkout/admin/carts/show.html.erb".freeze, "app/views/tb_checkout/admin/transactions/_table.html.erb".freeze, "app/views/tb_checkout/admin/transactions/index.html.erb".freeze, "app/views/tb_checkout/admin/transactions/show.html.erb".freeze, "app/views/tb_checkout/cart_items/create.html.erb".freeze, "app/views/tb_checkout/cart_items/destroy.html.erb".freeze, "app/views/tb_checkout/cart_items/update.html.erb".freeze, "app/views/tb_checkout/carts/_cart.html.erb".freeze, "app/views/tb_checkout/carts/show.html.erb".freeze, "app/views/tb_checkout/transactions/_details.html.erb".freeze, "app/views/tb_checkout/transactions/confirm.html.erb".freeze, "app/views/tb_checkout/transactions/index.html.erb".freeze, "app/views/tb_checkout/transactions/new.html.erb".freeze, "app/views/tb_checkout/transactions/show.html.erb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20140703185256_create_tb_checkout_carts.rb".freeze, "db/migrate/20140703185258_create_tb_checkout_cart_items.rb".freeze, "db/migrate/20140703185259_create_tb_checkout_transactions.rb".freeze, "db/migrate/20140707142350_create_tb_checkout_basic_products.rb".freeze, "db/migrate/20140915202848_add_spud_user_and_session_id_to_transactions.rb".freeze, "lib/tasks/tb_checkout_tasks.rake".freeze, "lib/tb_checkout.rb".freeze, "lib/tb_checkout/configuration.rb".freeze, "lib/tb_checkout/engine.rb".freeze, "lib/tb_checkout/schema.rb".freeze, "lib/tb_checkout/version.rb".freeze, "spec/concerns/belongs_to_spud_user_session.rb".freeze, "spec/controllers/tb_checkout/carts_controller_spec.rb".freeze, "spec/controllers/tb_checkout/transactions_controller_spec.rb".freeze, "spec/dummy/README.rdoc".freeze, "spec/dummy/Rakefile".freeze, "spec/dummy/app/assets/javascripts/application.js".freeze, "spec/dummy/app/assets/stylesheets/application.css".freeze, "spec/dummy/app/controllers/application_controller.rb".freeze, "spec/dummy/app/helpers/application_helper.rb".freeze, "spec/dummy/app/views/layouts/application.html.erb".freeze, "spec/dummy/bin/bundle".freeze, "spec/dummy/bin/rails".freeze, "spec/dummy/bin/rake".freeze, "spec/dummy/config.ru".freeze, "spec/dummy/config/application.rb".freeze, "spec/dummy/config/boot.rb".freeze, "spec/dummy/config/database.yml".freeze, "spec/dummy/config/environment.rb".freeze, "spec/dummy/config/environments/development.rb".freeze, "spec/dummy/config/environments/production.rb".freeze, "spec/dummy/config/environments/test.rb".freeze, "spec/dummy/config/initializers/assets.rb".freeze, "spec/dummy/config/initializers/backtrace_silencers.rb".freeze, "spec/dummy/config/initializers/cookies_serializer.rb".freeze, "spec/dummy/config/initializers/filter_parameter_logging.rb".freeze, "spec/dummy/config/initializers/inflections.rb".freeze, "spec/dummy/config/initializers/mime_types.rb".freeze, "spec/dummy/config/initializers/session_store.rb".freeze, "spec/dummy/config/initializers/wrap_parameters.rb".freeze, "spec/dummy/config/locales/en.yml".freeze, "spec/dummy/config/routes.rb".freeze, "spec/dummy/config/secrets.yml".freeze, "spec/dummy/db/migrate/20140915202259_create_spud_admin_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202260_create_spud_users.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202261_add_time_zone_to_spud_user.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202262_add_scope_to_spud_admin_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202263_create_spud_user_settings.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202264_create_spud_roles.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202265_create_spud_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202266_create_spud_role_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202267_drop_spud_admin_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202268_create_tb_checkout_carts.tb_checkout_engine.rb".freeze, "spec/dummy/db/migrate/20140915202269_create_tb_checkout_cart_items.tb_checkout_engine.rb".freeze, "spec/dummy/db/migrate/20140915202270_create_tb_checkout_transactions.tb_checkout_engine.rb".freeze, "spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb".freeze, "spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb".freeze, "spec/dummy/db/schema.rb".freeze, "spec/dummy/public/404.html".freeze, "spec/dummy/public/422.html".freeze, "spec/dummy/public/500.html".freeze, "spec/dummy/public/favicon.ico".freeze, "spec/factories/spud_users.rb".freeze, "spec/factories/tb_checkout_basic_products.rb".freeze, "spec/factories/tb_checkout_cart_items.rb".freeze, "spec/factories/tb_checkout_carts.rb".freeze, "spec/factories/tb_checkout_transactions.rb".freeze, "spec/models/tb_checkout/transaction_spec.rb".freeze, "spec/rails_helper.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://bitbucket.org/westlakedesign/tb_checkout".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple shopping cart and checkout system for Twice Baked".freeze s.test_files = ["spec/concerns/belongs_to_spud_user_session.rb".freeze, "spec/controllers/tb_checkout/carts_controller_spec.rb".freeze, "spec/controllers/tb_checkout/transactions_controller_spec.rb".freeze, "spec/dummy/app/assets/javascripts/application.js".freeze, "spec/dummy/app/assets/stylesheets/application.css".freeze, "spec/dummy/app/controllers/application_controller.rb".freeze, "spec/dummy/app/helpers/application_helper.rb".freeze, "spec/dummy/app/views/layouts/application.html.erb".freeze, "spec/dummy/bin/bundle".freeze, "spec/dummy/bin/rails".freeze, "spec/dummy/bin/rake".freeze, "spec/dummy/config/application.rb".freeze, "spec/dummy/config/boot.rb".freeze, "spec/dummy/config/database.yml".freeze, "spec/dummy/config/environment.rb".freeze, "spec/dummy/config/environments/development.rb".freeze, "spec/dummy/config/environments/production.rb".freeze, "spec/dummy/config/environments/test.rb".freeze, "spec/dummy/config/initializers/assets.rb".freeze, "spec/dummy/config/initializers/backtrace_silencers.rb".freeze, "spec/dummy/config/initializers/cookies_serializer.rb".freeze, "spec/dummy/config/initializers/filter_parameter_logging.rb".freeze, "spec/dummy/config/initializers/inflections.rb".freeze, "spec/dummy/config/initializers/mime_types.rb".freeze, "spec/dummy/config/initializers/session_store.rb".freeze, "spec/dummy/config/initializers/wrap_parameters.rb".freeze, "spec/dummy/config/locales/en.yml".freeze, "spec/dummy/config/routes.rb".freeze, "spec/dummy/config/secrets.yml".freeze, "spec/dummy/config.ru".freeze, "spec/dummy/db/migrate/20140915202259_create_spud_admin_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202260_create_spud_users.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202261_add_time_zone_to_spud_user.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202262_add_scope_to_spud_admin_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202263_create_spud_user_settings.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202264_create_spud_roles.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202265_create_spud_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202266_create_spud_role_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202267_drop_spud_admin_permissions.tb_core.rb".freeze, "spec/dummy/db/migrate/20140915202268_create_tb_checkout_carts.tb_checkout_engine.rb".freeze, "spec/dummy/db/migrate/20140915202269_create_tb_checkout_cart_items.tb_checkout_engine.rb".freeze, "spec/dummy/db/migrate/20140915202270_create_tb_checkout_transactions.tb_checkout_engine.rb".freeze, "spec/dummy/db/migrate/20140915202271_create_tb_checkout_basic_products.tb_checkout_engine.rb".freeze, "spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb".freeze, "spec/dummy/db/schema.rb".freeze, "spec/dummy/public/404.html".freeze, "spec/dummy/public/422.html".freeze, "spec/dummy/public/500.html".freeze, "spec/dummy/public/favicon.ico".freeze, "spec/dummy/Rakefile".freeze, "spec/dummy/README.rdoc".freeze, "spec/factories/spud_users.rb".freeze, "spec/factories/tb_checkout_basic_products.rb".freeze, "spec/factories/tb_checkout_cart_items.rb".freeze, "spec/factories/tb_checkout_carts.rb".freeze, "spec/factories/tb_checkout_transactions.rb".freeze, "spec/models/tb_checkout/transaction_spec.rb".freeze, "spec/rails_helper.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.46.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.1".freeze]) end