shippo 2.0.5 → 2.0.6

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: c0d04c428bfb2bc14c169cb0c6e5feab577e17b2
4
- data.tar.gz: 7c2fb58410b3b4f56d9c826d696be85bd3c791b9
3
+ metadata.gz: 85b2b23425a202d40c7136f79f3a5124cf80969d
4
+ data.tar.gz: a8c700f918325afae4fdf2f4cc594f9ab22fe7a4
5
5
  SHA512:
6
- metadata.gz: 7445274d61a5d8fff558a946a929d887e53f0e66b3a6674b5043f8ad2f22edbce4e49080f315cb01c241b65baa603e4cc834ba65b9566fcd6aba07eac989660e
7
- data.tar.gz: 35b3fecf833f1d7e158c2f0ed6513b61202b549c57d6d16abcc551e798f1c6e5ba2bb2dc417834ba93a169e90b3161fa363f605f39b3ec78fe01953a95314b58
6
+ metadata.gz: f0ad9eef6f26034009b9c320258afc1cfbb70b5e290ac874f0962a25800f24604962c151bed0fb67a0042a78bee1af8479a0af38445d4761c69896232451f3cc
7
+ data.tar.gz: 31a69491bcfd82afa39d2464594294a99d06fa0405b41bf0f117c76c093ce6e07d7e93529ad0a3ec9d50e61c738e5ba3d2fc7278530c6f7fe95dbd2a1621d819
@@ -132,7 +132,7 @@ module Shippo
132
132
  :content_type => :json,
133
133
  :Authorization => "ShippoToken #{token}"
134
134
  }
135
- additional_hash[:'Shippo-API-Version'] = "Shippo-API-Version #{version}" if version
135
+ additional_hash[:'Shippo-API-Version'] = version if version
136
136
  headers.merge!(additional_hash)
137
137
  end
138
138
 
@@ -1,5 +1,5 @@
1
1
  module Shippo
2
2
  module API
3
- VERSION = '2.0.5'
3
+ VERSION = '2.0.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shippo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shippo & Contributors
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-11-03 00:00:00.000000000 Z
12
+ date: 2016-11-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client