ds_media_library 0.6.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 +72 -62
- data/app/assets/stylesheets/_preview-media.sass +1 -0
- data/ds_media_library.gemspec +7 -5
- data/gemfiles/capybara_2.gemfile.lock +91 -79
- data/gemfiles/capybara_3.gemfile.lock +91 -79
- data/gemfiles/rails_5.0.gemfile +1 -0
- data/gemfiles/rails_5.0.gemfile.lock +85 -73
- data/gemfiles/rails_5.1.gemfile.lock +86 -74
- data/gemfiles/rails_5.2.gemfile.lock +91 -79
- data/lib/ds_media_library/engine.rb +22 -18
- data/lib/ds_media_library/version.rb +1 -1
- metadata +46 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 958bead63123e6fc83ca85a3f1a82e1a53c7e807aaf46e0e5931244251828d7d
|
4
|
+
data.tar.gz: 676c1d8c8336cd994659366586a53d1f16abda847002c810f322ce0b2de4902b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d23fcbcd816eb85f727f5949deb81d9fe16dabf5e9c479ad8082a86d218ed505ba17e90206f4c815487c028b9a9715590564f9453624c275d23f11a6cff85c7
|
7
|
+
data.tar.gz: cca6b7e23ad77ad30428879c6e0c1eb7e08ab0abf081d0730f17d6fefb5b94926e348e463dce04a9f3024fcac3be3bcae0414a377dc188ed2f893e42cce8ed09
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.
|
1
|
+
ruby-2.6.3
|
data/.travis.yml
CHANGED
@@ -2,10 +2,10 @@ sudo: false
|
|
2
2
|
language: ruby
|
3
3
|
|
4
4
|
rvm:
|
5
|
-
- 2.2
|
6
5
|
- 2.3
|
7
6
|
- 2.4
|
8
7
|
- 2.5
|
8
|
+
- 2.6
|
9
9
|
|
10
10
|
gemfile:
|
11
11
|
- gemfiles/capybara_2.gemfile
|
@@ -16,9 +16,14 @@ gemfile:
|
|
16
16
|
- gemfiles/latest.gemfile
|
17
17
|
|
18
18
|
addons:
|
19
|
+
chrome: stable
|
19
20
|
apt:
|
20
21
|
packages:
|
21
22
|
- mplayer
|
22
23
|
|
24
|
+
before_install:
|
25
|
+
- gem update --system
|
26
|
+
- gem install bundler
|
27
|
+
|
23
28
|
cache: bundler
|
24
29
|
|
data/Appraisals
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ds_media_library (0.
|
4
|
+
ds_media_library (0.7.2)
|
5
5
|
awesome_nested_set
|
6
6
|
coffee-rails
|
7
7
|
ds_node
|
@@ -10,8 +10,9 @@ PATH
|
|
10
10
|
jquery-rails
|
11
11
|
jquery-ui-rails
|
12
12
|
rails
|
13
|
-
|
13
|
+
sassc-rails
|
14
14
|
slim
|
15
|
+
sprockets (~> 3.0)
|
15
16
|
|
16
17
|
GEM
|
17
18
|
remote: https://rubygems.org/
|
@@ -39,7 +40,7 @@ GEM
|
|
39
40
|
erubi (~> 1.4)
|
40
41
|
rails-dom-testing (~> 2.0)
|
41
42
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
42
|
-
active_record-json_associations (0.
|
43
|
+
active_record-json_associations (0.11.0)
|
43
44
|
activerecord
|
44
45
|
activejob (5.2.1)
|
45
46
|
activesupport (= 5.2.1)
|
@@ -59,36 +60,41 @@ GEM
|
|
59
60
|
i18n (>= 0.7, < 2)
|
60
61
|
minitest (~> 5.1)
|
61
62
|
tzinfo (~> 1.1)
|
62
|
-
addressable (2.
|
63
|
-
public_suffix (>= 2.0.2, <
|
63
|
+
addressable (2.8.0)
|
64
|
+
public_suffix (>= 2.0.2, < 5.0)
|
64
65
|
appraisal (2.2.0)
|
65
66
|
bundler
|
66
67
|
rake
|
67
68
|
thor (>= 0.14.0)
|
68
69
|
arel (9.0.0)
|
69
|
-
awesome_nested_set (3.
|
70
|
-
activerecord (>= 4.0.0, <
|
70
|
+
awesome_nested_set (3.5.0)
|
71
|
+
activerecord (>= 4.0.0, < 7.1)
|
71
72
|
backports (3.11.4)
|
72
73
|
builder (3.2.3)
|
73
74
|
byebug (10.0.2)
|
74
|
-
capybara (3.
|
75
|
+
capybara (3.36.0)
|
75
76
|
addressable
|
77
|
+
matrix
|
76
78
|
mini_mime (>= 0.1.3)
|
77
79
|
nokogiri (~> 1.8)
|
78
80
|
rack (>= 1.6.0)
|
79
81
|
rack-test (>= 0.6.3)
|
80
|
-
|
82
|
+
regexp_parser (>= 1.5, < 3.0)
|
83
|
+
xpath (~> 3.2)
|
84
|
+
capybara-headless_chrome (0.6.4)
|
85
|
+
capybara
|
86
|
+
webdrivers
|
81
87
|
capybara-screenshot (1.0.21)
|
82
88
|
capybara (>= 1.0, < 4)
|
83
89
|
launchy
|
90
|
+
childprocess (3.0.0)
|
84
91
|
chop (0.23.4)
|
85
92
|
activerecord
|
86
93
|
capybara
|
87
94
|
cucumber
|
88
|
-
|
89
|
-
coffee-rails (4.2.2)
|
95
|
+
coffee-rails (5.0.0)
|
90
96
|
coffee-script (>= 2.2.0)
|
91
|
-
railties (>=
|
97
|
+
railties (>= 5.2.0)
|
92
98
|
coffee-script (2.4.1)
|
93
99
|
coffee-script-source
|
94
100
|
execjs
|
@@ -124,20 +130,20 @@ GEM
|
|
124
130
|
activerecord
|
125
131
|
mime-types
|
126
132
|
erubi (1.7.1)
|
127
|
-
execjs (2.
|
128
|
-
ffi (1.
|
129
|
-
font-awesome-rails (4.7.0.
|
130
|
-
railties (>= 3.2, <
|
133
|
+
execjs (2.8.1)
|
134
|
+
ffi (1.15.5)
|
135
|
+
font-awesome-rails (4.7.0.8)
|
136
|
+
railties (>= 3.2, < 8.0)
|
131
137
|
gherkin (5.1.0)
|
132
|
-
globalid (0.
|
133
|
-
activesupport (>=
|
134
|
-
handlebars_assets (0.23.
|
138
|
+
globalid (1.0.0)
|
139
|
+
activesupport (>= 5.0)
|
140
|
+
handlebars_assets (0.23.9)
|
135
141
|
execjs (~> 2.0)
|
136
142
|
sprockets (>= 2.0.0)
|
137
143
|
tilt (>= 1.2)
|
138
144
|
i18n (1.1.0)
|
139
145
|
concurrent-ruby (~> 1.0)
|
140
|
-
jquery-rails (4.
|
146
|
+
jquery-rails (4.4.0)
|
141
147
|
rails-dom-testing (>= 1, < 3)
|
142
148
|
railties (>= 4.2.0)
|
143
149
|
thor (>= 0.14, < 2.0)
|
@@ -148,30 +154,30 @@ GEM
|
|
148
154
|
loofah (2.2.2)
|
149
155
|
crass (~> 1.0.2)
|
150
156
|
nokogiri (>= 1.5.9)
|
151
|
-
mail (2.7.
|
157
|
+
mail (2.7.1)
|
152
158
|
mini_mime (>= 0.1.1)
|
153
159
|
marcel (0.3.3)
|
154
160
|
mimemagic (~> 0.3.2)
|
161
|
+
matrix (0.4.2)
|
155
162
|
method_source (0.9.0)
|
156
163
|
mime-types (3.2.2)
|
157
164
|
mime-types-data (~> 3.2015)
|
158
165
|
mime-types-data (3.2018.0812)
|
159
|
-
mimemagic (0.3.
|
160
|
-
|
161
|
-
|
166
|
+
mimemagic (0.3.10)
|
167
|
+
nokogiri (~> 1)
|
168
|
+
rake
|
169
|
+
mini_mime (1.1.2)
|
170
|
+
mini_portile2 (2.8.0)
|
162
171
|
minitest (5.11.3)
|
163
172
|
multi_json (1.13.1)
|
164
173
|
multi_test (0.1.2)
|
165
|
-
nio4r (2.
|
166
|
-
nokogiri (1.
|
167
|
-
mini_portile2 (~> 2.
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
websocket-driver (>= 0.2.0)
|
173
|
-
public_suffix (3.0.3)
|
174
|
-
rack (2.0.5)
|
174
|
+
nio4r (2.5.8)
|
175
|
+
nokogiri (1.13.4)
|
176
|
+
mini_portile2 (~> 2.8.0)
|
177
|
+
racc (~> 1.4)
|
178
|
+
public_suffix (4.0.7)
|
179
|
+
racc (1.6.0)
|
180
|
+
rack (2.2.3)
|
175
181
|
rack-test (1.1.0)
|
176
182
|
rack (>= 1.0, < 3)
|
177
183
|
rails (5.2.1)
|
@@ -199,9 +205,7 @@ GEM
|
|
199
205
|
rake (>= 0.8.7)
|
200
206
|
thor (>= 0.19.0, < 2.0)
|
201
207
|
rake (10.5.0)
|
202
|
-
|
203
|
-
rb-inotify (0.9.10)
|
204
|
-
ffi (>= 0.5.0, < 2)
|
208
|
+
regexp_parser (2.3.0)
|
205
209
|
rspec (3.8.0)
|
206
210
|
rspec-core (~> 3.8.0)
|
207
211
|
rspec-expectations (~> 3.8.0)
|
@@ -215,39 +219,44 @@ GEM
|
|
215
219
|
diff-lcs (>= 1.2.0, < 2.0)
|
216
220
|
rspec-support (~> 3.8.0)
|
217
221
|
rspec-support (3.8.0)
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
222
|
+
rubyzip (2.3.2)
|
223
|
+
sassc (2.4.0)
|
224
|
+
ffi (~> 1.9)
|
225
|
+
sassc-rails (2.1.2)
|
226
|
+
railties (>= 4.0.0)
|
227
|
+
sassc (>= 2.0)
|
228
|
+
sprockets (> 3.0)
|
229
|
+
sprockets-rails
|
230
|
+
tilt
|
231
|
+
selenium-webdriver (3.142.7)
|
232
|
+
childprocess (>= 0.5, < 4.0)
|
233
|
+
rubyzip (>= 1.2.2)
|
234
|
+
slim (4.1.0)
|
230
235
|
temple (>= 0.7.6, < 0.9)
|
231
236
|
tilt (>= 2.0.6, < 2.1)
|
232
237
|
sprockets (3.7.2)
|
233
238
|
concurrent-ruby (~> 1.0)
|
234
239
|
rack (> 1, < 3)
|
235
|
-
sprockets-rails (3.2
|
236
|
-
actionpack (>=
|
237
|
-
activesupport (>=
|
240
|
+
sprockets-rails (3.4.2)
|
241
|
+
actionpack (>= 5.2)
|
242
|
+
activesupport (>= 5.2)
|
238
243
|
sprockets (>= 3.0.0)
|
239
244
|
sqlite3 (1.3.13)
|
240
|
-
temple (0.8.
|
245
|
+
temple (0.8.2)
|
241
246
|
thor (0.20.0)
|
242
247
|
thread_safe (0.3.6)
|
243
|
-
tilt (2.0.
|
248
|
+
tilt (2.0.10)
|
244
249
|
timecop (0.9.1)
|
245
250
|
tzinfo (1.2.5)
|
246
251
|
thread_safe (~> 0.1)
|
247
|
-
|
252
|
+
webdrivers (4.7.0)
|
253
|
+
nokogiri (~> 1.6)
|
254
|
+
rubyzip (>= 1.3.0)
|
255
|
+
selenium-webdriver (> 3.141, < 5.0)
|
256
|
+
websocket-driver (0.7.5)
|
248
257
|
websocket-extensions (>= 0.1.0)
|
249
|
-
websocket-extensions (0.1.
|
250
|
-
xpath (3.
|
258
|
+
websocket-extensions (0.1.5)
|
259
|
+
xpath (3.2.0)
|
251
260
|
nokogiri (~> 1.8)
|
252
261
|
|
253
262
|
PLATFORMS
|
@@ -255,19 +264,20 @@ PLATFORMS
|
|
255
264
|
|
256
265
|
DEPENDENCIES
|
257
266
|
appraisal
|
258
|
-
bundler
|
267
|
+
bundler
|
259
268
|
byebug
|
269
|
+
capybara-headless_chrome
|
260
270
|
capybara-screenshot
|
261
271
|
chop
|
262
272
|
cucumber-rails
|
263
273
|
database_cleaner
|
264
274
|
ds_media_library!
|
265
|
-
|
266
|
-
poltergeist
|
267
|
-
rake (~> 10.0)
|
275
|
+
rake
|
268
276
|
rspec (~> 3.0)
|
277
|
+
selenium-webdriver (~> 3.0)
|
269
278
|
sqlite3
|
270
279
|
timecop
|
280
|
+
webdrivers (~> 4.0)
|
271
281
|
|
272
282
|
BUNDLED WITH
|
273
|
-
1.
|
283
|
+
1.17.3
|
data/ds_media_library.gemspec
CHANGED
@@ -21,25 +21,27 @@ Gem::Specification.new do |spec|
|
|
21
21
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
22
22
|
spec.require_paths = ["lib"]
|
23
23
|
|
24
|
-
spec.add_development_dependency "bundler"
|
25
|
-
spec.add_development_dependency "rake"
|
24
|
+
spec.add_development_dependency "bundler"
|
25
|
+
spec.add_development_dependency "rake"
|
26
26
|
spec.add_development_dependency "rspec", "~> 3.0"
|
27
27
|
spec.add_development_dependency "appraisal"
|
28
28
|
spec.add_development_dependency "cucumber-rails"
|
29
29
|
spec.add_development_dependency "chop"
|
30
30
|
spec.add_development_dependency "sqlite3"
|
31
|
-
spec.add_development_dependency "
|
32
|
-
spec.add_development_dependency "
|
31
|
+
spec.add_development_dependency "capybara-headless_chrome"
|
32
|
+
spec.add_development_dependency "webdrivers", "~>4.0"
|
33
|
+
spec.add_development_dependency "selenium-webdriver", "~>3.0"
|
33
34
|
spec.add_development_dependency "capybara-screenshot"
|
34
35
|
spec.add_development_dependency "database_cleaner"
|
35
36
|
spec.add_development_dependency "timecop"
|
36
37
|
spec.add_development_dependency "byebug"
|
37
38
|
|
38
39
|
spec.add_dependency "rails"
|
40
|
+
spec.add_dependency "sprockets", "~>3.0"
|
39
41
|
spec.add_dependency "slim"
|
40
42
|
spec.add_dependency "ds_node"
|
41
43
|
spec.add_dependency "awesome_nested_set"
|
42
|
-
spec.add_dependency "
|
44
|
+
spec.add_dependency "sassc-rails"
|
43
45
|
spec.add_dependency "coffee-rails"
|
44
46
|
spec.add_dependency "jquery-rails"
|
45
47
|
spec.add_dependency "jquery-ui-rails"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
ds_media_library (0.
|
4
|
+
ds_media_library (0.7.1)
|
5
5
|
awesome_nested_set
|
6
6
|
coffee-rails
|
7
7
|
ds_node
|
@@ -10,56 +10,56 @@ PATH
|
|
10
10
|
jquery-rails
|
11
11
|
jquery-ui-rails
|
12
12
|
rails
|
13
|
-
|
13
|
+
sassc-rails
|
14
14
|
slim
|
15
15
|
|
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
|
@@ -68,7 +68,7 @@ GEM
|
|
68
68
|
arel (9.0.0)
|
69
69
|
awesome_nested_set (3.1.4)
|
70
70
|
activerecord (>= 4.0.0, < 5.3)
|
71
|
-
backports (3.
|
71
|
+
backports (3.12.0)
|
72
72
|
builder (3.2.3)
|
73
73
|
byebug (10.0.2)
|
74
74
|
capybara (2.18.0)
|
@@ -78,14 +78,18 @@ GEM
|
|
78
78
|
rack (>= 1.0.0)
|
79
79
|
rack-test (>= 0.5.4)
|
80
80
|
xpath (>= 2.0, < 4.0)
|
81
|
-
capybara-
|
81
|
+
capybara-headless_chrome (0.6.0)
|
82
|
+
capybara
|
83
|
+
webdrivers
|
84
|
+
capybara-screenshot (1.0.22)
|
82
85
|
capybara (>= 1.0, < 4)
|
83
86
|
launchy
|
84
|
-
|
87
|
+
childprocess (0.9.0)
|
88
|
+
ffi (~> 1.0, >= 1.0.11)
|
89
|
+
chop (0.23.7)
|
85
90
|
activerecord
|
86
91
|
capybara
|
87
92
|
cucumber
|
88
|
-
cliver (0.3.2)
|
89
93
|
coffee-rails (4.2.2)
|
90
94
|
coffee-script (>= 2.2.0)
|
91
95
|
railties (>= 4.0.0)
|
@@ -93,7 +97,7 @@ GEM
|
|
93
97
|
coffee-script-source
|
94
98
|
execjs
|
95
99
|
coffee-script-source (1.12.2)
|
96
|
-
concurrent-ruby (1.
|
100
|
+
concurrent-ruby (1.1.5)
|
97
101
|
crass (1.0.4)
|
98
102
|
cucumber (3.1.2)
|
99
103
|
builder (>= 2.1.2)
|
@@ -123,19 +127,19 @@ GEM
|
|
123
127
|
active_record-json_associations
|
124
128
|
activerecord
|
125
129
|
mime-types
|
126
|
-
erubi (1.
|
130
|
+
erubi (1.8.0)
|
127
131
|
execjs (2.7.0)
|
128
132
|
ffi (1.9.25)
|
129
133
|
font-awesome-rails (4.7.0.4)
|
130
134
|
railties (>= 3.2, < 6.0)
|
131
135
|
gherkin (5.1.0)
|
132
|
-
globalid (0.4.
|
136
|
+
globalid (0.4.2)
|
133
137
|
activesupport (>= 4.2.0)
|
134
|
-
handlebars_assets (0.23.
|
138
|
+
handlebars_assets (0.23.3)
|
135
139
|
execjs (~> 2.0)
|
136
140
|
sprockets (>= 2.0.0)
|
137
141
|
tilt (>= 1.2)
|
138
|
-
i18n (1.1
|
142
|
+
i18n (1.5.1)
|
139
143
|
concurrent-ruby (~> 1.0)
|
140
144
|
jquery-rails (4.3.3)
|
141
145
|
rails-dom-testing (>= 1, < 3)
|
@@ -145,63 +149,59 @@ GEM
|
|
145
149
|
railties (>= 3.2.16)
|
146
150
|
launchy (2.4.3)
|
147
151
|
addressable (~> 2.3)
|
148
|
-
loofah (2.2.
|
152
|
+
loofah (2.2.3)
|
149
153
|
crass (~> 1.0.2)
|
150
154
|
nokogiri (>= 1.5.9)
|
151
|
-
mail (2.7.
|
155
|
+
mail (2.7.1)
|
152
156
|
mini_mime (>= 0.1.1)
|
153
157
|
marcel (0.3.3)
|
154
158
|
mimemagic (~> 0.3.2)
|
155
|
-
method_source (0.9.
|
159
|
+
method_source (0.9.2)
|
156
160
|
mime-types (3.2.2)
|
157
161
|
mime-types-data (~> 3.2015)
|
158
|
-
mime-types-data (3.
|
159
|
-
mimemagic (0.3.
|
162
|
+
mime-types-data (3.2019.0331)
|
163
|
+
mimemagic (0.3.3)
|
160
164
|
mini_mime (1.0.1)
|
161
|
-
mini_portile2 (2.
|
165
|
+
mini_portile2 (2.4.0)
|
162
166
|
minitest (5.11.3)
|
163
167
|
multi_json (1.13.1)
|
164
168
|
multi_test (0.1.2)
|
169
|
+
net_http_ssl_fix (0.0.10)
|
165
170
|
nio4r (2.3.1)
|
166
|
-
nokogiri (1.
|
167
|
-
mini_portile2 (~> 2.
|
168
|
-
phantomjs (2.1.1.0)
|
169
|
-
poltergeist (1.18.1)
|
170
|
-
capybara (>= 2.1, < 4)
|
171
|
-
cliver (~> 0.3.1)
|
172
|
-
websocket-driver (>= 0.2.0)
|
171
|
+
nokogiri (1.9.1)
|
172
|
+
mini_portile2 (~> 2.4.0)
|
173
173
|
public_suffix (3.0.3)
|
174
|
-
rack (2.0.
|
174
|
+
rack (2.0.6)
|
175
175
|
rack-test (1.1.0)
|
176
176
|
rack (>= 1.0, < 3)
|
177
|
-
rails (5.2.
|
178
|
-
actioncable (= 5.2.
|
179
|
-
actionmailer (= 5.2.
|
180
|
-
actionpack (= 5.2.
|
181
|
-
actionview (= 5.2.
|
182
|
-
activejob (= 5.2.
|
183
|
-
activemodel (= 5.2.
|
184
|
-
activerecord (= 5.2.
|
185
|
-
activestorage (= 5.2.
|
186
|
-
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)
|
187
187
|
bundler (>= 1.3.0)
|
188
|
-
railties (= 5.2.
|
188
|
+
railties (= 5.2.3)
|
189
189
|
sprockets-rails (>= 2.0.0)
|
190
190
|
rails-dom-testing (2.0.3)
|
191
191
|
activesupport (>= 4.2.0)
|
192
192
|
nokogiri (>= 1.6)
|
193
193
|
rails-html-sanitizer (1.0.4)
|
194
194
|
loofah (~> 2.2, >= 2.2.2)
|
195
|
-
railties (5.2.
|
196
|
-
actionpack (= 5.2.
|
197
|
-
activesupport (= 5.2.
|
195
|
+
railties (5.2.3)
|
196
|
+
actionpack (= 5.2.3)
|
197
|
+
activesupport (= 5.2.3)
|
198
198
|
method_source
|
199
199
|
rake (>= 0.8.7)
|
200
200
|
thor (>= 0.19.0, < 2.0)
|
201
201
|
rake (10.5.0)
|
202
202
|
rb-fsevent (0.10.3)
|
203
|
-
rb-inotify (0.
|
204
|
-
ffi (
|
203
|
+
rb-inotify (0.10.0)
|
204
|
+
ffi (~> 1.0)
|
205
205
|
rspec (3.8.0)
|
206
206
|
rspec-core (~> 3.8.0)
|
207
207
|
rspec-expectations (~> 3.8.0)
|
@@ -215,17 +215,25 @@ GEM
|
|
215
215
|
diff-lcs (>= 1.2.0, < 2.0)
|
216
216
|
rspec-support (~> 3.8.0)
|
217
217
|
rspec-support (3.8.0)
|
218
|
-
|
218
|
+
rubyzip (1.2.2)
|
219
|
+
sass (3.7.3)
|
219
220
|
sass-listen (~> 4.0.0)
|
220
221
|
sass-listen (4.0.0)
|
221
222
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
222
223
|
rb-inotify (~> 0.9, >= 0.9.7)
|
223
|
-
|
224
|
-
|
225
|
-
sass (
|
226
|
-
|
227
|
-
|
228
|
-
|
224
|
+
sassc (1.12.1)
|
225
|
+
ffi (~> 1.9.6)
|
226
|
+
sass (>= 3.3.0)
|
227
|
+
sassc-rails (1.3.0)
|
228
|
+
railties (>= 4.0.0)
|
229
|
+
sass
|
230
|
+
sassc (~> 1.9)
|
231
|
+
sprockets (> 2.11)
|
232
|
+
sprockets-rails
|
233
|
+
tilt
|
234
|
+
selenium-webdriver (3.141.0)
|
235
|
+
childprocess (~> 0.5)
|
236
|
+
rubyzip (~> 1.2, >= 1.2.2)
|
229
237
|
slim (4.0.1)
|
230
238
|
temple (>= 0.7.6, < 0.9)
|
231
239
|
tilt (>= 2.0.6, < 2.1)
|
@@ -236,14 +244,19 @@ GEM
|
|
236
244
|
actionpack (>= 4.0)
|
237
245
|
activesupport (>= 4.0)
|
238
246
|
sprockets (>= 3.0.0)
|
239
|
-
sqlite3 (1.
|
240
|
-
temple (0.8.
|
241
|
-
thor (0.20.
|
247
|
+
sqlite3 (1.4.0)
|
248
|
+
temple (0.8.1)
|
249
|
+
thor (0.20.3)
|
242
250
|
thread_safe (0.3.6)
|
243
|
-
tilt (2.0.
|
251
|
+
tilt (2.0.9)
|
244
252
|
timecop (0.9.1)
|
245
253
|
tzinfo (1.2.5)
|
246
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)
|
247
260
|
websocket-driver (0.7.0)
|
248
261
|
websocket-extensions (>= 0.1.0)
|
249
262
|
websocket-extensions (0.1.3)
|
@@ -255,20 +268,19 @@ PLATFORMS
|
|
255
268
|
|
256
269
|
DEPENDENCIES
|
257
270
|
appraisal
|
258
|
-
bundler
|
271
|
+
bundler
|
259
272
|
byebug
|
260
273
|
capybara (~> 2.0)
|
274
|
+
capybara-headless_chrome
|
261
275
|
capybara-screenshot
|
262
276
|
chop
|
263
277
|
cucumber-rails
|
264
278
|
database_cleaner
|
265
279
|
ds_media_library!
|
266
|
-
phantomjs
|
267
|
-
poltergeist
|
268
280
|
rake (~> 10.0)
|
269
281
|
rspec (~> 3.0)
|
270
282
|
sqlite3
|
271
283
|
timecop
|
272
284
|
|
273
285
|
BUNDLED WITH
|
274
|
-
1.
|
286
|
+
1.17.3
|