webpacker 6.0.0.rc.2 → 6.0.0.rc.6

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: 6.0.0.rc.2
4
+ version: 6.0.0.rc.6
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: 2021-08-25 00:00:00.000000000 Z
12
+ date: 2021-11-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -85,16 +85,16 @@ dependencies:
85
85
  name: rubocop
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - '='
88
+ - - ">="
89
89
  - !ruby/object:Gem::Version
90
- version: 0.93.1
90
+ version: '0'
91
91
  type: :development
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - '='
95
+ - - ">="
96
96
  - !ruby/object:Gem::Version
97
- version: 0.93.1
97
+ version: '0'
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rubocop-performance
100
100
  requirement: !ruby/object:Gem::Requirement
@@ -143,6 +143,7 @@ files:
143
143
  - gemfiles/Gemfile-rails.5.2.x
144
144
  - gemfiles/Gemfile-rails.6.0.x
145
145
  - gemfiles/Gemfile-rails.6.1.x
146
+ - lib/install/application.js
146
147
  - lib/install/bin/webpack
147
148
  - lib/install/bin/webpack-dev-server
148
149
  - lib/install/bin/yarn
@@ -153,7 +154,6 @@ files:
153
154
  - lib/install/config/webpack/test.js
154
155
  - lib/install/config/webpacker.yml
155
156
  - lib/install/package.json
156
- - lib/install/packs/entrypoints/application.js
157
157
  - lib/install/template.rb
158
158
  - lib/tasks/webpacker.rake
159
159
  - lib/tasks/webpacker/binstubs.rake
@@ -245,6 +245,7 @@ files:
245
245
  - test/test_app/config.ru
246
246
  - test/test_app/config/application.rb
247
247
  - test/test_app/config/environment.rb
248
+ - test/test_app/config/initializers/inspect_autoload_paths.rb
248
249
  - test/test_app/config/webpack/development.js
249
250
  - test/test_app/config/webpacker.yml
250
251
  - test/test_app/config/webpacker_other_location.yml
@@ -262,8 +263,8 @@ homepage: https://github.com/rails/webpacker
262
263
  licenses:
263
264
  - MIT
264
265
  metadata:
265
- source_code_uri: https://github.com/rails/webpacker/tree/v6.0.0.rc.2
266
- changelog_uri: https://github.com/rails/webpacker/blob/v6.0.0.rc.2/CHANGELOG.md
266
+ source_code_uri: https://github.com/rails/webpacker/tree/v6.0.0.rc.6
267
+ changelog_uri: https://github.com/rails/webpacker/blob/v6.0.0.rc.6/CHANGELOG.md
267
268
  post_install_message:
268
269
  rdoc_options: []
269
270
  require_paths:
@@ -272,14 +273,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
272
273
  requirements:
273
274
  - - ">="
274
275
  - !ruby/object:Gem::Version
275
- version: 2.4.0
276
+ version: 2.7.0
276
277
  required_rubygems_version: !ruby/object:Gem::Requirement
277
278
  requirements:
278
279
  - - ">"
279
280
  - !ruby/object:Gem::Version
280
281
  version: 1.3.1
281
282
  requirements: []
282
- rubygems_version: 3.1.4
283
+ rubygems_version: 3.2.22
283
284
  signing_key:
284
285
  specification_version: 4
285
286
  summary: Use webpack to manage app-like JavaScript modules in Rails
@@ -312,6 +313,7 @@ test_files:
312
313
  - test/test_app/config.ru
313
314
  - test/test_app/config/application.rb
314
315
  - test/test_app/config/environment.rb
316
+ - test/test_app/config/initializers/inspect_autoload_paths.rb
315
317
  - test/test_app/config/webpack/development.js
316
318
  - test/test_app/config/webpacker.yml
317
319
  - test/test_app/config/webpacker_other_location.yml