tomo-plugin-nvm 1.1.3 → 1.1.5
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 +1 -1
- 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: 4daeb33b49c40e68df009eb556b134e3d03e5d43cf6f49bd5d9206525269d861
|
4
|
+
data.tar.gz: 9b2db8edb2059dc275e2b363b9df3b01adbd344eadc9dfa01c181c89d2043d59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73171c7f1d25d6c24f61c2b07d8e08db22a4d7ff8effe2ca0845b5f902c2aea5ebc4fb32a428fdee0142a327b5b79d22081638b8439ef9015b98dfee98ddb059
|
7
|
+
data.tar.gz: '09046e8eeda6a73e863dce22fbeecd8b772cfc46370010ed644f42e45a37153abbbfc72dc0f70cae1749a3907a47c4a5a2321905bfc7f98bc58f331d67921eba'
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# tomo-plugin-nvm
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/tomo-plugin-nvm.svg)](https://rubygems.org/gems/tomo-plugin-nvm)
|
4
|
-
[![
|
4
|
+
[![Build Status](https://mattbrictson.semaphoreci.com/badges/tomo-plugin-nvm/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/tomo-plugin-nvm)
|
5
5
|
[![Code Climate](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm)
|
6
6
|
|
7
7
|
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.
|
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.1.
|
4
|
+
version: 1.1.5
|
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: 2023-02-19 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.4.7
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
66
|
summary: A tomo plugin to manage node and yarn via nvm
|