# -*- encoding: utf-8 -*- # stub: active_cart 0.0.8 ruby lib Gem::Specification.new do |s| s.name = "active_cart".freeze s.version = "0.0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Myles Eftos".freeze] s.date = "2010-03-13" s.description = "You can use active_cart as the basis of a shopping cart system. It's not a shopping cart application - it's a shopping cart framework.".freeze s.email = "myles@madpilot.com.au".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "install.rb".freeze, "lib/active_cart.rb".freeze, "lib/active_cart/acts_as_cart.rb".freeze, "lib/active_cart/cart.rb".freeze, "lib/active_cart/cart_storage.rb".freeze, "lib/active_cart/item.rb".freeze, "lib/active_cart/items/memory_item.rb".freeze, "lib/active_cart/order_total.rb".freeze, "lib/active_cart/order_total_collection.rb".freeze, "lib/active_cart/storage_engines/memory.rb".freeze, "lib/exceptions/out_of_stock.rb".freeze, "test/blueprints.rb".freeze, "test/fixtures/cart.rb".freeze, "test/fixtures/cart_item.rb".freeze, "test/fixtures/item.rb".freeze, "test/fixtures/order_total.rb".freeze, "test/mocks/test_cart_storage.rb".freeze, "test/mocks/test_item.rb".freeze, "test/mocks/test_order_total.rb".freeze, "test/performance/browsing_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze, "test/unit/acts_as_cart_test.rb".freeze, "test/unit/cart_storage_test.rb".freeze, "test/unit/cart_test.rb".freeze, "test/unit/item_test.rb".freeze, "test/unit/order_total_collection_test.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://gemcutter.org/gems/active_cart".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Shopping Cart framework gem. Supports 'storage engines' and order total plugins".freeze s.test_files = ["test/unit/order_total_collection_test.rb".freeze, "test/unit/cart_storage_test.rb".freeze, "test/unit/cart_test.rb".freeze, "test/unit/acts_as_cart_test.rb".freeze, "test/unit/item_test.rb".freeze, "test/mocks/test_cart_storage.rb".freeze, "test/mocks/test_order_total.rb".freeze, "test/mocks/test_item.rb".freeze, "test/schema.rb".freeze, "test/fixtures/cart_item.rb".freeze, "test/fixtures/order_total.rb".freeze, "test/fixtures/cart.rb".freeze, "test/fixtures/item.rb".freeze, "test/blueprints.rb".freeze, "test/test_helper.rb".freeze, "test/performance/browsing_test.rb".freeze] s.specification_version = 3 s.add_runtime_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]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end