tomo-plugin-nvm 1.0.3 → 1.1.2

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: 7c268ee061d47ae8a7c52f2f493096ba1bb2f7b92bd35cd129c2514e10c618f1
4
- data.tar.gz: 551808378c342baad174ba70cd2db58a3c3c1dc5a026bbdb4701689182da7986
3
+ metadata.gz: cedffdca2aabf850d2ecaab03280d2a0c9657927ac4d59c74f832b1b9a40ad6f
4
+ data.tar.gz: cb075fc1fb5a6b109c2a21110fa8a81fbb9c63a48dc15f210ef417f7db60da18
5
5
  SHA512:
6
- metadata.gz: 39c40ee46df86666d584c029646616acba5038dbb53b88d826e4aa285fe59c6f7c67cad0d70d311a43f1f37e10e792fbc2ae95ecc8b18731e489c54e31c8e070
7
- data.tar.gz: b614aa2323db80eae7dc028a504317ee330b182ed2d4e9302137e3a62a0064642482279ca3c24a0902fd78e02d019114ac2ecabcc09ccec65cce77e98a20d39e
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.0.3".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.0.3
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-02-13 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:
@@ -52,14 +53,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
52
53
  requirements:
53
54
  - - ">="
54
55
  - !ruby/object:Gem::Version
55
- version: 2.5.0
56
+ version: 2.6.0
56
57
  required_rubygems_version: !ruby/object:Gem::Requirement
57
58
  requirements:
58
59
  - - ">="
59
60
  - !ruby/object:Gem::Version
60
61
  version: '0'
61
62
  requirements: []
62
- rubygems_version: 3.2.7
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