sunstone 5.0.0.6 → 5.0.0.7
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 +4 -4
- data/lib/sunstone/connection.rb +1 -1
- data/lib/sunstone/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: caeaa80314792c82f2e0fbc506e52afb8b23f75a
|
|
4
|
+
data.tar.gz: 6c6481b757af022340c833dfad3d53efc7888dca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f63a567c9aec02338d7f9e0ee591003b88113529369d7d04f486443a40eeeda77c53957fb296e319164a30e90a48235350d440f35937371a2e7b8e983472256
|
|
7
|
+
data.tar.gz: 51521a7362b2ee8ce43c1ab9e2d23777b7f6e4032c08037ba8dbb98891eaabc37172135a21bd1bdf9d3e86590775461a7f06fd6ee39f43f25db9db9616a9f58f
|
data/lib/sunstone/connection.rb
CHANGED
|
@@ -343,7 +343,7 @@ module Sunstone
|
|
|
343
343
|
private
|
|
344
344
|
|
|
345
345
|
def request_headers
|
|
346
|
-
headers = Thread.current[:sunstone_headers] || {}
|
|
346
|
+
headers = Thread.current[:sunstone_headers]&.clone || {}
|
|
347
347
|
headers['Accept'] = 'application/json'
|
|
348
348
|
headers['User-Agent'] = user_agent
|
|
349
349
|
headers['Api-Version'] = '0.1.0'
|
data/lib/sunstone/version.rb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module Sunstone
|
|
2
|
-
VERSION = '5.0.0.
|
|
3
|
-
end
|
|
2
|
+
VERSION = '5.0.0.7'
|
|
3
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sunstone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.0.
|
|
4
|
+
version: 5.0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Bracy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|