ds_media_library 0.5.6 → 0.6.0

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
2
  SHA1:
3
- metadata.gz: 04fdad77ee951d6cfce66012fa17d7b4a41aa3dc
4
- data.tar.gz: c73112f1d7cfd8422de4a4b343dc72cf9ecab534
3
+ metadata.gz: de21cab77cd97d9ada54714658b0089bea6d9238
4
+ data.tar.gz: 1c6da355530932c645d6f6aaf446fe1027b4270c
5
5
  SHA512:
6
- metadata.gz: 2ec805b4c24168f8f510a6f3cda3609a120e2e1c58e6dbaa8892ef67ff6c1c5d37221f5b28ce796698ab06170f183e7eb21b9d918f4b50ed279c807fce29016b
7
- data.tar.gz: f4d5693b83b7f8445c66c1391003dab5bb37746a755304593c3a9354a8e568787c512fa663fad9d17a85040b2bdb0df0069e44acbea71e4a0f9c2dea5a8cdeab
6
+ metadata.gz: 294a73e8a5b661addbe220d8c33c9e68d5ade5bd8a855593db6ba05b4546395d78a243e341c013bdab6de80763d7d552c430d1fccb3f27f1168b8b8bff628587
7
+ data.tar.gz: 6c737006823247c15c64218c5a3b9a10b554dae5ba999b834ff601442d3e574bf713ddfb916829402d28406021f8649366ab6676bf045ee8456a4ffe30ec742f
data/.gitignore CHANGED
@@ -1,7 +1,7 @@
1
1
  .bundle
2
2
  /.yardoc
3
- /Gemfile.lock
4
3
  /_yardoc/
4
+
5
5
  /coverage/
6
6
  /doc/
7
7
  /pkg/
@@ -12,3 +12,7 @@
12
12
 
13
13
  # rspec failure tracking
14
14
  .rspec_status
15
+
16
+ # ignore latest gemfile lock so that travis always tests newest gems
17
+ /gemfiles/latest.gemfile.lock
18
+
@@ -5,6 +5,7 @@ rvm:
5
5
  - 2.2
6
6
  - 2.3
7
7
  - 2.4
8
+ - 2.5
8
9
 
9
10
  gemfile:
10
11
  - gemfiles/capybara_2.gemfile
@@ -12,6 +13,7 @@ gemfile:
12
13
  - gemfiles/rails_5.0.gemfile
13
14
  - gemfiles/rails_5.1.gemfile
14
15
  - gemfiles/rails_5.2.gemfile
16
+ - gemfiles/latest.gemfile
15
17
 
16
18
  addons:
17
19
  apt:
data/Appraisals CHANGED
@@ -18,3 +18,6 @@ appraise "rails-5.2" do
18
18
  gem "rails", "~>5.2.0"
19
19
  end
20
20
 
