istox 0.1.154 → 0.1.154.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f186bda33beb170d462308144ab748911b21da9432231a7fa4aa1b26ef38a9b
4
- data.tar.gz: 584667bc13e90aba012b2433636949422336441ca2e65a6c54e3875bd6b2ba9e
3
+ metadata.gz: 9bd9cd2319c3fda346a661d47562fe8c6357051aa172654df919c2336f67a6ae
4
+ data.tar.gz: e90f9d4f8739c446474d2a03d5efd7885b7260d8a5bc26660cf4017598f417dd
5
5
  SHA512:
6
- metadata.gz: 425e9027421752a58f89fc771c1f76f482c706cf0604eb549173f324f440ecd6a3207602304bbb11fd1783c133d63612cd71e973dad8656a550fa1161c172efc
7
- data.tar.gz: e8848fef567649c057a5ca95303992d88c5c975726bd5bc4fecc30564835a6b0b0b5119356eb68faf49fc0f6dba27cf2f9fc7f1c17d699e1be34c54656cb5ced
6
+ metadata.gz: 866707f425bdc2587934be4f966ee6fc3a686d0db4bd87da43efc4074d731c802f558bb359a828554737df35e0f3290af03bc9493dfa462cb79529680a870860
7
+ data.tar.gz: 396d597129324b58645a5f6fb23b69411d1639b44aedfa949459e7d100e47c4d72e911151b7f78a9a1d080bb6c511f317e0e803c6b24e70fe5b3ae93161cbed7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.153.3)
4
+ istox (0.1.154)
5
5
  amazing_print
6
6
  awesome_print
7
7
  binding_of_caller
@@ -112,10 +112,10 @@ GEM
112
112
  multipart-post (>= 1.2, < 3)
113
113
  faraday_middleware (1.0.0)
114
114
  faraday (~> 1.0)
115
- ffi (1.12.2)
115
+ ffi (1.13.0)
116
116
  globalid (0.4.2)
117
117
  activesupport (>= 4.2.0)
118
- google-protobuf (3.12.1)
118
+ google-protobuf (3.12.2-universal-darwin)
119
119
  googleapis-common-protos-types (1.0.5)
120
120
  google-protobuf (~> 3.11)
121
121
  graphlient (0.4.0)
@@ -126,7 +126,7 @@ GEM
126
126
  graphql-client (0.16.0)
127
127
  activesupport (>= 3.0)
128
128
  graphql (~> 1.8)
129
- grpc (1.28.0)
129
+ grpc (1.28.0-universal-darwin)
130
130
  google-protobuf (~> 3.11)
131
131
  googleapis-common-protos-types (~> 1.0)
132
132
  grpc-tools (1.28.0)
@@ -265,7 +265,7 @@ GEM
265
265
  tzinfo (1.2.6)
266
266
  thread_safe (~> 0.1)
267
267
  uniform_notifier (1.11.0)
268
- vault (0.13.2)
268
+ vault (0.14.0)
269
269
  aws-sigv4
270
270
  websocket-driver (0.7.0)
271
271
  websocket-extensions (>= 0.1.0)
@@ -1,5 +1,4 @@
1
1
  require 'istox/helpers/logger'
2
- require 'aws-xray-sdk'
3
2
 
4
3
  module Istox
5
4
  module Xray
@@ -1,5 +1,4 @@
1
1
  require 'istox/helpers/logger'
2
- require 'aws-xray-sdk'
3
2
 
4
3
  module Istox
5
4
  module Xray
@@ -1,5 +1,4 @@
1
1
  require 'istox/helpers/logger'
2
- require 'aws-xray-sdk'
3
2
 
4
3
  module Istox
5
4
  module Xray
@@ -1,5 +1,4 @@
1
1
  require 'istox/helpers/logger'
2
- require 'aws-xray-sdk'
3
2
 
4
3
  module Istox
5
4
  module Xray
@@ -4,7 +4,6 @@ require 'istox/helpers/xray/grpc_server_xray_interceptor'
4
4
  require 'istox/helpers/xray/rabbitmq_publisher_interceptor'
5
5
  require 'istox/helpers/xray/rabbitmq_consumer_interceptor'
6
6
  require 'istox/helpers/logger'
7
- require 'aws-xray-sdk'
8
7
 
9
8
  module Istox
10
9
  module Xray
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.154'.freeze
2
+ VERSION = '0.1.154.1'.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.154
4
+ version: 0.1.154.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng