sensu-plugins-bluepill 2.0.0 → 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: aaa383724012a37a154a43d00dd82ef70a35549df179872071647732be2d5fa2
4
- data.tar.gz: 64916bc078e9c92aeeb1477ff445e8c6bcd7c85e0dd29f5e2f66e404abd6689a
3
+ metadata.gz: 25848ada5b72bc163e5f3580877aa89be099dc07c7f2a6baf19456b58572b74f
4
+ data.tar.gz: 920d915b72b90a4702303f4c55b19b95e9ad1006bad7cb59c85bdd8a7cf4a955
5
5
  SHA512:
6
- metadata.gz: 5808d16e76573af7be19b8490680894e4ffc2c19a6532281f5c670eb07528b24a804de0881e171cb44579e4ccada013c96fd3f3d65a57c86369669852c2d3afa
7
- data.tar.gz: d7020cabb8159dc07e8b9ef407f246545371f61348e1206840842d934e2c65e558a0e0d76b0daa45336477cece5d1bb8bec8f6d2bae3b498ee80b8c9dc62932d
6
+ metadata.gz: a36bfd8148aa8aa0f9d5a859fa2b7e957511e1f0508148c398e97b8a1043fefd5d70e3f4317b2edb6e371207bf5e59b78adce19d7b0dc8dee32235e1c8006f7c
7
+ data.tar.gz: 0f94aab71a34d50cda754e6da435660595d6f0709e6d29207b46d2aa57c8316b790ab821332a1af92d149ae64703d92502c7d4db7a0ae6caa2b870f0e58a04c4
@@ -5,6 +5,10 @@ This CHANGELOG follows the format laid out [here](https://github.com/sensu-plugi
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.0] - 2018-01-31
9
13
  ### Security
10
14
  - updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
@@ -44,7 +48,8 @@ This CHANGELOG follows the format laid out [here](https://github.com/sensu-plugi
44
48
  ### Changed
45
49
  - removed cruft from /lib
46
50
 
47
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-bluepill/compare/2.0.0...HEAD
51
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-bluepill/compare/3.0.0...HEAD
52
+ [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-bluepill/compare/2.0.0...3.0.0
48
53
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-bluepill/compare/1.0.0...2.0.0
49
54
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-bluepill/compare/0.0.3...1.0.0
50
55
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-bluepill/compare/0.0.2...0.0.3
data/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bluepill/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bluepill)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bluepill/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bluepill)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-bluepill.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-bluepill)
8
+ ![Community Slack](https://slack.sensu.io/badge.svg)](https://slack.sensu.io/badge)
8
9
 
9
10
  ## Functionality
10
11
 
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsBluepill
2
2
  module Version
3
- MAJOR = 2
3
+ MAJOR = 3
4
4
  MINOR = 0
5
5
  PATCH = 0
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-bluepill
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
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: english
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.2'
33
+ version: '2.4'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.2'
40
+ version: '2.4'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  requirements: []
205
205
  rubyforge_project:
206
- rubygems_version: 2.7.4
206
+ rubygems_version: 2.7.6
207
207
  signing_key:
208
208
  specification_version: 4
209
209
  summary: Bluepill process supervisor plugins