tomo-plugin-nvm 1.0.2 → 1.0.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: 1a8c204727b808dc4206d51496e12796563fd27bc134f0f945c198d00c33ba17
4
- data.tar.gz: 2728235773ac43aa7b8ece6f192722d84f8edad74bd3c761926d0e952d9ef9b0
3
+ metadata.gz: 7c268ee061d47ae8a7c52f2f493096ba1bb2f7b92bd35cd129c2514e10c618f1
4
+ data.tar.gz: 551808378c342baad174ba70cd2db58a3c3c1dc5a026bbdb4701689182da7986
5
5
  SHA512:
6
- metadata.gz: aa9b47369aac06260b07c720404b3aa5662f589e8a27361a510571f3789027cfb123b9e1d94b407906ca7416960f6ad0571732020a610414e85c84f1b9e16d5b
7
- data.tar.gz: e1b2f04b947743e50ecdaec91d2d3bbff187fb1a42090400d79458937f64f7ae9f65415c0952f2d544daa340f837be5afa7fa2bc8a3aa7a603ec433835e0d628
6
+ metadata.gz: 39c40ee46df86666d584c029646616acba5038dbb53b88d826e4aa285fe59c6f7c67cad0d70d311a43f1f37e10e792fbc2ae95ecc8b18731e489c54e31c8e070
7
+ data.tar.gz: b614aa2323db80eae7dc028a504317ee330b182ed2d4e9302137e3a62a0064642482279ca3c24a0902fd78e02d019114ac2ecabcc09ccec65cce77e98a20d39e
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/com/mattbrictson/tomo-plugin-nvm.svg?label=travis)](https://travis-ci.com/github/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.2".freeze
7
+ VERSION = "1.0.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.0.2
4
+ version: 1.0.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: 2020-11-05 00:00:00.000000000 Z
11
+ date: 2021-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  requirements: []
62
- rubygems_version: 3.1.4
62
+ rubygems_version: 3.2.7
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: A tomo plugin to manage node and yarn via nvm