sensu-plugins-uptime-checks 3.0.0 → 3.1.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: 93aeb425820882f669f139c14f77ccdc652e92ec85155f397bda2eee90e30b65
4
- data.tar.gz: 9af8a8fcae6043a46c72e310f1307a25701cfd33666523dad410ceed738423a8
3
+ metadata.gz: c4863501e07af1962dbd17f7c7b2549afab3f3b04140280b18fca5c4c3fd8c7e
4
+ data.tar.gz: d9c1f7741a2ae51dbff4449036446fc6fa7168b4ca7b9c8aef9eb9d863daed4c
5
5
  SHA512:
6
- metadata.gz: e2627c3ca1293035c8e572abf596a112384b3f34545564a63878b6319a286c4db52a58c748d024e2d60736d51d487f3ca710b69b845e1fa3a6514025319f2595
7
- data.tar.gz: 06f6bb30959bfc0aa0d9c51d88d47ea69671ed10101774c605ec32f46a525a1edbe442f3c90c40bae1d76f91f45a84991953fceca4b34769778e937ff6047128
6
+ metadata.gz: 88b467fedaac944113da1ea13f41173c24b97c13c995464ce659dbedca0654ae751e64f58c8238d12924c58753e0ccef575f915ff071c47be83cbdf9b79540a8
7
+ data.tar.gz: ce342c667a394293ed3fa106c24b17430a11ba691886dea99fcc093f66f4925bb37f7f8718552ebf8df2903e01174b6c2b944ea06356e4470602d5d864419bc7
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ This Changelog following the conventions laid out [here](https://github.com/sens
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.1.0] - 2019-12-09
9
+ ### Added
10
+ - Updated asset build targets
11
+
8
12
  ## [3.0.0] - 2019-06-28
9
13
  ### Breaking Changes
10
14
  - Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
@@ -60,7 +64,8 @@ This Changelog following the conventions laid out [here](https://github.com/sens
60
64
  ### Added
61
65
  - initial release
62
66
 
63
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.0.0...HEAD
67
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.1.0...HEAD
68
+ [3.1.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/3.0.0...3.1.0
64
69
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/2.0.0...3.0.0
65
70
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/1.2.0...2.0.0
66
71
  [1.2.0]: https://github.com/sensu-plugins/sensu-plugins-uptime-checks/compare/1.1.0...1.2.0
@@ -1,7 +1,7 @@
1
1
  module SensuPluginsUptimeChecks
2
2
  module Version
3
3
  MAJOR = 3
4
- MINOR = 0
4
+ MINOR = 1
5
5
  PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-uptime-checks
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.1.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: 2019-06-28 00:00:00.000000000 Z
11
+ date: 2019-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -155,8 +155,8 @@ description: |-
155
155
  for metrics collection, including: uptime and idletime metrics
156
156
  email: "<sensu-users@googlegroups.com>"
157
157
  executables:
158
- - check-uptime.rb
159
158
  - metrics-uptime.rb
159
+ - check-uptime.rb
160
160
  extensions: []
161
161
  extra_rdoc_files: []
162
162
  files:
@@ -193,7 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  - !ruby/object:Gem::Version
194
194
  version: '0'
195
195
  requirements: []
196
- rubygems_version: 3.0.4
196
+ rubyforge_project:
197
+ rubygems_version: 2.7.7
197
198
  signing_key:
198
199
  specification_version: 4
199
200
  summary: Sensu plugins for uptime-checks