capistrano-nvm-helper 0.2.0 → 0.3.0
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/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/capistrano/nvm/helper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0afe54b6c1b6b4a95580ab37a040391ee49782bc20931c57e9a40f48e32d140f
|
4
|
+
data.tar.gz: ecdf1613ccca88a197271995da458b001dfa8c3f7356ae5a6ab20f3cd77e89eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cd937635b0478b42c69103b9b8d9326b07f651d98ea4194c28782f70fa0808f75b38883277951b94a2e51d9de27e3bf606e6f68b54eab262a6653283036aa98
|
7
|
+
data.tar.gz: 90462da5216073b51473b8146d90feea14b4eaa21304ad0fa624a3d8ab6dcc5e170782ee66702d01a34e84cedab7f82d70d1a92aed366605d1f984b586c66754
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
This gem provides idiomatic nvm support for Capistrano 3.x (and 3.x *only*).
|
4
4
|
|
5
|
-
|
5
|
+
difference between `capistrano-nvm`: avoid permission issues when multiple users deploy the same application by using different file names in the same directory for each deployer and stage.
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
@@ -33,7 +33,7 @@ set :nvm_map_bins, %w{node npm yarn webpack}
|
|
33
33
|
|
34
34
|
## Rails
|
35
35
|
|
36
|
-
If you want to use nvm in your rails app deployment tasks (like `deploy:assets:precompile`),
|
36
|
+
If you want to use nvm in your rails app deployment tasks (like `deploy:assets:precompile`), pls adding `rake` to `nvm_map_bins`.
|
37
37
|
|
38
38
|
## Contributing
|
39
39
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-nvm-helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Encore Shao
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|