rubypitaya 2.26.2 → 2.26.3
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: 03d922e0e3018a516710860db14edb745a8091de11e357ac28350fd2bc0c4c1b
|
|
4
|
+
data.tar.gz: 88ebed05ee6d18892875786f0e652d6fb0236f66458304534f16026c86369fe2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f651a4e71c89ced83d2ec5be02415b0b4c3744f77198737ed5a4507302720286e698dcb60928efdfce2b81a109cfcf84fe27ee1dfeb9f3328039a6eb991e834b
|
|
7
|
+
data.tar.gz: ad997b323bf2fb3b23cb682e0643dc6516d0b6f9c1ab206195003c4799c9155f25966f7deffe6d4238f809044d51e772b2b75cf140b36755dadc483731093703
|
|
@@ -51,7 +51,7 @@ GEM
|
|
|
51
51
|
etcdv3 (0.11.3)
|
|
52
52
|
grpc (~> 1.17)
|
|
53
53
|
eventmachine (1.2.7)
|
|
54
|
-
ffi (1.15.
|
|
54
|
+
ffi (1.15.4)
|
|
55
55
|
google-protobuf (3.17.3)
|
|
56
56
|
googleapis-common-protos-types (1.1.0)
|
|
57
57
|
google-protobuf (~> 3.14)
|
|
@@ -111,7 +111,7 @@ GEM
|
|
|
111
111
|
rspec-support (~> 3.10.0)
|
|
112
112
|
rspec-support (3.10.2)
|
|
113
113
|
ruby2_keywords (0.0.5)
|
|
114
|
-
rubypitaya (2.26.
|
|
114
|
+
rubypitaya (2.26.3)
|
|
115
115
|
activerecord (= 6.1.4.1)
|
|
116
116
|
etcdv3 (= 0.11.3)
|
|
117
117
|
mongo (= 2.15.0)
|
|
@@ -122,16 +122,12 @@ GEM
|
|
|
122
122
|
rake (= 13.0.6)
|
|
123
123
|
redis (= 4.4.0)
|
|
124
124
|
sinatra (= 2.1.0)
|
|
125
|
-
sinatra-activerecord (= 2.0.23)
|
|
126
125
|
sinatra-contrib (= 2.1.0)
|
|
127
126
|
sinatra (2.1.0)
|
|
128
127
|
mustermann (~> 1.0)
|
|
129
128
|
rack (~> 2.2)
|
|
130
129
|
rack-protection (= 2.1.0)
|
|
131
130
|
tilt (~> 2.0)
|
|
132
|
-
sinatra-activerecord (2.0.23)
|
|
133
|
-
activerecord (>= 4.1)
|
|
134
|
-
sinatra (>= 1.0)
|
|
135
131
|
sinatra-contrib (2.1.0)
|
|
136
132
|
multi_json
|
|
137
133
|
mustermann (~> 1.0)
|
|
@@ -156,7 +152,7 @@ DEPENDENCIES
|
|
|
156
152
|
listen (= 3.4.1)
|
|
157
153
|
pry (= 0.14.0)
|
|
158
154
|
rspec (= 3.10.0)
|
|
159
|
-
rubypitaya (= 2.26.
|
|
155
|
+
rubypitaya (= 2.26.3)
|
|
160
156
|
|
|
161
157
|
BUNDLED WITH
|
|
162
158
|
2.1.4
|
data/lib/rubypitaya/version.rb
CHANGED