ds_media_library 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.ruby-version +1 -1
- data/.travis.yml +6 -1
- data/Appraisals +1 -0
- data/Gemfile.lock +63 -66
- data/ds_media_library.gemspec +4 -1
- data/gemfiles/capybara_2.gemfile.lock +63 -64
- data/gemfiles/capybara_3.gemfile.lock +63 -64
- data/gemfiles/rails_5.0.gemfile +1 -0
- data/gemfiles/rails_5.0.gemfile.lock +60 -61
- data/gemfiles/rails_5.1.gemfile.lock +61 -62
- data/gemfiles/rails_5.2.gemfile.lock +66 -67
- data/lib/ds_media_library/engine.rb +21 -17
- data/lib/ds_media_library/version.rb +1 -1
- metadata +49 -8
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
ds_media_library (0.7.
|
4
|
+
ds_media_library (0.7.1)
|
5
5
|
awesome_nested_set
|
6
6
|
coffee-rails
|
7
7
|
ds_node
|
@@ -16,57 +16,55 @@ PATH
|
|
16
16
|
GEM
|
17
17
|
remote: https://rubygems.org/
|
18
18
|
specs:
|
19
|
-
actioncable (5.1.
|
20
|
-
actionpack (= 5.1.
|
19
|
+
actioncable (5.1.7)
|
20
|
+
actionpack (= 5.1.7)
|
21
21
|
nio4r (~> 2.0)
|
22
22
|
websocket-driver (~> 0.6.1)
|
23
|
-
actionmailer (5.1.
|
24
|
-
actionpack (= 5.1.
|
25
|
-
actionview (= 5.1.
|
26
|
-
activejob (= 5.1.
|
23
|
+
actionmailer (5.1.7)
|
24
|
+
actionpack (= 5.1.7)
|
25
|
+
actionview (= 5.1.7)
|
26
|
+
activejob (= 5.1.7)
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
28
28
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (5.1.
|
30
|
-
actionview (= 5.1.
|
31
|
-
activesupport (= 5.1.
|
29
|
+
actionpack (5.1.7)
|
30
|
+
actionview (= 5.1.7)
|
31
|
+
activesupport (= 5.1.7)
|
32
32
|
rack (~> 2.0)
|
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.1.
|
37
|
-
activesupport (= 5.1.
|
36
|
+
actionview (5.1.7)
|
37
|
+
activesupport (= 5.1.7)
|
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
42
|
active_record-json_associations (0.6.11)
|
43
43
|
activerecord
|
44
|
-
activejob (5.1.
|
45
|
-
activesupport (= 5.1.
|
44
|
+
activejob (5.1.7)
|
45
|
+
activesupport (= 5.1.7)
|
46
46
|
globalid (>= 0.3.6)
|
47
|
-
activemodel (5.1.
|
48
|
-
activesupport (= 5.1.
|
49
|
-
activerecord (5.1.
|
50
|
-
activemodel (= 5.1.
|
51
|
-
activesupport (= 5.1.
|
47
|
+
activemodel (5.1.7)
|
48
|
+
activesupport (= 5.1.7)
|
49
|
+
activerecord (5.1.7)
|
50
|
+
activemodel (= 5.1.7)
|
51
|
+
activesupport (= 5.1.7)
|
52
52
|
arel (~> 8.0)
|
53
|
-
activesupport (5.1.
|
53
|
+
activesupport (5.1.7)
|
54
54
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
55
55
|
i18n (>= 0.7, < 2)
|
56
56
|
minitest (~> 5.1)
|
57
57
|
tzinfo (~> 1.1)
|
58
|
-
addressable (2.
|
58
|
+
addressable (2.6.0)
|
59
59
|
public_suffix (>= 2.0.2, < 4.0)
|
60
60
|
appraisal (2.2.0)
|
61
61
|
bundler
|
62
62
|
rake
|
63
63
|
thor (>= 0.14.0)
|
64
|
-
archive-zip (0.12.0)
|
65
|
-
io-like (~> 0.3.0)
|
66
64
|
arel (8.0.0)
|
67
65
|
awesome_nested_set (3.1.4)
|
68
66
|
activerecord (>= 4.0.0, < 5.3)
|
69
|
-
backports (3.
|
67
|
+
backports (3.12.0)
|
70
68
|
builder (3.2.3)
|
71
69
|
byebug (10.0.2)
|
72
70
|
capybara (3.1.1)
|
@@ -76,22 +74,18 @@ GEM
|
|
76
74
|
rack (>= 1.6.0)
|
77
75
|
rack-test (>= 0.6.3)
|
78
76
|
xpath (~> 3.0)
|
79
|
-
capybara-headless_chrome (0.
|
77
|
+
capybara-headless_chrome (0.6.0)
|
80
78
|
capybara
|
81
|
-
|
82
|
-
|
83
|
-
capybara-screenshot (1.0.21)
|
79
|
+
webdrivers
|
80
|
+
capybara-screenshot (1.0.22)
|
84
81
|
capybara (>= 1.0, < 4)
|
85
82
|
launchy
|
86
83
|
childprocess (0.9.0)
|
87
84
|
ffi (~> 1.0, >= 1.0.11)
|
88
|
-
chop (0.23.
|
85
|
+
chop (0.23.7)
|
89
86
|
activerecord
|
90
87
|
capybara
|
91
88
|
cucumber
|
92
|
-
chromedriver-helper (1.2.0)
|
93
|
-
archive-zip (~> 0.10)
|
94
|
-
nokogiri (~> 1.8)
|
95
89
|
coffee-rails (4.2.2)
|
96
90
|
coffee-script (>= 2.2.0)
|
97
91
|
railties (>= 4.0.0)
|
@@ -99,7 +93,7 @@ GEM
|
|
99
93
|
coffee-script-source
|
100
94
|
execjs
|
101
95
|
coffee-script-source (1.12.2)
|
102
|
-
concurrent-ruby (1.
|
96
|
+
concurrent-ruby (1.1.5)
|
103
97
|
crass (1.0.4)
|
104
98
|
cucumber (3.1.2)
|
105
99
|
builder (>= 2.1.2)
|
@@ -129,21 +123,20 @@ GEM
|
|
129
123
|
active_record-json_associations
|
130
124
|
activerecord
|
131
125
|
mime-types
|
132
|
-
erubi (1.
|
126
|
+
erubi (1.8.0)
|
133
127
|
execjs (2.7.0)
|
134
128
|
ffi (1.9.25)
|
135
129
|
font-awesome-rails (4.7.0.4)
|
136
130
|
railties (>= 3.2, < 6.0)
|
137
131
|
gherkin (5.1.0)
|
138
|
-
globalid (0.4.
|
132
|
+
globalid (0.4.2)
|
139
133
|
activesupport (>= 4.2.0)
|
140
134
|
handlebars_assets (0.23.3)
|
141
135
|
execjs (~> 2.0)
|
142
136
|
sprockets (>= 2.0.0)
|
143
137
|
tilt (>= 1.2)
|
144
|
-
i18n (1.1
|
138
|
+
i18n (1.5.1)
|
145
139
|
concurrent-ruby (~> 1.0)
|
146
|
-
io-like (0.3.0)
|
147
140
|
jquery-rails (4.3.3)
|
148
141
|
rails-dom-testing (>= 1, < 3)
|
149
142
|
railties (>= 4.2.0)
|
@@ -152,47 +145,48 @@ GEM
|
|
152
145
|
railties (>= 3.2.16)
|
153
146
|
launchy (2.4.3)
|
154
147
|
addressable (~> 2.3)
|
155
|
-
loofah (2.2.
|
148
|
+
loofah (2.2.3)
|
156
149
|
crass (~> 1.0.2)
|
157
150
|
nokogiri (>= 1.5.9)
|
158
|
-
mail (2.7.
|
151
|
+
mail (2.7.1)
|
159
152
|
mini_mime (>= 0.1.1)
|
160
|
-
method_source (0.9.
|
153
|
+
method_source (0.9.2)
|
161
154
|
mime-types (3.2.2)
|
162
155
|
mime-types-data (~> 3.2015)
|
163
|
-
mime-types-data (3.
|
156
|
+
mime-types-data (3.2019.0331)
|
164
157
|
mini_mime (1.0.1)
|
165
|
-
mini_portile2 (2.
|
158
|
+
mini_portile2 (2.4.0)
|
166
159
|
minitest (5.11.3)
|
167
160
|
multi_json (1.13.1)
|
168
161
|
multi_test (0.1.2)
|
162
|
+
net_http_ssl_fix (0.0.10)
|
169
163
|
nio4r (2.3.1)
|
170
|
-
nokogiri (1.
|
171
|
-
mini_portile2 (~> 2.
|
164
|
+
nokogiri (1.9.1)
|
165
|
+
mini_portile2 (~> 2.4.0)
|
172
166
|
public_suffix (3.0.3)
|
173
|
-
rack (2.0.
|
167
|
+
rack (2.0.6)
|
174
168
|
rack-test (1.1.0)
|
175
169
|
rack (>= 1.0, < 3)
|
176
|
-
rails (5.1.
|
177
|
-
actioncable (= 5.1.
|
178
|
-
actionmailer (= 5.1.
|
179
|
-
actionpack (= 5.1.
|
180
|
-
actionview (= 5.1.
|
181
|
-
activejob (= 5.1.
|
182
|
-
activemodel (= 5.1.
|
183
|
-
activerecord (= 5.1.
|
184
|
-
activesupport (= 5.1.
|
170
|
+
rails (5.1.7)
|
171
|
+
actioncable (= 5.1.7)
|
172
|
+
actionmailer (= 5.1.7)
|
173
|
+
actionpack (= 5.1.7)
|
174
|
+
actionview (= 5.1.7)
|
175
|
+
activejob (= 5.1.7)
|
176
|
+
activemodel (= 5.1.7)
|
177
|
+
activerecord (= 5.1.7)
|
178
|
+
activesupport (= 5.1.7)
|
185
179
|
bundler (>= 1.3.0)
|
186
|
-
railties (= 5.1.
|
180
|
+
railties (= 5.1.7)
|
187
181
|
sprockets-rails (>= 2.0.0)
|
188
182
|
rails-dom-testing (2.0.3)
|
189
183
|
activesupport (>= 4.2.0)
|
190
184
|
nokogiri (>= 1.6)
|
191
185
|
rails-html-sanitizer (1.0.4)
|
192
186
|
loofah (~> 2.2, >= 2.2.2)
|
193
|
-
railties (5.1.
|
194
|
-
actionpack (= 5.1.
|
195
|
-
activesupport (= 5.1.
|
187
|
+
railties (5.1.7)
|
188
|
+
actionpack (= 5.1.7)
|
189
|
+
activesupport (= 5.1.7)
|
196
190
|
method_source
|
197
191
|
rake (>= 0.8.7)
|
198
192
|
thor (>= 0.18.1, < 2.0)
|
@@ -229,9 +223,9 @@ GEM
|
|
229
223
|
sprockets (> 2.11)
|
230
224
|
sprockets-rails
|
231
225
|
tilt
|
232
|
-
selenium-webdriver (3.
|
226
|
+
selenium-webdriver (3.141.0)
|
233
227
|
childprocess (~> 0.5)
|
234
|
-
rubyzip (~> 1.2)
|
228
|
+
rubyzip (~> 1.2, >= 1.2.2)
|
235
229
|
slim (4.0.1)
|
236
230
|
temple (>= 0.7.6, < 0.9)
|
237
231
|
tilt (>= 2.0.6, < 2.1)
|
@@ -242,14 +236,19 @@ GEM
|
|
242
236
|
actionpack (>= 4.0)
|
243
237
|
activesupport (>= 4.0)
|
244
238
|
sprockets (>= 3.0.0)
|
245
|
-
sqlite3 (1.
|
239
|
+
sqlite3 (1.4.0)
|
246
240
|
temple (0.8.1)
|
247
|
-
thor (0.20.
|
241
|
+
thor (0.20.3)
|
248
242
|
thread_safe (0.3.6)
|
249
243
|
tilt (2.0.9)
|
250
244
|
timecop (0.9.1)
|
251
245
|
tzinfo (1.2.5)
|
252
246
|
thread_safe (~> 0.1)
|
247
|
+
webdrivers (3.7.1)
|
248
|
+
net_http_ssl_fix
|
249
|
+
nokogiri (~> 1.6)
|
250
|
+
rubyzip (~> 1.0)
|
251
|
+
selenium-webdriver (~> 3.0)
|
253
252
|
websocket-driver (0.6.5)
|
254
253
|
websocket-extensions (>= 0.1.0)
|
255
254
|
websocket-extensions (0.1.3)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
ds_media_library (0.7.
|
4
|
+
ds_media_library (0.7.1)
|
5
5
|
awesome_nested_set
|
6
6
|
coffee-rails
|
7
7
|
ds_node
|
@@ -16,61 +16,59 @@ 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.3)
|
20
|
+
actionpack (= 5.2.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.3)
|
24
|
+
actionpack (= 5.2.3)
|
25
|
+
actionview (= 5.2.3)
|
26
|
+
activejob (= 5.2.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.
|
29
|
+
actionpack (5.2.3)
|
30
|
+
actionview (= 5.2.3)
|
31
|
+
activesupport (= 5.2.3)
|
32
32
|
rack (~> 2.0)
|
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.3)
|
37
|
+
activesupport (= 5.2.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
42
|
active_record-json_associations (0.6.11)
|
43
43
|
activerecord
|
44
|
-
activejob (5.2.
|
45
|
-
activesupport (= 5.2.
|
44
|
+
activejob (5.2.3)
|
45
|
+
activesupport (= 5.2.3)
|
46
46
|
globalid (>= 0.3.6)
|
47
|
-
activemodel (5.2.
|
48
|
-
activesupport (= 5.2.
|
49
|
-
activerecord (5.2.
|
50
|
-
activemodel (= 5.2.
|
51
|
-
activesupport (= 5.2.
|
47
|
+
activemodel (5.2.3)
|
48
|
+
activesupport (= 5.2.3)
|
49
|
+
activerecord (5.2.3)
|
50
|
+
activemodel (= 5.2.3)
|
51
|
+
activesupport (= 5.2.3)
|
52
52
|
arel (>= 9.0)
|
53
|
-
activestorage (5.2.
|
54
|
-
actionpack (= 5.2.
|
55
|
-
activerecord (= 5.2.
|
53
|
+
activestorage (5.2.3)
|
54
|
+
actionpack (= 5.2.3)
|
55
|
+
activerecord (= 5.2.3)
|
56
56
|
marcel (~> 0.3.1)
|
57
|
-
activesupport (5.2.
|
57
|
+
activesupport (5.2.3)
|
58
58
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
59
59
|
i18n (>= 0.7, < 2)
|
60
60
|
minitest (~> 5.1)
|
61
61
|
tzinfo (~> 1.1)
|
62
|
-
addressable (2.
|
62
|
+
addressable (2.6.0)
|
63
63
|
public_suffix (>= 2.0.2, < 4.0)
|
64
64
|
appraisal (2.2.0)
|
65
65
|
bundler
|
66
66
|
rake
|
67
67
|
thor (>= 0.14.0)
|
68
|
-
archive-zip (0.12.0)
|
69
|
-
io-like (~> 0.3.0)
|
70
68
|
arel (9.0.0)
|
71
69
|
awesome_nested_set (3.1.4)
|
72
70
|
activerecord (>= 4.0.0, < 5.3)
|
73
|
-
backports (3.
|
71
|
+
backports (3.12.0)
|
74
72
|
builder (3.2.3)
|
75
73
|
byebug (10.0.2)
|
76
74
|
capybara (3.1.1)
|
@@ -80,22 +78,18 @@ GEM
|
|
80
78
|
rack (>= 1.6.0)
|
81
79
|
rack-test (>= 0.6.3)
|
82
80
|
xpath (~> 3.0)
|
83
|
-
capybara-headless_chrome (0.
|
81
|
+
capybara-headless_chrome (0.6.0)
|
84
82
|
capybara
|
85
|
-
|
86
|
-
|
87
|
-
capybara-screenshot (1.0.21)
|
83
|
+
webdrivers
|
84
|
+
capybara-screenshot (1.0.22)
|
88
85
|
capybara (>= 1.0, < 4)
|
89
86
|
launchy
|
90
87
|
childprocess (0.9.0)
|
91
88
|
ffi (~> 1.0, >= 1.0.11)
|
92
|
-
chop (0.23.
|
89
|
+
chop (0.23.7)
|
93
90
|
activerecord
|
94
91
|
capybara
|
95
92
|
cucumber
|
96
|
-
chromedriver-helper (1.2.0)
|
97
|
-
archive-zip (~> 0.10)
|
98
|
-
nokogiri (~> 1.8)
|
99
93
|
coffee-rails (4.2.2)
|
100
94
|
coffee-script (>= 2.2.0)
|
101
95
|
railties (>= 4.0.0)
|
@@ -103,7 +97,7 @@ GEM
|
|
103
97
|
coffee-script-source
|
104
98
|
execjs
|
105
99
|
coffee-script-source (1.12.2)
|
106
|
-
concurrent-ruby (1.
|
100
|
+
concurrent-ruby (1.1.5)
|
107
101
|
crass (1.0.4)
|
108
102
|
cucumber (3.1.2)
|
109
103
|
builder (>= 2.1.2)
|
@@ -133,21 +127,20 @@ GEM
|
|
133
127
|
active_record-json_associations
|
134
128
|
activerecord
|
135
129
|
mime-types
|
136
|
-
erubi (1.
|
130
|
+
erubi (1.8.0)
|
137
131
|
execjs (2.7.0)
|
138
132
|
ffi (1.9.25)
|
139
133
|
font-awesome-rails (4.7.0.4)
|
140
134
|
railties (>= 3.2, < 6.0)
|
141
135
|
gherkin (5.1.0)
|
142
|
-
globalid (0.4.
|
136
|
+
globalid (0.4.2)
|
143
137
|
activesupport (>= 4.2.0)
|
144
138
|
handlebars_assets (0.23.3)
|
145
139
|
execjs (~> 2.0)
|
146
140
|
sprockets (>= 2.0.0)
|
147
141
|
tilt (>= 1.2)
|
148
|
-
i18n (1.1
|
142
|
+
i18n (1.5.1)
|
149
143
|
concurrent-ruby (~> 1.0)
|
150
|
-
io-like (0.3.0)
|
151
144
|
jquery-rails (4.3.3)
|
152
145
|
rails-dom-testing (>= 1, < 3)
|
153
146
|
railties (>= 4.2.0)
|
@@ -156,51 +149,52 @@ GEM
|
|
156
149
|
railties (>= 3.2.16)
|
157
150
|
launchy (2.4.3)
|
158
151
|
addressable (~> 2.3)
|
159
|
-
loofah (2.2.
|
152
|
+
loofah (2.2.3)
|
160
153
|
crass (~> 1.0.2)
|
161
154
|
nokogiri (>= 1.5.9)
|
162
|
-
mail (2.7.
|
155
|
+
mail (2.7.1)
|
163
156
|
mini_mime (>= 0.1.1)
|
164
157
|
marcel (0.3.3)
|
165
158
|
mimemagic (~> 0.3.2)
|
166
|
-
method_source (0.9.
|
159
|
+
method_source (0.9.2)
|
167
160
|
mime-types (3.2.2)
|
168
161
|
mime-types-data (~> 3.2015)
|
169
|
-
mime-types-data (3.
|
170
|
-
mimemagic (0.3.
|
162
|
+
mime-types-data (3.2019.0331)
|
163
|
+
mimemagic (0.3.3)
|
171
164
|
mini_mime (1.0.1)
|
172
|
-
mini_portile2 (2.
|
165
|
+
mini_portile2 (2.4.0)
|
173
166
|
minitest (5.11.3)
|
174
167
|
multi_json (1.13.1)
|
175
168
|
multi_test (0.1.2)
|
169
|
+
net_http_ssl_fix (0.0.10)
|
176
170
|
nio4r (2.3.1)
|
177
|
-
nokogiri (1.
|
178
|
-
mini_portile2 (~> 2.
|
171
|
+
nokogiri (1.9.1)
|
172
|
+
mini_portile2 (~> 2.4.0)
|
179
173
|
public_suffix (3.0.3)
|
180
|
-
rack (2.0.
|
174
|
+
rack (2.0.6)
|
181
175
|
rack-test (1.1.0)
|
182
176
|
rack (>= 1.0, < 3)
|
183
|
-
rails (5.2.
|
184
|
-
actioncable (= 5.2.
|
185
|
-
actionmailer (= 5.2.
|
186
|
-
actionpack (= 5.2.
|
187
|
-
actionview (= 5.2.
|
188
|
-
activejob (= 5.2.
|
189
|
-
activemodel (= 5.2.
|
190
|
-
activerecord (= 5.2.
|
191
|
-
activestorage (= 5.2.
|
192
|
-
activesupport (= 5.2.
|
177
|
+
rails (5.2.3)
|
178
|
+
actioncable (= 5.2.3)
|
179
|
+
actionmailer (= 5.2.3)
|
180
|
+
actionpack (= 5.2.3)
|
181
|
+
actionview (= 5.2.3)
|
182
|
+
activejob (= 5.2.3)
|
183
|
+
activemodel (= 5.2.3)
|
184
|
+
activerecord (= 5.2.3)
|
185
|
+
activestorage (= 5.2.3)
|
186
|
+
activesupport (= 5.2.3)
|
193
187
|
bundler (>= 1.3.0)
|
194
|
-
railties (= 5.2.
|
188
|
+
railties (= 5.2.3)
|
195
189
|
sprockets-rails (>= 2.0.0)
|
196
190
|
rails-dom-testing (2.0.3)
|
197
191
|
activesupport (>= 4.2.0)
|
198
192
|
nokogiri (>= 1.6)
|
199
193
|
rails-html-sanitizer (1.0.4)
|
200
194
|
loofah (~> 2.2, >= 2.2.2)
|
201
|
-
railties (5.2.
|
202
|
-
actionpack (= 5.2.
|
203
|
-
activesupport (= 5.2.
|
195
|
+
railties (5.2.3)
|
196
|
+
actionpack (= 5.2.3)
|
197
|
+
activesupport (= 5.2.3)
|
204
198
|
method_source
|
205
199
|
rake (>= 0.8.7)
|
206
200
|
thor (>= 0.19.0, < 2.0)
|
@@ -237,9 +231,9 @@ GEM
|
|
237
231
|
sprockets (> 2.11)
|
238
232
|
sprockets-rails
|
239
233
|
tilt
|
240
|
-
selenium-webdriver (3.
|
234
|
+
selenium-webdriver (3.141.0)
|
241
235
|
childprocess (~> 0.5)
|
242
|
-
rubyzip (~> 1.2)
|
236
|
+
rubyzip (~> 1.2, >= 1.2.2)
|
243
237
|
slim (4.0.1)
|
244
238
|
temple (>= 0.7.6, < 0.9)
|
245
239
|
tilt (>= 2.0.6, < 2.1)
|
@@ -250,14 +244,19 @@ GEM
|
|
250
244
|
actionpack (>= 4.0)
|
251
245
|
activesupport (>= 4.0)
|
252
246
|
sprockets (>= 3.0.0)
|
253
|
-
sqlite3 (1.
|
247
|
+
sqlite3 (1.4.0)
|
254
248
|
temple (0.8.1)
|
255
|
-
thor (0.20.
|
249
|
+
thor (0.20.3)
|
256
250
|
thread_safe (0.3.6)
|
257
251
|
tilt (2.0.9)
|
258
252
|
timecop (0.9.1)
|
259
253
|
tzinfo (1.2.5)
|
260
254
|
thread_safe (~> 0.1)
|
255
|
+
webdrivers (3.7.1)
|
256
|
+
net_http_ssl_fix
|
257
|
+
nokogiri (~> 1.6)
|
258
|
+
rubyzip (~> 1.0)
|
259
|
+
selenium-webdriver (~> 3.0)
|
261
260
|
websocket-driver (0.7.0)
|
262
261
|
websocket-extensions (>= 0.1.0)
|
263
262
|
websocket-extensions (0.1.3)
|
@@ -9,31 +9,35 @@ require "coffee-rails"
|
|
9
9
|
module DSMediaLibrary
|
10
10
|
class Engine < Rails::Engine
|
11
11
|
initializer "ds_media_library.form_helper" do
|
12
|
-
|
13
|
-
|
12
|
+
config.after_initialize do
|
13
|
+
ActionView::Helpers::FormBuilder.class_eval do
|
14
|
+
prepend FormHelper
|
15
|
+
end
|
14
16
|
end
|
15
17
|
end
|
16
18
|
|
17
19
|
initializer "ds_media_library.ds_node" do
|
18
|
-
|
19
|
-
|
20
|
+
config.after_initialize do
|
21
|
+
DSNode::Resource.class_eval do
|
22
|
+
belongs_to :folder, class_name: "DSMediaLibrary::Folder", required: false
|
20
23
|
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
+
def css_class
|
25
|
+
"dsml-media-link"
|
26
|
+
end
|
24
27
|
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
28
|
+
def type_name
|
29
|
+
case media_type
|
30
|
+
when "i" then "Image"
|
31
|
+
when "v" then "Video"
|
32
|
+
when "a" then "Audio"
|
33
|
+
when "p" then "PDF"
|
34
|
+
else "Unknown"
|
35
|
+
end
|
32
36
|
end
|
33
|
-
end
|
34
37
|
|
35
|
-
|
36
|
-
|
38
|
+
def updated_on
|
39
|
+
updated_at.try(:to_date)
|
40
|
+
end
|
37
41
|
end
|
38
42
|
end
|
39
43
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ds_media_library
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micah Geisel
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -28,16 +28,16 @@ dependencies:
|
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rspec
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,6 +122,34 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: webdrivers
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '4.0'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '4.0'
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: selenium-webdriver
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - "~>"
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '3.0'
|
146
|
+
type: :development
|
147
|
+
prerelease: false
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - "~>"
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '3.0'
|
125
153
|
- !ruby/object:Gem::Dependency
|
126
154
|
name: capybara-screenshot
|
127
155
|
requirement: !ruby/object:Gem::Requirement
|
@@ -192,6 +220,20 @@ dependencies:
|
|
192
220
|
- - ">="
|
193
221
|
- !ruby/object:Gem::Version
|
194
222
|
version: '0'
|
223
|
+
- !ruby/object:Gem::Dependency
|
224
|
+
name: sprockets
|
225
|
+
requirement: !ruby/object:Gem::Requirement
|
226
|
+
requirements:
|
227
|
+
- - "~>"
|
228
|
+
- !ruby/object:Gem::Version
|
229
|
+
version: '3.0'
|
230
|
+
type: :runtime
|
231
|
+
prerelease: false
|
232
|
+
version_requirements: !ruby/object:Gem::Requirement
|
233
|
+
requirements:
|
234
|
+
- - "~>"
|
235
|
+
- !ruby/object:Gem::Version
|
236
|
+
version: '3.0'
|
195
237
|
- !ruby/object:Gem::Dependency
|
196
238
|
name: slim
|
197
239
|
requirement: !ruby/object:Gem::Requirement
|
@@ -411,8 +453,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
411
453
|
- !ruby/object:Gem::Version
|
412
454
|
version: '0'
|
413
455
|
requirements: []
|
414
|
-
|
415
|
-
rubygems_version: 2.4.8
|
456
|
+
rubygems_version: 3.0.8
|
416
457
|
signing_key:
|
417
458
|
specification_version: 4
|
418
459
|
summary: Downstream Media Library Rails Engine
|