cookstyle 8.5.2 → 8.5.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cookstyle/version.rb +2 -2
  3. metadata +5 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b65eb0194eba68d3a0f45a72602e6fabae8b80005cea1954058d282337ce13f
4
- data.tar.gz: 233e291deb36c8d0ce9a20368021465e771219934cf62e7a61c611698032d459
3
+ metadata.gz: 1c6236334db5e03977e09534ef2b928115c68ed703bf40712a2b00a7c1b1ce6c
4
+ data.tar.gz: '09d842d24d9762b0af12efef09ebb987bfe28258ad4b9366c03889fb0cd1abe3'
5
5
  SHA512:
6
- metadata.gz: 2629d5abc1427fa44c35435f4d45bf3261e97f449cd441ff76fe9a622462d6b1a621ebfdca080e7c6cbe10aabcb1d910cbe6c3e61e454915a30cc1457f0cca1e
7
- data.tar.gz: fae636c3bea7aa8befea530177944021d918b4de37ffe05abfddff97a5f1d27b2c49d9b494d9ac69105776008cf33707770cf8157c7c20e73d4d5d486f04db4a
6
+ metadata.gz: 3675930a8380140d55305ef4e959a31edf18e1aabf15bbbf0d767943b9da82261ce9d8892a97102e256e1746e79eabec1cc57a773ea12a30dc76693369edca5d
7
+ data.tar.gz: eff29db21973479193c848ba2cd082f0480c918144859b2fad6f61661303857cf39fecc248578b0a48d65ab4ec9c1a680335d43be9e6e1d1649dffb911c80ee1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Cookstyle
3
- VERSION = "8.5.2" # rubocop: disable Style/StringLiterals
4
- RUBOCOP_VERSION = '1.81.6'
3
+ VERSION = "8.5.3" # rubocop: disable Style/StringLiterals
4
+ RUBOCOP_VERSION = '1.81.7'
5
5
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cookstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.5.2
4
+ version: 8.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
8
8
  - Tim Smith
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2025-10-27 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rubocop
@@ -17,15 +16,14 @@ dependencies:
17
16
  requirements:
18
17
  - - '='
19
18
  - !ruby/object:Gem::Version
20
- version: 1.81.6
19
+ version: 1.81.7
21
20
  type: :runtime
22
21
  prerelease: false
23
22
  version_requirements: !ruby/object:Gem::Requirement
24
23
  requirements:
25
24
  - - '='
26
25
  - !ruby/object:Gem::Version
27
- version: 1.81.6
28
- description:
26
+ version: 1.81.7
29
27
  email:
30
28
  - thom@chef.io
31
29
  - tsmith84@gmail.com
@@ -325,7 +323,6 @@ metadata:
325
323
  source_code_uri: https://github.com/chef/cookstyle
326
324
  documentation_uri: https://docs.chef.io/workstation/cookstyle/
327
325
  bug_tracker_uri: https://github.com/chef/cookstyle/issues
328
- post_install_message:
329
326
  rdoc_options: []
330
327
  require_paths:
331
328
  - lib
@@ -340,8 +337,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
340
337
  - !ruby/object:Gem::Version
341
338
  version: '0'
342
339
  requirements: []
343
- rubygems_version: 3.3.27
344
- signing_key:
340
+ rubygems_version: 3.7.2
345
341
  specification_version: 4
346
342
  summary: Cookstyle is a code linting tool that helps you to write better Chef Infra
347
343
  cookbooks by detecting and automatically correcting style, syntax, and logic mistakes