sensu-plugins-postgres 4.0.0 → 4.0.1

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: 8588535b67594b25fb79d59b28175d7eae496a4ce1d0a86ca8c36d83683f6a87
4
- data.tar.gz: e1d5a2c92b8faf9cae20ba0ccb2218809c2da9704f4453936ab0924f3e60e00e
3
+ metadata.gz: df1dd0022785bc6c074f7935b61f847257e9cf3f130f855e5c5c4c763b1dc820
4
+ data.tar.gz: 21f316bc51d43d7bb666a4aaf88e82f5eae0115c006deb7911c14fdde3ffb869
5
5
  SHA512:
6
- metadata.gz: 9ec6be4ad4243a06d52bb61dadf72b55307ac8a1b82dc24bbcdfca1ac772270aee4afa19d7af85f7762676f3a6ad0d7f1a738ca38bfc35d39d4e984d38aaf5fe
7
- data.tar.gz: 4b5afc11a6a76097923b947f95b34cc559c0ee8d10de50c9659bb178fde4c86c7ac8b5646238deea0af7b4a6b39e57822e82071e4dc3d3724b0b7594741d37f9
6
+ metadata.gz: 48e195b60fb2b21c326fa692221d7f81878dc733ba7f7699e1821abc1dfefc38092dcdeae835b3a298f91e3494ee33075bcb50811a561d65dba3921925a1a029
7
+ data.tar.gz: 77b762fd579e806ce64f0edd88cc01c5226921c4605cc332a9e973dcef31d6adbb88ec86addb44c9030ae0dec32096190b1d166f19f46f1df2735982c7677d6c
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [4.0.1] - 2020-04-20
9
+ ### Fixed
10
+ - Fixing asset build directives.
11
+
8
12
  ## [4.0.0] - 2020-01-09
9
13
 
10
14
  ### Breaking Changes
@@ -206,7 +210,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
206
210
  ### Added
207
211
  - initial release
208
212
 
209
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...HEAD
213
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...HEAD
214
+ [4.0.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...4.0.1
210
215
  [4.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/3.0.0...4.0.0
211
216
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.4.0...3.0.0
212
217
  [2.4.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.2...2.4.0
@@ -4,7 +4,7 @@ module SensuPluginsPostgres
4
4
  module Version
5
5
  MAJOR = 4
6
6
  MINOR = 0
7
- PATCH = 0
7
+ PATCH = 1
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  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: 4.0.0
4
+ version: 4.0.1
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: 2020-01-10 00:00:00.000000000 Z
11
+ date: 2020-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 1.2.1
47
+ version: 1.2.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 1.2.1
54
+ version: 1.2.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement