helena_administration 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +70 -64
- data/helena_administration.gemspec +1 -1
- data/lib/helena_administration/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d17b2fd3facd67684b271b74196ce5106608e8ca
|
4
|
+
data.tar.gz: 375b77f9619c066e45b8bb248797999689531a54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 588d183a6ee9e39e8727b4545373552000e569979c0ad4ce9af140ec27b65784b5fc9d7acefcc07a66d3ca26fcdfcaea5a1dbf0269cf1f3080b01ccd04db3a68
|
7
|
+
data.tar.gz: 4b41cf431d926b080ffc1a04c33f09efa61d32fe0c8698264c49196a66b67c339deff5bbb4efce3528a60fe3ebeeaa92d3d38e1cfa9008726d91912fae17490b
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
helena_administration (1.0.
|
5
|
-
bootstrap (
|
4
|
+
helena_administration (1.0.3)
|
5
|
+
bootstrap (>= 4.3.1)
|
6
6
|
breadcrumbs_on_rails (>= 3.0.1)
|
7
7
|
codemirror-rails (>= 5)
|
8
8
|
coffee-rails (~> 4.1)
|
@@ -25,43 +25,43 @@ PATH
|
|
25
25
|
GEM
|
26
26
|
remote: https://rubygems.org/
|
27
27
|
specs:
|
28
|
-
actioncable (5.2.
|
29
|
-
actionpack (= 5.2.
|
28
|
+
actioncable (5.2.3)
|
29
|
+
actionpack (= 5.2.3)
|
30
30
|
nio4r (~> 2.0)
|
31
31
|
websocket-driver (>= 0.6.1)
|
32
|
-
actionmailer (5.2.
|
33
|
-
actionpack (= 5.2.
|
34
|
-
actionview (= 5.2.
|
35
|
-
activejob (= 5.2.
|
32
|
+
actionmailer (5.2.3)
|
33
|
+
actionpack (= 5.2.3)
|
34
|
+
actionview (= 5.2.3)
|
35
|
+
activejob (= 5.2.3)
|
36
36
|
mail (~> 2.5, >= 2.5.4)
|
37
37
|
rails-dom-testing (~> 2.0)
|
38
|
-
actionpack (5.2.
|
39
|
-
actionview (= 5.2.
|
40
|
-
activesupport (= 5.2.
|
38
|
+
actionpack (5.2.3)
|
39
|
+
actionview (= 5.2.3)
|
40
|
+
activesupport (= 5.2.3)
|
41
41
|
rack (~> 2.0)
|
42
42
|
rack-test (>= 0.6.3)
|
43
43
|
rails-dom-testing (~> 2.0)
|
44
44
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
45
|
-
actionview (5.2.
|
46
|
-
activesupport (= 5.2.
|
45
|
+
actionview (5.2.3)
|
46
|
+
activesupport (= 5.2.3)
|
47
47
|
builder (~> 3.1)
|
48
48
|
erubi (~> 1.4)
|
49
49
|
rails-dom-testing (~> 2.0)
|
50
50
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
51
|
-
activejob (5.2.
|
52
|
-
activesupport (= 5.2.
|
51
|
+
activejob (5.2.3)
|
52
|
+
activesupport (= 5.2.3)
|
53
53
|
globalid (>= 0.3.6)
|
54
|
-
activemodel (5.2.
|
55
|
-
activesupport (= 5.2.
|
56
|
-
activerecord (5.2.
|
57
|
-
activemodel (= 5.2.
|
58
|
-
activesupport (= 5.2.
|
54
|
+
activemodel (5.2.3)
|
55
|
+
activesupport (= 5.2.3)
|
56
|
+
activerecord (5.2.3)
|
57
|
+
activemodel (= 5.2.3)
|
58
|
+
activesupport (= 5.2.3)
|
59
59
|
arel (>= 9.0)
|
60
|
-
activestorage (5.2.
|
61
|
-
actionpack (= 5.2.
|
62
|
-
activerecord (= 5.2.
|
60
|
+
activestorage (5.2.3)
|
61
|
+
actionpack (= 5.2.3)
|
62
|
+
activerecord (= 5.2.3)
|
63
63
|
marcel (~> 0.3.1)
|
64
|
-
activesupport (5.2.
|
64
|
+
activesupport (5.2.3)
|
65
65
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
66
|
i18n (>= 0.7, < 2)
|
67
67
|
minitest (~> 5.1)
|
@@ -69,7 +69,7 @@ GEM
|
|
69
69
|
addressable (2.5.2)
|
70
70
|
public_suffix (>= 2.0.2, < 4.0)
|
71
71
|
arel (9.0.0)
|
72
|
-
autoprefixer-rails (9.
|
72
|
+
autoprefixer-rails (9.6.0)
|
73
73
|
execjs
|
74
74
|
better_errors (2.5.0)
|
75
75
|
coderay (>= 1.0.0)
|
@@ -77,10 +77,10 @@ GEM
|
|
77
77
|
rack (>= 0.9.0)
|
78
78
|
binding_of_caller (0.8.0)
|
79
79
|
debug_inspector (>= 0.0.1)
|
80
|
-
bootstrap (4.1
|
81
|
-
autoprefixer-rails (>=
|
82
|
-
popper_js (>= 1.
|
83
|
-
|
80
|
+
bootstrap (4.3.1)
|
81
|
+
autoprefixer-rails (>= 9.1.0)
|
82
|
+
popper_js (>= 1.14.3, < 2)
|
83
|
+
sassc-rails (>= 2.0.0)
|
84
84
|
breadcrumbs_on_rails (3.0.1)
|
85
85
|
bson (4.3.0)
|
86
86
|
builder (3.2.3)
|
@@ -103,7 +103,7 @@ GEM
|
|
103
103
|
coffee-script-source
|
104
104
|
execjs
|
105
105
|
coffee-script-source (1.12.2)
|
106
|
-
concurrent-ruby (1.1.
|
106
|
+
concurrent-ruby (1.1.5)
|
107
107
|
crass (1.0.4)
|
108
108
|
debug_inspector (0.0.3)
|
109
109
|
diff-lcs (1.3)
|
@@ -122,21 +122,21 @@ GEM
|
|
122
122
|
railties (>= 3.0.0)
|
123
123
|
faker (1.9.1)
|
124
124
|
i18n (>= 0.7)
|
125
|
-
ffi (1.
|
126
|
-
font-awesome-sass (5.
|
125
|
+
ffi (1.11.1)
|
126
|
+
font-awesome-sass (5.8.1)
|
127
127
|
sassc (>= 1.11)
|
128
128
|
globalid (0.4.2)
|
129
129
|
activesupport (>= 4.2.0)
|
130
|
-
haml (5.
|
130
|
+
haml (5.1.1)
|
131
131
|
temple (>= 0.8.0)
|
132
132
|
tilt
|
133
|
-
haml-rails (
|
134
|
-
actionpack (>=
|
135
|
-
activesupport (>=
|
133
|
+
haml-rails (2.0.1)
|
134
|
+
actionpack (>= 5.1)
|
135
|
+
activesupport (>= 5.1)
|
136
136
|
haml (>= 4.0.6, < 6.0)
|
137
137
|
html2haml (>= 1.0.1)
|
138
|
-
railties (>=
|
139
|
-
helena (2.0.
|
138
|
+
railties (>= 5.1)
|
139
|
+
helena (2.0.1)
|
140
140
|
mongoid (>= 4.0)
|
141
141
|
mongoid-simple-tags (>= 0.1.3)
|
142
142
|
mongoid-tree (>= 2.0)
|
@@ -152,9 +152,9 @@ GEM
|
|
152
152
|
haml (>= 4.0, < 6)
|
153
153
|
nokogiri (>= 1.6.0)
|
154
154
|
ruby_parser (~> 3.5)
|
155
|
-
i18n (1.
|
155
|
+
i18n (1.6.0)
|
156
156
|
concurrent-ruby (~> 1.0)
|
157
|
-
jquery-rails (4.3.
|
157
|
+
jquery-rails (4.3.5)
|
158
158
|
rails-dom-testing (>= 1, < 3)
|
159
159
|
railties (>= 4.2.0)
|
160
160
|
thor (>= 0.14, < 2.0)
|
@@ -202,7 +202,7 @@ GEM
|
|
202
202
|
mongoid (>= 3.0.0)
|
203
203
|
mongoid-compatibility
|
204
204
|
nio4r (2.3.1)
|
205
|
-
nokogiri (1.10.
|
205
|
+
nokogiri (1.10.3)
|
206
206
|
mini_portile2 (~> 2.4.0)
|
207
207
|
popper_js (1.14.5)
|
208
208
|
pry (0.12.2)
|
@@ -212,21 +212,21 @@ GEM
|
|
212
212
|
byebug (~> 10.0)
|
213
213
|
pry (~> 0.10)
|
214
214
|
public_suffix (3.0.3)
|
215
|
-
rack (2.0.
|
215
|
+
rack (2.0.7)
|
216
216
|
rack-test (1.1.0)
|
217
217
|
rack (>= 1.0, < 3)
|
218
|
-
rails (5.2.
|
219
|
-
actioncable (= 5.2.
|
220
|
-
actionmailer (= 5.2.
|
221
|
-
actionpack (= 5.2.
|
222
|
-
actionview (= 5.2.
|
223
|
-
activejob (= 5.2.
|
224
|
-
activemodel (= 5.2.
|
225
|
-
activerecord (= 5.2.
|
226
|
-
activestorage (= 5.2.
|
227
|
-
activesupport (= 5.2.
|
218
|
+
rails (5.2.3)
|
219
|
+
actioncable (= 5.2.3)
|
220
|
+
actionmailer (= 5.2.3)
|
221
|
+
actionpack (= 5.2.3)
|
222
|
+
actionview (= 5.2.3)
|
223
|
+
activejob (= 5.2.3)
|
224
|
+
activemodel (= 5.2.3)
|
225
|
+
activerecord (= 5.2.3)
|
226
|
+
activestorage (= 5.2.3)
|
227
|
+
activesupport (= 5.2.3)
|
228
228
|
bundler (>= 1.3.0)
|
229
|
-
railties (= 5.2.
|
229
|
+
railties (= 5.2.3)
|
230
230
|
sprockets-rails (>= 2.0.0)
|
231
231
|
rails-dom-testing (2.0.3)
|
232
232
|
activesupport (>= 4.2.0)
|
@@ -236,9 +236,9 @@ GEM
|
|
236
236
|
rails-i18n (5.1.3)
|
237
237
|
i18n (>= 0.7, < 2)
|
238
238
|
railties (>= 5.0, < 6)
|
239
|
-
railties (5.2.
|
240
|
-
actionpack (= 5.2.
|
241
|
-
activesupport (= 5.2.
|
239
|
+
railties (5.2.3)
|
240
|
+
actionpack (= 5.2.3)
|
241
|
+
activesupport (= 5.2.3)
|
242
242
|
method_source
|
243
243
|
rake (>= 0.8.7)
|
244
244
|
thor (>= 0.19.0, < 2.0)
|
@@ -273,9 +273,9 @@ GEM
|
|
273
273
|
rspec-mocks (~> 3.8.0)
|
274
274
|
rspec-support (~> 3.8.0)
|
275
275
|
rspec-support (3.8.0)
|
276
|
-
ruby_parser (3.
|
276
|
+
ruby_parser (3.13.1)
|
277
277
|
sexp_processor (~> 4.9)
|
278
|
-
sass (3.7.
|
278
|
+
sass (3.7.4)
|
279
279
|
sass-listen (~> 4.0.0)
|
280
280
|
sass-listen (4.0.0)
|
281
281
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
@@ -286,10 +286,16 @@ GEM
|
|
286
286
|
sprockets (>= 2.8, < 4.0)
|
287
287
|
sprockets-rails (>= 2.0, < 4.0)
|
288
288
|
tilt (>= 1.1, < 3)
|
289
|
-
sassc (2.0.
|
290
|
-
ffi (~> 1.9
|
289
|
+
sassc (2.0.1)
|
290
|
+
ffi (~> 1.9)
|
291
291
|
rake
|
292
|
-
|
292
|
+
sassc-rails (2.1.2)
|
293
|
+
railties (>= 4.0.0)
|
294
|
+
sassc (>= 2.0)
|
295
|
+
sprockets (> 3.0)
|
296
|
+
sprockets-rails
|
297
|
+
tilt
|
298
|
+
sexp_processor (4.12.1)
|
293
299
|
simple_form (4.1.0)
|
294
300
|
actionpack (>= 5.0)
|
295
301
|
activemodel (>= 5.0)
|
@@ -312,15 +318,15 @@ GEM
|
|
312
318
|
actionpack (>= 4.0)
|
313
319
|
activesupport (>= 4.0)
|
314
320
|
sprockets (>= 3.0.0)
|
315
|
-
temple (0.8.
|
321
|
+
temple (0.8.1)
|
316
322
|
thor (0.20.3)
|
317
323
|
thread_safe (0.3.6)
|
318
324
|
tilt (2.0.9)
|
319
325
|
tzinfo (1.2.5)
|
320
326
|
thread_safe (~> 0.1)
|
321
|
-
websocket-driver (0.7.
|
327
|
+
websocket-driver (0.7.1)
|
322
328
|
websocket-extensions (>= 0.1.0)
|
323
|
-
websocket-extensions (0.1.
|
329
|
+
websocket-extensions (0.1.4)
|
324
330
|
xpath (3.2.0)
|
325
331
|
nokogiri (~> 1.8)
|
326
332
|
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|
34
34
|
s.add_dependency 'simple_form', '~> 4'
|
35
35
|
s.add_runtime_dependency 'coffee-rails', '~> 4.1'
|
36
36
|
s.add_runtime_dependency 'font-awesome-sass'
|
37
|
-
s.add_dependency 'bootstrap', '
|
37
|
+
s.add_dependency 'bootstrap', '>= 4.3.1'
|
38
38
|
s.add_dependency 'responders', '~> 2.0'
|
39
39
|
|
40
40
|
s.add_development_dependency 'rspec-collection_matchers', '~> 1'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: helena_administration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
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: 2019-
|
11
|
+
date: 2019-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: codemirror-rails
|
@@ -252,16 +252,16 @@ dependencies:
|
|
252
252
|
name: bootstrap
|
253
253
|
requirement: !ruby/object:Gem::Requirement
|
254
254
|
requirements:
|
255
|
-
- - "
|
255
|
+
- - ">="
|
256
256
|
- !ruby/object:Gem::Version
|
257
|
-
version: 4.1
|
257
|
+
version: 4.3.1
|
258
258
|
type: :runtime
|
259
259
|
prerelease: false
|
260
260
|
version_requirements: !ruby/object:Gem::Requirement
|
261
261
|
requirements:
|
262
|
-
- - "
|
262
|
+
- - ">="
|
263
263
|
- !ruby/object:Gem::Version
|
264
|
-
version: 4.1
|
264
|
+
version: 4.3.1
|
265
265
|
- !ruby/object:Gem::Dependency
|
266
266
|
name: responders
|
267
267
|
requirement: !ruby/object:Gem::Requirement
|