sensu-plugins-io-checks 3.0.0 → 3.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: 1254fd09ee08c15cdbb412fca6b646f80b8b1d8c63bc627b46616217746909e4
4
- data.tar.gz: ef1f7b56c5f02651e804245cf4c80d6039a05f3976e12fedab66758c8e8e3510
3
+ metadata.gz: 97ac0f7b052f1b4a88c6ffef04e3dd9b2588be7bb01f6ee2bb1b64cc44d8fc7c
4
+ data.tar.gz: 6ebaf47455656a3c1c010ec03094f37a1355b9e222a2dad4ce09c5d8509966aa
5
5
  SHA512:
6
- metadata.gz: b5beb43936dbf3e18192057697aa50f1d1099932ba21b39a23f5d56033d084bbfc3d530921d193918ad1aff953e68291e467aecb3ab6d99900ecaf7e0fa121b6
7
- data.tar.gz: 5a4ce47794c4b1265d9a4060f168231d88c4821cd3dad51796914aeae817629df01110f143f81af5773fb9cdea1be5ff91413af611b367b2eafe161078c57c9a
6
+ metadata.gz: d1ebb5c828d25771c04f62cf969ebda297dba79e9e1ae272c9d95b0a3c62fb94e1ee8399dbbd830bfb20e5698f2e9bd4ca94b49ecde47e3efbd6ce1f260bb766
7
+ data.tar.gz: 908cfd19a436497b103977ee679b71b9a6791f3da230ef92aff0cd520f7e04ae14229af1e684521f7c1568207e6c42ccbdfae39778a5b6fc121f9a8b77834996
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.0.0] - 2020-06-01
9
+ ## Fixed
10
+ - Fix for incorrectfrozen Ruby literal string setting in plugin executables.
11
+
8
12
  ## [3.0.0] - 2019-12-18
9
13
  ### Breaking Changes
10
14
  - Updated required minimum ruby version to 2.3
@@ -72,7 +76,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
72
76
  ### Added
73
77
  - initial release
74
78
 
75
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-io-checks/compare/3.0.0...HEAD
79
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-io-checks/compare/3.0.1...HEAD
80
+ [3.0.1]: https://github.com/sensu-plugins/sensu-plugins-io-checks/compare/3.0.0...3.0.1
76
81
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-io-checks/compare/2.0.0...3.0.0
77
82
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-io-checks/compare/1.0.2...2.0.0
78
83
  [1.0.2]: https://github.com/sensu-plugins/sensu-plugins-io-checks/compare/1.0.1...1.0.2
@@ -1,5 +1,5 @@
1
1
  #! /usr/bin/env ruby
2
- # frozen_string_literal: true
2
+ # frozen_string_literal: false
3
3
 
4
4
  #
5
5
  # metrics-ioping
@@ -1,5 +1,5 @@
1
1
  #! /usr/bin/env ruby
2
- # frozen_string_literal: true
2
+ # frozen_string_literal: false
3
3
 
4
4
  #
5
5
  # metrics-iostat-extended
@@ -4,7 +4,7 @@ module SensuPluginsIOChecks
4
4
  module Version
5
5
  MAJOR = 3
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-io-checks
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.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: 2019-12-20 00:00:00.000000000 Z
11
+ date: 2020-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin