rubypitaya 3.0.2 → 3.0.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 +4 -4
- data/lib/rubypitaya/app-template/Gemfile +1 -1
- data/lib/rubypitaya/app-template/Gemfile.lock +19 -19
- data/lib/rubypitaya/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: 5a9246223a2328fd375d34a04259e1ac01f3eb3b021a39cfad33d8541870dbcc
|
|
4
|
+
data.tar.gz: 5e0182a29f83521950107d6863889055452ed73ec465cb613ddd959a1b511710
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb5a55039932f42a8595b3f3e2641c8b865a5d3e0dd4fb3d69781d48ce0fcffc8b1aaec445943c6f7e366cf0dc2b722294f2540a0400a415913e7d7166f7e9f6
|
|
7
|
+
data.tar.gz: 5a08fbfd5dc3225bcd6d0383b930876db9d907fcf89a97c3d6b4844eb118fde5806490981aaa8fefee9bb62a325a17fda060764dc4465c56a4a7f2eaa960ff0c
|
|
@@ -33,8 +33,8 @@ GEM
|
|
|
33
33
|
cucumber-gherkin (~> 20.0, >= 20.0.1)
|
|
34
34
|
cucumber-messages (~> 17.0, >= 17.0.1)
|
|
35
35
|
cucumber-tag-expressions (~> 3.0, >= 3.0.1)
|
|
36
|
-
cucumber-create-meta (6.0.
|
|
37
|
-
cucumber-messages (~> 17.
|
|
36
|
+
cucumber-create-meta (6.0.4)
|
|
37
|
+
cucumber-messages (~> 17.1, >= 17.1.1)
|
|
38
38
|
sys-uname (~> 1.2, >= 1.2.2)
|
|
39
39
|
cucumber-cucumber-expressions (12.1.3)
|
|
40
40
|
cucumber-gherkin (20.0.1)
|
|
@@ -52,23 +52,23 @@ GEM
|
|
|
52
52
|
grpc (~> 1.17)
|
|
53
53
|
eventmachine (1.2.7)
|
|
54
54
|
ffi (1.15.4)
|
|
55
|
-
google-protobuf (3.18.
|
|
56
|
-
googleapis-common-protos-types (1.
|
|
55
|
+
google-protobuf (3.18.1-x86_64-linux)
|
|
56
|
+
googleapis-common-protos-types (1.3.0)
|
|
57
57
|
google-protobuf (~> 3.14)
|
|
58
|
-
grpc (1.
|
|
59
|
-
google-protobuf (~> 3.
|
|
58
|
+
grpc (1.41.1-x86_64-linux)
|
|
59
|
+
google-protobuf (~> 3.17)
|
|
60
60
|
googleapis-common-protos-types (~> 1.0)
|
|
61
|
-
i18n (1.8.
|
|
61
|
+
i18n (1.8.11)
|
|
62
62
|
concurrent-ruby (~> 1.0)
|
|
63
63
|
listen (3.7.0)
|
|
64
64
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
65
65
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
66
66
|
method_source (1.0.0)
|
|
67
|
-
mime-types (3.
|
|
67
|
+
mime-types (3.4.1)
|
|
68
68
|
mime-types-data (~> 3.2015)
|
|
69
|
-
mime-types-data (3.2021.
|
|
69
|
+
mime-types-data (3.2021.1115)
|
|
70
70
|
minitest (5.14.4)
|
|
71
|
-
mongo (2.
|
|
71
|
+
mongo (2.16.0)
|
|
72
72
|
bson (>= 4.8.2, < 5.0.0)
|
|
73
73
|
multi_json (1.15.0)
|
|
74
74
|
multi_test (0.1.2)
|
|
@@ -88,7 +88,7 @@ GEM
|
|
|
88
88
|
rb-fsevent (0.11.0)
|
|
89
89
|
rb-inotify (0.10.1)
|
|
90
90
|
ffi (~> 1.0)
|
|
91
|
-
redis (4.
|
|
91
|
+
redis (4.5.1)
|
|
92
92
|
rspec (3.10.0)
|
|
93
93
|
rspec-core (~> 3.10.0)
|
|
94
94
|
rspec-expectations (~> 3.10.0)
|
|
@@ -101,20 +101,19 @@ GEM
|
|
|
101
101
|
rspec-mocks (3.10.2)
|
|
102
102
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
103
103
|
rspec-support (~> 3.10.0)
|
|
104
|
-
rspec-support (3.10.
|
|
104
|
+
rspec-support (3.10.3)
|
|
105
105
|
ruby2_keywords (0.0.5)
|
|
106
|
-
rubypitaya (3.0.
|
|
106
|
+
rubypitaya (3.0.3)
|
|
107
107
|
activerecord (= 6.1.4.1)
|
|
108
108
|
etcdv3 (= 0.11.4)
|
|
109
|
-
google-protobuf (= 3.18.
|
|
110
|
-
mongo (= 2.
|
|
109
|
+
google-protobuf (= 3.18.1)
|
|
110
|
+
mongo (= 2.16.0)
|
|
111
111
|
nats (= 0.11.0)
|
|
112
112
|
ostruct (= 0.4.0)
|
|
113
113
|
pg (= 1.2.3)
|
|
114
114
|
rake (= 13.0.6)
|
|
115
|
-
redis (= 4.
|
|
115
|
+
redis (= 4.5.1)
|
|
116
116
|
sinatra (= 2.1.0)
|
|
117
|
-
sinatra-contrib (= 2.1.0)
|
|
118
117
|
webrick (= 1.7.0)
|
|
119
118
|
sinatra (2.1.0)
|
|
120
119
|
mustermann (~> 1.0)
|
|
@@ -133,7 +132,7 @@ GEM
|
|
|
133
132
|
tzinfo (2.0.4)
|
|
134
133
|
concurrent-ruby (~> 1.0)
|
|
135
134
|
webrick (1.7.0)
|
|
136
|
-
zeitwerk (2.
|
|
135
|
+
zeitwerk (2.5.1)
|
|
137
136
|
|
|
138
137
|
PLATFORMS
|
|
139
138
|
x86_64-linux
|
|
@@ -144,7 +143,8 @@ DEPENDENCIES
|
|
|
144
143
|
listen (= 3.7.0)
|
|
145
144
|
pry (= 0.14.1)
|
|
146
145
|
rspec (= 3.10.0)
|
|
147
|
-
rubypitaya (= 3.0.
|
|
146
|
+
rubypitaya (= 3.0.3)
|
|
147
|
+
sinatra-contrib (= 2.1.0)
|
|
148
148
|
|
|
149
149
|
BUNDLED WITH
|
|
150
150
|
2.2.22
|
data/lib/rubypitaya/version.rb
CHANGED