tomo-plugin-nvm 1.3.2 → 1.3.4

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: '0594d8c26d21661fc71da15235e0434b672d40eb587cac2062672d1410cf9c43'
4
- data.tar.gz: '08fd3d7ba3315089f42f8fbfc791b2d3ee13bc13811a97b4c153aa0337cc883a'
3
+ metadata.gz: 2a652bf2844a301a7152e0dd1eff1612e13b07a4832ab84b95fe619fd0fe05f1
4
+ data.tar.gz: 23ee18891d328fd396bcf8baa629e7f683c2b0bcec814fd3a9a79f9f34a33505
5
5
  SHA512:
6
- metadata.gz: 0e86893842504aed62f1355e99d99b51570c1db1115ceb2373c365700915c47aa42404a3dbcfd678d71c8eeb2ad0690c8b86294e305090ec0100ba256c804189
7
- data.tar.gz: bd1b0c79f3b723c66aa77e021cadcfd5d0e13d9fb127e7edf381e9ddad0fb2f8a508a24800a89ddec95de821dadc2d1f4dd11a978859e4788bf451fca524f0a3
6
+ metadata.gz: 28a10e98a78a8f62c60f8f2afd13547bc7d16429c63b9ebef00c02e2392a4b1185426c8c18f1da5b08df755b35f73a7f620243aee60b09bba8ff6827e8069588
7
+ data.tar.gz: ae706aa5ddd52073d568d6c60faf108154e4a70bf7393ce01f0f16991a5c4101131ae145bad496f226ea8d161ab23685b699c9e2dfdb2678bd7ffd9a5f18a487
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.2".freeze
7
+ VERSION = "1.3.4".freeze
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-nvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-04-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: tomo
@@ -50,14 +50,14 @@ 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
  - - ">="
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.6.6
60
+ rubygems_version: 3.6.9
61
61
  specification_version: 4
62
62
  summary: A tomo plugin to manage node and yarn via nvm
63
63
  test_files: []