helena 2.0.0 → 2.0.1
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 +6 -6
- data/app/models/helena/session.rb +1 -1
- data/gemfiles/rails_4.2.gemfile.lock +4 -4
- data/gemfiles/rails_5.1.gemfile.lock +5 -5
- data/lib/helena/survey_importer.rb +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: cd54cf64d9741d090c21a1a2e0952cbe8e1cc550ac44a468c93f9298d03f427e
|
|
4
|
+
data.tar.gz: 4242990aaab852694b161ce883445f50c5e4bca72cd7efda26fbe37dc6db519b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea93a51b1aa33a3814d6de979be82ccc442140e1a08c24494fe2241cb54cdaf41b494d4b594f52f2d43b583715bef0b05dd7098d5079a6a5297cfd7577f15734
|
|
7
|
+
data.tar.gz: 40ef17b703b1036ffa85a7b52e8e94a8a04bea0a62e924441b93cc33c4557a412b91dc61e4687fba1fcf9d4f1b84e5c6fe1df3d5375d46b85ba7ce33c884b2f9
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
helena (2.0.
|
|
4
|
+
helena (2.0.1)
|
|
5
5
|
mongoid (>= 4.0)
|
|
6
6
|
mongoid-simple-tags (>= 0.1.3)
|
|
7
7
|
mongoid-tree (>= 2.0)
|
|
@@ -98,7 +98,7 @@ GEM
|
|
|
98
98
|
faker (1.9.1)
|
|
99
99
|
i18n (>= 0.7)
|
|
100
100
|
ffi (1.9.25)
|
|
101
|
-
globalid (0.4.
|
|
101
|
+
globalid (0.4.2)
|
|
102
102
|
activesupport (>= 4.2.0)
|
|
103
103
|
i18n (1.1.1)
|
|
104
104
|
concurrent-ruby (~> 1.0)
|
|
@@ -178,7 +178,7 @@ GEM
|
|
|
178
178
|
nokogiri (>= 1.6)
|
|
179
179
|
rails-html-sanitizer (1.0.4)
|
|
180
180
|
loofah (~> 2.2, >= 2.2.2)
|
|
181
|
-
rails-i18n (5.1.
|
|
181
|
+
rails-i18n (5.1.3)
|
|
182
182
|
i18n (>= 0.7, < 2)
|
|
183
183
|
railties (>= 5.0, < 6)
|
|
184
184
|
railties (5.2.2)
|
|
@@ -192,9 +192,9 @@ GEM
|
|
|
192
192
|
rb-fsevent (0.10.3)
|
|
193
193
|
rb-inotify (0.10.0)
|
|
194
194
|
ffi (~> 1.0)
|
|
195
|
-
responders (2.4.
|
|
196
|
-
actionpack (>= 4.2.0, <
|
|
197
|
-
railties (>= 4.2.0, <
|
|
195
|
+
responders (2.4.1)
|
|
196
|
+
actionpack (>= 4.2.0, < 6.0)
|
|
197
|
+
railties (>= 4.2.0, < 6.0)
|
|
198
198
|
rspec (3.8.0)
|
|
199
199
|
rspec-core (~> 3.8.0)
|
|
200
200
|
rspec-expectations (~> 3.8.0)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
helena (2.0.
|
|
4
|
+
helena (2.0.1)
|
|
5
5
|
mongoid (>= 4.0)
|
|
6
6
|
mongoid-simple-tags (>= 0.1.3)
|
|
7
7
|
mongoid-tree (>= 2.0)
|
|
@@ -178,9 +178,9 @@ GEM
|
|
|
178
178
|
rb-fsevent (0.10.3)
|
|
179
179
|
rb-inotify (0.10.0)
|
|
180
180
|
ffi (~> 1.0)
|
|
181
|
-
responders (2.4.
|
|
182
|
-
actionpack (>= 4.2.0, <
|
|
183
|
-
railties (>= 4.2.0, <
|
|
181
|
+
responders (2.4.1)
|
|
182
|
+
actionpack (>= 4.2.0, < 6.0)
|
|
183
|
+
railties (>= 4.2.0, < 6.0)
|
|
184
184
|
rspec (3.8.0)
|
|
185
185
|
rspec-core (~> 3.8.0)
|
|
186
186
|
rspec-expectations (~> 3.8.0)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
helena (2.0.
|
|
4
|
+
helena (2.0.1)
|
|
5
5
|
mongoid (>= 4.0)
|
|
6
6
|
mongoid-simple-tags (>= 0.1.3)
|
|
7
7
|
mongoid-tree (>= 2.0)
|
|
@@ -172,7 +172,7 @@ GEM
|
|
|
172
172
|
nokogiri (>= 1.6)
|
|
173
173
|
rails-html-sanitizer (1.0.4)
|
|
174
174
|
loofah (~> 2.2, >= 2.2.2)
|
|
175
|
-
rails-i18n (5.1.
|
|
175
|
+
rails-i18n (5.1.3)
|
|
176
176
|
i18n (>= 0.7, < 2)
|
|
177
177
|
railties (>= 5.0, < 6)
|
|
178
178
|
railties (5.2.2)
|
|
@@ -185,9 +185,9 @@ GEM
|
|
|
185
185
|
rb-fsevent (0.10.3)
|
|
186
186
|
rb-inotify (0.10.0)
|
|
187
187
|
ffi (~> 1.0)
|
|
188
|
-
responders (2.4.
|
|
189
|
-
actionpack (>= 4.2.0, <
|
|
190
|
-
railties (>= 4.2.0, <
|
|
188
|
+
responders (2.4.1)
|
|
189
|
+
actionpack (>= 4.2.0, < 6.0)
|
|
190
|
+
railties (>= 4.2.0, < 6.0)
|
|
191
191
|
rspec (3.8.0)
|
|
192
192
|
rspec-core (~> 3.8.0)
|
|
193
193
|
rspec-expectations (~> 3.8.0)
|
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.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Markus Graf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mongoid
|