tomo-plugin-nvm 1.3.3 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b698b778c2d08b24ef9da6747720a7e4a69d4c24921f7f9302a556f0b97ad882
4
- data.tar.gz: b2f048ca1156bba485321d65855065373c36875ebe02867a31735e4a79329482
3
+ metadata.gz: 5e8bc973503e238cd6f112fecd798333c11fa95f173160c592dd2c3b13b4d99e
4
+ data.tar.gz: a86a3a2844bb77b26b3e73c86df3ee9c45bb04fce72dc1f76a72917e365db1d2
5
5
  SHA512:
6
- metadata.gz: e4f048e3a80af5aa10bf798df9c935cf084fca9789396da74f767f9861b8e71ca8ba88d7159c764c4f3dd6a4b97a6871b7bb049fa1bf1c3f5e2cbc0e5f653cbb
7
- data.tar.gz: 62eea27b59dbd73cfeca2886758ca1b62e4dc1460273370ec17e51d1364f92277986fc3e9d0b90be4f3f97d9213fffe04898dccba894a9551352cdf9d9cc70d3
6
+ metadata.gz: 2c58bc997e6f9e9a6328e745488324725d238ad08c2667a045e7c6af6149dc33fca527046bc34663270284d23fc8902ce2a6fb56423417a09b45d34e4534d4de
7
+ data.tar.gz: 07521d4876628ebfd99c89a9666d4fd6586ad6e1a7508b2c2c3488b2d9e95121974a235600efae8e09f4e03bcf948e04e3a48eac96fbe55a44e3b15d769db1c0
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![Gem Version](https://img.shields.io/gem/v/tomo-plugin-nvm)](https://rubygems.org/gems/tomo-plugin-nvm)
4
4
  [![Gem Downloads](https://img.shields.io/gem/dt/tomo-plugin-nvm)](https://www.ruby-toolbox.com/projects/tomo-plugin-nvm)
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
- [![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattbrictson/tomo-plugin-nvm)](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm)
7
6
 
8
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.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
8
 
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Nvm
7
- VERSION = "1.3.3".freeze
7
+ VERSION = "1.4.0".freeze
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-nvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -50,7 +50,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: '3.1'
53
+ version: '3.2'
54
54
  required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - ">="