sensu-plugins-memory-checks 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/bin/check-memory.sh +1 -1
- data/lib/sensu-plugins-memory-checks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d2f4423277e52ae2eeea2d484fd78bace17403c
|
4
|
+
data.tar.gz: d21cf78d48370fe3fc3ded62c2202148048550f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: defdd9f722e46127465c71adeab6561529bb81479ec98c785562ac14d3d7b1b4dd798eabcb369e0ff3b30a240680a347834819103fa19985639ad26b7fe20d82
|
7
|
+
data.tar.gz: 54639ba008776797ddad4de5109b54eb2abd9613c12f60516fe132c23c2d7ce4b37670178272fd01be503dd9cf20aa0e1d5451418ef6f0964d07cac9cf60619b
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ 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]
|
7
|
+
## [3.0.1] - 2017-07-07
|
8
|
+
### Fixed
|
9
|
+
- check-memory.sh: fixed a syntax error preventing it from running (@majormoses)
|
10
|
+
|
7
11
|
### [3.0.0] - 2017-07-07
|
8
12
|
### Added
|
9
13
|
- ruby 2.4 testing (@majormoses)
|
@@ -105,7 +109,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
105
109
|
### Added
|
106
110
|
- initial release
|
107
111
|
|
108
|
-
[unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.
|
112
|
+
[unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...HEAD
|
113
|
+
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.0...3.0.1
|
109
114
|
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.1.0...3.0.0
|
110
115
|
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...2.1.0
|
111
116
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.2...2.0.0
|
data/bin/check-memory.sh
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-memory-checks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sensu Plugins and contributors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|