tomo-plugin-nvm 1.1.1 → 1.1.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: ce78f009fa8208474b64b6a1be0b2acede2d783acd05e7bf857d5cd7f745d10e
4
- data.tar.gz: 9ecee4279a09ec40e13645232cf0e2add79b7cd737b82478d433644f6f3d6e52
3
+ metadata.gz: cedffdca2aabf850d2ecaab03280d2a0c9657927ac4d59c74f832b1b9a40ad6f
4
+ data.tar.gz: cb075fc1fb5a6b109c2a21110fa8a81fbb9c63a48dc15f210ef417f7db60da18
5
5
  SHA512:
6
- metadata.gz: d5cdc6c365e3d05160e37f31e8d1a67945e046cd913368c6ec8cb676d58dd43991a7c3dd40b23b53efe5f1e624c7d25eb41b8db22e5d8ad0e3fa5df338fba327
7
- data.tar.gz: daa9f008cb3d6a1acf36f55257de317851fdd1cadf9ed7b2b3fccd99692dc1e59713112d11afb8ecc110e7f09a1283a0dec0ec9acb636fd21bd6e4188f353c02
6
+ metadata.gz: f6183bbce9a04d6e373d0276b5152f1432abf6e183cf3c5e387aa1c8296afd785653e2d7aec0189eedc3ddc14e8ba5830e4cf39b751eea2f35426e9e37c5ce2f
7
+ data.tar.gz: 53b9ff9e376ea0938d22d4877d2cc8ead1ae4a1e3b048a99bc680ab60e13e4573719319b092993e3fa983eac0bdd55877d5abb95f908f7407da7fe41f0e1836c
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Matt Brictson
3
+ Copyright (c) 2022 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.1.1".freeze
7
+ VERSION = "1.1.2".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.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-11 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -44,6 +44,7 @@ metadata:
44
44
  changelog_uri: https://github.com/mattbrictson/tomo-plugin-nvm/releases
45
45
  source_code_uri: https://github.com/mattbrictson/tomo-plugin-nvm
46
46
  homepage_uri: https://github.com/mattbrictson/tomo-plugin-nvm
47
+ rubygems_mfa_required: 'true'
47
48
  post_install_message:
48
49
  rdoc_options: []
49
50
  require_paths:
@@ -59,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
60
  - !ruby/object:Gem::Version
60
61
  version: '0'
61
62
  requirements: []
62
- rubygems_version: 3.2.26
63
+ rubygems_version: 3.3.8
63
64
  signing_key:
64
65
  specification_version: 4
65
66
  summary: A tomo plugin to manage node and yarn via nvm