cookstyle 8.1.2 → 8.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63f06dae4b1574d05ea02e150b003daf9cd18d8cd8d2038f64d43a66b6e864d3
4
- data.tar.gz: ba52cc04e80281f9f6a314bf766cc136ccb1ed5559af5edd0fa641619765515c
3
+ metadata.gz: 161bc8f5ebe87cc812e0b84f30ee129607e1ff7c97774b641674793cc8a8f39b
4
+ data.tar.gz: b33b4b4fa978cec27f1e3e484416145f598fddb0b48581909b22f826f12a8511
5
5
  SHA512:
6
- metadata.gz: 0d903c82cfbea6da0a319283694ace4a1078845371c79f734e6882aa44f2106b4084fad131700c24f387bcd13991326fdf80af1c29dc60d3a7a8528dbcfcac40
7
- data.tar.gz: 5c4a9435cf2c69188f61456c23a632de1537e73917c448310ba216037a5a87ffa57ee1eef39f3fd64a51fa9e02c9901eadb28f8fabec81e46b7cfb2f16ed0ded
6
+ metadata.gz: 650a623d66c84e15088b3f2e46244fd154ae52037b684a755405c6e3414aba148bb1ebf7ce7a9fa486ef98a5a7f5b78f3606d3e4141ed69947c51029f03c787f
7
+ data.tar.gz: 755abef5006416b028aef10306d434b0c5c364e918beed70fbd4097cf28c892908e5f629fc398daf65c2499a481f342196fdc0210984cb2a5c390e9cdf745a74
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Cookstyle
3
- VERSION = "8.1.2" # rubocop: disable Style/StringLiterals
4
- RUBOCOP_VERSION = '1.75.5'
3
+ VERSION = "8.1.3" # rubocop: disable Style/StringLiterals
4
+ RUBOCOP_VERSION = '1.75.6'
5
5
  end
@@ -38,7 +38,7 @@ module RuboCop
38
38
  add_offense(range, severity: :warning)
39
39
  end
40
40
 
41
- # An empty / simple TOML file can also be syntatically valid Ruby, so
41
+ # An empty / simple TOML file can also be syntactically valid Ruby, so
42
42
  # RuboCop may start an investigation instead of calling on_other_file.
43
43
  alias_method :on_new_investigation, :on_other_file
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cookstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.2
4
+ version: 8.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.75.5
19
+ version: 1.75.6
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.75.5
26
+ version: 1.75.6
27
27
  email:
28
28
  - thom@chef.io
29
29
  - tsmith84@gmail.com
@@ -336,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
336
336
  - !ruby/object:Gem::Version
337
337
  version: '0'
338
338
  requirements: []
339
- rubygems_version: 3.6.8
339
+ rubygems_version: 3.6.9
340
340
  specification_version: 4
341
341
  summary: Cookstyle is a code linting tool that helps you to write better Chef Infra
342
342
  cookbooks by detecting and automatically correcting style, syntax, and logic mistakes