helena 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5b5b95b3b6d187cebba9c31106e9ac76acb613d8
4
- data.tar.gz: 0b69229e5fea12ca3ef9316af916e9b37fc7daab
2
+ SHA256:
3
+ metadata.gz: 3997fbb2bbdc9e5d658bbf7aefbb9b41b72437f62a33f84917d4ac8a0c0a9c55
4
+ data.tar.gz: 32657babb9ef0218f77644dab18bf7992c495f076d2913dc4b3ff452acb99c1d
5
5
  SHA512:
6
- metadata.gz: 8da55f5c0c370d6c41798d5279ae39dae1b5d126068683e14ef7b204817792cec5f43991571b2fb494963398de391911320bbb4d149d1fb4e4c7f9c615f864d4
7
- data.tar.gz: 80bccc9d6207c9a626980a69131419ac505233fc5ef05c79b481f63835dc7b16846fbaa680c4fd9f8c063668b75a36a3c9e19f77f871685915d39d89597279c4
6
+ metadata.gz: '096cf613442e334a2411357f6ec6b108e30550784f75be79bc273aac85c91a7ec03b5790c74cca8bfee833f9e01b4632812e2c4d7b72735836afd48214e9dc3d'
7
+ data.tar.gz: 7c676a6a0df55c99f8e00ebdc7be7f13516dee963946f0cc90f0210b4097fad6d0842b1c2a944f541c0cd95926dda3c3a8b23de11b911a60a2fac530684c7634
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ .ruby-version
1
2
  .idea
2
3
  .bundle/
