sensu-plugins-ruby 0.1.3 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/bin/check-ruby-version +1 -1
- data/lib/sensu-plugins-ruby/version.rb +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea4530c1fa0d6bc969b3eed406c7291d1ed22ec0f98e21ac64c0aa214b0c0fb3
|
4
|
+
data.tar.gz: fc822af529fa923cabdaed5d7ba74c5e7eed134a714eac68d533a24b32b1a537
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a689be4e5018f487e64bf43285c95a43528f174db176811d86c3d8da0b0fc3a4086ff933e517662d40c73c03c4313134705bcfc0a1a04e414ce3797effe7ae7b
|
7
|
+
data.tar.gz: 87329a2d757416a38ef0c8a3797f4a47f875105c6fb259226dc783682571aff5b222f1468fd9a92cffeafad8dc060a33cf28c5e9c6e90cf148c7b62df29ba0d9
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.2.0] - 2020-01-13
|
10
|
+
### Changed
|
11
|
+
- use RVM master branch to validate current ruby versions
|
12
|
+
|
9
13
|
## [0.1.3] - 2019-07-30
|
10
14
|
### Fixed
|
11
15
|
- error output if updating the advisory-db failed
|
data/bin/check-ruby-version
CHANGED
@@ -26,7 +26,7 @@ require 'sensu-plugin/check/cli'
|
|
26
26
|
|
27
27
|
# Sensu plugin for checking bundle audit status
|
28
28
|
class RubyVersionCheck < Sensu::Plugin::Check::CLI
|
29
|
-
RVM_KNOWN_RUBIES_URL = 'https://raw.githubusercontent.com/rvm/rvm/
|
29
|
+
RVM_KNOWN_RUBIES_URL = 'https://raw.githubusercontent.com/rvm/rvm/master/config/known'.freeze
|
30
30
|
MIN_RUBY_VERSION = [2, 4].freeze
|
31
31
|
|
32
32
|
option :paths,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SIC! Software GmbH
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-01-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -86,7 +86,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
- !ruby/object:Gem::Version
|
87
87
|
version: '0'
|
88
88
|
requirements: []
|
89
|
-
|
89
|
+
rubyforge_project:
|
90
|
+
rubygems_version: 2.7.7
|
90
91
|
signing_key:
|
91
92
|
specification_version: 4
|
92
93
|
summary: This plugin provides checks for the used ruby version and security advisories
|