--- !ruby/object:Gem::Specification name: active_shipping version: !ruby/object:Gem::Version version: 1.1.2 platform: ruby authors: - James MacAulay - Tobi Lutke - Cody Fauser - Jimmy Baker autorequire: bindir: bin cert_chain: [] date: 2015-05-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: quantified requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.1 - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' - - "<" - !ruby/object:Gem::Version version: 5.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' - - "<" - !ruby/object:Gem::Version version: 5.0.0 - !ruby/object:Gem::Dependency name: active_utils requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.0.0 - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: mocha requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: timecop requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: business_time requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Get rates and tracking info from various shipping carriers. Extracted from Shopify. email: - james@shopify.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - ".yardopts" - CHANGELOG.md - CONTRIBUTING.md - Gemfile - Gemfile.activesupport32 - Gemfile.activesupport40 - Gemfile.activesupport41 - Gemfile.activesupport42 - MIT-LICENSE - README.md - Rakefile - active_shipping.gemspec - lib/active_shipping.rb - lib/active_shipping/carrier.rb - lib/active_shipping/carriers.rb - lib/active_shipping/carriers/benchmark_carrier.rb - lib/active_shipping/carriers/bogus_carrier.rb - lib/active_shipping/carriers/canada_post.rb - lib/active_shipping/carriers/canada_post_pws.rb - lib/active_shipping/carriers/correios.rb - lib/active_shipping/carriers/fedex.rb - lib/active_shipping/carriers/kunaki.rb - lib/active_shipping/carriers/new_zealand_post.rb - lib/active_shipping/carriers/shipwire.rb - lib/active_shipping/carriers/stamps.rb - lib/active_shipping/carriers/ups.rb - lib/active_shipping/carriers/usps.rb - lib/active_shipping/delivery_date_estimate.rb - lib/active_shipping/delivery_date_estimates_response.rb - lib/active_shipping/errors.rb - lib/active_shipping/label_response.rb - lib/active_shipping/location.rb - lib/active_shipping/package.rb - lib/active_shipping/rate_estimate.rb - lib/active_shipping/rate_response.rb - lib/active_shipping/response.rb - lib/active_shipping/shipment_event.rb - lib/active_shipping/shipment_packer.rb - lib/active_shipping/shipping_response.rb - lib/active_shipping/tracking_response.rb - lib/active_shipping/version.rb - lib/certs/eParcel.dtd - repodb.yml - shipit.rubygems.yml - test/credentials.yml - test/fixtures/files/label1.pdf - test/fixtures/files/ups-shipping-label.gif - test/fixtures/json/newzealandpost/domestic_book.json - test/fixtures/json/newzealandpost/domestic_default.json - test/fixtures/json/newzealandpost/domestic_error.json - test/fixtures/json/newzealandpost/domestic_poster.json - test/fixtures/json/newzealandpost/domestic_small_half_pound.json - test/fixtures/json/newzealandpost/international_book.json - test/fixtures/json/newzealandpost/international_new_zealand_wii.json - test/fixtures/json/newzealandpost/international_small_half_pound.json - test/fixtures/json/newzealandpost/international_wii.json - test/fixtures/xml/canadapost/example_request.xml - test/fixtures/xml/canadapost/example_response.xml - test/fixtures/xml/canadapost/example_response_error.xml - test/fixtures/xml/canadapost/example_response_french.xml - test/fixtures/xml/canadapost/example_response_with_nil_value.xml - test/fixtures/xml/canadapost/example_response_with_postal_outlet.xml - test/fixtures/xml/canadapost/example_response_with_postal_outlet_french.xml - test/fixtures/xml/canadapost/example_response_with_strange_delivery_date.xml - test/fixtures/xml/canadapost_pws/dnc_tracking_details_en.xml - test/fixtures/xml/canadapost_pws/merchant_details_error.xml - test/fixtures/xml/canadapost_pws/merchant_details_response.xml - test/fixtures/xml/canadapost_pws/option_response.xml - test/fixtures/xml/canadapost_pws/option_response_no_conflicts.xml - test/fixtures/xml/canadapost_pws/rates_info.xml - test/fixtures/xml/canadapost_pws/rates_info_error.xml - test/fixtures/xml/canadapost_pws/receipt_response.xml - test/fixtures/xml/canadapost_pws/receipt_response_no_priced_options.xml - test/fixtures/xml/canadapost_pws/register_token_error.xml - test/fixtures/xml/canadapost_pws/register_token_response.xml - test/fixtures/xml/canadapost_pws/service_options_response.xml - test/fixtures/xml/canadapost_pws/services_error.xml - test/fixtures/xml/canadapost_pws/services_response.xml - test/fixtures/xml/canadapost_pws/shipment_domestic.xml - test/fixtures/xml/canadapost_pws/shipment_response.xml - test/fixtures/xml/canadapost_pws/shipment_us.xml - test/fixtures/xml/canadapost_pws/tracking_details_en.xml - test/fixtures/xml/canadapost_pws/tracking_details_en_error.xml - test/fixtures/xml/canadapost_pws/tracking_details_en_undelivered.xml - test/fixtures/xml/canadapost_pws/tracking_details_fr.xml - test/fixtures/xml/canadapost_pws/tracking_details_no_expected_delivery_date.xml - test/fixtures/xml/correios/book_response.xml - test/fixtures/xml/correios/book_response_invalid.xml - test/fixtures/xml/correios/clothes_response.xml - test/fixtures/xml/correios/poster_response.xml - test/fixtures/xml/correios/shoes_response.xml - test/fixtures/xml/fedex/freight_rate_request.xml - test/fixtures/xml/fedex/freight_rate_response.xml - test/fixtures/xml/fedex/invalid_fedex_reply.xml - test/fixtures/xml/fedex/ottawa_to_beverly_hills_commercial_rate_request.xml - test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml - test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_response.xml - test/fixtures/xml/fedex/raterequest_reply.xml - test/fixtures/xml/fedex/reply_without_notifications.xml - test/fixtures/xml/fedex/tracking_request.xml - test/fixtures/xml/fedex/tracking_response_bad_tracking_number.xml - test/fixtures/xml/fedex/tracking_response_delivered_at_door.xml - test/fixtures/xml/fedex/tracking_response_delivered_at_facility.xml - test/fixtures/xml/fedex/tracking_response_delivered_with_signature.xml - test/fixtures/xml/fedex/tracking_response_in_transit.xml - test/fixtures/xml/fedex/tracking_response_multiple_results.xml - test/fixtures/xml/fedex/tracking_response_not_found.xml - test/fixtures/xml/fedex/tracking_response_shipment_exception.xml - test/fixtures/xml/fedex/unknown_fedex_document_reply.xml - test/fixtures/xml/kunaki/invalid_state_response.xml - test/fixtures/xml/kunaki/no_valid_items_response.xml - test/fixtures/xml/kunaki/successful_rates_response.xml - test/fixtures/xml/kunaki/unsuccessful_rates_response.xml - test/fixtures/xml/shipwire/international_rates_response.xml - test/fixtures/xml/shipwire/new_carrier_rate_response.xml - test/fixtures/xml/shipwire/no_rates_response.xml - test/fixtures/xml/shipwire/rates_response.xml - test/fixtures/xml/shipwire/rates_response_no_estimate.xml - test/fixtures/xml/stamps/authenticate_user_request.xml - test/fixtures/xml/stamps/authenticate_user_response.xml - test/fixtures/xml/stamps/cleanse_address_request.xml - test/fixtures/xml/stamps/cleanse_address_response.xml - test/fixtures/xml/stamps/create_indicium_request.xml - test/fixtures/xml/stamps/create_indicium_response.xml - test/fixtures/xml/stamps/expired_authenticator_response.xml - test/fixtures/xml/stamps/get_account_info_request.xml - test/fixtures/xml/stamps/get_account_info_response.xml - test/fixtures/xml/stamps/get_purchase_status_request.xml - test/fixtures/xml/stamps/get_purchase_status_response.xml - test/fixtures/xml/stamps/get_rates_request.xml - test/fixtures/xml/stamps/get_rates_response.xml - test/fixtures/xml/stamps/purchase_postage_request.xml - test/fixtures/xml/stamps/purchase_postage_response.xml - test/fixtures/xml/stamps/track_shipment_request.xml - test/fixtures/xml/stamps/track_shipment_response.xml - test/fixtures/xml/ups/delivered_shipment_with_refund.xml - test/fixtures/xml/ups/delivered_shipment_without_events_tracking_response.xml - test/fixtures/xml/ups/delivery_dates_response.xml - test/fixtures/xml/ups/example_tracking_response.xml - test/fixtures/xml/ups/in_transit_shipment.xml - test/fixtures/xml/ups/out_for_delivery_shipment.xml - test/fixtures/xml/ups/package_exceeds_maximum_length.xml - test/fixtures/xml/ups/rate_single_service.xml - test/fixtures/xml/ups/rescheduled_shipment.xml - test/fixtures/xml/ups/shipment_accept_response.xml - test/fixtures/xml/ups/shipment_confirm_response.xml - test/fixtures/xml/ups/shipment_from_tiger_direct.xml - test/fixtures/xml/ups/test_real_home_as_residential_destination_response.xml - test/fixtures/xml/ups/test_real_home_as_residential_destination_response_with_insured.xml - test/fixtures/xml/ups/test_real_home_as_residential_destination_with_origin_account_response.xml - test/fixtures/xml/ups/triple_accept_response.xml - test/fixtures/xml/ups/triple_confirm_response.xml - test/fixtures/xml/usps/beverly_hills_to_new_york_book_commercial_base_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_new_york_book_commercial_plus_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_new_york_book_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_ottawa_american_wii_commercial_base_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_ottawa_american_wii_commercial_plus_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_ottawa_american_wii_rate_response.xml - test/fixtures/xml/usps/first_class_packages_with_invalid_mail_type_response.xml - test/fixtures/xml/usps/first_class_packages_with_mail_type_response.xml - test/fixtures/xml/usps/first_class_packages_without_mail_type_response.xml - test/fixtures/xml/usps/invalid_xml_tracking_response_error.xml - test/fixtures/xml/usps/tracking_request.xml - test/fixtures/xml/usps/tracking_response.xml - test/fixtures/xml/usps/tracking_response_alt.xml - test/fixtures/xml/usps/tracking_response_failure.xml - test/fixtures/xml/usps/tracking_response_not_available.xml - test/fixtures/xml/usps/tracking_response_test_error.xml - test/fixtures/xml/usps/us_rate_request.xml - test/fixtures/xml/usps/world_rate_request_with_value.xml - test/fixtures/xml/usps/world_rate_request_without_value.xml - test/remote/canada_post_pws_platform_test.rb - test/remote/canada_post_pws_test.rb - test/remote/canada_post_test.rb - test/remote/correios_test.rb - test/remote/fedex_test.rb - test/remote/kunaki_test.rb - test/remote/new_zealand_post_test.rb - test/remote/shipwire_test.rb - test/remote/stamps_test.rb - test/remote/ups_test.rb - test/remote/usps_test.rb - test/test_helper.rb - test/unit/carriers/benchmark_test.rb - test/unit/carriers/canada_post_pws_rating_test.rb - test/unit/carriers/canada_post_pws_register_test.rb - test/unit/carriers/canada_post_pws_shipping_test.rb - test/unit/carriers/canada_post_pws_tracking_test.rb - test/unit/carriers/canada_post_test.rb - test/unit/carriers/correios_test.rb - test/unit/carriers/fedex_test.rb - test/unit/carriers/kunaki_test.rb - test/unit/carriers/new_zealand_post_test.rb - test/unit/carriers/shipwire_test.rb - test/unit/carriers/stamps_test.rb - test/unit/carriers/ups_test.rb - test/unit/carriers/usps_test.rb - test/unit/carriers_test.rb - test/unit/label_response_test.rb - test/unit/location_test.rb - test/unit/package_test.rb - test/unit/rate_estimate_test.rb - test/unit/response_test.rb - test/unit/shipment_packer_test.rb homepage: http://github.com/shopify/active_shipping licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.3 signing_key: specification_version: 4 summary: Simple shipping abstraction library test_files: - test/credentials.yml - test/fixtures/files/label1.pdf - test/fixtures/files/ups-shipping-label.gif - test/fixtures/json/newzealandpost/domestic_book.json - test/fixtures/json/newzealandpost/domestic_default.json - test/fixtures/json/newzealandpost/domestic_error.json - test/fixtures/json/newzealandpost/domestic_poster.json - test/fixtures/json/newzealandpost/domestic_small_half_pound.json - test/fixtures/json/newzealandpost/international_book.json - test/fixtures/json/newzealandpost/international_new_zealand_wii.json - test/fixtures/json/newzealandpost/international_small_half_pound.json - test/fixtures/json/newzealandpost/international_wii.json - test/fixtures/xml/canadapost/example_request.xml - test/fixtures/xml/canadapost/example_response.xml - test/fixtures/xml/canadapost/example_response_error.xml - test/fixtures/xml/canadapost/example_response_french.xml - test/fixtures/xml/canadapost/example_response_with_nil_value.xml - test/fixtures/xml/canadapost/example_response_with_postal_outlet.xml - test/fixtures/xml/canadapost/example_response_with_postal_outlet_french.xml - test/fixtures/xml/canadapost/example_response_with_strange_delivery_date.xml - test/fixtures/xml/canadapost_pws/dnc_tracking_details_en.xml - test/fixtures/xml/canadapost_pws/merchant_details_error.xml - test/fixtures/xml/canadapost_pws/merchant_details_response.xml - test/fixtures/xml/canadapost_pws/option_response.xml - test/fixtures/xml/canadapost_pws/option_response_no_conflicts.xml - test/fixtures/xml/canadapost_pws/rates_info.xml - test/fixtures/xml/canadapost_pws/rates_info_error.xml - test/fixtures/xml/canadapost_pws/receipt_response.xml - test/fixtures/xml/canadapost_pws/receipt_response_no_priced_options.xml - test/fixtures/xml/canadapost_pws/register_token_error.xml - test/fixtures/xml/canadapost_pws/register_token_response.xml - test/fixtures/xml/canadapost_pws/service_options_response.xml - test/fixtures/xml/canadapost_pws/services_error.xml - test/fixtures/xml/canadapost_pws/services_response.xml - test/fixtures/xml/canadapost_pws/shipment_domestic.xml - test/fixtures/xml/canadapost_pws/shipment_response.xml - test/fixtures/xml/canadapost_pws/shipment_us.xml - test/fixtures/xml/canadapost_pws/tracking_details_en.xml - test/fixtures/xml/canadapost_pws/tracking_details_en_error.xml - test/fixtures/xml/canadapost_pws/tracking_details_en_undelivered.xml - test/fixtures/xml/canadapost_pws/tracking_details_fr.xml - test/fixtures/xml/canadapost_pws/tracking_details_no_expected_delivery_date.xml - test/fixtures/xml/correios/book_response.xml - test/fixtures/xml/correios/book_response_invalid.xml - test/fixtures/xml/correios/clothes_response.xml - test/fixtures/xml/correios/poster_response.xml - test/fixtures/xml/correios/shoes_response.xml - test/fixtures/xml/fedex/freight_rate_request.xml - test/fixtures/xml/fedex/freight_rate_response.xml - test/fixtures/xml/fedex/invalid_fedex_reply.xml - test/fixtures/xml/fedex/ottawa_to_beverly_hills_commercial_rate_request.xml - test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_request.xml - test/fixtures/xml/fedex/ottawa_to_beverly_hills_rate_response.xml - test/fixtures/xml/fedex/raterequest_reply.xml - test/fixtures/xml/fedex/reply_without_notifications.xml - test/fixtures/xml/fedex/tracking_request.xml - test/fixtures/xml/fedex/tracking_response_bad_tracking_number.xml - test/fixtures/xml/fedex/tracking_response_delivered_at_door.xml - test/fixtures/xml/fedex/tracking_response_delivered_at_facility.xml - test/fixtures/xml/fedex/tracking_response_delivered_with_signature.xml - test/fixtures/xml/fedex/tracking_response_in_transit.xml - test/fixtures/xml/fedex/tracking_response_multiple_results.xml - test/fixtures/xml/fedex/tracking_response_not_found.xml - test/fixtures/xml/fedex/tracking_response_shipment_exception.xml - test/fixtures/xml/fedex/unknown_fedex_document_reply.xml - test/fixtures/xml/kunaki/invalid_state_response.xml - test/fixtures/xml/kunaki/no_valid_items_response.xml - test/fixtures/xml/kunaki/successful_rates_response.xml - test/fixtures/xml/kunaki/unsuccessful_rates_response.xml - test/fixtures/xml/shipwire/international_rates_response.xml - test/fixtures/xml/shipwire/new_carrier_rate_response.xml - test/fixtures/xml/shipwire/no_rates_response.xml - test/fixtures/xml/shipwire/rates_response.xml - test/fixtures/xml/shipwire/rates_response_no_estimate.xml - test/fixtures/xml/stamps/authenticate_user_request.xml - test/fixtures/xml/stamps/authenticate_user_response.xml - test/fixtures/xml/stamps/cleanse_address_request.xml - test/fixtures/xml/stamps/cleanse_address_response.xml - test/fixtures/xml/stamps/create_indicium_request.xml - test/fixtures/xml/stamps/create_indicium_response.xml - test/fixtures/xml/stamps/expired_authenticator_response.xml - test/fixtures/xml/stamps/get_account_info_request.xml - test/fixtures/xml/stamps/get_account_info_response.xml - test/fixtures/xml/stamps/get_purchase_status_request.xml - test/fixtures/xml/stamps/get_purchase_status_response.xml - test/fixtures/xml/stamps/get_rates_request.xml - test/fixtures/xml/stamps/get_rates_response.xml - test/fixtures/xml/stamps/purchase_postage_request.xml - test/fixtures/xml/stamps/purchase_postage_response.xml - test/fixtures/xml/stamps/track_shipment_request.xml - test/fixtures/xml/stamps/track_shipment_response.xml - test/fixtures/xml/ups/delivered_shipment_with_refund.xml - test/fixtures/xml/ups/delivered_shipment_without_events_tracking_response.xml - test/fixtures/xml/ups/delivery_dates_response.xml - test/fixtures/xml/ups/example_tracking_response.xml - test/fixtures/xml/ups/in_transit_shipment.xml - test/fixtures/xml/ups/out_for_delivery_shipment.xml - test/fixtures/xml/ups/package_exceeds_maximum_length.xml - test/fixtures/xml/ups/rate_single_service.xml - test/fixtures/xml/ups/rescheduled_shipment.xml - test/fixtures/xml/ups/shipment_accept_response.xml - test/fixtures/xml/ups/shipment_confirm_response.xml - test/fixtures/xml/ups/shipment_from_tiger_direct.xml - test/fixtures/xml/ups/test_real_home_as_residential_destination_response.xml - test/fixtures/xml/ups/test_real_home_as_residential_destination_response_with_insured.xml - test/fixtures/xml/ups/test_real_home_as_residential_destination_with_origin_account_response.xml - test/fixtures/xml/ups/triple_accept_response.xml - test/fixtures/xml/ups/triple_confirm_response.xml - test/fixtures/xml/usps/beverly_hills_to_new_york_book_commercial_base_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_new_york_book_commercial_plus_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_new_york_book_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_ottawa_american_wii_commercial_base_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_ottawa_american_wii_commercial_plus_rate_response.xml - test/fixtures/xml/usps/beverly_hills_to_ottawa_american_wii_rate_response.xml - test/fixtures/xml/usps/first_class_packages_with_invalid_mail_type_response.xml - test/fixtures/xml/usps/first_class_packages_with_mail_type_response.xml - test/fixtures/xml/usps/first_class_packages_without_mail_type_response.xml - test/fixtures/xml/usps/invalid_xml_tracking_response_error.xml - test/fixtures/xml/usps/tracking_request.xml - test/fixtures/xml/usps/tracking_response.xml - test/fixtures/xml/usps/tracking_response_alt.xml - test/fixtures/xml/usps/tracking_response_failure.xml - test/fixtures/xml/usps/tracking_response_not_available.xml - test/fixtures/xml/usps/tracking_response_test_error.xml - test/fixtures/xml/usps/us_rate_request.xml - test/fixtures/xml/usps/world_rate_request_with_value.xml - test/fixtures/xml/usps/world_rate_request_without_value.xml - test/remote/canada_post_pws_platform_test.rb - test/remote/canada_post_pws_test.rb - test/remote/canada_post_test.rb - test/remote/correios_test.rb - test/remote/fedex_test.rb - test/remote/kunaki_test.rb - test/remote/new_zealand_post_test.rb - test/remote/shipwire_test.rb - test/remote/stamps_test.rb - test/remote/ups_test.rb - test/remote/usps_test.rb - test/test_helper.rb - test/unit/carriers/benchmark_test.rb - test/unit/carriers/canada_post_pws_rating_test.rb - test/unit/carriers/canada_post_pws_register_test.rb - test/unit/carriers/canada_post_pws_shipping_test.rb - test/unit/carriers/canada_post_pws_tracking_test.rb - test/unit/carriers/canada_post_test.rb - test/unit/carriers/correios_test.rb - test/unit/carriers/fedex_test.rb - test/unit/carriers/kunaki_test.rb - test/unit/carriers/new_zealand_post_test.rb - test/unit/carriers/shipwire_test.rb - test/unit/carriers/stamps_test.rb - test/unit/carriers/ups_test.rb - test/unit/carriers/usps_test.rb - test/unit/carriers_test.rb - test/unit/label_response_test.rb - test/unit/location_test.rb - test/unit/package_test.rb - test/unit/rate_estimate_test.rb - test/unit/response_test.rb - test/unit/shipment_packer_test.rb