cookstyle 8.1.1 → 8.1.2

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: 7466e555fdf9fb20f377a90b5e68f91c3f4b56e4b7b7188b77f79bea5c2edd19
4
- data.tar.gz: 7503c01ccdbe075a54432846449d112b070446d112b8e74b00c3feaf73c3134c
3
+ metadata.gz: 63f06dae4b1574d05ea02e150b003daf9cd18d8cd8d2038f64d43a66b6e864d3
4
+ data.tar.gz: ba52cc04e80281f9f6a314bf766cc136ccb1ed5559af5edd0fa641619765515c
5
5
  SHA512:
6
- metadata.gz: 8d1d3c0de8cc4b793d83ab62d86d884afce40e1cfb107e67c9643c4e8a4389b89c4ed312e4109846448de81d58dd7c1a44139e01e90df0eef8ff453178e96f99
7
- data.tar.gz: bc8ca6a022f615f5afb3681295f01db5de962870a549e56245ec35f09d6b5ccf69c0b72049bf973457d7219f72e7653815ff54a691f9cf057eef7ab2e7b33db4
6
+ metadata.gz: 0d903c82cfbea6da0a319283694ace4a1078845371c79f734e6882aa44f2106b4084fad131700c24f387bcd13991326fdf80af1c29dc60d3a7a8528dbcfcac40
7
+ data.tar.gz: 5c4a9435cf2c69188f61456c23a632de1537e73917c448310ba216037a5a87ffa57ee1eef39f3fd64a51fa9e02c9901eadb28f8fabec81e46b7cfb2f16ed0ded
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Cookstyle
3
- VERSION = "8.1.1" # rubocop: disable Style/StringLiterals
4
- RUBOCOP_VERSION = '1.75.3'
3
+ VERSION = "8.1.2" # rubocop: disable Style/StringLiterals
4
+ RUBOCOP_VERSION = '1.75.5'
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.1.1
4
+ version: 8.1.2
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-04-24 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.75.3
19
+ version: 1.75.5
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.75.3
28
- description:
26
+ version: 1.75.5
29
27
  email:
30
28
  - thom@chef.io
31
29
  - tsmith84@gmail.com
@@ -324,7 +322,6 @@ metadata:
324
322
  source_code_uri: https://github.com/chef/cookstyle
325
323
  documentation_uri: https://docs.chef.io/workstation/cookstyle/
326
324
  bug_tracker_uri: https://github.com/chef/cookstyle/issues
327
- post_install_message:
328
325
  rdoc_options: []
329
326
  require_paths:
330
327
  - lib
@@ -339,8 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
336
  - !ruby/object:Gem::Version
340
337
  version: '0'
341
338
  requirements: []
342
- rubygems_version: 3.2.33
343
- signing_key:
339
+ rubygems_version: 3.6.8
344
340
  specification_version: 4
345
341
  summary: Cookstyle is a code linting tool that helps you to write better Chef Infra
346
342
  cookbooks by detecting and automatically correcting style, syntax, and logic mistakes