ship_station 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9e8ae106f4ee30f1a8fdad291e02a6093716a6b
4
- data.tar.gz: 89cbb419ebaae46c18c68f04f886808029ea8252
3
+ metadata.gz: 2f6e52dfeae6e1d23cf67b9c7936d449f739937d
4
+ data.tar.gz: 0dec3f22f5a4df2d678bf0cf7776d2e183294a04
5
5
  SHA512:
6
- metadata.gz: eb145eacbfa6be322a3703210b442550fd4e3715c67d5078b1a9a0256079b32a26b02bc3b22ed765de8dfaf2d4732ad4682f53029530b7076549efcd0ba149cb
7
- data.tar.gz: 0d5eb871ecb14abd8d4f44beaed22551525e83c4e3c0b93743b108b598c0f46cf18ea8150d66110a24fa1eb3bc38bbdab968b729b74b77f3c10269fe9f42edcb
6
+ metadata.gz: 4a821afd4cd17a93e39a285d33c962a01a39585bf66425ed34d56187d1acc2b16b11f425e645ca105f6121ac7ad1b12315afd97a95dcf5fb6642bfa6abce8772
7
+ data.tar.gz: 707d651f317cffa12827a60b4f63034cc4a75b6843bebd3f29d7270ccdd07615a652e97b4b7f5ee38a04b48328e6da9d909c9fca5f7a29ca44780ace8370a164
@@ -3,7 +3,6 @@ module ShipStation
3
3
  API = Her::API.new
4
4
 
5
5
  def self.setup
6
- puts "Initializing API Setup"
7
6
  API.setup url: "https://ssapi.shipstation.com" do |c|
8
7
  #Authentication
9
8
  c.use Faraday::Request::BasicAuthentication, ShipStation.username, ShipStation.password
@@ -17,7 +16,6 @@ module ShipStation
17
16
  # Adapter
18
17
  c.use Faraday::Adapter::NetHttp
19
18
  end
20
- puts "API Setup Complete."
21
19
  end
22
20
  end
23
21
  end
@@ -1,3 +1,3 @@
1
1
  module ShipStation
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ship_station
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Jacobs