helena 2.0.2 → 2.1.0
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 +49 -49
- data/app/views/helena/questions/_radio_matrix.html.slim +1 -1
- data/lib/helena/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bbcebb3a7045d3bea95c4d6b964d5f367a228c54403089e180dad855da34d11
|
|
4
|
+
data.tar.gz: 5586453747c9ab12b501dda73e08a16ff150e8be2de8f8db800be60a018f2fe6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a74d6fc6ea65c9b146bf32b1a3a8a0904cea70a956d60336826f88ed6010efc948a5d84bca912a43c061482401cc380e8549b9dbd0539ec3fe31e03530f3cb0
|
|
7
|
+
data.tar.gz: c127438a9b22bf3ae2f29b2a86433becf3370d88c6b1ad24341b173367c4ef5400b8d7f53c80ee4e7891b851619b7d14f16a69ebb629d06ba95d030d13881af3
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
helena (2.0
|
|
4
|
+
helena (2.1.0)
|
|
5
5
|
mongoid (>= 4.0)
|
|
6
6
|
mongoid-simple-tags (>= 0.1.3)
|
|
7
7
|
mongoid-tree (>= 2.0)
|
|
@@ -16,43 +16,43 @@ PATH
|
|
|
16
16
|
GEM
|
|
17
17
|
remote: https://rubygems.org/
|
|
18
18
|
specs:
|
|
19
|
-
actioncable (5.2.
|
|
20
|
-
actionpack (= 5.2.
|
|
19
|
+
actioncable (5.2.4.3)
|
|
20
|
+
actionpack (= 5.2.4.3)
|
|
21
21
|
nio4r (~> 2.0)
|
|
22
22
|
websocket-driver (>= 0.6.1)
|
|
23
|
-
actionmailer (5.2.
|
|
24
|
-
actionpack (= 5.2.
|
|
25
|
-
actionview (= 5.2.
|
|
26
|
-
activejob (= 5.2.
|
|
23
|
+
actionmailer (5.2.4.3)
|
|
24
|
+
actionpack (= 5.2.4.3)
|
|
25
|
+
actionview (= 5.2.4.3)
|
|
26
|
+
activejob (= 5.2.4.3)
|
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
|
28
28
|
rails-dom-testing (~> 2.0)
|
|
29
|
-
actionpack (5.2.
|
|
30
|
-
actionview (= 5.2.
|
|
31
|
-
activesupport (= 5.2.
|
|
32
|
-
rack (~> 2.0)
|
|
29
|
+
actionpack (5.2.4.3)
|
|
30
|
+
actionview (= 5.2.4.3)
|
|
31
|
+
activesupport (= 5.2.4.3)
|
|
32
|
+
rack (~> 2.0, >= 2.0.8)
|
|
33
33
|
rack-test (>= 0.6.3)
|
|
34
34
|
rails-dom-testing (~> 2.0)
|
|
35
35
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
36
|
-
actionview (5.2.
|
|
37
|
-
activesupport (= 5.2.
|
|
36
|
+
actionview (5.2.4.3)
|
|
37
|
+
activesupport (= 5.2.4.3)
|
|
38
38
|
builder (~> 3.1)
|
|
39
39
|
erubi (~> 1.4)
|
|
40
40
|
rails-dom-testing (~> 2.0)
|
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
42
|
-
activejob (5.2.
|
|
43
|
-
activesupport (= 5.2.
|
|
42
|
+
activejob (5.2.4.3)
|
|
43
|
+
activesupport (= 5.2.4.3)
|
|
44
44
|
globalid (>= 0.3.6)
|
|
45
|
-
activemodel (5.2.
|
|
46
|
-
activesupport (= 5.2.
|
|
47
|
-
activerecord (5.2.
|
|
48
|
-
activemodel (= 5.2.
|
|
49
|
-
activesupport (= 5.2.
|
|
45
|
+
activemodel (5.2.4.3)
|
|
46
|
+
activesupport (= 5.2.4.3)
|
|
47
|
+
activerecord (5.2.4.3)
|
|
48
|
+
activemodel (= 5.2.4.3)
|
|
49
|
+
activesupport (= 5.2.4.3)
|
|
50
50
|
arel (>= 9.0)
|
|
51
|
-
activestorage (5.2.
|
|
52
|
-
actionpack (= 5.2.
|
|
53
|
-
activerecord (= 5.2.
|
|
51
|
+
activestorage (5.2.4.3)
|
|
52
|
+
actionpack (= 5.2.4.3)
|
|
53
|
+
activerecord (= 5.2.4.3)
|
|
54
54
|
marcel (~> 0.3.1)
|
|
55
|
-
activesupport (5.2.
|
|
55
|
+
activesupport (5.2.4.3)
|
|
56
56
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
57
57
|
i18n (>= 0.7, < 2)
|
|
58
58
|
minitest (~> 5.1)
|
|
@@ -106,7 +106,7 @@ GEM
|
|
|
106
106
|
json (1.8.6)
|
|
107
107
|
launchy (2.4.3)
|
|
108
108
|
addressable (~> 2.3)
|
|
109
|
-
loofah (2.
|
|
109
|
+
loofah (2.5.0)
|
|
110
110
|
crass (~> 1.0.2)
|
|
111
111
|
nokogiri (>= 1.5.9)
|
|
112
112
|
mail (2.7.1)
|
|
@@ -114,10 +114,10 @@ GEM
|
|
|
114
114
|
marcel (0.3.3)
|
|
115
115
|
mimemagic (~> 0.3.2)
|
|
116
116
|
method_source (0.9.2)
|
|
117
|
-
mimemagic (0.3.
|
|
118
|
-
mini_mime (1.0.
|
|
117
|
+
mimemagic (0.3.5)
|
|
118
|
+
mini_mime (1.0.2)
|
|
119
119
|
mini_portile2 (2.4.0)
|
|
120
|
-
minitest (5.14.
|
|
120
|
+
minitest (5.14.1)
|
|
121
121
|
mongo (2.6.2)
|
|
122
122
|
bson (>= 4.3.0, < 5.0.0)
|
|
123
123
|
mongoid (7.0.2)
|
|
@@ -156,18 +156,18 @@ GEM
|
|
|
156
156
|
rack (2.2.2)
|
|
157
157
|
rack-test (1.1.0)
|
|
158
158
|
rack (>= 1.0, < 3)
|
|
159
|
-
rails (5.2.
|
|
160
|
-
actioncable (= 5.2.
|
|
161
|
-
actionmailer (= 5.2.
|
|
162
|
-
actionpack (= 5.2.
|
|
163
|
-
actionview (= 5.2.
|
|
164
|
-
activejob (= 5.2.
|
|
165
|
-
activemodel (= 5.2.
|
|
166
|
-
activerecord (= 5.2.
|
|
167
|
-
activestorage (= 5.2.
|
|
168
|
-
activesupport (= 5.2.
|
|
159
|
+
rails (5.2.4.3)
|
|
160
|
+
actioncable (= 5.2.4.3)
|
|
161
|
+
actionmailer (= 5.2.4.3)
|
|
162
|
+
actionpack (= 5.2.4.3)
|
|
163
|
+
actionview (= 5.2.4.3)
|
|
164
|
+
activejob (= 5.2.4.3)
|
|
165
|
+
activemodel (= 5.2.4.3)
|
|
166
|
+
activerecord (= 5.2.4.3)
|
|
167
|
+
activestorage (= 5.2.4.3)
|
|
168
|
+
activesupport (= 5.2.4.3)
|
|
169
169
|
bundler (>= 1.3.0)
|
|
170
|
-
railties (= 5.2.
|
|
170
|
+
railties (= 5.2.4.3)
|
|
171
171
|
sprockets-rails (>= 2.0.0)
|
|
172
172
|
rails-dom-testing (2.0.3)
|
|
173
173
|
activesupport (>= 4.2.0)
|
|
@@ -177,15 +177,15 @@ GEM
|
|
|
177
177
|
rails-i18n (5.1.3)
|
|
178
178
|
i18n (>= 0.7, < 2)
|
|
179
179
|
railties (>= 5.0, < 6)
|
|
180
|
-
railties (5.2.
|
|
181
|
-
actionpack (= 5.2.
|
|
182
|
-
activesupport (= 5.2.
|
|
180
|
+
railties (5.2.4.3)
|
|
181
|
+
actionpack (= 5.2.4.3)
|
|
182
|
+
activesupport (= 5.2.4.3)
|
|
183
183
|
method_source
|
|
184
184
|
rake (>= 0.8.7)
|
|
185
185
|
thor (>= 0.19.0, < 2.0)
|
|
186
186
|
rainbow (3.0.0)
|
|
187
187
|
rake (13.0.1)
|
|
188
|
-
responders (3.0.
|
|
188
|
+
responders (3.0.1)
|
|
189
189
|
actionpack (>= 5.0)
|
|
190
190
|
railties (>= 5.0)
|
|
191
191
|
rspec (3.8.0)
|
|
@@ -223,10 +223,10 @@ GEM
|
|
|
223
223
|
railties (>= 3.0)
|
|
224
224
|
rubocop (~> 0.56)
|
|
225
225
|
ruby-progressbar (1.10.0)
|
|
226
|
-
rubyzip (1.
|
|
226
|
+
rubyzip (1.3.0)
|
|
227
227
|
sass-rails (6.0.0)
|
|
228
228
|
sassc-rails (~> 2.1, >= 2.1.1)
|
|
229
|
-
sassc (2.
|
|
229
|
+
sassc (2.4.0)
|
|
230
230
|
ffi (~> 1.9)
|
|
231
231
|
sassc-rails (2.1.2)
|
|
232
232
|
railties (>= 4.0.0)
|
|
@@ -247,7 +247,7 @@ GEM
|
|
|
247
247
|
json (>= 1.8, < 3)
|
|
248
248
|
simplecov-html (~> 0.10.0)
|
|
249
249
|
simplecov-html (0.10.2)
|
|
250
|
-
slim (4.0
|
|
250
|
+
slim (4.1.0)
|
|
251
251
|
temple (>= 0.7.6, < 0.9)
|
|
252
252
|
tilt (>= 2.0.6, < 2.1)
|
|
253
253
|
sprockets (4.0.0)
|
|
@@ -261,12 +261,12 @@ GEM
|
|
|
261
261
|
thor (1.0.1)
|
|
262
262
|
thread_safe (0.3.6)
|
|
263
263
|
tilt (2.0.10)
|
|
264
|
-
tzinfo (1.2.
|
|
264
|
+
tzinfo (1.2.7)
|
|
265
265
|
thread_safe (~> 0.1)
|
|
266
266
|
unicode-display_width (1.4.0)
|
|
267
|
-
websocket-driver (0.7.
|
|
267
|
+
websocket-driver (0.7.2)
|
|
268
268
|
websocket-extensions (>= 0.1.0)
|
|
269
|
-
websocket-extensions (0.1.
|
|
269
|
+
websocket-extensions (0.1.5)
|
|
270
270
|
xpath (3.2.0)
|
|
271
271
|
nokogiri (~> 1.8)
|
|
272
272
|
|
data/lib/helena/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: helena
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Markus Graf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mongoid
|