fedex 3.10.0 → 3.10.1

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.
@@ -28,8 +28,7 @@ module Fedex
28
28
  STANDARD_MPS
29
29
  }
30
30
 
31
- attr_reader :tracking_number, :signature_name, :service_type, :status,
32
- :delivery_at, :events, :unique_tracking_number, :details, :other_identifiers
31
+ attr_reader :tracking_number, :signature_name, :service_type, :status, :status_code, :delivery_at, :events, :unique_tracking_number, :details, :other_identifiers
33
32
 
34
33
  def initialize(details = {})
35
34
  @details = details
@@ -39,6 +38,7 @@ module Fedex
39
38
  @signature_name = details[:delivery_signature_name]
40
39
  @service_type = details[:service_type]
41
40
  @status = details[:status_description]
41
+ @status_code = details[:status_code]
42
42
  @other_identifiers = details[:other_identifiers]
43
43
 
44
44
  if details.has_key?(:actual_delivery_timestamp)
@@ -1,5 +1,5 @@
1
1
  module Fedex
2
- VERSION = "3.10.0"
2
+ VERSION = "3.10.1"
3
3
  API_VERSION = "13"
4
4
  PICKUP_API_VERSION = "9"
5
5
  SERVICE_AVAILABILITY_API_VERSION = "5"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedex
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.0
4
+ version: 3.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-04 00:00:00.000000000 Z
12
+ date: 2016-01-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty