helena 1.0.2 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65cc05bdb09b8f779401d5b5c5d742c49773012a
4
- data.tar.gz: fbafbd80b936572264d05a600619a97cba24aed9
3
+ metadata.gz: 32dbeb044bcf83b9fea0216d5ec2f3b01457e4df
4
+ data.tar.gz: 3d69f0994b34a854e53a91835c357094664c17b1
5
5
  SHA512:
6
- metadata.gz: 9cbccf0cfddcddef0dee2296d6db26516e204c80f71cb29c37ec326277cc523d1b7a6f9d57e4ed564105a84480116dc718da13ffdba1b0013d26db7f7e172927
7
- data.tar.gz: 7abde6cce969cc78923ddcdad9227b56ee0fd1ad88be33d6c5a38d45cce28d18c0da078b6bf8cf9dfa505154402e5ef3b288e637b0baf80a3e0d4f4755ed40e0
6
+ metadata.gz: 17c3b99996ca4b95cb890839befc6b3d2de2021248d5d79612adc74630584d2ddddf1a0f4c69cb9e471147a027c2bfd4a0e40a36be9b010b0797e0d7ff31d5b5
7
+ data.tar.gz: 00aa57d9649d23ff817b12599f84525d443adcc798daaf217d4f393ffe7d9c2c7cf3bc14e237fbfb42c43182dced5e86af66fe99bf541fe2e66111a626592f98
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- helena (1.0.2)
4
+ helena (1.0.3)
5
5
  bootstrap-sass (~> 3.2)
6
6
  breadcrumbs_on_rails (~> 2.3)
7
- browser (> 0.4)
7
+ browser (~> 2.0)
8
8
  haml-rails (~> 0.9)
9
9
  jquery-rails (~> 4.0)
10
10
  mongoid (>= 4.0, < 6.0)
@@ -15,52 +15,51 @@ PATH
15
15
  rails-i18n (~> 4.0)
16
16
  responders (~> 2.0)
17
17
  sass-rails (~> 5.0)
18
- simple_form (~> 3.1.0.rc2)
18
+ simple_form (~> 3.2)
19
19
  slim (~> 3.0)
20
20
 
21
21
  GEM
22
22
  remote: https://rubygems.org/
23
23
  specs:
24
- actionmailer (4.2.5)
25
- actionpack (= 4.2.5)
26
- actionview (= 4.2.5)
27
- activejob (= 4.2.5)
24
+ actionmailer (4.2.6)
25
+ actionpack (= 4.2.6)
26
+ actionview (= 4.2.6)
27
+ activejob (= 4.2.6)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
30
- actionpack (4.2.5)
31
- actionview (= 4.2.5)
32
- activesupport (= 4.2.5)
30
+ actionpack (4.2.6)
31
+ actionview (= 4.2.6)
32
+ activesupport (= 4.2.6)
33
33
  rack (~> 1.6)
34
34
  rack-test (~> 0.6.2)
35
35
  rails-dom-testing (~> 1.0, >= 1.0.5)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (4.2.5)
38
- activesupport (= 4.2.5)
37
+ actionview (4.2.6)
38
+ activesupport (= 4.2.6)
39
39
  builder (~> 3.1)
40
40
  erubis (~> 2.7.0)
41
41
  rails-dom-testing (~> 1.0, >= 1.0.5)
42
42
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
43
- activejob (4.2.5)
44
- activesupport (= 4.2.5)
43
+ activejob (4.2.6)
44
+ activesupport (= 4.2.6)
45
45
  globalid (>= 0.3.0)
46
- activemodel (4.2.5)
47
- activesupport (= 4.2.5)
46
+ activemodel (4.2.6)
47
+ activesupport (= 4.2.6)
48
48
  builder (~> 3.1)
49
- activerecord (4.2.5)
50
- activemodel (= 4.2.5)
51
- activesupport (= 4.2.5)
49
+ activerecord (4.2.6)
50
+ activemodel (= 4.2.6)
51
+ activesupport (= 4.2.6)
52
52
  arel (~> 6.0)
53
- activesupport (4.2.5)
53
+ activesupport (4.2.6)
54
54
  i18n (~> 0.7)
55
55
  json (~> 1.7, >= 1.7.7)
56
56
  minitest (~> 5.1)
57
57
  thread_safe (~> 0.3, >= 0.3.4)
58
58
  tzinfo (~> 1.1)
59
- addressable (2.3.8)
59
+ addressable (2.4.0)
60
60
  arel (6.0.3)
61
- autoprefixer-rails (6.1.1)
61
+ autoprefixer-rails (6.3.3.1)
62
62
  execjs
63
- json
64
63
  better_errors (2.1.1)
65
64
  coderay (>= 1.0.0)
66
65
  erubis (>= 2.6.6)
@@ -71,39 +70,38 @@ GEM
71
70
  autoprefixer-rails (>= 5.2.1)
72
71
  sass (>= 3.3.4)
73
72
  breadcrumbs_on_rails (2.3.1)
74
- browser (1.0.1)
75
- bson (3.2.6)
73
+ browser (2.0.2)
74
+ bson (4.0.4)
76
75
  builder (3.2.2)
77
- byebug (8.2.0)
78
- capybara (2.5.0)
76
+ byebug (8.2.2)
77
+ capybara (2.6.2)
78
+ addressable
79
79
  mime-types (>= 1.16)
80
80
  nokogiri (>= 1.3.3)
81
81
  rack (>= 1.0.0)
82
82
  rack-test (>= 0.5.4)
83
83
  xpath (~> 2.0)
84
- childprocess (0.5.8)
84
+ childprocess (0.5.9)
85
85
  ffi (~> 1.0, >= 1.0.11)
86
- coderay (1.1.0)
87
- coveralls (0.8.9)
86
+ coderay (1.1.1)
87
+ concurrent-ruby (1.0.1)
88
+ coveralls (0.8.13)
88
89
  json (~> 1.8)
89
- rest-client (>= 1.6.8, < 2)
90
- simplecov (~> 0.10.0)
90
+ simplecov (~> 0.11.0)
91
91
  term-ansicolor (~> 1.3)
92
92
  thor (~> 0.19.1)
93
93
  tins (~> 1.6.0)
94
94
  debug_inspector (0.0.2)
95
95
  diff-lcs (1.2.5)
96
96
  docile (1.1.5)
97
- domain_name (0.5.25)
98
- unf (>= 0.0.5, < 1.0.0)
99
97
  erubis (2.7.0)
100
98
  execjs (2.6.0)
101
99
  factory_girl (4.5.0)
102
100
  activesupport (>= 3.0.0)
103
- factory_girl_rails (4.5.0)
101
+ factory_girl_rails (4.6.0)
104
102
  factory_girl (~> 4.5.0)
105
103
  railties (>= 3.0.0)
106
- faker (1.6.1)
104
+ faker (1.6.3)
107
105
  i18n (~> 0.5)
108
106
  ffi (1.9.10)
109
107
  globalid (0.3.6)
@@ -121,11 +119,9 @@ GEM
121
119
  haml (~> 4.0.0)
122
120
  nokogiri (~> 1.6.0)
123
121
  ruby_parser (~> 3.5)
124
- http-cookie (1.0.2)
125
- domain_name (~> 0.5)
126
122
  i18n (0.7.0)
127
- jquery-rails (4.0.5)
128
- rails-dom-testing (~> 1.0)
123
+ jquery-rails (4.1.1)
124
+ rails-dom-testing (>= 1, < 3)
129
125
  railties (>= 4.2.0)
130
126
  thor (>= 0.14, < 2.0)
131
127
  json (1.8.3)
@@ -136,15 +132,15 @@ GEM
136
132
  mail (2.6.3)
137
133
  mime-types (>= 1.16, < 3)
138
134
  method_source (0.8.2)
139
- mime-types (2.99)
140
- mini_portile (0.6.2)
141
- minitest (5.8.3)
142
- mongo (2.1.2)
143
- bson (~> 3.0)
144
- mongoid (5.0.1)
135
+ mime-types (2.99.1)
136
+ mini_portile2 (2.0.0)
137
+ minitest (5.8.4)
138
+ mongo (2.2.4)
139
+ bson (~> 4.0)
140
+ mongoid (5.1.1)
145
141
  activemodel (~> 4.0)
146
142
  mongo (~> 2.1)
147
- origin (~> 2.1)
143
+ origin (~> 2.2)
148
144
  tzinfo (>= 0.3.37)
149
145
  mongoid-rspec (3.0.0)
150
146
  mongoid (~> 5.0)
@@ -158,10 +154,9 @@ GEM
158
154
  mongoid_orderable (4.1.1)
159
155
  mongoid
160
156
  multi_json (1.11.2)
161
- netrc (0.11.0)
162
- nokogiri (1.6.6.4)
163
- mini_portile (~> 0.6.0)
164
- origin (2.1.1)
157
+ nokogiri (1.6.7.2)
158
+ mini_portile2 (~> 2.0.0.rc2)
159
+ origin (2.2.0)
165
160
  pry (0.10.3)
166
161
  coderay (~> 1.1.0)
167
162
  method_source (~> 0.8.1)
@@ -174,16 +169,16 @@ GEM
174
169
  rack (1.6.4)
175
170
  rack-test (0.6.3)
176
171
  rack (>= 1.0)
177
- rails (4.2.5)
178
- actionmailer (= 4.2.5)
179
- actionpack (= 4.2.5)
180
- actionview (= 4.2.5)
181
- activejob (= 4.2.5)
182
- activemodel (= 4.2.5)
183
- activerecord (= 4.2.5)
184
- activesupport (= 4.2.5)
172
+ rails (4.2.6)
173
+ actionmailer (= 4.2.6)
174
+ actionpack (= 4.2.6)
175
+ actionview (= 4.2.6)
176
+ activejob (= 4.2.6)
177
+ activemodel (= 4.2.6)
178
+ activerecord (= 4.2.6)
179
+ activesupport (= 4.2.6)
185
180
  bundler (>= 1.3.0, < 2.0)
186
- railties (= 4.2.5)
181
+ railties (= 4.2.6)
187
182
  sprockets-rails
188
183
  rails-deprecated_sanitizer (1.0.3)
189
184
  activesupport (>= 4.2.0.alpha)
@@ -191,38 +186,34 @@ GEM
191
186
  activesupport (>= 4.2.0.beta, < 5.0)
192
187
  nokogiri (~> 1.6.0)
193
188
  rails-deprecated_sanitizer (>= 1.0.1)
194
- rails-html-sanitizer (1.0.2)
189
+ rails-html-sanitizer (1.0.3)
195
190
  loofah (~> 2.0)
196
- rails-i18n (4.0.7)
191
+ rails-i18n (4.0.8)
197
192
  i18n (~> 0.7)
198
193
  railties (~> 4.0)
199
- railties (4.2.5)
200
- actionpack (= 4.2.5)
201
- activesupport (= 4.2.5)
194
+ railties (4.2.6)
195
+ actionpack (= 4.2.6)
196
+ activesupport (= 4.2.6)
202
197
  rake (>= 0.8.7)
203
198
  thor (>= 0.18.1, < 2.0)
204
- rake (10.4.2)
205
- responders (2.1.0)
206
- railties (>= 4.2.0, < 5)
207
- rest-client (1.8.0)
208
- http-cookie (>= 1.0.2, < 2.0)
209
- mime-types (>= 1.16, < 3.0)
210
- netrc (~> 0.7)
199
+ rake (11.1.1)
200
+ responders (2.1.1)
201
+ railties (>= 4.2.0, < 5.1)
211
202
  rspec (3.4.0)
212
203
  rspec-core (~> 3.4.0)
213
204
  rspec-expectations (~> 3.4.0)
214
205
  rspec-mocks (~> 3.4.0)
215
206
  rspec-collection_matchers (1.1.2)
216
207
  rspec-expectations (>= 2.99.0.beta1)
217
- rspec-core (3.4.1)
208
+ rspec-core (3.4.4)
218
209
  rspec-support (~> 3.4.0)
219
210
  rspec-expectations (3.4.0)
220
211
  diff-lcs (>= 1.2.0, < 2.0)
221
212
  rspec-support (~> 3.4.0)
222
- rspec-mocks (3.4.0)
213
+ rspec-mocks (3.4.1)
223
214
  diff-lcs (>= 1.2.0, < 2.0)
224
215
  rspec-support (~> 3.4.0)
225
- rspec-rails (3.4.0)
216
+ rspec-rails (3.4.2)
226
217
  actionpack (>= 3.0, < 4.3)
227
218
  activesupport (>= 3.0, < 4.3)
228
219
  railties (>= 3.0, < 4.3)
@@ -232,28 +223,28 @@ GEM
232
223
  rspec-support (~> 3.4.0)
233
224
  rspec-support (3.4.1)
234
225
  ruby-progressbar (1.7.5)
235
- ruby_parser (3.7.2)
226
+ ruby_parser (3.8.1)
236
227
  sexp_processor (~> 4.1)
237
- rubyzip (1.1.7)
238
- sass (3.4.19)
228
+ rubyzip (1.2.0)
229
+ sass (3.4.21)
239
230
  sass-rails (5.0.4)
240
231
  railties (>= 4.0.0, < 5.0)
241
232
  sass (~> 3.1)
242
233
  sprockets (>= 2.8, < 4.0)
243
234
  sprockets-rails (>= 2.0, < 4.0)
244
235
  tilt (>= 1.1, < 3)
245
- selenium-webdriver (2.48.1)
236
+ selenium-webdriver (2.52.0)
246
237
  childprocess (~> 0.5)
247
238
  multi_json (~> 1.0)
248
239
  rubyzip (~> 1.0)
249
240
  websocket (~> 1.0)
250
- sexp_processor (4.6.0)
251
- shoulda-matchers (3.0.1)
241
+ sexp_processor (4.7.0)
242
+ shoulda-matchers (3.1.1)
252
243
  activesupport (>= 4.0.0)
253
- simple_form (3.1.1)
254
- actionpack (~> 4.0)
255
- activemodel (~> 4.0)
256
- simplecov (0.10.0)
244
+ simple_form (3.2.1)
245
+ actionpack (> 4, < 5.1)
246
+ activemodel (> 4, < 5.1)
247
+ simplecov (0.11.2)
257
248
  docile (~> 1.1.0)
258
249
  json (~> 1.8)
259
250
  simplecov-html (~> 0.10.0)
@@ -262,24 +253,22 @@ GEM
262
253
  temple (~> 0.7.3)
263
254
  tilt (>= 1.3.3, < 2.1)
264
255
  slop (3.6.0)
265
- sprockets (3.4.0)
256
+ sprockets (3.5.2)
257
+ concurrent-ruby (~> 1.0)
266
258
  rack (> 1, < 3)
267
- sprockets-rails (2.3.3)
268
- actionpack (>= 3.0)
269
- activesupport (>= 3.0)
270
- sprockets (>= 2.8, < 4.0)
259
+ sprockets-rails (3.0.4)
260
+ actionpack (>= 4.0)
261
+ activesupport (>= 4.0)
262
+ sprockets (>= 3.0.0)
271
263
  temple (0.7.6)
272
264
  term-ansicolor (1.3.2)
273
265
  tins (~> 1.0)
274
266
  thor (0.19.1)
275
267
  thread_safe (0.3.5)
276
- tilt (2.0.1)
268
+ tilt (2.0.2)
277
269
  tins (1.6.0)
