--- !ruby/object:Gem::Specification name: trollied version: !ruby/object:Gem::Version hash: 31 prerelease: false segments: - 0 - 1 - 2 version: 0.1.2 platform: ruby authors: - Walter McGinnis autorequire: bindir: bin cert_chain: [] date: 2011-06-28 00:00:00 +12:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: workflow prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 63 segments: - 0 - 8 - 0 version: 0.8.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: will_paginate prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - <= - !ruby/object:Gem::Version hash: 29 segments: - 2 - 3 - 15 version: 2.3.15 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: shoulda prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 33 segments: - 2 - 10 - 3 version: 2.10.3 type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: factory_girl prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 25 segments: - 1 - 2 - 3 version: 1.2.3 type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: webrat prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 13 segments: - 0 - 5 - 3 version: 0.5.3 type: :development version_requirements: *id005 description: Extendable Ruby on Rails engine for adding shopping cart functionality to a Rails application. It does not assume shipping, price, or having a quantity. However, it does allow for more than one order per user placed in a trolley. Meant to be well suited to ordering digital records. email: walter@katipo.co.nz executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - app/controllers/line_items_controller.rb - app/controllers/notes_controller.rb - app/controllers/orders_controller.rb - app/controllers/trolleys_controller.rb - app/helpers/gets_trollied_helper.rb - app/helpers/line_items_helper.rb - app/helpers/orders_helper.rb - app/models/line_item.rb - app/models/note.rb - app/models/order.rb - app/models/trolley.rb - app/views/line_items/_form.html.erb - app/views/line_items/_line_item.html.erb - app/views/line_items/new.html.erb - app/views/notes/_form.html.erb - app/views/notes/_new.html.erb - app/views/notes/_note.html.erb - app/views/notes/index.html.erb - app/views/notes/new.html.erb - app/views/orders/_date_pickers.html.erb - app/views/orders/_order.html.erb - app/views/orders/index.html.erb - app/views/orders/show.html.erb - app/views/trolleys/_orders.html.erb - app/views/trolleys/show.html.erb - config/locales/en.yml - config/routes.rb - generators/trollied_migrations/USAGE - generators/trollied_migrations/templates/line_items_migration.rb - generators/trollied_migrations/templates/notes_migration.rb - generators/trollied_migrations/templates/orders_migration.rb - generators/trollied_migrations/templates/trolleys_migration.rb - generators/trollied_migrations/trollied_migrations_generator.rb - lib/gets_trollied.rb - lib/gets_trollied_controller_helpers.rb - lib/has_trolley.rb - lib/has_trolley_controller_helpers.rb - lib/order_status.rb - lib/trollied.rb - rails/init.rb - test/full_2_3_5_app_with_tests/.gitignore - test/full_2_3_5_app_with_tests/README - test/full_2_3_5_app_with_tests/Rakefile - test/full_2_3_5_app_with_tests/app/controllers/application_controller.rb - test/full_2_3_5_app_with_tests/app/controllers/items_controller.rb - test/full_2_3_5_app_with_tests/app/controllers/user_controller.rb - test/full_2_3_5_app_with_tests/app/helpers/application_helper.rb - test/full_2_3_5_app_with_tests/app/helpers/items_helper.rb - test/full_2_3_5_app_with_tests/app/helpers/user_helper.rb - test/full_2_3_5_app_with_tests/app/models/item.rb - test/full_2_3_5_app_with_tests/app/models/user.rb - test/full_2_3_5_app_with_tests/app/views/items/edit.html.erb - test/full_2_3_5_app_with_tests/app/views/items/index.html.erb - test/full_2_3_5_app_with_tests/app/views/items/new.html.erb - test/full_2_3_5_app_with_tests/app/views/items/show.html.erb - test/full_2_3_5_app_with_tests/app/views/layouts/application.html.erb - test/full_2_3_5_app_with_tests/app/views/layouts/items.html.erb - test/full_2_3_5_app_with_tests/config.ru - test/full_2_3_5_app_with_tests/config/boot.rb - test/full_2_3_5_app_with_tests/config/database.yml - test/full_2_3_5_app_with_tests/config/environment.rb - test/full_2_3_5_app_with_tests/config/environments/development.rb - test/full_2_3_5_app_with_tests/config/environments/production.rb - test/full_2_3_5_app_with_tests/config/environments/test.rb - test/full_2_3_5_app_with_tests/config/initializers/backtrace_silencers.rb - test/full_2_3_5_app_with_tests/config/initializers/inflections.rb - test/full_2_3_5_app_with_tests/config/initializers/mime_types.rb - test/full_2_3_5_app_with_tests/config/initializers/new_rails_defaults.rb - test/full_2_3_5_app_with_tests/config/initializers/session_store.rb - test/full_2_3_5_app_with_tests/config/locales.yml - test/full_2_3_5_app_with_tests/config/locales/en.yml - test/full_2_3_5_app_with_tests/config/locales/fr.yml - test/full_2_3_5_app_with_tests/config/locales/zh.yml - test/full_2_3_5_app_with_tests/config/routes.rb - test/full_2_3_5_app_with_tests/db/migrate/20100407010602_create_items.rb - test/full_2_3_5_app_with_tests/db/migrate/20110426030509_create_users.rb - test/full_2_3_5_app_with_tests/db/migrate/20110426033906_create_trolleys.rb - test/full_2_3_5_app_with_tests/db/migrate/20110426033907_create_orders.rb - test/full_2_3_5_app_with_tests/db/migrate/20110426033908_create_line_items.rb - test/full_2_3_5_app_with_tests/db/migrate/20110615234040_create_notes.rb - test/full_2_3_5_app_with_tests/db/schema.rb - test/full_2_3_5_app_with_tests/db/seeds.rb - test/full_2_3_5_app_with_tests/doc/README_FOR_APP - test/full_2_3_5_app_with_tests/public/404.html - test/full_2_3_5_app_with_tests/public/422.html - test/full_2_3_5_app_with_tests/public/500.html - test/full_2_3_5_app_with_tests/public/favicon.ico - test/full_2_3_5_app_with_tests/public/images/rails.png - test/full_2_3_5_app_with_tests/public/index.html - test/full_2_3_5_app_with_tests/public/javascripts/application.js - test/full_2_3_5_app_with_tests/public/javascripts/controls.js - test/full_2_3_5_app_with_tests/public/javascripts/dragdrop.js - test/full_2_3_5_app_with_tests/public/javascripts/effects.js - test/full_2_3_5_app_with_tests/public/javascripts/prototype.js - test/full_2_3_5_app_with_tests/public/robots.txt - test/full_2_3_5_app_with_tests/public/stylesheets/scaffold.css - test/full_2_3_5_app_with_tests/script/about - test/full_2_3_5_app_with_tests/script/console - test/full_2_3_5_app_with_tests/script/dbconsole - test/full_2_3_5_app_with_tests/script/destroy - test/full_2_3_5_app_with_tests/script/generate - test/full_2_3_5_app_with_tests/script/performance/benchmarker - test/full_2_3_5_app_with_tests/script/performance/profiler - test/full_2_3_5_app_with_tests/script/plugin - test/full_2_3_5_app_with_tests/script/runner - test/full_2_3_5_app_with_tests/script/server - test/full_2_3_5_app_with_tests/test/factories.rb - test/full_2_3_5_app_with_tests/test/functional/line_items_controller_test.rb - test/full_2_3_5_app_with_tests/test/functional/orders_controller_test.rb - test/full_2_3_5_app_with_tests/test/integration/gets_trollied_test.rb - test/full_2_3_5_app_with_tests/test/integration/order_test.rb - test/full_2_3_5_app_with_tests/test/integration/trolley_test.rb - test/full_2_3_5_app_with_tests/test/performance/browsing_test.rb - test/full_2_3_5_app_with_tests/test/selenium.rb - test/full_2_3_5_app_with_tests/test/test_helper.rb - test/full_2_3_5_app_with_tests/test/unit/gets_trollied_test.rb - test/full_2_3_5_app_with_tests/test/unit/helpers/gets_trollied_helper_test.rb - test/full_2_3_5_app_with_tests/test/unit/helpers/orders_helper_test.rb - test/full_2_3_5_app_with_tests/test/unit/line_item_test.rb - test/full_2_3_5_app_with_tests/test/unit/note_test.rb - test/full_2_3_5_app_with_tests/test/unit/order_test.rb - test/full_2_3_5_app_with_tests/test/unit/trolley_test.rb - test/full_2_3_5_app_with_tests/tmp/restart.txt - test/helper.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/init.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/base.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/force_extension.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/locale.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/pagination.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/uuid_token.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/force_extension_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/generation_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/pagination_extension_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/recognition_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/routing_filter_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/spec_helper.rb has_rdoc: true homepage: http://github.com/kete/trollied licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Extendable Ruby on Rails engine for adding shopping cart functionality to a Rails application. It does not assume shipping, price, or having a quantity. test_files: - test/full_2_3_5_app_with_tests/app/controllers/application_controller.rb - test/full_2_3_5_app_with_tests/app/controllers/items_controller.rb - test/full_2_3_5_app_with_tests/app/controllers/user_controller.rb - test/full_2_3_5_app_with_tests/app/helpers/application_helper.rb - test/full_2_3_5_app_with_tests/app/helpers/items_helper.rb - test/full_2_3_5_app_with_tests/app/helpers/user_helper.rb - test/full_2_3_5_app_with_tests/app/models/item.rb - test/full_2_3_5_app_with_tests/app/models/user.rb - test/full_2_3_5_app_with_tests/config/boot.rb - test/full_2_3_5_app_with_tests/config/environment.rb - test/full_2_3_5_app_with_tests/config/environments/development.rb - test/full_2_3_5_app_with_tests/config/environments/production.rb - test/full_2_3_5_app_with_tests/config/environments/test.rb - test/full_2_3_5_app_with_tests/config/initializers/backtrace_silencers.rb - test/full_2_3_5_app_with_tests/config/initializers/inflections.rb - test/full_2_3_5_app_with_tests/config/initializers/mime_types.rb - test/full_2_3_5_app_with_tests/config/initializers/new_rails_defaults.rb - test/full_2_3_5_app_with_tests/config/initializers/session_store.rb - test/full_2_3_5_app_with_tests/config/routes.rb - test/full_2_3_5_app_with_tests/db/migrate/20100407010602_create_items.rb - test/full_2_3_5_app_with_tests/db/migrate/20110426030509_create_users.rb - test/full_2_3_5_app_with_tests/db/migrate/20110426033906_create_trolleys.rb - test/full_2_3_5_app_with_tests/db/migrate/20110426033907_create_orders.rb - test/full_2_3_5_app_with_tests/db/migrate/20110426033908_create_line_items.rb - test/full_2_3_5_app_with_tests/db/migrate/20110615234040_create_notes.rb - test/full_2_3_5_app_with_tests/db/schema.rb - test/full_2_3_5_app_with_tests/db/seeds.rb - test/full_2_3_5_app_with_tests/test/factories.rb - test/full_2_3_5_app_with_tests/test/functional/line_items_controller_test.rb - test/full_2_3_5_app_with_tests/test/functional/orders_controller_test.rb - test/full_2_3_5_app_with_tests/test/integration/gets_trollied_test.rb - test/full_2_3_5_app_with_tests/test/integration/order_test.rb - test/full_2_3_5_app_with_tests/test/integration/trolley_test.rb - test/full_2_3_5_app_with_tests/test/performance/browsing_test.rb - test/full_2_3_5_app_with_tests/test/selenium.rb - test/full_2_3_5_app_with_tests/test/test_helper.rb - test/full_2_3_5_app_with_tests/test/unit/gets_trollied_test.rb - test/full_2_3_5_app_with_tests/test/unit/helpers/gets_trollied_helper_test.rb - test/full_2_3_5_app_with_tests/test/unit/helpers/orders_helper_test.rb - test/full_2_3_5_app_with_tests/test/unit/line_item_test.rb - test/full_2_3_5_app_with_tests/test/unit/note_test.rb - test/full_2_3_5_app_with_tests/test/unit/order_test.rb - test/full_2_3_5_app_with_tests/test/unit/trolley_test.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/init.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/base.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/force_extension.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/locale.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/pagination.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter/uuid_token.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/lib/routing_filter.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/force_extension_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/generation_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/pagination_extension_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/recognition_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/routing_filter_spec.rb - test/full_2_3_5_app_with_tests/vendor/plugins/routing-filter/spec/spec_helper.rb - test/helper.rb