webpacker 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +32 -43
- data/lib/webpacker/version.rb +1 -1
- data/package.json +23 -23
- data/package/rules/sass.js +6 -1
- data/yarn.lock +1634 -1092
- metadata +4 -4
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: 5.0.
|
4
|
+
version: 5.0.1
|
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: 2020-03-
|
12
|
+
date: 2020-03-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -301,8 +301,8 @@ homepage: https://github.com/rails/webpacker
|
|
301
301
|
licenses:
|
302
302
|
- MIT
|
303
303
|
metadata:
|
304
|
-
source_code_uri: https://github.com/rails/webpacker/tree/v5.0.
|
305
|
-
changelog_uri: https://github.com/rails/webpacker/blob/v5.0.
|
304
|
+
source_code_uri: https://github.com/rails/webpacker/tree/v5.0.1
|
305
|
+
changelog_uri: https://github.com/rails/webpacker/blob/v5.0.1/CHANGELOG.md
|
306
306
|
post_install_message:
|
307
307
|
rdoc_options: []
|
308
308
|
require_paths:
|