sensu-plugins-openldap 1.0.0 → 1.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 +5 -2
- data/bin/metrics-ldap.rb +1 -1
- data/lib/sensu-plugins-openldap/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: c82b3e82ef78bb8fa9c42d697e5584bc572c3bfa
|
4
|
+
data.tar.gz: 5f1983563e7da304804992106c5eb08c27da59dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f21126689c1aeb56df9f368207454e0ddaf6f304e1a5e8c3dd2cd02f10a091d32aff591323c3184e51880691360f2a70ef7e8c819bc3369d1d68c53bfd8d8d1
|
7
|
+
data.tar.gz: e5a094f3c50ac85197d6710b9ea1b341ad55be92adabb05dc59fc9244dafabf48001c2eef78d1953ab0164f5d2d0fcc931d5e2727164b7de288a26425cdef5b5
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1
|
-
#Change Log
|
1
|
+
# Change Log
|
2
2
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
3
3
|
|
4
4
|
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
|
+
### [1.0.1]
|
8
|
+
- Fix #3 : metrics-ldap.rb Error Cannot connect to (@roumano)
|
7
9
|
|
8
10
|
## [1.0.0] - 2017-01-17
|
9
11
|
### Added
|
@@ -28,7 +30,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
28
30
|
### Added
|
29
31
|
- initial release
|
30
32
|
|
31
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/1.0.
|
33
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/1.0.1...HEAD
|
34
|
+
[1.0.1]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/1.0.0...1.0.1
|
32
35
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/0.0.3...1.0.0
|
33
36
|
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/0.0.2...0.0.3
|
34
37
|
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-openldap/compare/0.0.1...0.0.2
|
data/bin/metrics-ldap.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-openldap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.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-
|
11
|
+
date: 2017-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|