tomo-plugin-nvm 1.2.2 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/tomo/plugin/nvm/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aeda73455823d70ecf015f7922924e529995db08d806a0ca428eb761b631dc4a
|
4
|
+
data.tar.gz: 5b2563578652d440425de3751865782b0bb85c0d8eb34f7b06638ed539171016
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8ffe1bd4834886008417b654e90903cdf097fbd79437801f0cdbd2494a03fb7eb27fd6fb64b5382c435bdddec63b2866eefd28a9e71979da219209b9678612f
|
7
|
+
data.tar.gz: 86c5bd00e68afa849b3b5743447baeabe7194e605e1ea2bf3841c6f2280b1083b76a28c46f6719e03dfa0828d4ccf91a711a21ba2b8d5aee2e334ea67ae06a34
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mattbrictson/tomo-plugin-nvm/ci.yml)](https://github.com/mattbrictson/tomo-plugin-nvm/actions/workflows/ci.yml)
|
6
6
|
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattbrictson/tomo-plugin-nvm)](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm)
|
7
7
|
|
8
|
-
This is a [tomo](https://github.com/mattbrictson/tomo) plugin to manage node and yarn via nvm (instead of using the [nodenv tasks](https://tomo
|
8
|
+
This is a [tomo](https://github.com/mattbrictson/tomo) plugin to manage node and yarn via nvm (instead of using the [nodenv tasks](https://tomo.mattbrictson.com/plugins/nodenv/) that are built into tomo). The `nvm:install` task is a drop-in replacement for tomo’s `nodenv:install` task.
|
9
9
|
|
10
10
|
---
|
11
11
|
|
@@ -62,7 +62,7 @@ Installs nvm, uses nvm to install node, and makes the desired version of node th
|
|
62
62
|
|
63
63
|
You must supply a value for the `nvm_node_version` setting for this task to work. If the `nvm_yarn_version` setting is specified, yarn is also installed globally via npm. This setting is optional.
|
64
64
|
|
65
|
-
`nvm:install` is intended for use as a [setup](https://tomo
|
65
|
+
`nvm:install` is intended for use as a [setup](https://tomo.mattbrictson.com/commands/setup/) task.
|
66
66
|
|
67
67
|
## Support
|
68
68
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tomo-plugin-nvm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tomo
|
@@ -53,14 +53,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
54
54
|
- - ">="
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: '3.
|
56
|
+
version: '3.1'
|
57
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
|
-
rubygems_version: 3.5.
|
63
|
+
rubygems_version: 3.5.16
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
66
|
summary: A tomo plugin to manage node and yarn via nvm
|