sensu-plugins-chef 7.1.0 → 7.1.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: f7954a7930c5a6b28e6db2ad220bae833648c40fc161b8791753d10609c74470
4
- data.tar.gz: 9d62de7208d17c6e7ebe36af223e7f47a6ef039e4e72f8c032b0eeb2be8088da
3
+ metadata.gz: eaf913bf617acfe2da6b0180c22ba5b977e24cfba3c7b368d7b018e42a9759fb
4
+ data.tar.gz: 7c0aa85eb8b57054be5a06efd03757fbf2838e4ba4a2ef419f88371b60be7114
5
5
  SHA512:
6
- metadata.gz: 29a3fa0b14e4a7542263043ba69a6fe8fba60f46a965771513dacb92d7f1e0353354bc9f35da459fed6f030123994f94eb29821d6214fd9c0f3951fbcdd4fb1b
7
- data.tar.gz: ee2c1b5207d72d1d36c6501ebee5804a121a3d9d8129448042e5ff6fc90838bdd370a777315763d7de97d98f2e6f789f6d52c247995c4d094dc7101a74f55d0c
6
+ metadata.gz: d7a6598bab36877ba4e1716c6aaa3f3e8d08b332e4b88ce5105c11655bb8351764af2fd637fac0a23ca771521beaa21cdd13c0e3718a9d6dd22219d5797e76c1
7
+ data.tar.gz: a0a174cefb6fabf7be2c8d947341ba106886cb2b039f61a789a1e4c974279c748bf8d91c8f416f71e6cd7ff1f313d60b27235a35f35332218520ecddd53b756e
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
+ ## [7.1.1] - 2021-05-18
9
+ ### Fixed
10
+ - Fixed frozen string literal directive setting in executable binaries
11
+
8
12
  ## [7.1.0] - 2021-05-05
9
13
 
10
14
  ### Changed
@@ -126,7 +130,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
126
130
  ### Added
127
131
  - initial release
128
132
 
129
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/7.1.0...HEAD
133
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/7.1.1...HEAD
134
+ [7.1.1]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/7.1.0...7.1.1
130
135
  [7.1.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/7.0.0...7.1.0
131
136
  [7.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/6.0.0...7.0.0
132
137
  [6.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/5.0.1...6.0.1
@@ -1,5 +1,5 @@
1
1
  #! /usr/bin/env ruby
2
- # frozen_string_literal: true
2
+ # frozen_string_literal: false
3
3
 
4
4
  # check-chef-node
5
5
  #
@@ -1,5 +1,5 @@
1
1
  #! /usr/bin/env ruby
2
- # frozen_string_literal: true
2
+ # frozen_string_literal: false
3
3
 
4
4
  # check-chef-nodes
5
5
  #
@@ -1,5 +1,5 @@
1
1
  #! /usr/bin/env ruby
2
- # frozen_string_literal: true
2
+ # frozen_string_literal: false
3
3
 
4
4
  # check-chef-server
5
5
  #
@@ -4,7 +4,7 @@ module SensuPluginsChef
4
4
  module Version
5
5
  MAJOR = 7
6
6
  MINOR = 1
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-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.0
4
+ version: 7.1.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: 2021-05-06 00:00:00.000000000 Z
11
+ date: 2021-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie