--- !ruby/object:Gem::Specification name: bcarpenter-active_shipping version: !ruby/object:Gem::Version version: 0.0.7 platform: ruby authors: - Shopify autorequire: bindir: bin cert_chain: [] date: 2009-09-23 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: activesupport type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: "Use for Fedex/UPS/USPS tracking and more... Originally from: http://github.com/Shopify/active_shipping" email: ben@bencarpenter.org executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - CHANGELOG - MIT-LICENSE - README.markdown - Rakefile - VERSION - lib/active_shipping.rb - lib/active_shipping/lib/connection.rb - lib/active_shipping/lib/country.rb - lib/active_shipping/lib/error.rb - lib/active_shipping/lib/post_data.rb - lib/active_shipping/lib/posts_data.rb - lib/active_shipping/lib/requires_parameters.rb - lib/active_shipping/lib/utils.rb - lib/active_shipping/lib/validateable.rb - lib/active_shipping/shipping/base.rb - lib/active_shipping/shipping/carrier.rb - lib/active_shipping/shipping/carriers.rb - lib/active_shipping/shipping/carriers/bogus_carrier.rb - lib/active_shipping/shipping/carriers/fedex.rb - lib/active_shipping/shipping/carriers/shipwire.rb - lib/active_shipping/shipping/carriers/ups.rb - lib/active_shipping/shipping/carriers/usps.rb - lib/active_shipping/shipping/location.rb - lib/active_shipping/shipping/package.rb - lib/active_shipping/shipping/rate_estimate.rb - lib/active_shipping/shipping/rate_response.rb - lib/active_shipping/shipping/response.rb - lib/active_shipping/shipping/shipment_event.rb - lib/active_shipping/shipping/tracking_response.rb - lib/certs/cacert.pem - lib/vendor/quantified/MIT-LICENSE - lib/vendor/quantified/README.markdown - lib/vendor/quantified/Rakefile - lib/vendor/quantified/init.rb - lib/vendor/quantified/lib/quantified.rb - lib/vendor/quantified/lib/quantified/attribute.rb - lib/vendor/quantified/lib/quantified/length.rb - lib/vendor/quantified/lib/quantified/mass.rb - lib/vendor/quantified/test/length_test.rb - lib/vendor/quantified/test/mass_test.rb - lib/vendor/quantified/test/test_helper.rb - lib/vendor/test_helper.rb - lib/vendor/xml_node/README - lib/vendor/xml_node/Rakefile - lib/vendor/xml_node/benchmark/bench_generation.rb - lib/vendor/xml_node/init.rb - lib/vendor/xml_node/lib/xml_node.rb - lib/vendor/xml_node/test/test_generating.rb - lib/vendor/xml_node/test/test_parsing.rb has_rdoc: false homepage: http://github.com/bcarpenter/active_shipping licenses: post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Gemified activeshipping libs test_files: - test/remote/fedex_test.rb - test/remote/shipwire_test.rb - test/remote/ups_test.rb - test/remote/usps_test.rb - test/test_helper.rb - test/unit/base_test.rb - test/unit/carriers/fedex_test.rb - test/unit/carriers/shipwire_test.rb - test/unit/carriers/ups_test.rb - test/unit/carriers/usps_test.rb - test/unit/location_test.rb - test/unit/package_test.rb - test/unit/response_test.rb