21
+ appraise "latest" do
22
+ end
23
+
@@ -0,0 +1,273 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ ds_media_library (0.6.0)
5
+ awesome_nested_set
6
+ coffee-rails
7
+ ds_node
8
+ font-awesome-rails
9
+ handlebars_assets
10
+ jquery-rails
11
+ jquery-ui-rails
12
+ rails
13
+ sass-rails
14
+ slim
15
+
16
+ GEM
17
+ remote: https://rubygems.org/
18
+ specs:
19
+ actioncable (5.2.1)
20
+ actionpack (= 5.2.1)
21
+ nio4r (~> 2.0)
22
+ websocket-driver (>= 0.6.1)
23
+ actionmailer (5.2.1)
24
+ actionpack (= 5.2.1)
25
+ actionview (= 5.2.1)
26
+ activejob (= 5.2.1)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (5.2.1)
30
+ actionview (= 5.2.1)
31
+ activesupport (= 5.2.1)
32
+ rack (~> 2.0)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
+ actionview (5.2.1)
37
+ activesupport (= 5.2.1)
38
+ builder (~> 3.1)
39
+ erubi (~> 1.4)
40
+ rails-dom-testing (~> 2.0)
41
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
42
+ active_record-json_associations (0.6.11)
43
+ activerecord
44
+ activejob (5.2.1)
45
+ activesupport (= 5.2.1)
46
+ globalid (>= 0.3.6)
47
+ activemodel (5.2.1)
48
+ activesupport (= 5.2.1)
49
+ activerecord (5.2.1)
50
+ activemodel (= 5.2.1)
51
+ activesupport (= 5.2.1)
52
+ arel (>= 9.0)
53
+ activestorage (5.2.1)
54
+ actionpack (= 5.2.1)
55
+ activerecord (= 5.2.1)
56
+ marcel (~> 0.3.1)
57
+ activesupport (5.2.1)
58
+ concurrent-ruby (~> 1.0, >= 1.0.2)
59
+ i18n (>= 0.7, < 2)
60
+ minitest (~> 5.1)
61
+ tzinfo (~> 1.1)
62
+ addressable (2.5.2)
63
+ public_suffix (>= 2.0.2, < 4.0)
64
+ appraisal (2.2.0)
65
+ bundler
66
+ rake
67
+ thor (>= 0.14.0)
68
+ arel (9.0.0)
69
+ awesome_nested_set (3.1.4)
70
+ activerecord (>= 4.0.0, < 5.3)
71
+ backports (3.11.4)
72
+ builder (3.2.3)
73
+ byebug (10.0.2)
74
+ capybara (3.1.1)
75
+ addressable
76
+ mini_mime (>= 0.1.3)
77
+ nokogiri (~> 1.8)
78
+ rack (>= 1.6.0)
79
+ rack-test (>= 0.6.3)
80
+ xpath (~> 3.0)
81
+ capybara-screenshot (1.0.21)
82
+ capybara (>= 1.0, < 4)
83
+ launchy
84
+ chop (0.23.4)
85
+ activerecord
86
+ capybara
87
+ cucumber
88
+ cliver (0.3.2)
89
+ coffee-rails (4.2.2)
90
+ coffee-script (>= 2.2.0)
91
+ railties (>= 4.0.0)
92
+ coffee-script (2.4.1)
93
+ coffee-script-source
94
+ execjs
95
+ coffee-script-source (1.12.2)
96
+ concurrent-ruby (1.0.5)
97
+ crass (1.0.4)
98
+ cucumber (3.1.2)
99
+ builder (>= 2.1.2)
100
+ cucumber-core (~> 3.2.0)
101
+ cucumber-expressions (~> 6.0.1)
102
+ cucumber-wire (~> 0.0.1)
103
+ diff-lcs (~> 1.3)
104
+ gherkin (~> 5.1.0)
105
+ multi_json (>= 1.7.5, < 2.0)
106
+ multi_test (>= 0.1.2)
107
+ cucumber-core (3.2.1)
108
+ backports (>= 3.8.0)
109
+ cucumber-tag_expressions (~> 1.1.0)
110
+ gherkin (~> 5.0)
111
+ cucumber-expressions (6.0.1)
112
+ cucumber-rails (1.6.0)
113
+ capybara (>= 1.1.2, < 4)
114
+ cucumber (>= 3.0.2, < 4)
115
+ mime-types (>= 1.17, < 4)
116
+ nokogiri (~> 1.8)
117
+ railties (>= 4, < 6)
118
+ cucumber-tag_expressions (1.1.1)
119
+ cucumber-wire (0.0.1)
120
+ database_cleaner (1.7.0)
121
+ diff-lcs (1.3)
122
+ ds_node (0.1.2)
123
+ active_record-json_associations
124
+ activerecord
125
+ mime-types
126
+ erubi (1.7.1)
127
+ execjs (2.7.0)
128
+ ffi (1.9.25)
129
+ font-awesome-rails (4.7.0.4)
130
+ railties (>= 3.2, < 6.0)
131
+ gherkin (5.1.0)
132
+ globalid (0.4.1)
133
+ activesupport (>= 4.2.0)
134
+ handlebars_assets (0.23.2)
135
+ execjs (~> 2.0)
136
+ sprockets (>= 2.0.0)
137
+ tilt (>= 1.2)
138
+ i18n (1.1.0)
139
+ concurrent-ruby (~> 1.0)
140
+ jquery-rails (4.3.3)
141
+ rails-dom-testing (>= 1, < 3)
142
+ railties (>= 4.2.0)
143
+ thor (>= 0.14, < 2.0)
144
+ jquery-ui-rails (6.0.1)
145
+ railties (>= 3.2.16)
146
+ launchy (2.4.3)
147
+ addressable (~> 2.3)
148
+ loofah (2.2.2)
149
+ crass (~> 1.0.2)
150
+ nokogiri (>= 1.5.9)
151
+ mail (2.7.0)
152
+ mini_mime (>= 0.1.1)
153
+ marcel (0.3.3)
154
+ mimemagic (~> 0.3.2)
155
+ method_source (0.9.0)
156
+ mime-types (3.2.2)
157
+ mime-types-data (~> 3.2015)
158
+ mime-types-data (3.2018.0812)
159
+ mimemagic (0.3.2)
160
+ mini_mime (1.0.1)
161
+ mini_portile2 (2.3.0)
162
+ minitest (5.11.3)
163
+ multi_json (1.13.1)
164
+ multi_test (0.1.2)
165
+ nio4r (2.3.1)
166
+ nokogiri (1.8.5)
167
+ mini_portile2 (~> 2.3.0)
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)
173
+ public_suffix (3.0.3)
174
+ rack (2.0.5)
175
+ rack-test (1.1.0)
176
+ rack (>= 1.0, < 3)
177
+ rails (5.2.1)
178
+ actioncable (= 5.2.1)
179
+ actionmailer (= 5.2.1)
180
+ actionpack (= 5.2.1)
181
+ actionview (= 5.2.1)
182
+ activejob (= 5.2.1)
183
+ activemodel (= 5.2.1)
184
+ activerecord (= 5.2.1)
185
+ activestorage (= 5.2.1)
186
+ activesupport (= 5.2.1)
187
+ bundler (>= 1.3.0)
188
+ railties (= 5.2.1)
189
+ sprockets-rails (>= 2.0.0)
190
+ rails-dom-testing (2.0.3)
191
+ activesupport (>= 4.2.0)
192
+ nokogiri (>= 1.6)
193
+ rails-html-sanitizer (1.0.4)
194
+ loofah (~> 2.2, >= 2.2.2)
195
+ railties (5.2.1)
196
+ actionpack (= 5.2.1)
197
+ activesupport (= 5.2.1)
198
+ method_source
199
+ rake (>= 0.8.7)
200
+ thor (>= 0.19.0, < 2.0)
201
+ rake (10.5.0)
202
+ rb-fsevent (0.10.3)
203
+ rb-inotify (0.9.10)
204
+ ffi (>= 0.5.0, < 2)
205
+ rspec (3.8.0)
206
+ rspec-core (~> 3.8.0)
207
+ rspec-expectations (~> 3.8.0)
208
+ rspec-mocks (~> 3.8.0)
209
+ rspec-core (3.8.0)
210
+ rspec-support (~> 3.8.0)
211
+ rspec-expectations (3.8.2)
212
+ diff-lcs (>= 1.2.0, < 2.0)
213
+ rspec-support (~> 3.8.0)
214
+ rspec-mocks (3.8.0)
215
+ diff-lcs (>= 1.2.0, < 2.0)
216
+ rspec-support (~> 3.8.0)
217
+ rspec-support (3.8.0)
218
+ sass (3.6.0)
219
+ sass-listen (~> 4.0.0)
220
+ sass-listen (4.0.0)
221
+ rb-fsevent (~> 0.9, >= 0.9.4)
222
+ rb-inotify (~> 0.9, >= 0.9.7)
223
+ sass-rails (5.0.7)
224
+ railties (>= 4.0.0, < 6)
225
+ sass (~> 3.1)
226
+ sprockets (>= 2.8, < 4.0)
227
+ sprockets-rails (>= 2.0, < 4.0)
228
+ tilt (>= 1.1, < 3)
229
+ slim (4.0.1)
230
+ temple (>= 0.7.6, < 0.9)
231
+ tilt (>= 2.0.6, < 2.1)
232
+ sprockets (3.7.2)
233
+ concurrent-ruby (~> 1.0)
234
+ rack (> 1, < 3)
235
+ sprockets-rails (3.2.1)
236
+ actionpack (>= 4.0)
237
+ activesupport (>= 4.0)
238
+ sprockets (>= 3.0.0)
239
+ sqlite3 (1.3.13)
240
+ temple (0.8.0)
241
+ thor (0.20.0)
242
+ thread_safe (0.3.6)
243
+ tilt (2.0.8)
244
+ timecop (0.9.1)
245
+ tzinfo (1.2.5)
246
+ thread_safe (~> 0.1)
247
+ websocket-driver (0.7.0)
248
+ websocket-extensions (>= 0.1.0)
249
+ websocket-extensions (0.1.3)
250
+ xpath (3.1.0)
251
+ nokogiri (~> 1.8)
252
+
253
+ PLATFORMS
254
+ ruby
255
+
256
+ DEPENDENCIES
257
+ appraisal
258
+ bundler (~> 1.14)
259
+ byebug
260
+ capybara-screenshot
261
+ chop
262
+ cucumber-rails
263
+ database_cleaner
264
+ ds_media_library!
265
+ phantomjs
266
+ poltergeist
267
+ rake (~> 10.0)
268
+ rspec (~> 3.0)
269
+ sqlite3
270
+ timecop
271
+
272
+ BUNDLED WITH
273
+ 1.16.3
@@ -147,7 +147,7 @@ $itemHeight: 40px
147
147
  color: #fff
