sensu-plugins-beanstalk 2.0.1 → 3.0.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 +6 -1
- data/README.md +1 -0
- data/lib/sensu-plugins-beanstalk/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69678a441197d7808c64dc5c70fe487f1778b90a31a2fa447e8a8bdefba56ab8
|
4
|
+
data.tar.gz: 7cf722e47cc556f7886ffe790e3da672a83da1f529f6f5cfd883857ec310d1aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10fb13f7bff2dd984cd58b372c258d33178e64fe1dcb9da2c2151656733777425d0cfb14eff873be8874710b7f1ac3539f49a7a6b4586ec948d83a072ba467b1
|
7
|
+
data.tar.gz: 251ab5a20b6172dc8a9f861dddac7e88338aa7cebcfc65b9b1579fbe17d51b7e4397d0359660a394d0a7ecc89ac8f89eab1125f34c6aaaac811b4074615bece9
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [3.0.0] - 2018-04-28
|
9
|
+
### Breaking Changes
|
10
|
+
- bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@majormoses)
|
11
|
+
|
8
12
|
## [2.0.1] - 2012-02-01
|
9
13
|
### Fixed
|
10
14
|
- fixed install issue with development dependencies with `test-kitchen` being unsatisfied with `1.17.0` as it requires ruby 2.3 or later (@majormoses)
|
@@ -59,7 +63,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
59
63
|
### Added
|
60
64
|
- initial release
|
61
65
|
|
62
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/
|
66
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/3.0.0...HEAD
|
67
|
+
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/2.0.1...3.0.0
|
63
68
|
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/2.0.0...2.0.1
|
64
69
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/1.1.0...2.0.0
|
65
70
|
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-beanstalk/compare/1.1.0...1.2.0
|
data/README.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-beanstalk/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-beanstalk)
|
6
6
|
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-beanstalk/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-beanstalk)
|
7
7
|
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-beanstalk.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-beanstalk)
|
8
|
+
![Community Slack](https://slack.sensu.io/badge.svg)](https://slack.sensu.io/badge)
|
8
9
|
|
9
10
|
## Functionality
|
10
11
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-beanstalk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
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: 2018-
|
11
|
+
date: 2018-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '2.4'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '2.4'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: beaneater
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -305,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
305
305
|
version: '0'
|
306
306
|
requirements: []
|
307
307
|
rubyforge_project:
|
308
|
-
rubygems_version: 2.7.
|
308
|
+
rubygems_version: 2.7.6
|
309
309
|
signing_key:
|
310
310
|
specification_version: 4
|
311
311
|
summary: Sensu plugins for beanstalk
|