tomo-plugin-nvm 1.2.1 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac4e9d427c1308dab7ecfac85ed7a6fbd9d1d5ea52fbf74ef522491412596127
4
- data.tar.gz: 59ad60e23becf8d95a2c0d87518f703832f049b5820ec3e914d6acdec6432fe2
3
+ metadata.gz: 1fcbd73afaa7face9cd50280df067a34185323717c8315ac94ac9752841ed26a
4
+ data.tar.gz: 635edf594579bf36a66141d396db5ef9daf7e2695264dfe01164665d67ad889d
5
5
  SHA512:
6
- metadata.gz: b1c987674e98d8dde6a111c34fe487c0d676876960c3f521f110f4078677908e75ad22c50b8fb8d2a5557c54ef35dc3e79592595ddfb8d7b1838ebbb8f3129e5
7
- data.tar.gz: 305fc5b865fb17a9c494e070e01668e271e2daa9aaf33e5dfc7facd0e36189066ecc489d46fa7e90c2ea19f37d7827f2e27c0c64c028bb098f166aafa483f115
6
+ metadata.gz: 7aabac2a9a7e4a41cbbe66280341a2572602fe7e0f3025781402edafa06786c32896a1c92e583afa6f0bec3bb19e85c0126346a5cfb101bf429ce9865742b3ef
7
+ data.tar.gz: 2ecdbe33deaef1a624b0c72fb4a4dcc4a54a681f7a8a0390a780997aa9b6890123aa3166ab62413892ee6376088c318dfebe97317d9e65ca191c2ab9a701c454
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Matt Brictson
3
+ Copyright (c) 2024 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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-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
+ 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-deploy.com/commands/setup/) task.
65
+ `nvm:install` is intended for use as a [setup](https://tomo.mattbrictson.com/commands/setup/) task.
66
66
 
67
67
  ## Support
68
68
 
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Nvm
7
- VERSION = "1.2.1".freeze
7
+ VERSION = "1.2.3".freeze
8
8
  end
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.1
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-03 00:00:00.000000000 Z
11
+ date: 2024-04-12 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.4.19
63
+ rubygems_version: 3.5.8
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: A tomo plugin to manage node and yarn via nvm