aws-xray 0.9.6 → 0.9.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/aws/xray/rack.rb +1 -1
- data/lib/aws/xray/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1825042e1132f437c8ab798a78410cefd4908f57
|
|
4
|
+
data.tar.gz: 4f916dd3aa079421e4f334deebb0fc6382cec3f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 719c4a25f79e35f0c58877c141f5f072f42e42c1dbf90e5b0efad09997203bad322b300b60e666740530f13cb4e96ee8172a0b459fc13f405f6d0774d92156b5
|
|
7
|
+
data.tar.gz: d7473becf27c365d1735a362dc60c096e0cd716409b1e25cc03921dccd445b9d12348395ae084e77fe3e06998b4bea1ca5c6e2d4a2b0fc14ae95ce41eda90590
|
data/lib/aws/xray/rack.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Aws
|
|
|
32
32
|
|
|
33
33
|
def call_with_tracing(env)
|
|
34
34
|
trace = build_trace(env[TRACE_ENV])
|
|
35
|
-
env[ORIGINAL_TRACE_ENV] = env[TRACE_ENV] # just for the record
|
|
35
|
+
env[ORIGINAL_TRACE_ENV] = env[TRACE_ENV] if env[TRACE_ENV] # just for the record
|
|
36
36
|
env[TRACE_ENV] = trace.to_header_value
|
|
37
37
|
|
|
38
38
|
Context.with_new_context(@name, @client, trace) do
|
data/lib/aws/xray/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-xray
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taiki Ono
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
163
|
rubyforge_project:
|
|
164
|
-
rubygems_version: 2.
|
|
164
|
+
rubygems_version: 2.6.11
|
|
165
165
|
signing_key:
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: The unofficial X-Ray Tracing SDK for Ruby.
|