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 +4 -4
- data/lib/cookstyle/version.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/delivery.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 161bc8f5ebe87cc812e0b84f30ee129607e1ff7c97774b641674793cc8a8f39b
|
4
|
+
data.tar.gz: b33b4b4fa978cec27f1e3e484416145f598fddb0b48581909b22f826f12a8511
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 650a623d66c84e15088b3f2e46244fd154ae52037b684a755405c6e3414aba148bb1ebf7ce7a9fa486ef98a5a7f5b78f3606d3e4141ed69947c51029f03c787f
|
7
|
+
data.tar.gz: 755abef5006416b028aef10306d434b0c5c364e918beed70fbd4097cf28c892908e5f629fc398daf65c2499a481f342196fdc0210984cb2a5c390e9cdf745a74
|
data/lib/cookstyle/version.rb
CHANGED
@@ -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
|
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.
|
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.
|
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.
|
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.
|
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
|