istox 0.1.48.5 → 0.1.48.6
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/Gemfile.lock +9 -1
- data/lib/istox.rb +1 -0
- data/lib/istox/helpers/gruf_listener_hook.rb +1 -1
- data/lib/istox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d02c6a19059a3e34b9ac864e0d45dcb51ef20120e600d82e9ad12b5fd5c6b70c
|
|
4
|
+
data.tar.gz: 23abea14a809e21c5fa9b5e8ba733796e7deb801020a5c05520b47fb70eafa38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc5d32e89386f03ce8ad6e54e4a4d2b7ecb671fb5e6eeda551efbafb1cc6e667daf786df3303f5b3ffa7972b3caf3bd2d049200ead0020a9360267845b2dc749
|
|
7
|
+
data.tar.gz: 1d688f26a10416896f7e9189c70dcdee42c4c1c6422cf3d1d93fe05cab9745d9000c3e8946d21a08a97c266c7570191a74fd00e0782c39b14955e94de1c0ce11
|
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
istox (0.1.48)
|
|
4
|
+
istox (0.1.48.5)
|
|
5
5
|
bunny (>= 2.12.0)
|
|
6
6
|
graphlient
|
|
7
7
|
istox_gruf
|
|
8
|
+
listen (~> 3.0.5)
|
|
8
9
|
paranoia (~> 2.2)
|
|
9
10
|
|
|
10
11
|
GEM
|
|
@@ -75,6 +76,7 @@ GEM
|
|
|
75
76
|
multipart-post (>= 1.2, < 3)
|
|
76
77
|
faraday_middleware (0.13.1)
|
|
77
78
|
faraday (>= 0.7.4, < 1.0)
|
|
79
|
+
ffi (1.11.1)
|
|
78
80
|
globalid (0.4.2)
|
|
79
81
|
activesupport (>= 4.2.0)
|
|
80
82
|
google-protobuf (3.8.0)
|
|
@@ -100,6 +102,9 @@ GEM
|
|
|
100
102
|
grpc (~> 1.10)
|
|
101
103
|
grpc-tools (~> 1.10)
|
|
102
104
|
slop (~> 4.6)
|
|
105
|
+
listen (3.0.8)
|
|
106
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
107
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
|
103
108
|
loofah (2.2.3)
|
|
104
109
|
crass (~> 1.0.2)
|
|
105
110
|
nokogiri (>= 1.5.9)
|
|
@@ -146,6 +151,9 @@ GEM
|
|
|
146
151
|
rake (>= 0.8.7)
|
|
147
152
|
thor (>= 0.19.0, < 2.0)
|
|
148
153
|
rake (10.5.0)
|
|
154
|
+
rb-fsevent (0.10.3)
|
|
155
|
+
rb-inotify (0.10.0)
|
|
156
|
+
ffi (~> 1.0)
|
|
149
157
|
rspec (3.8.0)
|
|
150
158
|
rspec-core (~> 3.8.0)
|
|
151
159
|
rspec-expectations (~> 3.8.0)
|
data/lib/istox.rb
CHANGED
data/lib/istox/version.rb
CHANGED