tomo-plugin-nvm 1.1.4 → 1.2.0

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: 833c15f9cd0a0d965c5f8e800277523236efc98461a1965d47e9c9af980e978b
4
- data.tar.gz: 740e49c1c964a48b18df82d77ec3564ae60465e81d5d9ba97c7a63e9ec402ef3
3
+ metadata.gz: 2fa01ce9ca36de956f5d3a426b191b9d2e5c5bad756e65d2d55041c9a2702564
4
+ data.tar.gz: 1c08724937e34f9b6f72eebcc5bf64d36522f256c09261a6f7a8c65d62f56edb
5
5
  SHA512:
6
- metadata.gz: e7ea2344b72e84816836c547720fcc90eadbd2b4dc4230236f42e97da9ff2751cb40dde57c84b172a0b64c5ff772bfacaa19d728f659ecc9d07ae5251f26270b
7
- data.tar.gz: a9fe81548143b8bdb586a9dfd56eb50b0da1d7d569111cfd525fa205bbb877d9534fce95de704c38372669d4d115369b433b74929f5e6452b05f2d4411ddd854
6
+ metadata.gz: 39e5cb81a1d723872469142f98b0e7606d598dee13abb61cc471e4a7710116d6c8eddda81f6aea4a4fbdff97294d56fdd7ac3508bb31bf26b60e8d88770e31b6
7
+ data.tar.gz: 783447bbce379f1d75f667d6c46b5f245a93fb93f441f76d3409811cc50861c2a74679db444a63b721c85f836f40d58532e344c9a1b81143b296133560efda51
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Matt Brictson
3
+ Copyright (c) 2023 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,7 @@
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
- [![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)
4
+ [![Build Status](https://mattbrictson.semaphoreci.com/badges/tomo-plugin-nvm/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/tomo-plugin-nvm)
5
5
  [![Code Climate](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/tomo-plugin-nvm)
6
6
 
7
7
  This is a [tomo](https://github.com/mattbrictson/tomo) plugin to manage node and yarn via nvm (instead of using the [nodenv tasks](https://tomo-deploy.com/plugins/nodenv/) that are built into tomo). The `nvm:install` task is a drop-in replacement for tomo’s `nodenv:install` task.
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Nvm
7
- VERSION = "1.1.4".freeze
7
+ VERSION = "1.2.0".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.4
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-29 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -53,14 +53,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
- version: '2.6'
56
+ version: '3.0'
57
57
  required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
- rubygems_version: 3.3.22
63
+ rubygems_version: 3.4.13
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: A tomo plugin to manage node and yarn via nvm