sensu-plugins-postgres 1.4.6 → 2.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: 293228a918cdbfcbe15ead7e0438a2f83ae0e57634ebbbf04136cdf31c5c8731
4
- data.tar.gz: 158180e2674583f308db8335f971445876a6baec7fd06e16a618d6476b1bb71f
3
+ metadata.gz: a45e79a870e70728d2a99dbc9798c077063070acb1650a0ff6324bd0c6e994f9
4
+ data.tar.gz: 936bc662f06d4b821685e69a75cce0151cb45adbe355bb68e1ba01c8701e007c
5
5
  SHA512:
6
- metadata.gz: 1861ea77b27e3156545eece47bdc367e024a45c2146b62c399cc9138eb71b2cf475232e36432e423e7fc69c349ff3ea85b9fa89af7655ebfb38d9e9050d58d0a
7
- data.tar.gz: c2af7a5e1033ae73f85dafda7bd90cabb32433ab2ffd4670051747ccdb007ba0960d801127572130a47643ee4033900b9dc5ccebf75922a4755f70f045b1d000
6
+ metadata.gz: 4ec5e5aeaf904d024ebeb7c3c5e259d3e8d48c78a0a575f25c3c729e5c23c8e90377178e7094f84a2b947b524f3d26a6092dc5c92e9fe648c8ad8aada38d0141
7
+ data.tar.gz: cc8a86ead4f002306b6521a439e2242a59e7d3c2249b014cb940f48a7669302a91a68e2efea69934a108843570186fe482316c194ac0cdf666815d9a70394e92
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
+ ## [2.0.0] - 2018-10-15
9
+ ### Breaking Changes
10
+ - Remove unsupported Rubies: `< 2.3.0`
11
+
8
12
  ## [1.4.6] - 2018-05-03
9
13
  ### Fixed
10
14
  - version number check for build strings such as `10.3 (Ubuntu 10.3-1.pgdg16.04+1)`
@@ -145,7 +149,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
145
149
  ### Added
146
150
  - initial release
147
151
 
148
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...HEAD
152
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...HEAD
153
+ [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...2.0.0
149
154
  [1.4.6]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...1.4.6
150
155
  [1.4.5]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.4...1.4.5
151
156
  [1.4.4]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.3...1.4.4
@@ -1,8 +1,8 @@
1
1
  module SensuPluginsPostgres
2
2
  module Version
3
- MAJOR = 1
4
- MINOR = 4
5
- PATCH = 6
3
+ MAJOR = 2
4
+ MINOR = 0
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-postgres
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 2.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-05-03 00:00:00.000000000 Z
11
+ date: 2018-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -316,7 +316,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
316
316
  requirements:
317
317
  - - ">="
318
318
  - !ruby/object:Gem::Version
319
- version: 2.1.0
319
+ version: 2.3.0
320
320
  required_rubygems_version: !ruby/object:Gem::Requirement
321
321
  requirements:
322
322
  - - ">="
@@ -324,7 +324,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
324
324
  version: '0'
325
325
  requirements: []
326
326
  rubyforge_project:
327
- rubygems_version: 2.7.6
327
+ rubygems_version: 2.7.7
328
328
  signing_key:
329
329
  specification_version: 4
330
330
  summary: Sensu plugins for postgres