# -*- encoding: utf-8 -*- # stub: easypost 2.5.0 ruby lib Gem::Specification.new do |s| s.name = "easypost".freeze s.version = "2.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sawyer Bateman".freeze] s.date = "2016-12-19" s.description = "Client library for accessing the EasyPost shipping API via Ruby.".freeze s.email = "contact@easypost.com".freeze s.executables = ["easypost-irb".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/easypost-irb".freeze, "circle.yml".freeze, "easypost.gemspec".freeze, "lib/easypost.rb".freeze, "lib/easypost/address.rb".freeze, "lib/easypost/batch.rb".freeze, "lib/easypost/carrier_account.rb".freeze, "lib/easypost/container.rb".freeze, "lib/easypost/customs_info.rb".freeze, "lib/easypost/customs_item.rb".freeze, "lib/easypost/error.rb".freeze, "lib/easypost/event.rb".freeze, "lib/easypost/insurance.rb".freeze, "lib/easypost/item.rb".freeze, "lib/easypost/object.rb".freeze, "lib/easypost/order.rb".freeze, "lib/easypost/parcel.rb".freeze, "lib/easypost/pickup.rb".freeze, "lib/easypost/pickup_rate.rb".freeze, "lib/easypost/postage_label.rb".freeze, "lib/easypost/print_job.rb".freeze, "lib/easypost/printer.rb".freeze, "lib/easypost/rate.rb".freeze, "lib/easypost/refund.rb".freeze, "lib/easypost/report.rb".freeze, "lib/easypost/resource.rb".freeze, "lib/easypost/scan_form.rb".freeze, "lib/easypost/shipment.rb".freeze, "lib/easypost/tracker.rb".freeze, "lib/easypost/user.rb".freeze, "lib/easypost/util.rb".freeze, "lib/easypost/version.rb".freeze, "spec/address_spec.rb".freeze, "spec/batch_spec.rb".freeze, "spec/carrier_account_spec.rb".freeze, "spec/container_spec.rb".freeze, "spec/insurance_spec.rb".freeze, "spec/item_spec.rb".freeze, "spec/order_spec.rb".freeze, "spec/pickup_spec.rb".freeze, "spec/report_spec.rb".freeze, "spec/shipment_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/constant.rb".freeze, "spec/tracker_spec.rb".freeze, "spec/user_spec.rb".freeze] s.homepage = "https://www.easypost.com/docs".freeze s.rubygems_version = "3.5.10".freeze s.summary = "EasyPost Ruby Client Library".freeze s.test_files = ["spec/address_spec.rb".freeze, "spec/batch_spec.rb".freeze, "spec/carrier_account_spec.rb".freeze, "spec/container_spec.rb".freeze, "spec/insurance_spec.rb".freeze, "spec/item_spec.rb".freeze, "spec/order_spec.rb".freeze, "spec/pickup_spec.rb".freeze, "spec/report_spec.rb".freeze, "spec/shipment_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/constant.rb".freeze, "spec/tracker_spec.rb".freeze, "spec/user_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13".freeze]) end