# -*- encoding: utf-8 -*- # stub: active_shipping 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "active_shipping".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James MacAulay".freeze, "Tobias Luetke".freeze, "Cody Fauser".freeze, "Jimmy Baker".freeze] s.date = "2009-10-26" s.description = "Shipping API extension for Active Merchant.".freeze s.email = "jmacaulay@gmail.com".freeze s.extra_rdoc_files = ["README.markdown".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "MIT-LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "init.rb".freeze, "lib/active_shipping.rb".freeze, "lib/active_shipping/lib/connection.rb".freeze, "lib/active_shipping/lib/country.rb".freeze, "lib/active_shipping/lib/error.rb".freeze, "lib/active_shipping/lib/post_data.rb".freeze, "lib/active_shipping/lib/posts_data.rb".freeze, "lib/active_shipping/lib/requires_parameters.rb".freeze, "lib/active_shipping/lib/utils.rb".freeze, "lib/active_shipping/lib/validateable.rb".freeze, "lib/active_shipping/shipping/base.rb".freeze, "lib/active_shipping/shipping/carrier.rb".freeze, "lib/active_shipping/shipping/carriers.rb".freeze, "lib/active_shipping/shipping/carriers/bogus_carrier.rb".freeze, "lib/active_shipping/shipping/carriers/fedex.rb".freeze, "lib/active_shipping/shipping/carriers/shipwire.rb".freeze, "lib/active_shipping/shipping/carriers/ups.rb".freeze, "lib/active_shipping/shipping/carriers/usps.rb".freeze, "lib/active_shipping/shipping/location.rb".freeze, "lib/active_shipping/shipping/package.rb".freeze, "lib/active_shipping/shipping/rate_estimate.rb".freeze, "lib/active_shipping/shipping/rate_response.rb".freeze, "lib/active_shipping/shipping/response.rb".freeze, "lib/active_shipping/shipping/shipment_event.rb".freeze, "lib/active_shipping/shipping/tracking_response.rb".freeze, "lib/certs/cacert.pem".freeze, "lib/vendor/quantified/MIT-LICENSE".freeze, "lib/vendor/quantified/README.markdown".freeze, "lib/vendor/quantified/Rakefile".freeze, "lib/vendor/quantified/init.rb".freeze, "lib/vendor/quantified/lib/quantified.rb".freeze, "lib/vendor/quantified/lib/quantified/attribute.rb".freeze, "lib/vendor/quantified/lib/quantified/length.rb".freeze, "lib/vendor/quantified/lib/quantified/mass.rb".freeze, "lib/vendor/quantified/test/length_test.rb".freeze, "lib/vendor/quantified/test/mass_test.rb".freeze, "lib/vendor/quantified/test/test_helper.rb".freeze, "lib/vendor/test_helper.rb".freeze, "lib/vendor/xml_node/README".freeze, "lib/vendor/xml_node/Rakefile".freeze, "lib/vendor/xml_node/benchmark/bench_generation.rb".freeze, "lib/vendor/xml_node/init.rb".freeze, "lib/vendor/xml_node/lib/xml_node.rb".freeze, "lib/vendor/xml_node/test/test_generating.rb".freeze, "lib/vendor/xml_node/test/test_parsing.rb".freeze, "test/fixtures.yml".freeze, "test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml".freeze, "test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_response.xml".freeze, "test/fixtures/xml/fedex/tracking_request.xml".freeze, "test/fixtures/xml/fedex/tracking_response.xml".freeze, "test/fixtures/xml/shipwire/international_rates_response.xml".freeze, "test/fixtures/xml/shipwire/invalid_credentials_response.xml".freeze, "test/fixtures/xml/shipwire/new_carrier_rate_response.xml".freeze, "test/fixtures/xml/shipwire/no_rates_response.xml".freeze, "test/fixtures/xml/shipwire/rates_response.xml".freeze, "test/fixtures/xml/ups/example_tracking_response.xml".freeze, "test/fixtures/xml/ups/shipment_from_tiger_direct.xml".freeze, "test/fixtures/xml/ups/test_real_home_as_residential_destination_response.xml".freeze, "test/fixtures/xml/usps/beverly_hills_to_ottawa_book_rate_response.xml".freeze, "test/fixtures/xml/usps/beverly_hills_to_ottawa_book_wii_rate_response.xml".freeze, "test/fixtures/xml/usps/beverly_hills_to_ottawa_wii_rate_response.xml".freeze, "test/remote/fedex_test.rb".freeze, "test/remote/shipwire_test.rb".freeze, "test/remote/ups_test.rb".freeze, "test/remote/usps_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/base_test.rb".freeze, "test/unit/carriers/fedex_test.rb".freeze, "test/unit/carriers/shipwire_test.rb".freeze, "test/unit/carriers/ups_test.rb".freeze, "test/unit/carriers/usps_test.rb".freeze, "test/unit/location_test.rb".freeze, "test/unit/package_test.rb".freeze, "test/unit/response_test.rb".freeze] s.homepage = "http://github.com/Shopify/active_shipping".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Shipping API extension for Active Merchant.".freeze s.test_files = ["test/remote/fedex_test.rb".freeze, "test/remote/shipwire_test.rb".freeze, "test/remote/ups_test.rb".freeze, "test/remote/usps_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/base_test.rb".freeze, "test/unit/carriers/fedex_test.rb".freeze, "test/unit/carriers/shipwire_test.rb".freeze, "test/unit/carriers/ups_test.rb".freeze, "test/unit/carriers/usps_test.rb".freeze, "test/unit/location_test.rb".freeze, "test/unit/package_test.rb".freeze, "test/unit/response_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end