Skip to content

e-shipper API wrapper for Ruby using ActiveResource

Notifications You must be signed in to change notification settings

hrdwdmrbl/eshipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to release

  1. Bump the version in ./lib/eshipper/version.rb
  2. Build: $ gem build eshipper.gemspec
  3. Install: gem install ./eshipper-X.X.X.gem
  4. Smoke test:
$ pry
pry > require 'eshipper'
pry > EShipper::Client.instance.username = "XXX"
pry > EShipper::Client.instance.password = "XXX"
pry > orders = EShipper::Order.search(carrierTrackingNumber: "XXX")
  1. Push: $ gem push eshipper-X.X.X.gem

About

e-shipper API wrapper for Ruby using ActiveResource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages