shipstation 0.24 → 0.25

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
  SHA256:
3
- metadata.gz: d0aba62664ac94a7b877dc17b23ec945a9362842c63aa86c3fb53462a39a470a
4
- data.tar.gz: 36a4ad1f1111b69400291380763ca72f475aabaea626bff121a78e83ed63745b
3
+ metadata.gz: 7b24a9b9d3b391332cb6aef90cd167a8a44953bad76cce01a74cda7af64c2674
4
+ data.tar.gz: 36f0a87b41ac20872eefbed545126ed7360f8132a40813edcfe77abb7a6d46b3
5
5
  SHA512:
6
- metadata.gz: 2d58fd3bcdc6ee377a97a9778c3d8fb17cbefad561c706d3433ed6c1857bde33ca4829adcb838d90041efb032a90910fe9301406b725edb2d35fc51cc909417d
7
- data.tar.gz: 4d838bd1521f561cdf77d8e6c4d3423b39761228780052b3d3238ded4aca1a6f3a636d3eba81a1c41d576b3e002750d62153f1a35b1b09a715b030a18700fbf5
6
+ metadata.gz: 41ad2642ef2ee4a4c1514ce7f2eb5c1043b24e88a8984ffb9e99e8bd8d7a7e3ac68fe31528cf3b2c1ff9f2bcabc9c49fbd815074ab60d7504974d69b1f156343
7
+ data.tar.gz: c08b6326f2073f328964f3d5423a7f72995be83ef490dab293ba1f9e5e2512586d6d5f08bab54d8e27b8241636f91ed77ade10c071e3c47ecb759c050075a3cb
@@ -5,7 +5,6 @@ module Shipstation
5
5
  def update(object_id, params = {})
6
6
  Shipstation.request(:put, "#{class_name.downcase.pluralize}/#{object_id}", params)
7
7
  end
8
-
9
8
  end
10
9
  end
11
10
  end
@@ -6,7 +6,6 @@ module Shipstation
6
6
  extend Shipstation::APIOperations::Create
7
7
  extend Shipstation::APIOperations::Retrieve
8
8
  extend Shipstation::APIOperations::Delete
9
- extend Shipstation::APIOperations::Shipment
10
9
 
11
10
  class << self
12
11
  def create_label(params = {})
@@ -1,3 +1,3 @@
1
1
  module Shipstation
2
- VERSION = "0.24"
2
+ VERSION = "0.25"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipstation
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.24'
4
+ version: '0.25'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Dallimore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-13 00:00:00.000000000 Z
11
+ date: 2021-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client