148
148
  @extend .fa-check
149
149
 
150
- .dsml-move-selected
150
+ .dsml-selected-options
151
151
  display: none
152
152
  vertical-align: top
153
153
  float: none
@@ -159,12 +159,15 @@ $itemHeight: 40px
159
159
  margin: 0
160
160
  vertical-align: middle
161
161
  font-size: 1.3em
162
-
163
- .dsml-move-selected-label
164
- color: #444
165
- font-size: 1.3em
166
- vertical-align: middle
167
- margin: 0 10px 0 0
162
+ em
163
+ display: inline-block
164
+ margin: 0 10px
165
+ font-size: 1.3em
166
+ label
167
+ color: #444
168
+ font-size: 1.3em
169
+ vertical-align: middle
170
+ margin: 0 10px 0 0
168
171
 
169
172
  #dsml-select-media
170
173
  position: absolute
@@ -176,7 +179,7 @@ $itemHeight: 40px
176
179
  .dsml-select-media-button
177
180
  +dsml-button($primaryColor, #fff, 1.1em, true, "check")
178
181
  margin-right: 10px
179
- .dsml-move-selected
182
+ .dsml-selected-options
180
183
  display: inline-block
181
184
 
182
185
  #dsml-select-media
@@ -195,14 +198,15 @@ $itemHeight: 40px
195
198
  +dsml-button(#fcfcfc, #444, 1.1em, true, "check")
196
199
 
197
200
  .dsml-move-button
198
- +dsml-icon("arrow-circle-right")
199
- border: none
200
- background: none
201
- font-size: 2.2em
202
- margin-left: 6px
203
- cursor: pointer
204
- vertical-align: middle
205
-
201
+ +dsml-button(#fff, #333, 1.2em, true, "arrow-circle-right")
202
+ line-height: 1.75em
203
+ margin-left: 10px
204
+ font-family: $default
205
+
206
+ .dsml-delete-multiple
207
+ +dsml-button(#fff, #333, 1.2em, true, "trash")
208
+ line-height: 1.75em
209
+ font-family: $default
206
210
 
207
211
  // ICONS
208
212
 
@@ -9,9 +9,9 @@
9
9
  width: 1em
10
10
  text-indent: -9999px
11
11
  color: #4f4f4f
12
- @extend .fa
13
12
  @extend .fa-#{$fa}
14
13
  &:before
14
+ font-family: FontAwesome
15
15
  text-indent: 0
16
16
  position: absolute
17
17
  top: 50%
@@ -30,7 +30,7 @@ module DSMediaLibrary
30
30
  end
31
31
 
32
32
  def destroy
33
- resource.update! hidden: true
33
+ DSNode::Resource.where(resourcesid: params[:resource_ids]).update hidden: true
34
34
  redirect_to :resources, notice: "Media deleted"
35
35
  end
36
36
 
@@ -9,7 +9,7 @@
9
9
  .dsml-buttons-left
10
10
  = link_to "Open all folders", "#", class: "dsml-open-all-label", data: { "dsml-toggle-all-checkboxes" => ".dsml-expand-input" }
11
11
  label.dsml-select-media-button for="dsml-select-media" Select multiple media
12
- .field.dsml-move-selected
12
+ .field.dsml-selected-options
13
13
  label.dsml-move-selected-label for="dsml-folder-id" Move selected to:
14
14
  select#dsml-folder-id name="folder_id"
15
15
  - folders.each do |folder|
@@ -17,6 +17,8 @@
17
17
  = "- " * folder.depth
18
18
  = folder.name
19
19
  button.dsml-move-button Move
20
+ em or
21
+ button.dsml-delete-multiple name="_method" value="delete" Delete all selected
20
22
 
21
23
  .dsml-buttons-right
22
24
  = link_to "Add new folder", [:new, :folder], class: "dsml-add-button"
@@ -2,6 +2,7 @@ DSMediaLibrary::Engine.routes.draw do
2
2
  root to: redirect { |_, req| req.fullpath + "resources" }
3
3
  resources :resources do
4
4
  put "", on: :collection, action: :move_many
5
+ delete "", on: :collection, action: :destroy
5
6
  end
6
7
  resources :folders
7
8
  end
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- ds_media_library (0.5.5)
4
+ ds_media_library (0.6.0)
5
5
  awesome_nested_set
6
6
  coffee-rails
7
7
  ds_node
@@ -16,45 +16,45 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- actioncable (5.2.0)
20
- actionpack (= 5.2.0)
19
+ actioncable (5.2.1)
20
+ actionpack (= 5.2.1)
21
21
  nio4r (~> 2.0)
22
22
  websocket-driver (>= 0.6.1)
23
- actionmailer (5.2.0)
24
- actionpack (= 5.2.0)
25
- actionview (= 5.2.0)
26
- activejob (= 5.2.0)
23
+ actionmailer (5.2.1)
24
+ actionpack (= 5.2.1)
25
+ actionview (= 5.2.1)
26
+ activejob (= 5.2.1)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (5.2.0)
30
- actionview (= 5.2.0)
31
- activesupport (= 5.2.0)
29
+ actionpack (5.2.1)
30
+ actionview (= 5.2.1)
31
+ activesupport (= 5.2.1)
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.0)
37
- activesupport (= 5.2.0)
36
+ actionview (5.2.1)
37
+ activesupport (= 5.2.1)
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
- active_record-json_associations (0.6.8)
42
+ active_record-json_associations (0.6.11)
43
43
  activerecord
44
- activejob (5.2.0)
45
- activesupport (= 5.2.0)
44
+ activejob (5.2.1)
45
+ activesupport (= 5.2.1)
46
46
  globalid (>= 0.3.6)
47
- activemodel (5.2.0)
48
- activesupport (= 5.2.0)
49
- activerecord (5.2.0)
50
- activemodel (= 5.2.0)
51
- activesupport (= 5.2.0)
47
+ activemodel (5.2.1)
48
+ activesupport (= 5.2.1)
49
+ activerecord (5.2.1)
50
+ activemodel (= 5.2.1)
51
+ activesupport (= 5.2.1)
52
52
  arel (>= 9.0)
53
- activestorage (5.2.0)
54
- actionpack (= 5.2.0)
55
- activerecord (= 5.2.0)
53
+ activestorage (5.2.1)
54
+ actionpack (= 5.2.1)
55
+ activerecord (= 5.2.1)
56
56
  marcel (~> 0.3.1)
57
- activesupport (5.2.0)
57
+ activesupport (5.2.1)
58
58
  concurrent-ruby (~> 1.0, >= 1.0.2)
59
59
  i18n (>= 0.7, < 2)
60
60
  minitest (~> 5.1)
@@ -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.11.3)
71
+ backports (3.11.4)
72
72
  builder (3.2.3)
73
73
  byebug (10.0.2)
74
74
  capybara (2.18.0)
@@ -81,7 +81,7 @@ GEM
81
81
  capybara-screenshot (1.0.21)
82
82
  capybara (>= 1.0, < 4)
83
83
  launchy
84
- chop (0.22.1)
84
+ chop (0.23.4)
85
85
  activerecord
86
86
  capybara
87
87
  cucumber
@@ -104,10 +104,10 @@ GEM
104
104
  gherkin (~> 5.1.0)
105
105
  multi_json (>= 1.7.5, < 2.0)
106
106
  multi_test (>= 0.1.2)
107
- cucumber-core (3.2.0)
107
+ cucumber-core (3.2.1)
108
108
  backports (>= 3.8.0)
109
109
  cucumber-tag_expressions (~> 1.1.0)
110
- gherkin (>= 5.0.0)
110
+ gherkin (~> 5.0)
111
111
  cucumber-expressions (6.0.1)
112
112
  cucumber-rails (1.6.0)
113
113
  capybara (>= 1.1.2, < 4)
@@ -135,7 +135,7 @@ GEM
135
135
  execjs (~> 2.0)
136
136
  sprockets (>= 2.0.0)
137
137
  tilt (>= 1.2)
138
- i18n (1.0.1)
138
+ i18n (1.1.0)
139
139
  concurrent-ruby (~> 1.0)
140
140
  jquery-rails (4.3.3)
141
141
  rails-dom-testing (>= 1, < 3)
@@ -150,72 +150,72 @@ GEM
150
150
  nokogiri (>= 1.5.9)
151
151
  mail (2.7.0)
152
152
  mini_mime (>= 0.1.1)
153
- marcel (0.3.2)
153
+ marcel (0.3.3)
154
154
  mimemagic (~> 0.3.2)
155
155
  method_source (0.9.0)
156
- mime-types (3.1)
156
+ mime-types (3.2.2)
157
157
  mime-types-data (~> 3.2015)
158
- mime-types-data (3.2016.0521)
158
+ mime-types-data (3.2018.0812)
159
159
  mimemagic (0.3.2)
160
- mini_mime (1.0.0)
160
+ mini_mime (1.0.1)
161
161
  mini_portile2 (2.3.0)
162
162
  minitest (5.11.3)
163
163
  multi_json (1.13.1)
164
164
  multi_test (0.1.2)
165
165
  nio4r (2.3.1)
166
- nokogiri (1.8.4)
166
+ nokogiri (1.8.5)
167
167
  mini_portile2 (~> 2.3.0)
168
168
  phantomjs (2.1.1.0)
169
169
  poltergeist (1.18.1)
170
170
  capybara (>= 2.1, < 4)
171
171
  cliver (~> 0.3.1)
172
172
  websocket-driver (>= 0.2.0)
173
- public_suffix (3.0.2)
173
+ public_suffix (3.0.3)
174
174
  rack (2.0.5)
175
175
  rack-test (1.1.0)
176
176
  rack (>= 1.0, < 3)
177
- rails (5.2.0)
178
- actioncable (= 5.2.0)
179
- actionmailer (= 5.2.0)
180
- actionpack (= 5.2.0)
181
- actionview (= 5.2.0)
182
- activejob (= 5.2.0)
183
- activemodel (= 5.2.0)
184
- activerecord (= 5.2.0)
185
- activestorage (= 5.2.0)
186
- activesupport (= 5.2.0)
177
+ rails (5.2.1)
178
+ actioncable (= 5.2.1)
179
+ actionmailer (= 5.2.1)
180
+ actionpack (= 5.2.1)
181
+ actionview (= 5.2.1)
182
+ activejob (= 5.2.1)
183
+ activemodel (= 5.2.1)
184
+ activerecord (= 5.2.1)
185
+ activestorage (= 5.2.1)
186
+ activesupport (= 5.2.1)
187
187
  bundler (>= 1.3.0)
188
- railties (= 5.2.0)
188
+ railties (= 5.2.1)
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.0)
196
- actionpack (= 5.2.0)
197
- activesupport (= 5.2.0)
195
+ railties (5.2.1)
196
+ actionpack (= 5.2.1)
197
+ activesupport (= 5.2.1)
198
198
  method_source
199
199
  rake (>= 0.8.7)
200
- thor (>= 0.18.1, < 2.0)
200
+ thor (>= 0.19.0, < 2.0)
201
201
  rake (10.5.0)
202
202
  rb-fsevent (0.10.3)
203
203
  rb-inotify (0.9.10)
204
204
  ffi (>= 0.5.0, < 2)
205
- rspec (3.7.0)
206
- rspec-core (~> 3.7.0)
207
- rspec-expectations (~> 3.7.0)
208
- rspec-mocks (~> 3.7.0)
209
- rspec-core (3.7.1)
210
- rspec-support (~> 3.7.0)
211
- rspec-expectations (3.7.0)
205
+ rspec (3.8.0)
206
+ rspec-core (~> 3.8.0)
207
+ rspec-expectations (~> 3.8.0)
208
+ rspec-mocks (~> 3.8.0)
209
+ rspec-core (3.8.0)
210
+ rspec-support (~> 3.8.0)
211
+ rspec-expectations (3.8.2)
212
212
  diff-lcs (>= 1.2.0, < 2.0)
213
- rspec-support (~> 3.7.0)
214
- rspec-mocks (3.7.0)
213
+ rspec-support (~> 3.8.0)
214
+ rspec-mocks (3.8.0)
215
215
  diff-lcs (>= 1.2.0, < 2.0)
216
- rspec-support (~> 3.7.0)
217
- rspec-support (3.7.1)
218
- sass (3.5.7)
216
+ rspec-support (~> 3.8.0)
217
+ rspec-support (3.8.0)
218
+ sass (3.6.0)
219
219
  sass-listen (~> 4.0.0)
220
220
  sass-listen (4.0.0)
221
221
  rb-fsevent (~> 0.9, >= 0.9.4)
@@ -226,9 +226,9 @@ GEM
226
226
  sprockets (>= 2.8, < 4.0)
227
227
  sprockets-rails (>= 2.0, < 4.0)
228
228
  tilt (>= 1.1, < 3)
229
- slim (3.0.9)
229
+ slim (4.0.1)
230
230
  temple (>= 0.7.6, < 0.9)
231
- tilt (>= 1.3.3, < 2.1)
231
+ tilt (>= 2.0.6, < 2.1)
232
232
  sprockets (3.7.2)
233
233
  concurrent-ruby (~> 1.0)
234
234
  rack (> 1, < 3)