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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e1171227cfda73b08dee203a2542dd3b0d9652ab11d0d4e961ab86d6b06853b
4
- data.tar.gz: dfaa5b6bdff23971b15e669e1e38b3e001a3f7860806f4fd1f20b6a01a34bc8b
3
+ metadata.gz: 69678a441197d7808c64dc5c70fe487f1778b90a31a2fa447e8a8bdefba56ab8
4
+ data.tar.gz: 7cf722e47cc556f7886ffe790e3da672a83da1f529f6f5cfd883857ec310d1aa
5
5
  SHA512:
6
- metadata.gz: c9b7707258fce6e3cfad9766c5d4700b1fe7add0c0c6dff8b671f04ca8bb8de4b0e81590e08815e4886a4f9a32a234d589043f885f8965e98c38e8c21a56d4a1
7
- data.tar.gz: 30d8ca97f97c9215492c9ed834f0bb987c4ea00a049c389c3c8e3a75e44cd0fa25da9604b8cacaeb9d52a0764543fddfec118946a32c028683dbb77fa9fb84d5
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/2.0.0...HEAD
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
 
@@ -1,8 +1,8 @@
1
1
  module SensuPluginsBeanstalk
2
2
  module Version
3
- MAJOR = 2
3
+ MAJOR = 3
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
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: 2.0.1
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-02-01 00:00:00.000000000 Z
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: '1.2'
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: '1.2'
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.4
308
+ rubygems_version: 2.7.6
309
309
  signing_key:
310
310
  specification_version: 4
311
311
  summary: Sensu plugins for beanstalk