tomo-plugin-nvm 1.2.0 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +4 -3
- data/lib/tomo/plugin/nvm/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e8c9ae2d2ca4f20bf475dfb74518799df5a2aef2384aeb67f52690ac61d92c2
|
4
|
+
data.tar.gz: 8791bb3d13f43445f0d144a089a3b0078d07a8cbaa8465a4645091cee3726dfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18ab4e5dbed5ad26161b280a95a5704ddb44748f7088e25c55483cfaa24064ec0b2cfa69e4f217365fffa3756aafbd15fc11b70098153da06a495d48e827d512
|
7
|
+
data.tar.gz: 5cf4ec62e494391ad4bb4a9ba0b76fa3942c2ae3f5e6568687ff030fd8f9d1b829c767a834460dda12722602d176426f1f9c61bf4452fa095d83bb8c99038a38
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
# tomo-plugin-nvm
|
2
2
|
|
3
|
-
[![Gem Version](https://
|
4
|
-
[![
|
5
|
-
[![
|
3
|
+
[![Gem Version](https://img.shields.io/gem/v/tomo-plugin-nvm)](https://rubygems.org/gems/tomo-plugin-nvm)
|
4
|
+
[![Gem Downloads](https://img.shields.io/gem/dt/tomo-plugin-nvm)](https://www.ruby-toolbox.com/projects/tomo-plugin-nvm)
|
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
|
+
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattbrictson/tomo-plugin-nvm)](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm)
|
6
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-deploy.com/plugins/nodenv/) that are built into tomo). The `nvm:install` task is a drop-in replacement for tomo’s `nodenv:install` task.
|
8
9
|
|
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.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tomo
|
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
requirements: []
|
63
|
-
rubygems_version: 3.
|
63
|
+
rubygems_version: 3.5.3
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
66
|
summary: A tomo plugin to manage node and yarn via nvm
|