snap-api 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4f8df34486ecc3cd4d9b271eb9b31b2a3dfbfee8
4
- data.tar.gz: b9127077fe56d3c08a5532a9caae8aeeb260d628
2
+ SHA256:
3
+ metadata.gz: 8613229d7bdca172dc5e98f0de0491430ad714e5c21371923b3d62a8fc44cc2d
4
+ data.tar.gz: 3d5098f129d18b343ddfec7b9ee80b372dbe31351dfc9af9f7ef38f48c18b6c6
5
5
  SHA512:
6
- metadata.gz: d23ee7038ae7446eab7110135c4adf15d792c20e634afa405f71bfd6f514195879b23b0689559ef4ef85bfc7046b740904b49f44c7c478202ea82243d90a258b
7
- data.tar.gz: e8a1564ff8d17ce72c3f303996ee113b73a49341272d722e2fc4e2f53c0b1c12b2e41f4465bb816a04ff295cf5779e056ca562bf7a2c1571228d717357f2879e
6
+ metadata.gz: ae87381cfe1fdc79aafa4b4059223f1c496cb68ba49ff85605d49baf8d7d39ece5aaf4c8bcc88465f78eee6e66431c99728dfe07718c0ff624f2151f1408601f
7
+ data.tar.gz: f492faa6a3d157a8433318d527113b162d77e417ba97b195f05e6d9e5ce1ed16b08fcc2d42e8ff5adb7d0742e3cf53e3c7eefb2cb6b51296bd6472740d730e86
data/History.md CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ 0.1.9 / 2019-02-21
3
+ ==================
4
+
5
+ * Add new fields to Shipment
6
+
2
7
  0.1.8 / 2019-01-08
3
8
  ==================
4
9
 
@@ -11,6 +11,20 @@ module Snap
11
11
  validate!
12
12
  end
13
13
 
14
+ # Fields added during last Snapfulfil upgrade.
15
+ property :ASNInd
16
+ property :ASNNumber
17
+ property :ActualWeight
18
+ property :BOL
19
+ property :CarrierScac
20
+ property :CustomerOrder
21
+ property :DC
22
+ property :DateInvoice
23
+ property :MasterBOL
24
+ property :Store
25
+ property :Tax
26
+ property :Variance
27
+
14
28
  property :ShipmentId, required: true
15
29
  property :BizId
16
30
  property :BizSalesOrder
@@ -32,7 +46,7 @@ module Snap
32
46
  property :PriorityAllocation
33
47
  property :PriorityDespatch
34
48
  property :CustomerRef
35
- property :ConsigmentId
49
+ property :ConsignmentId
36
50
  property :PickGroupId
37
51
  property :ASNNumber
38
52
  property :DNoteNumber
data/lib/snap/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Snap
2
- VERSION = '0.1.8'.freeze
2
+ VERSION = '0.1.9'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snap-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Hood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-09 00:00:00.000000000 Z
11
+ date: 2019-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
236
  version: '0'
237
237
  requirements: []
238
238
  rubyforge_project:
239
- rubygems_version: 2.5.2
239
+ rubygems_version: 2.7.6
240
240
  signing_key:
241
241
  specification_version: 4
242
242
  summary: Snap API Client