istox 0.1.141.pre.2 → 0.1.141.pre.3

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: 8e91719f3ef68dd3e3ea8a436a88b7ca57df420acbf23a6c523e18985a2ff71b
4
- data.tar.gz: aab2597d3b89c9d8fe16cbd128798dbcd7a2f2bd3f2d0395c36a11f6fa315eeb
3
+ metadata.gz: 38a65d35637328a45ecbc831823ad5122f6aa0baad3600cbb0ec340a873433ce
4
+ data.tar.gz: 86e6a0fdeb0fba06311847628e3c70b553eef8b31e343e3adbf7d5827d5fae93
5
5
  SHA512:
6
- metadata.gz: d23225a10586667d53195e260e25d66d280aac8960030c8deb19787ce7af5a9ca01dcac9641dfaa54b8ffaacff0df89467dd18d04d8678d9de1e48577260eb72
7
- data.tar.gz: 859979f874d0705397906779c7789a9e2c3999b766327ccd3e825d1d0410bd7a293fbace7adc7282c2cc7215e61eadd39ece0ef40c310f7ef814b933fada588d
6
+ metadata.gz: 7a437a785cce3459d9fe86aa611d632401da0cd525e22460ae8cf6d2fb7d72b2e1b122040a7440aa147b21a7d53d7b9856a87561da1231cc11d9916d88e27ca4
7
+ data.tar.gz: 7d6d9264cd8a069db4921a9ab0f37cafacd77aaf600d51dfaf6dd10822906ebcbc8f8b195690dff54325963dc74c04fdacd30b4985b97f26ee8b5684a71778c5
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.140)
4
+ istox (0.1.141.pre.3)
5
5
  awesome_print
6
6
  binding_of_caller
7
7
  bunny (>= 2.12.0)
8
8
  graphlient
9
9
  gruf
10
10
  hashie (~> 3.5.7)
11
- istox_gruf
11
+ istox_gruf (~> 2.7.2)
12
12
  listen (~> 3.0.5)
13
13
  ougai
14
14
  paranoia (~> 2.2)
@@ -61,10 +61,10 @@ GEM
61
61
  i18n (>= 0.7, < 2)
62
62
  minitest (~> 5.1)
63
63
  tzinfo (~> 1.1)
64
- amq-protocol (2.3.0)
64
+ amq-protocol (2.3.1)
65
65
  arel (9.0.0)
66
66
  awesome_print (1.8.0)
67
- aws-eventstream (1.0.3)
67
+ aws-eventstream (1.1.0)
68
68
  aws-sigv4 (1.1.1)
69
69
  aws-eventstream (~> 1.0, >= 1.0.2)
70
70
  binding_of_caller (0.8.0)
@@ -73,8 +73,8 @@ GEM
73
73
  bullet (5.7.6)
74
74
  activesupport (>= 3.0.0)
75
75
  uniform_notifier (~> 1.11.0)
76
- bunny (2.14.4)
77
- amq-protocol (~> 2.3, >= 2.3.0)
76
+ bunny (2.15.0)
77
+ amq-protocol (~> 2.3, >= 2.3.1)
78
78
  coderay (1.1.2)
79
79
  concurrent-ruby (1.1.6)
80
80
  crass (1.0.6)
@@ -98,21 +98,21 @@ GEM
98
98
  ffi (1.12.2)
99
99
  globalid (0.4.2)
100
100
  activesupport (>= 4.2.0)
101
- google-protobuf (3.11.4-universal-darwin)
102
- googleapis-common-protos-types (1.0.4)
103
- google-protobuf (~> 3.0)
101
+ google-protobuf (3.11.4)
102
+ googleapis-common-protos-types (1.0.5)
103
+ google-protobuf (~> 3.11)
104
104
  graphlient (0.3.7)
105
105
  faraday
106
106
  faraday_middleware
107
107
  graphql-client
108
- graphql (1.10.5)
108
+ graphql (1.10.6)
109
109
  graphql-client (0.16.0)
110
110
  activesupport (>= 3.0)
111
111
  graphql (~> 1.8)
112
- grpc (1.27.0-universal-darwin)
112
+ grpc (1.28.0)
113
113
  google-protobuf (~> 3.11)
114
114
  googleapis-common-protos-types (~> 1.0)
115
- grpc-tools (1.27.0)
115
+ grpc-tools (1.28.0)
116
116
  gruf (2.8.1)
117
117
  activesupport (> 4)
118
118
  concurrent-ruby (> 1)
@@ -122,7 +122,7 @@ GEM
122
122
  hashie (3.5.7)
123
123
  i18n (0.9.5)
124
124
  concurrent-ruby (~> 1.0)
125
- istox_gruf (2.7.1)
125
+ istox_gruf (2.7.2)
126
126
  activesupport (> 4)
127
127
  concurrent-ruby (> 1)
128
128
  grpc (~> 1.10)
@@ -147,7 +147,7 @@ GEM
147
147
  nio4r (2.3.1)
148
148
  nokogiri (1.10.9)
149
149
  mini_portile2 (~> 2.4.0)
150
- oj (3.10.5)
150
+ oj (3.10.6)
151
151
  ougai (1.8.3)
152
152
  oj (~> 3.10)
153
153
  paranoia (2.4.2)
data/istox.gemspec CHANGED
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
  spec.add_dependency 'graphlient'
37
37
  spec.add_dependency 'gruf'
38
38
  spec.add_dependency 'hashie', '~> 3.5.7'
39
- spec.add_dependency 'istox_gruf'
39
+ spec.add_dependency 'istox_gruf', '~> 2.7.2'
40
40
  spec.add_dependency 'listen', '~> 3.0.5'
41
41
  spec.add_dependency 'ougai'
42
42
  spec.add_dependency 'paranoia', '~> 2.2'
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.141-2'.freeze
2
+ VERSION = '0.1.141-3'.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.141.pre.2
4
+ version: 0.1.141.pre.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng
@@ -98,16 +98,16 @@ dependencies:
98
98
  name: istox_gruf
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ">="
101
+ - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '0'
103
+ version: 2.7.2
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ">="
108
+ - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '0'
110
+ version: 2.7.2
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: listen
113
113
  requirement: !ruby/object:Gem::Requirement