sensu-plugins-consul 0.0.3 → 0.0.4
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/sensu-plugins-consul/version.rb +1 -1
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63da30ddced9a6350ce811322511931ff4987bf8
|
|
4
|
+
data.tar.gz: d0a48138d067d26511e582d3303129d9ebc051ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ac9dfa593b7ef081922cf60c6f98ef481895e14b9a7d9ed81878e8a73cc5746b7ddb138815412ad0a2501a64032cd59bf4933955e6e74773683688931b2a764
|
|
7
|
+
data.tar.gz: 823b38000340a111a97defb2dc8f3dbc44c81944a909de886b1ed2f277e75cc071012a611dc46d700a6dc17f10298550119e5ad49cfe1586029890b350db00d5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
4
4
|
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
|
|
5
5
|
|
|
6
6
|
## Unreleased][unreleased]
|
|
7
|
+
|
|
8
|
+
## [0.0.3] - 2015-07-14
|
|
9
|
+
### Changed
|
|
10
|
+
- updated sensu-plugin gem to 1.2.0
|
|
11
|
+
|
|
7
12
|
### Fixed
|
|
8
13
|
- Added check to support removing of failed consul nodes from the cluster
|
|
9
14
|
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Sensu-Plugins-consul
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.org/sensu-plugins/sensu-plugins-consul)
|
|
3
|
+
[ ](https://travis-ci.org/sensu-plugins/sensu-plugins-consul)
|
|
4
4
|
[](http://badge.fury.io/rb/sensu-plugins-consul)
|
|
5
5
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-consul)
|
|
6
6
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-consul)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-consul
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu Plugins and contributors
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
|
|
31
31
|
HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2015-
|
|
33
|
+
date: 2015-07-14 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: sensu-plugin
|
|
@@ -38,14 +38,14 @@ dependencies:
|
|
|
38
38
|
requirements:
|
|
39
39
|
- - '='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 1.
|
|
41
|
+
version: 1.2.0
|
|
42
42
|
type: :runtime
|
|
43
43
|
prerelease: false
|
|
44
44
|
version_requirements: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
46
|
- - '='
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 1.
|
|
48
|
+
version: 1.2.0
|
|
49
49
|
- !ruby/object:Gem::Dependency
|
|
50
50
|
name: rest-client
|
|
51
51
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|