tomo-plugin-nvm 1.3.1 → 1.3.2

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: 4b9d6883939faa7ddc2f29bae5c0cccfdad9f1f02cf5d5faa0ce3b3e65a08020
4
- data.tar.gz: c5dd93b100ccf5ea8ad3950aa5a5b4b5af0686d192c9f3055b3262323c6f5788
3
+ metadata.gz: '0594d8c26d21661fc71da15235e0434b672d40eb587cac2062672d1410cf9c43'
4
+ data.tar.gz: '08fd3d7ba3315089f42f8fbfc791b2d3ee13bc13811a97b4c153aa0337cc883a'
5
5
  SHA512:
6
- metadata.gz: 63fb78c50aa4c01d828795f1f2f7a87228d41fc91a360f121c35a120237cc2e6390c423384041ea71d2740f558d1d31920b5cc51317562efeb15e4556d749237
7
- data.tar.gz: 3385f5d33490f26cfd807b53215a4fb03957286e35fe5920f418b58a3366fe106160d0d1cfcf353ba55b3cfafd3cfda1c23654289e69d1e9d192ee0042c8d8e4
6
+ metadata.gz: 0e86893842504aed62f1355e99d99b51570c1db1115ceb2373c365700915c47aa42404a3dbcfd678d71c8eeb2ad0690c8b86294e305090ec0100ba256c804189
7
+ data.tar.gz: bd1b0c79f3b723c66aa77e021cadcfd5d0e13d9fb127e7edf381e9ddad0fb2f8a508a24800a89ddec95de821dadc2d1f4dd11a978859e4788bf451fca524f0a3
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Matt Brictson
3
+ Copyright (c) 2025 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
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Nvm
7
- VERSION = "1.3.1".freeze
7
+ VERSION = "1.3.2".freeze
8
8
  end
metadata CHANGED
@@ -1,14 +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.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-12 00:00:00.000000000 Z
10
+ date: 2025-04-05 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: tomo
@@ -24,7 +23,6 @@ dependencies:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
25
  version: '1.0'
27
- description:
28
26
  email:
29
27
  - opensource@mattbrictson.com
30
28
  executables: []
@@ -45,7 +43,6 @@ metadata:
45
43
  source_code_uri: https://github.com/mattbrictson/tomo-plugin-nvm
46
44
  homepage_uri: https://github.com/mattbrictson/tomo-plugin-nvm
47
45
  rubygems_mfa_required: 'true'
48
- post_install_message:
49
46
  rdoc_options: []
50
47
  require_paths:
51
48
  - lib
@@ -60,8 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
57
  - !ruby/object:Gem::Version
61
58
  version: '0'
62
59
  requirements: []
63
- rubygems_version: 3.5.23
64
- signing_key:
60
+ rubygems_version: 3.6.6
65
61
  specification_version: 4
66
62
  summary: A tomo plugin to manage node and yarn via nvm
67
63
  test_files: []