capistrano-webpack-encore 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/capistrano-webpack-encore.gemspec +1 -1
- data/lib/capistrano/tasks/webpack_encore.rake +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 502b1a741487d01c5573106d0f8c4da037af1ffc
|
4
|
+
data.tar.gz: f411017e5c63b206d2435e957abafd2f26e0b885
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33de062b9f2578a7e41d83afd367dacd27860511a288abfccad671bf3fba6361f5d12d5cd0d38229ace09f245b39b8e78c4682dc8d3a146a3cd10bedfcdc57a4
|
7
|
+
data.tar.gz: 6bea8e8861726e45c7361bbda33e80b88ae1a891ffbc5d02c134eeea09d53fc06026fca5ad2d137c3a84f343b294e7b7c9312cbf2bb8931a6983415bc2e2361c
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
capistrano-webpack-encore
|
2
2
|
=====================
|
3
3
|
|
4
|
-
Capistrano v3.* extension to run [Webpack Encore](https://github.com/symfony/webpack-encore) during deployment.
|
4
|
+
Capistrano v3.* extension to run Symfony's [Webpack Encore](https://github.com/symfony/webpack-encore) during deployment.
|
5
5
|
|
6
6
|
## Installation
|
7
7
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'capistrano-webpack-encore'
|
7
|
-
spec.version = '0.1.
|
7
|
+
spec.version = '0.1.2'
|
8
8
|
spec.authors = ['Andy Palmer']
|
9
9
|
spec.email = ['andy@andypalmer.me']
|
10
10
|
spec.description = %q{Run webpack encore during deployment}
|