webpacker 3.5.3 → 3.5.5

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpacker
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.3
4
+ version: 3.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-05-03 00:00:00.000000000 Z
12
+ date: 2018-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -231,14 +231,15 @@ files:
231
231
  - test/test_app/config/webpacker.yml
232
232
  - test/test_app/public/packs/manifest.json
233
233
  - test/test_helper.rb
234
+ - test/webpacker_test.rb
234
235
  - webpacker.gemspec
235
236
  - yarn.lock
236
237
  homepage: https://github.com/rails/webpacker
237
238
  licenses:
238
239
  - MIT
239
240
  metadata:
240
- source_code_uri: https://github.com/rails/webpacker/tree/v3.5.3
241
- changelog_uri: https://github.com/rails/webpacker/blob/v3.5.3/CHANGELOG.md
241
+ source_code_uri: https://github.com/rails/webpacker/tree/v3.5.5
242
+ changelog_uri: https://github.com/rails/webpacker/blob/v3.5.5/CHANGELOG.md
242
243
  post_install_message:
243
244
  rdoc_options: []
244
245
  require_paths:
@@ -277,3 +278,4 @@ test_files:
277
278
  - test/test_app/config/webpacker.yml
278
279
  - test/test_app/public/packs/manifest.json
279
280
  - test/test_helper.rb
281
+ - test/webpacker_test.rb