tomo-plugin-nvm 1.0.1 → 1.1.1

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: d2fdcdc79a43cca1a7d7b8f8a91b83675cf93e5b40fd7e7bf3ca7db573414f95
4
- data.tar.gz: cc03976c3e0cc72be6f02b41f89e1652b36c8ddcaaaa367ad4b7ad65ef42ee4c
3
+ metadata.gz: ce78f009fa8208474b64b6a1be0b2acede2d783acd05e7bf857d5cd7f745d10e
4
+ data.tar.gz: 9ecee4279a09ec40e13645232cf0e2add79b7cd737b82478d433644f6f3d6e52
5
5
  SHA512:
6
- metadata.gz: d914a710197b5bb86ccb4634b0aea9a2dae07e424ed16c983b46903abca0a2d2a58a3754bca7e5a56d80ca915fc35863bed947e7417b95a3b6a87a5c0de7f977
7
- data.tar.gz: 24b03402b99b443e5ed7663c470acc4cd597c9212469c8b794e55d24ee4c510e6a6dfb55306f1a257156037ca0918e33ffece9d89b37fff7755d4206c74bdaa9
6
+ metadata.gz: d5cdc6c365e3d05160e37f31e8d1a67945e046cd913368c6ec8cb676d58dd43991a7c3dd40b23b53efe5f1e624c7d25eb41b8db22e5d8ad0e3fa5df338fba327
7
+ data.tar.gz: daa9f008cb3d6a1acf36f55257de317851fdd1cadf9ed7b2b3fccd99692dc1e59713112d11afb8ecc110e7f09a1283a0dec0ec9acb636fd21bd6e4188f353c02
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 Matt Brictson
3
+ Copyright (c) 2021 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
@@ -1,7 +1,6 @@
1
1
  # tomo-plugin-nvm
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/tomo-plugin-nvm.svg)](https://rubygems.org/gems/tomo-plugin-nvm)
4
- [![Travis](https://img.shields.io/travis/mattbrictson/tomo-plugin-nvm.svg?label=travis)](https://travis-ci.org/mattbrictson/tomo-plugin-nvm)
5
4
  [![Circle](https://circleci.com/gh/mattbrictson/tomo-plugin-nvm/tree/main.svg?style=shield)](https://app.circleci.com/pipelines/github/mattbrictson/tomo-plugin-nvm?branch=main)
6
5
  [![Code Climate](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm)
7
6
 
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Nvm
7
- VERSION = "1.0.1".freeze
7
+ VERSION = "1.1.1".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.1
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-02 00:00:00.000000000 Z
11
+ date: 2021-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -52,14 +52,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
- version: 2.5.0
55
+ version: 2.6.0
56
56
  required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  requirements: []
62
- rubygems_version: 3.1.4
62
+ rubygems_version: 3.2.26
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: A tomo plugin to manage node and yarn via nvm