278
270
  tzinfo (1.2.2)
279
271
  thread_safe (~> 0.1)
280
- unf (0.1.4)
281
- unf_ext
282
- unf_ext (0.0.7.1)
283
272
  websocket (1.2.2)
284
273
  xpath (2.0.0)
285
274
  nokogiri (~> 1.3)
@@ -1,5 +1,5 @@
1
1
  - label_width = "#{60 / question.labels.count}%"
2
- - mobile = (browser.mobile? || browser.tablet?) # Use a special layout for this devices
2
+ - mobile = (browser.device.mobile? || browser.device.tablet?) # Use a special layout for this devices
3
3
 
4
4
  .radio_matrix.form-group{ class: "#{'has-error' if errors.present?}" }
5
5
  %label{class: "#{'text-danger' if errors.present?}"}
@@ -1,5 +1,5 @@
1
1
  - label_width = "#{80 / question.labels.count}%"
2
- - mobile = (browser.mobile? || browser.tablet?) # Use a special layout for this devices
2
+ - mobile = (browser.device.mobile? || browser.device.tablet?) # Use a special layout for this devices
3
3
 
4
4
  .radio_matrix.form-group{ class: "#{'has-error' if errors.present?}" }
5
5
  %label{class: "#{'text-danger' if errors.present?}"}
data/helena.gemspec CHANGED
@@ -28,11 +28,11 @@ survey/test development, longitudinal studies and instant feedback.'
28
28
  s.add_dependency 'jquery-rails', '~> 4.0'
29
29
  s.add_dependency 'sass-rails', '~> 5.0'
30
30
  s.add_dependency 'bootstrap-sass', '~> 3.2'
31
- s.add_dependency 'simple_form', '~> 3.1.0.rc2'
31
+ s.add_dependency 'simple_form', '~> 3.2'
32
32
  s.add_dependency 'breadcrumbs_on_rails', '~> 2.3'
33
33
  s.add_dependency 'rails-i18n', '~> 4.0'
34
34
  s.add_dependency 'responders', '~> 2.0'
35
- s.add_dependency 'browser', '> 0.4'
35
+ s.add_dependency 'browser', '~> 2.0'
36
36
  s.add_dependency 'mongoid-tree', '~> 2.0'
37
37
 
38
38
  s.add_development_dependency 'rspec-rails', '~> 3'
@@ -1,3 +1,3 @@
1
1
  module Helena
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
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.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Graf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-25 00:00:00.000000000 Z
11
+ date: 2016-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -148,14 +148,14 @@ dependencies:
148
148
  requirements:
149
149
  - - "~>"
150
150
  - !ruby/object:Gem::Version
151
- version: 3.1.0.rc2
151
+ version: '3.2'
152
152
  type: :runtime
153
153
  prerelease: false
154
154
  version_requirements: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - "~>"
157
157
  - !ruby/object:Gem::Version
158
- version: 3.1.0.rc2
158
+ version: '3.2'
159
159
  - !ruby/object:Gem::Dependency
160
160
  name: breadcrumbs_on_rails
161
161
  requirement: !ruby/object:Gem::Requirement
@@ -202,16 +202,16 @@ dependencies:
202
202
  name: browser
203
203
  requirement: !ruby/object:Gem::Requirement
204
204
  requirements:
205
- - - ">"
205
+ - - "~>"
206
206
  - !ruby/object:Gem::Version
207
- version: '0.4'
207
+ version: '2.0'
208
208
  type: :runtime
209
209
  prerelease: false
210
210
  version_requirements: !ruby/object:Gem::Requirement
211
211
  requirements:
212
- - - ">"
212
+ - - "~>"
213
213
  - !ruby/object:Gem::Version
214
- version: '0.4'
214
+ version: '2.0'
215
215
  - !ruby/object:Gem::Dependency
216
216
  name: mongoid-tree
217
217
  requirement: !ruby/object:Gem::Requirement