sensu-plugins-systemd 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5753ab379527aaff845716c2d9479528adf4228552e4ae5e642ec13149f60f8d
4
- data.tar.gz: ea9e574e7b68096fccf7eafb149b7ddc424c94a78235967927641a2920833914
3
+ metadata.gz: 97519bafcb263c8b20cc64112e0a9af65714b2ba08159892eb17d06a06f3cf7d
4
+ data.tar.gz: 3ef6c4e709aa924adeb507711e8bdee5fc66d9c43a9e42ffb7c524d9ac3bac10
5
5
  SHA512:
6
- metadata.gz: df40fd1335446b217c04b1a2fb2db0f53898e2d424eb9a4e622cbd7821d6fe6973e9ec6c0fb50a1f4bcb59640e1c9f0ff3237b4297416aecb1644f3e76066bd6
7
- data.tar.gz: c47b0a6292adf60ad4ce725d15f3c5161983a0852b95e67936dd82a9badbaaec179fe9fae68883a981dab30fd731f1b9cdd177643399407a8cedb62e73fcde29
6
+ metadata.gz: 8aff394d64cf6a928b67e71d6d23cd7acf2b068cc4632e52f12da2c7d1fa1763579b6ebf41ae793560e6b30416169445759795b5379dd77e8a6c913b1f5fed28
7
+ data.tar.gz: 2a407d51b4ad0379ecfd4e9b6dec17fcf37f16f7f1c38d27cc21b81134da5a3ac45f256860bfcae6dd87b285bd9de60db15d97d812afd4aa16aed74a520b0d22
@@ -6,6 +6,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.1] - 2020-08-05
10
+ ### Changed
11
+ - Fixed Travis Bonsai upload
12
+
9
13
  ## [0.2.0] - 2020-08-05
10
14
  ### Breaking Changes
11
15
  - Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
@@ -46,7 +50,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
46
50
  ### Added
47
51
  - initial release
48
52
 
49
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.0...HEAD
53
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.1...HEAD
54
+ [0.2.1]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.2.0...0.2.1
50
55
  [0.2.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.1.0...0.2.0
51
56
  [0.1.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
52
57
  [0.0.5]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.4...v0.0.5
@@ -4,7 +4,7 @@ module SensuPluginsSystemd
4
4
  module Version
5
5
  MAJOR = 0
6
6
  MINOR = 2
7
- PATCH = 0
7
+ PATCH = 1
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-systemd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mickfeech and contributors