rubypitaya 2.9.1 → 2.9.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3541acfd67db95762b008eac9b1211229335e6ce7b158c0c8902a50dd80dd705
|
4
|
+
data.tar.gz: 6f3e2e1c18a52d20a2df5735a28c0566e1c222a1b7de52d9ba2208d03abcd9ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 782f21b14a1cd4e1b09accd665fc04efadace45f9ff50c2ab9773e1724f237a5b440024c21d8952a3db0e613a77cbb33ab8a6d156d28cdc4f38074fa7db40b51
|
7
|
+
data.tar.gz: 61c056e184caad45a6018c5426da5d9008e61539cd707f7c8b7b44f1f6b1e5970b08fa45bba7b481e19966fe04821110d191240157606f06564113142a3b0932
|
@@ -18,11 +18,11 @@ GEM
|
|
18
18
|
etcdv3 (0.10.2)
|
19
19
|
grpc (~> 1.17)
|
20
20
|
eventmachine (1.2.7)
|
21
|
-
ffi (1.
|
21
|
+
ffi (1.14.2)
|
22
22
|
google-protobuf (3.14.0)
|
23
23
|
googleapis-common-protos-types (1.0.5)
|
24
24
|
google-protobuf (~> 3.11)
|
25
|
-
grpc (1.
|
25
|
+
grpc (1.34.0)
|
26
26
|
google-protobuf (~> 3.13)
|
27
27
|
googleapis-common-protos-types (~> 1.0)
|
28
28
|
i18n (1.8.5)
|
@@ -38,6 +38,7 @@ GEM
|
|
38
38
|
ruby2_keywords (~> 0.0.1)
|
39
39
|
nats (0.11.0)
|
40
40
|
eventmachine (~> 1.2, >= 1.2)
|
41
|
+
ostruct (0.1.0)
|
41
42
|
pg (0.21.0)
|
42
43
|
protobuf (3.10.0)
|
43
44
|
activesupport (>= 3.2)
|
@@ -69,11 +70,12 @@ GEM
|
|
69
70
|
rspec-support (~> 3.8.0)
|
70
71
|
rspec-support (3.8.3)
|
71
72
|
ruby2_keywords (0.0.2)
|
72
|
-
rubypitaya (2.9.
|
73
|
+
rubypitaya (2.9.2)
|
73
74
|
activerecord (= 6.0.2)
|
74
75
|
etcdv3 (= 0.10.2)
|
75
76
|
eventmachine (= 1.2.7)
|
76
77
|
nats (= 0.11.0)
|
78
|
+
ostruct (= 0.1.0)
|
77
79
|
pg (= 0.21.0)
|
78
80
|
protobuf (= 3.10.0)
|
79
81
|
rake (= 10.0)
|
@@ -94,7 +96,7 @@ GEM
|
|
94
96
|
thor (1.0.1)
|
95
97
|
thread_safe (0.3.6)
|
96
98
|
tilt (2.0.10)
|
97
|
-
tzinfo (1.2.
|
99
|
+
tzinfo (1.2.9)
|
98
100
|
thread_safe (~> 0.1)
|
99
101
|
zeitwerk (2.4.2)
|
100
102
|
|
@@ -106,7 +108,7 @@ DEPENDENCIES
|
|
106
108
|
listen (= 3.2.1)
|
107
109
|
pry (= 0.12.2)
|
108
110
|
rspec (= 3.8.0)
|
109
|
-
rubypitaya (= 2.9.
|
111
|
+
rubypitaya (= 2.9.2)
|
110
112
|
|
111
113
|
BUNDLED WITH
|
112
114
|
1.17.2
|
data/lib/rubypitaya/version.rb
CHANGED