3
4
  log/*.log
data/.rubocop.yml CHANGED
@@ -16,3 +16,5 @@ LineLength:
16
16
  Max: 160
17
17
  AbcSize:
18
18
  Enabled: false
19
+ FrozenStringLiteralComment:
20
+ Enabled: false
data/.travis.yml CHANGED
@@ -1,6 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 2.3.1
4
+ - 2.5.1
4
5
 
5
6
  gemfile:
6
7
  - gemfiles/rails_4.2.gemfile
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- helena (1.3.0)
4
+ helena (1.3.1)
5
5
  bootstrap-sass (~> 3.2)
6
6
  browser (~> 2.0)
7
7
  haml-rails (~> 1.0)
8
8
  jquery-rails (~> 4.0)
9
9
  mongoid (>= 4.0)
10
- mongoid-simple-tags (~> 0.1)
10
+ mongoid-simple-tags (>= 0.1.3)
11
11
  mongoid-tree (~> 2.0)
12
12
  mongoid_orderable (~> 4.1)
13
13
  rails (>= 4.2)
@@ -61,46 +61,46 @@ GEM
61
61
  rake
62
62
  thor (>= 0.14.0)
63
63
  arel (6.0.4)
64
- autoprefixer-rails (7.1.6)
64
+ autoprefixer-rails (9.0.0)
65
65
  execjs
66
66
  better_errors (2.4.0)
67
67
  coderay (>= 1.0.0)
68
68
  erubi (>= 1.0.0)
69
69
  rack (>= 0.9.0)
70
- binding_of_caller (0.7.3)
70
+ binding_of_caller (0.8.0)
71
71
  debug_inspector (>= 0.0.1)
72
72
  bootstrap-sass (3.3.7)
73
73
  autoprefixer-rails (>= 5.2.1)
74
74
  sass (>= 3.3.4)
75
- browser (2.5.2)
76
- bson (4.2.2)
75
+ browser (2.5.3)
76
+ bson (4.3.0)
77
77
  builder (3.2.3)
78
- byebug (9.1.0)
79
- capybara (2.15.4)
78
+ byebug (10.0.2)
79
+ capybara (2.18.0)
80
80
  addressable
81
81
  mini_mime (>= 0.1.3)
82
82
  nokogiri (>= 1.3.3)
83
83
  rack (>= 1.0.0)
84
84
  rack-test (>= 0.5.4)
85
- xpath (~> 2.0)
86
- childprocess (0.8.0)
85
+ xpath (>= 2.0, < 4.0)
86
+ childprocess (0.9.0)
87
87
  ffi (~> 1.0, >= 1.0.11)
88
88
  coderay (1.1.2)
89
89
  concurrent-ruby (1.0.5)
90
- crass (1.0.2)
90
+ crass (1.0.4)
91
91
  debug_inspector (0.0.3)
92
92
  diff-lcs (1.3)
93
- erubi (1.7.0)
93
+ erubi (1.7.1)
94
94
  erubis (2.7.0)
95
95
  execjs (2.7.0)
96
- factory_bot (4.8.2)
96
+ factory_bot (4.10.0)
97
97
  activesupport (>= 3.0.0)
98
- factory_bot_rails (4.8.2)
99
- factory_bot (~> 4.8.2)
98
+ factory_bot_rails (4.10.0)
99
+ factory_bot (~> 4.10.0)
100
100
  railties (>= 3.0.0)
101
- faker (1.8.4)
102
- i18n (~> 0.5)
103
- ffi (1.9.18)
101
+ faker (1.9.1)
102
+ i18n (>= 0.7)
103
+ ffi (1.9.25)
104
104
  globalid (0.4.1)
105
105
  activesupport (>= 4.2.0)
106
106
  haml (5.0.4)
@@ -117,53 +117,57 @@ GEM
117
117
  haml (>= 4.0, < 6)
118
118
  nokogiri (>= 1.6.0)
119
119
  ruby_parser (~> 3.5)
120
- i18n (0.9.1)
120
+ i18n (0.9.5)
121
121
  concurrent-ruby (~> 1.0)
122
- jquery-rails (4.3.1)
122
+ jquery-rails (4.3.3)
123
123
  rails-dom-testing (>= 1, < 3)
124
124
  railties (>= 4.2.0)
125
125
  thor (>= 0.14, < 2.0)
126
126
  json (1.8.6)
127
127
  launchy (2.4.3)
128
128
  addressable (~> 2.3)
129
- loofah (2.1.1)
129
+ loofah (2.2.2)
130
130
  crass (~> 1.0.2)
131
131
  nokogiri (>= 1.5.9)
132
132
  mail (2.7.0)
133
133
  mini_mime (>= 0.1.1)
134
134
  method_source (0.9.0)
135
- mini_mime (0.1.4)
135
+ mini_mime (1.0.0)
136
136
  mini_portile2 (2.3.0)
137
- minitest (5.10.3)
138
- mongo (2.4.3)
139
- bson (>= 4.2.1, < 5.0.0)
140
- mongoid (5.2.1)
137
+ minitest (5.11.3)
138
+ mongo (2.6.1)
139
+ bson (>= 4.3.0, < 5.0.0)
140
+ mongoid (5.4.0)
141
141
  activemodel (~> 4.0)
142
- mongo (>= 2.4.1, < 3.0.0)
142
+ mongo (>= 2.5.1, < 3.0.0)
143
143
  origin (~> 2.3)
144
144
  tzinfo (>= 0.3.37)
145
- mongoid-rspec (3.0.0)
146
- mongoid (~> 5.0)
147
- rake
145
+ mongoid-compatibility (0.5.1)
146
+ activesupport
147
+ mongoid (>= 2.0)
148
+ mongoid-rspec (4.0.1)
149
+ activesupport (>= 3.0.0)
150
+ mongoid (>= 3.1)
151
+ mongoid-compatibility (>= 0.5.1)
148
152
  rspec (~> 3.3)
149
153
  mongoid-simple-tags (0.1.3)
150
154
  json (~> 1.8)
151
155
  mongoid (>= 3.0.3)
152
- mongoid-tree (2.1.0)
153
- mongoid (>= 4.0, < 7.0)
156
+ mongoid-tree (2.1.1)
157
+ mongoid (>= 4.0, < 8)
154
158
  mongoid_orderable (4.1.1)
155
159
  mongoid
156
- nokogiri (1.8.1)
160
+ nokogiri (1.8.4)
157
161
  mini_portile2 (~> 2.3.0)
158
162
  origin (2.3.1)
159
- pry (0.11.2)
163
+ pry (0.11.3)
160
164
  coderay (~> 1.1.0)
161
165
  method_source (~> 0.9.0)
162
- pry-byebug (3.5.0)
163
- byebug (~> 9.1)
166
+ pry-byebug (3.6.0)
167
+ byebug (~> 10.0)
164
168
  pry (~> 0.10)
165
- public_suffix (3.0.0)
166
- rack (1.6.8)
169
+ public_suffix (3.0.2)
170
+ rack (1.6.10)
167
171
  rack-test (0.6.3)
168
172
  rack (>= 1.0)
169
173
  rails (4.2.10)
@@ -179,12 +183,12 @@ GEM
179
183
  sprockets-rails
180
184
  rails-deprecated_sanitizer (1.0.3)
181
185
  activesupport (>= 4.2.0.alpha)
182
- rails-dom-testing (1.0.8)
183
- activesupport (>= 4.2.0.beta, < 5.0)
186
+ rails-dom-testing (1.0.9)
187
+ activesupport (>= 4.2.0, < 5.0)
184
188
  nokogiri (~> 1.6)
185
189
  rails-deprecated_sanitizer (>= 1.0.1)
186
- rails-html-sanitizer (1.0.3)
187
- loofah (~> 2.0)
190
+ rails-html-sanitizer (1.0.4)
191
+ loofah (~> 2.2, >= 2.2.2)
188
192
  rails-i18n (4.0.9)
189
193
  i18n (~> 0.7)
190
194
  railties (~> 4.0)
@@ -193,8 +197,8 @@ GEM
193
197
  activesupport (= 4.2.10)
194
198
  rake (>= 0.8.7)
195
199
  thor (>= 0.18.1, < 2.0)
196
- rake (12.2.1)
197
- rb-fsevent (0.10.2)
200
+ rake (12.3.1)
201
+ rb-fsevent (0.10.3)
198
202
  rb-inotify (0.9.10)
199
203
  ffi (>= 0.5.0, < 2)
200
204
  responders (2.4.0)
@@ -206,7 +210,7 @@ GEM
206
210
  rspec-mocks (~> 3.7.0)
207
211
  rspec-collection_matchers (1.1.3)
208
212
  rspec-expectations (>= 2.99.0.beta1)
209
- rspec-core (3.7.0)
213
+ rspec-core (3.7.1)
210
214
  rspec-support (~> 3.7.0)
211
215
  rspec-expectations (3.7.0)
212
216
  diff-lcs (>= 1.2.0, < 2.0)
@@ -214,7 +218,7 @@ GEM
214
218
  rspec-mocks (3.7.0)
215
219
  diff-lcs (>= 1.2.0, < 2.0)
216
220
  rspec-support (~> 3.7.0)
217
- rspec-rails (3.7.1)
221
+ rspec-rails (3.7.2)
218
222
  actionpack (>= 3.0)
219
223
  activesupport (>= 3.0)
220
224
  railties (>= 3.0)
@@ -222,35 +226,35 @@ GEM
222
226
  rspec-expectations (~> 3.7.0)
223
227
  rspec-mocks (~> 3.7.0)
224
228
  rspec-support (~> 3.7.0)
225
- rspec-support (3.7.0)
229
+ rspec-support (3.7.1)
226
230
  ruby-progressbar (1.9.0)
227
- ruby_parser (3.10.1)
231
+ ruby_parser (3.11.0)
228
232
  sexp_processor (~> 4.9)
229
233
  rubyzip (1.2.1)
230
- sass (3.5.3)
234
+ sass (3.5.7)
231
235
  sass-listen (~> 4.0.0)
232
236
  sass-listen (4.0.0)
233
237
  rb-fsevent (~> 0.9, >= 0.9.4)
234
238
  rb-inotify (~> 0.9, >= 0.9.7)
235
- sass-rails (5.0.6)
239
+ sass-rails (5.0.7)
236
240
  railties (>= 4.0.0, < 6)
237
241
  sass (~> 3.1)
238
242
  sprockets (>= 2.8, < 4.0)
239
243
  sprockets-rails (>= 2.0, < 4.0)
240
244
  tilt (>= 1.1, < 3)
241
- selenium-webdriver (3.7.0)
245
+ selenium-webdriver (3.13.1)
242
246
  childprocess (~> 0.5)
243
- rubyzip (~> 1.0)
244
- sexp_processor (4.10.0)
247
+ rubyzip (~> 1.2)
248
+ sexp_processor (4.11.0)
245
249
  shoulda-matchers (3.1.2)
246
250
  activesupport (>= 4.0.0)
247
- simple_form (3.5.0)
251
+ simple_form (3.5.1)
248
252
  actionpack (> 4, < 5.2)
249
253
  activemodel (> 4, < 5.2)
250
- slim (3.0.8)
254
+ slim (3.0.9)
251
255
  temple (>= 0.7.6, < 0.9)
252
256
  tilt (>= 1.3.3, < 2.1)
253
- sprockets (3.7.1)
257
+ sprockets (3.7.2)
254
258
  concurrent-ruby (~> 1.0)
255
259
  rack (> 1, < 3)
256
260
  sprockets-rails (3.2.1)
@@ -261,10 +265,10 @@ GEM
261
265
  thor (0.20.0)
262
266
  thread_safe (0.3.6)
263
267
  tilt (2.0.8)
264
- tzinfo (1.2.4)
268
+ tzinfo (1.2.5)
265
269
  thread_safe (~> 0.1)
266
- xpath (2.1.0)
267
- nokogiri (~> 1.3)
270
+ xpath (3.1.0)
271
+ nokogiri (~> 1.8)
268
272
 
269
273
  PLATFORMS
270
274
  ruby
@@ -292,4 +296,4 @@ DEPENDENCIES
292
296
  simple_form
293
297
 
294
298
  BUNDLED WITH
295
- 1.16.0.pre.3
299
+ 1.16.2
@@ -1,24 +1,24 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "https://rubygems.org"
3
+ source 'https://rubygems.org'
4
4
 
5
- gem "rake"
6
- gem "rails", "5.1"
7
- gem "mongoid", ">= 6.0"
8
- gem "mongoid-rspec", :git => "https://github.com/mongoid-rspec/mongoid-rspec.git", :group => [:development, :test]
5
+ gem 'mongoid', '>= 7.0'
6
+ gem 'mongoid-rspec', git: 'https://github.com/mongoid-rspec/mongoid-rspec.git', group: %i[development test]
7
+ gem 'rails', '5.1'
8
+ gem 'rake'
9
9
 
10
10
  group :development, :test do
11
- gem "pry"
12
- gem "pry-byebug"
13
- gem "ruby-progressbar"
14
- gem "better_errors"
15
- gem "launchy"
16
- gem "binding_of_caller"
17
- gem "selenium-webdriver"
18
- gem "simple_form"
19
- gem "jquery-rails"
20
- gem "bootstrap-sass"
21
- gem "shoulda-matchers"
11
+ gem 'better_errors'
12
+ gem 'binding_of_caller'
13
+ gem 'bootstrap-sass'
14
+ gem 'jquery-rails'
15
+ gem 'launchy'
16
+ gem 'pry'
17
+ gem 'pry-byebug'
18
+ gem 'ruby-progressbar'
19
+ gem 'selenium-webdriver'
20
+ gem 'shoulda-matchers'
21
+ gem 'simple_form'
22
22
  end
23
23
 
24
- gemspec :path => "../"
24
+ gemspec path: '../'
@@ -1,22 +1,23 @@
1
1
  GIT
2
2
  remote: https://github.com/mongoid-rspec/mongoid-rspec.git
3
- revision: f392d24abc6853895bd959b4916cd82a1b12f6f4
3
+ revision: e324e13e075e5ec7114414c8c3ec11c0978fbcaa
4
4
  specs:
5
- mongoid-rspec (4.0.0.pre.alpha1)
6
- activesupport (>= 4.0.0)
7
- mongoid (~> 6.0)
5
+ mongoid-rspec (4.0.2)
6
+ activesupport (>= 3.0.0)
7
+ mongoid (>= 3.1)
8
+ mongoid-compatibility (>= 0.5.1)
8
9
  rspec (~> 3.3)
9
10
 
10
11
  PATH
11
12
  remote: ..
12
13
  specs:
13
- helena (1.3.0)
14
+ helena (1.3.1)
14
15
  bootstrap-sass (~> 3.2)
15
16
  browser (~> 2.0)
16
17
  haml-rails (~> 1.0)
17
18
  jquery-rails (~> 4.0)
18
19
  mongoid (>= 4.0)
19
- mongoid-simple-tags (~> 0.1)
20
+ mongoid-simple-tags (>= 0.1.3)
20
21
  mongoid-tree (~> 2.0)
21
22
  mongoid_orderable (~> 4.1)
22
23
  rails (>= 4.2)
@@ -73,46 +74,46 @@ GEM
73
74
  rake
74
75
  thor (>= 0.14.0)
75
76
  arel (8.0.0)
76
- autoprefixer-rails (7.1.6)
77
+ autoprefixer-rails (9.0.0)
77
78
  execjs
78
79
  better_errors (2.4.0)
79
80
  coderay (>= 1.0.0)
80
81
  erubi (>= 1.0.0)
81
82
  rack (>= 0.9.0)
82
- binding_of_caller (0.7.3)
83
+ binding_of_caller (0.8.0)
83
84
  debug_inspector (>= 0.0.1)
84
85
  bootstrap-sass (3.3.7)
85
86
  autoprefixer-rails (>= 5.2.1)
86
87
  sass (>= 3.3.4)
87
- browser (2.5.2)
88
- bson (4.2.2)
88
+ browser (2.5.3)
89
+ bson (4.3.0)
89
90
  builder (3.2.3)
90
- byebug (9.1.0)
91
- capybara (2.15.4)
91
+ byebug (10.0.2)
92
+ capybara (2.18.0)
92
93
  addressable
93
94
  mini_mime (>= 0.1.3)
94
95
  nokogiri (>= 1.3.3)
95
96
  rack (>= 1.0.0)
96
97
  rack-test (>= 0.5.4)
97
- xpath (~> 2.0)
98
- childprocess (0.8.0)
98
+ xpath (>= 2.0, < 4.0)
99
+ childprocess (0.9.0)
99
100
  ffi (~> 1.0, >= 1.0.11)
100
101
  coderay (1.1.2)
101
102
  concurrent-ruby (1.0.5)
102
- crass (1.0.2)
103
+ crass (1.0.4)
103
104
  debug_inspector (0.0.3)
104
105
  diff-lcs (1.3)
105
- erubi (1.7.0)
106
+ erubi (1.7.1)
106
107
  erubis (2.7.0)
107
108
  execjs (2.7.0)
108
- factory_bot (4.8.2)
109
+ factory_bot (4.10.0)
109
110
  activesupport (>= 3.0.0)
110
- factory_bot_rails (4.8.2)
111
- factory_bot (~> 4.8.2)
111
+ factory_bot_rails (4.10.0)
112
+ factory_bot (~> 4.10.0)
112
113
  railties (>= 3.0.0)
113
- faker (1.8.4)
114
- i18n (~> 0.5)
115
- ffi (1.9.18)
114
+ faker (1.9.1)
115
+ i18n (>= 0.7)
116
+ ffi (1.9.25)
116
117
  globalid (0.4.1)
117
118
  activesupport (>= 4.2.0)
118
119
  haml (5.0.4)
@@ -129,47 +130,50 @@ GEM
129
130
  haml (>= 4.0, < 6)
130
131
  nokogiri (>= 1.6.0)
131
132
  ruby_parser (~> 3.5)
132
- i18n (0.9.1)
133
+ i18n (0.9.5)
133
134
  concurrent-ruby (~> 1.0)
134
- jquery-rails (4.3.1)
135
+ jquery-rails (4.3.3)
135
136
  rails-dom-testing (>= 1, < 3)
136
137
  railties (>= 4.2.0)
137
138
  thor (>= 0.14, < 2.0)
138
139
  json (1.8.6)
139
140
  launchy (2.4.3)
140
141
  addressable (~> 2.3)
141
- loofah (2.1.1)
142
+ loofah (2.2.2)
142
143
  crass (~> 1.0.2)
143
144
  nokogiri (>= 1.5.9)
144
145
  mail (2.7.0)
145
146
  mini_mime (>= 0.1.1)
146
147
  method_source (0.9.0)
147
- mini_mime (0.1.4)
148
+ mini_mime (1.0.0)
148
149
  mini_portile2 (2.3.0)
149
- minitest (5.10.3)
150
- mongo (2.4.3)
151
- bson (>= 4.2.1, < 5.0.0)
152
- mongoid (6.2.1)
153
- activemodel (~> 5.1)
154
- mongo (>= 2.4.1, < 3.0.0)
150
+ minitest (5.11.3)
151
+ mongo (2.6.1)
152
+ bson (>= 4.3.0, < 5.0.0)
153
+ mongoid (7.0.1)
154
+ activemodel (>= 5.1, < 6.0.0)
155
+ mongo (>= 2.5.1, < 3.0.0)
156
+ mongoid-compatibility (0.5.1)
157
+ activesupport
158
+ mongoid (>= 2.0)
155
159
  mongoid-simple-tags (0.1.3)
156
160
  json (~> 1.8)
157
161
  mongoid (>= 3.0.3)
158
- mongoid-tree (2.1.0)
159
- mongoid (>= 4.0, < 7.0)
162
+ mongoid-tree (2.1.1)
163
+ mongoid (>= 4.0, < 8)
160
164
  mongoid_orderable (4.1.1)
161
165
  mongoid
162
- nio4r (2.1.0)
163
- nokogiri (1.8.1)
166
+ nio4r (2.3.1)
167
+ nokogiri (1.8.4)
164
168
  mini_portile2 (~> 2.3.0)
165
- pry (0.11.2)
169
+ pry (0.11.3)
166
170
  coderay (~> 1.1.0)
167
171
  method_source (~> 0.9.0)
168
- pry-byebug (3.5.0)
169
- byebug (~> 9.1)
172
+ pry-byebug (3.6.0)
173
+ byebug (~> 10.0)
170
174
  pry (~> 0.10)
171
- public_suffix (3.0.0)
172
- rack (2.0.3)
175
+ public_suffix (3.0.2)
176
+ rack (2.0.5)
173
177
  rack-test (0.6.3)
174
178
  rack (>= 1.0)
175
179
  rails (5.1.0)
@@ -187,19 +191,19 @@ GEM
187
191
  rails-dom-testing (2.0.3)
188
192
  activesupport (>= 4.2.0)
189
193
  nokogiri (>= 1.6)
190
- rails-html-sanitizer (1.0.3)
191
- loofah (~> 2.0)
192
- rails-i18n (5.0.4)
193
- i18n (~> 0.7)
194
- railties (~> 5.0)
194
+ rails-html-sanitizer (1.0.4)
195
+ loofah (~> 2.2, >= 2.2.2)
196
+ rails-i18n (5.1.1)
197
+ i18n (>= 0.7, < 2)
198
+ railties (>= 5.0, < 6)
195
199
  railties (5.1.0)
196
200
  actionpack (= 5.1.0)
197
201
  activesupport (= 5.1.0)
198
202
  method_source
199
203
  rake (>= 0.8.7)
200
204
  thor (>= 0.18.1, < 2.0)
201
- rake (12.2.1)
202
- rb-fsevent (0.10.2)
205
+ rake (12.3.1)
206
+ rb-fsevent (0.10.3)
203
207
  rb-inotify (0.9.10)
204
208
  ffi (>= 0.5.0, < 2)
205
209
  responders (2.4.0)
@@ -211,7 +215,7 @@ GEM
211
215
  rspec-mocks (~> 3.7.0)
212
216
  rspec-collection_matchers (1.1.3)
213
217
  rspec-expectations (>= 2.99.0.beta1)
214
- rspec-core (3.7.0)
218
+ rspec-core (3.7.1)
215
219
  rspec-support (~> 3.7.0)
216
220
  rspec-expectations (3.7.0)
217
221
  diff-lcs (>= 1.2.0, < 2.0)
@@ -219,7 +223,7 @@ GEM
219
223
  rspec-mocks (3.7.0)
220
224
  diff-lcs (>= 1.2.0, < 2.0)
221
225
  rspec-support (~> 3.7.0)
222
- rspec-rails (3.7.1)
226
+ rspec-rails (3.7.2)
223
227
  actionpack (>= 3.0)
224
228
  activesupport (>= 3.0)
225
229
  railties (>= 3.0)
@@ -227,35 +231,35 @@ GEM
227
231
  rspec-expectations (~> 3.7.0)
228
232
  rspec-mocks (~> 3.7.0)
229
233
  rspec-support (~> 3.7.0)
230
- rspec-support (3.7.0)
234
+ rspec-support (3.7.1)
231
235
  ruby-progressbar (1.9.0)
232
- ruby_parser (3.10.1)
236
+ ruby_parser (3.11.0)
233
237
  sexp_processor (~> 4.9)
234
238
  rubyzip (1.2.1)
235
- sass (3.5.3)
239
+ sass (3.5.7)
236
240
  sass-listen (~> 4.0.0)
237
241
  sass-listen (4.0.0)
238
242
  rb-fsevent (~> 0.9, >= 0.9.4)
239
243
  rb-inotify (~> 0.9, >= 0.9.7)
240
- sass-rails (5.0.6)
244
+ sass-rails (5.0.7)
241
245
  railties (>= 4.0.0, < 6)
242
246
  sass (~> 3.1)
243
247
  sprockets (>= 2.8, < 4.0)
244
248
  sprockets-rails (>= 2.0, < 4.0)
245
249
  tilt (>= 1.1, < 3)
246
- selenium-webdriver (3.7.0)
250
+ selenium-webdriver (3.13.1)
247
251
  childprocess (~> 0.5)
248
- rubyzip (~> 1.0)
249
- sexp_processor (4.10.0)
252
+ rubyzip (~> 1.2)
253
+ sexp_processor (4.11.0)
250
254
  shoulda-matchers (3.1.2)
251
255
  activesupport (>= 4.0.0)
252
- simple_form (3.5.0)
256
+ simple_form (3.5.1)
253
257
  actionpack (> 4, < 5.2)
254
258
  activemodel (> 4, < 5.2)
255
- slim (3.0.8)
259
+ slim (3.0.9)
256
260
  temple (>= 0.7.6, < 0.9)
257
261
  tilt (>= 1.3.3, < 2.1)
258
- sprockets (3.7.1)
262
+ sprockets (3.7.2)
259
263
  concurrent-ruby (~> 1.0)
260
264
  rack (> 1, < 3)
261
265
  sprockets-rails (3.2.1)
@@ -266,13 +270,13 @@ GEM
266
270
  thor (0.20.0)
267
271
  thread_safe (0.3.6)
268
272
  tilt (2.0.8)
269
- tzinfo (1.2.4)
273
+ tzinfo (1.2.5)
270
274
  thread_safe (~> 0.1)
271
275
  websocket-driver (0.6.5)
272
276
  websocket-extensions (>= 0.1.0)
273
- websocket-extensions (0.1.2)
274
- xpath (2.1.0)
275
- nokogiri (~> 1.3)
277
+ websocket-extensions (0.1.3)
278
+ xpath (3.1.0)
279
+ nokogiri (~> 1.8)
276
280
 
277
281
  PLATFORMS
278
282
  ruby
@@ -288,7 +292,7 @@ DEPENDENCIES
288
292
  helena!
289
293
  jquery-rails
290
294
  launchy
291
- mongoid (>= 6.0)
295
+ mongoid (>= 7.0)
292
296
  mongoid-rspec!
293
297
  pry
294
298
  pry-byebug
@@ -302,4 +306,4 @@ DEPENDENCIES
302
306
  simple_form
303
307
 
304
308
  BUNDLED WITH
305
- 1.16.0.pre.3
309
+ 1.16.2
data/lib/helena/engine.rb CHANGED
@@ -5,7 +5,7 @@ module Helena
5
5
 
6
6
  # Thanks to https://github.com/thoughtbot/factory_girl_rails/pull/42
7
7
  initializer 'helena.factories', after: 'factory_bot.set_factory_paths' do
8
- FactoryBot.definition_file_paths << File.expand_path('../../../spec/factories', __FILE__) if defined?(FactoryBot)
8
+ FactoryBot.definition_file_paths << File.expand_path('../../../spec/factories/helena', __FILE__) if defined?(FactoryBot)
9
9
  end
10
10
 
11
11
  config.to_prepare do
@@ -5,7 +5,7 @@ module Helena
5
5
  attr_accessor :survey
6
6
 
7
7
  def initialize(yaml_string)
8
- @parsed = YAML.safe_load yaml_string
8
+ @parsed = YAML.load yaml_string
9
9
 
10
10
  create_survey
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Helena
2
- VERSION = '1.3.0'.freeze
2
+ VERSION = '1.3.1'.freeze
3
3
  end
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: 1.3.0
4
+ version: 1.3.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: 2017-11-13 00:00:00.000000000 Z
11
+ date: 2018-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -467,7 +467,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
467
467
  version: '0'
468
468
  requirements: []
469
469
  rubyforge_project:
470
- rubygems_version: 2.6.11
470
+ rubygems_version: 2.7.6
471
471
  signing_key:
472
472
  specification_version: 4
473
473
  summary: Helena is an online survey/test framework designed for agile survey/test