istox 0.1.152.1.test5 → 0.1.152.1.test6

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
2
  SHA256:
3
- metadata.gz: 1a5e30c3b49cbdc104b2dfb35c792a55657839a9e2278570ac49b326dd0c2adf
4
- data.tar.gz: f85536c5fff909dd75a3a0313f7390767875c79503e146ecd4120f14dec987c8
3
+ metadata.gz: 930abff84b5cbdb5a2893aa6c56291a7d72eb6bf54b724f4a5253ab594b8b671
4
+ data.tar.gz: 5c532d1de0c00bf589a28b374e1e50dc16c3d2b3fe03229c1e6c68b06387129a
5
5
  SHA512:
6
- metadata.gz: 325ba3f1ad91ed31a745b46ed09e55e9f7066a86843f0aab02bd4b1e8f055ff4b38b7d85c21d94d7af64b639f97ec7afcccf714d2b194b50cd617303a05d6fcd
7
- data.tar.gz: 47e478a50f5f6a9506a479a58861b6a23b7b45731fd0a6aacb714fcbe8edd0bcd8df945d1f4de3d79791db14bab0a10ae05a018fd12019cb95283bbaf4e35421
6
+ metadata.gz: 68214cec2fbb35e68c05aeda6b4b7cbed7f28600bfb83784d8148cd6b27bb5eead1040938205ab4477b65fd60941b820edd6ce9759dd51ac65448b1089046e2b
7
+ data.tar.gz: 87613e3ac443778cca08aa81ef5b59c01127fb428fcddeb47b3e4a44b2c1993058beabda3f9906abc8749f52b14fe5ded8e1adecc9e0517cc125f90fba105df4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.152.1.test2)
4
+ istox (0.1.152.1.test5)
5
5
  awesome_print
6
6
  aws-xray-sdk
7
7
  binding_of_caller
@@ -111,7 +111,7 @@ GEM
111
111
  ffi (1.12.2)
112
112
  globalid (0.4.2)
113
113
  activesupport (>= 4.2.0)
114
- google-protobuf (3.12.1)
114
+ google-protobuf (3.12.1-universal-darwin)
115
115
  googleapis-common-protos-types (1.0.5)
116
116
  google-protobuf (~> 3.11)
117
117
  graphlient (0.3.7)
@@ -122,7 +122,7 @@ GEM
122
122
  graphql-client (0.16.0)
123
123
  activesupport (>= 3.0)
124
124
  graphql (~> 1.8)
125
- grpc (1.28.0)
125
+ grpc (1.28.0-universal-darwin)
126
126
  google-protobuf (~> 3.11)
127
127
  googleapis-common-protos-types (~> 1.0)
128
128
  grpc-tools (1.28.0)
@@ -5,7 +5,7 @@ module Istox
5
5
  module Xray
6
6
  class GrpcClientXrayInterceptor < ::Gruf::Interceptors::ClientInterceptor
7
7
  def call(request_context:)
8
- XRay.recorder.begin_subsegment name: "GrpcRequest.#{request_context.method}"
8
+ XRay.recorder.begin_subsegment("GrpcRequest.#{request_context.method}")
9
9
 
10
10
  request_context.metadata[:xray_trace_id] = XRay.recorder.current_segment.trace_id
11
11
 
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.152.1.test5'.freeze
2
+ VERSION = '0.1.152.1.test6'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.152.1.test5
4
+ version: 0.1.152.1.test6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng