sensu-plugins-apache 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: fb8189e1eab8aeaa5f033d03c01b045099104ba713b7ddb048e5c6bababffa22
4
- data.tar.gz: 71727f6d139b72a09619c520032685a4fbbc6cfe2604f1e5690a2dfd300dd44e
3
+ metadata.gz: 5ef21285ecae99cf3a81a7b97c66bbfbba7cac860f85c45d3c47c38b0c509bf3
4
+ data.tar.gz: 9a111be72ebe923a27c536d31a8728596ec2c708ca6e9c7c0c0e6daeb745595b
5
5
  SHA512:
6
- metadata.gz: 1736987c23705c361006c3364a95e2cc2b550584b63f7859b10664e37a61f7e547b28532d529ac1efee515822df8665563c6799f3d104cd7442868dd9d3d71a9
7
- data.tar.gz: 8f968bad6bf06db024fdbe54739696848e9dae98c49a250af4e9020af83c857d38befc549cbaec49830886742d0134058520d921369224ef7106f74959376cf2
6
+ metadata.gz: 778099e4cebe5fb39a7e5774f3c118da5a82b7729c2dd12b3affbdae404a37dc7f86bacbd478849f77bbe58f4719bb07784169a0a669389cefd93ef6770ac0e9
7
+ data.tar.gz: 1a546b5c54a63750956c70ec2a3f85d2f4a0ca0dab4ff6dab4768cea1b8ba5fb53909de46777d4889772c11a73ec2ced222f4688c46abbe460fbd1a38be56e66
@@ -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] - 2017-12-21
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)
@@ -47,7 +51,8 @@ This CHANGELOG follows the format laid out [here](https://github.com/sensu-plugi
47
51
  ### Added
48
52
  - initial release
49
53
 
50
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-apache/compare/2.0.0...HEAD
54
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-apache/compare/3.0.0...HEAD
55
+ [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-apache/compare/2.0.0...3.0.0
51
56
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-apache/compare/1.0.0...2.0.0
52
57
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-apache/compare/0.0.5...1.0.0
53
58
  [0.0.5]: https://github.com/sensu-plugins/sensu-plugins-apache/compare/0.0.4...0.0.5
data/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-apache/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-apache)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-apache/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-apache)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-apache.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-apache)
8
+ ![Community Slack](https://slack.sensu.io/badge.svg)](https://slack.sensu.io/badge)
8
9
 
9
10
  ## Functionality
10
11
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module SensuPluginsApache
4
4
  module Version
5
- MAJOR = 2
5
+ MAJOR = 3
6
6
  MINOR = 0
7
7
  PATCH = 0
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-apache
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: 2017-12-21 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: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  requirements: []
179
179
  rubyforge_project:
180
- rubygems_version: 2.7.3
180
+ rubygems_version: 2.7.6
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: Sensu plugins for the apache webserver