istox 0.1.48 → 0.1.48.1

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: 23f63bef87fe6f65e26f69352f1af3abfb4ffc189fb50a4a481ba225d4c70d62
4
- data.tar.gz: b3a77c5a519307a82331b7267cb576c503a424624f59c4a68ab97dbf2f3c5679
3
+ metadata.gz: 9cf86e9b3c9579a58e6a6e4640e5898aebe75a436ad83d7ab77da78c1ee62d40
4
+ data.tar.gz: a68869375edd5a942076331b0ec6443e200e606ca46fd76a5d6908dcab2bea7f
5
5
  SHA512:
6
- metadata.gz: 9c53f7b073333bd4477379856e71196ca5ab7f6b26a3b05ecec30ea3c92e23defc415d3c6013f5821b4ad8c29877870f48beaab40dffcca7b358f0348c42d9d9
7
- data.tar.gz: 5ea1ef32ab6b28594c142cb850f3473ad583e70119f9ad93646a36cdca0d53be20403cb6ede5c8c4f12657e36c70e85f949c917e19baa1bb401516046a6ddbf7
6
+ metadata.gz: f5f55e762b91ccffa18b89679901991433525a654e6a4e719a42c5f3d8d33b3453660894a2b5841538a941f5fb491d6f1c7873156b5eaf7c276842e4dd5cbf50
7
+ data.tar.gz: 3b6c67ca1cf13d0be70240c1bb11d647be8ac74cb8cbcffd17589e931fd14e81419eb2890622da437a55382a4a48cc773fc7759d32f2873ffb8f98f7858537b1
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.44)
4
+ istox (0.1.48)
5
5
  bunny (>= 2.12.0)
6
6
  graphlient
7
- gruf
7
+ istox_gruf
8
8
  paranoia (~> 2.2)
9
9
 
10
10
  GEM
@@ -57,7 +57,7 @@ GEM
57
57
  bullet (5.7.6)
58
58
  activesupport (>= 3.0.0)
59
59
  uniform_notifier (~> 1.11.0)
60
- bunny (2.14.1)
60
+ bunny (2.14.2)
61
61
  amq-protocol (~> 2.3, >= 2.3.0)
62
62
  concurrent-ruby (1.1.4)
63
63
  crass (1.0.4)
@@ -77,29 +77,29 @@ GEM
77
77
  faraday (>= 0.7.4, < 1.0)
78
78
  globalid (0.4.2)
79
79
  activesupport (>= 4.2.0)
80
- google-protobuf (3.7.0-universal-darwin)
81
- googleapis-common-protos-types (1.0.3)
80
+ google-protobuf (3.8.0)
81
+ googleapis-common-protos-types (1.0.4)
82
82
  google-protobuf (~> 3.0)
83
83
  graphlient (0.3.5)
84
84
  faraday
85
85
  faraday_middleware
86
86
  graphql-client
87
- graphql (1.9.3)
87
+ graphql (1.9.6)
88
88
  graphql-client (0.14.0)
89
89
  activesupport (>= 3.0, < 6.0)
90
90
  graphql (~> 1.6)
91
- grpc (1.19.0-universal-darwin)
92
- google-protobuf (~> 3.1)
93
- googleapis-common-protos-types (~> 1.0.0)
94
- grpc-tools (1.19.0)
95
- gruf (2.5.2)
96
- activesupport
97
- concurrent-ruby
91
+ grpc (1.21.0)
92
+ google-protobuf (~> 3.7)
93
+ googleapis-common-protos-types (~> 1.0)
94
+ grpc-tools (1.21.0)
95
+ i18n (0.9.5)
96
+ concurrent-ruby (~> 1.0)
97
+ istox_gruf (2.7.1)
98
+ activesupport (> 4)
99
+ concurrent-ruby (> 1)
98
100
  grpc (~> 1.10)
99
101
  grpc-tools (~> 1.10)
100
102
  slop (~> 4.6)
101
- i18n (0.9.5)
102
- concurrent-ruby (~> 1.0)
103
103
  loofah (2.2.3)
104
104
  crass (~> 1.0.2)
105
105
  nokogiri (>= 1.5.9)
@@ -112,12 +112,12 @@ GEM
112
112
  mini_mime (1.0.1)
113
113
  mini_portile2 (2.4.0)
114
114
  minitest (5.11.3)
115
- multipart-post (2.0.0)
115
+ multipart-post (2.1.1)
116
116
  nio4r (2.3.1)
117
117
  nokogiri (1.10.1)
118
118
  mini_portile2 (~> 2.4.0)
119
- paranoia (2.4.1)
120
- activerecord (>= 4.0, < 5.3)
119
+ paranoia (2.4.2)
120
+ activerecord (>= 4.0, < 6.1)
121
121
  rack (2.0.6)
122
122
  rack-test (1.1.0)
123
123
  rack (>= 1.0, < 3)
data/istox.gemspec CHANGED
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.require_paths = ["lib"]
33
33
 
34
34
  spec.add_dependency "bunny", ">= 2.12.0"
35
- spec.add_dependency "gruf"
35
+ spec.add_dependency "istox_gruf"
36
36
  spec.add_dependency "paranoia", "~> 2.2"
37
37
  spec.add_dependency "graphlient"
38
38
  spec.add_development_dependency "bundler", "~> 1.16"
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.48"
2
+ VERSION = "0.1.48.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.48
4
+ version: 0.1.48.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-07 00:00:00.000000000 Z
11
+ date: 2019-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bunny
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: 2.12.0
27
27
  - !ruby/object:Gem::Dependency
28
- name: gruf
28
+ name: istox_gruf
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
256
256
  version: '0'
257
257
  requirements: []
258
258
  rubyforge_project:
259
- rubygems_version: 2.7.7
259
+ rubygems_version: 2.7.9
260
260
  signing_key:
261
261
  specification_version: 4
262
262
  summary: istox backend shared gem