sensu-plugins-openvpn 2.0.0 → 2.0.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: 8fcb22900ff3c9c87f4eea33e8e15681ccce1d0eda2346bfe279c98580842fff
4
- data.tar.gz: 6dccb60ce9089193cde708d62dbc9e217372809e943ccdd76827393b47164960
3
+ metadata.gz: 928647340de4a45bd02ca5c5bf105b1c4c55f1eec2e3796e534907b4444de1a1
4
+ data.tar.gz: c6ecf09be1aaf058b9e838ffd6e0a70dcbcb0edd8dfddcee631f4df15c44f183
5
5
  SHA512:
6
- metadata.gz: '0929da09801617fb5df2125a5b3fef7e08b4ba092cd4ee35cd6ee394f46d4fbf06af889569a346d4f7058b3526a1424ee9732d385636e9a29d0133772c221074'
7
- data.tar.gz: 4869f2b90dce09b8b2cc70419aef27680e11e2024331efae9ef34bbe7219615f1b1918cbc836ae3f7ef02c140ff45ffbde464bc5631d192040671fd0561cb8c7
6
+ metadata.gz: f2ed837b9d0eede0f8adbfb8da0e5fa3eca93549182f5e6f29870fbc6ff419c3effd2fb92d208ad97d38d9f9247a0aaab93b11a77b5c6c5e2f862c06fef38f86
7
+ data.tar.gz: 0ab40ca60c7897442ae8e8ee7a97108762bbe2c27f9d2497a7b1e569b2a1cd5ab80a0c4590d821c662ca390e584a6e4d21af612a951357ed115a0c421416f02a
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.0.1] 2019-12-16
9
+ ### Fixed
10
+ - Fix error in travisCI deploy automation.
11
+
8
12
  ## [2.0.0] 2019-12-16
9
13
  ### Security
10
14
  - Updated yard development dependency from '~> 0.8.0' to '~> 0.9.20'
@@ -39,7 +43,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
39
43
  ### Added
40
44
  - initial release
41
45
 
42
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-openvpn/compare/2.0.0...HEAD
46
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-openvpn/compare/2.0.1...HEAD
47
+ [2.0.1]: https://github.com/sensu-plugins/sensu-plugins-openvpn/compare/2.0.0...2.0.1
43
48
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-openvpn/compare/1.0.0...2.0.0
44
49
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-openvpn/compare/0.0.3...1.0.0
45
50
  [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-openvpn/compare/0.0.2...0.0.3
@@ -3,7 +3,7 @@ module SensuPluginsOpenvpn
3
3
  module Version
4
4
  MAJOR = 2
5
5
  MINOR = 0
6
- PATCH = 0
6
+ PATCH = 1
7
7
 
8
8
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-openvpn
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors