chefstyle 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/upstream.yml +11 -11
- data/lib/chefstyle/version.rb +2 -2
- 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: 803d5b4d210e33252e9cf445357a577321cfb570fdd265e2d2c1201adb959fef
|
4
|
+
data.tar.gz: 310644c9afee2356062482b09755b514b103953946060eef2c1efda388984de1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca3e77ab4f46a9f13a2305961b665196539b684d719ceeb5765b5f6ee759ecea10548d36b6aaf4ca5741b35bf8015173bc7bffe3874b3acc93a6347bc6843400
|
7
|
+
data.tar.gz: 129546eeaadf9f7cb700dfd1b3396fc8b07b14a7843be0cdb4502198540e36e9cfff0ef03c3d5fe23369d26723e71f1bc5e5a6b5975852e52933b275f8c5a7ef
|
data/config/upstream.yml
CHANGED
@@ -430,13 +430,13 @@ Layout/ClassStructure:
|
|
430
430
|
- prepend
|
431
431
|
- extend
|
432
432
|
ExpectedOrder:
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
433
|
+
- module_inclusion
|
434
|
+
- constants
|
435
|
+
- public_class_methods
|
436
|
+
- initializer
|
437
|
+
- public_methods
|
438
|
+
- protected_methods
|
439
|
+
- private_methods
|
440
440
|
|
441
441
|
Layout/ClosingHeredocIndentation:
|
442
442
|
Description: 'Checks the indentation of here document closings.'
|
@@ -1900,7 +1900,7 @@ Lint/NestedPercentLiteral:
|
|
1900
1900
|
VersionAdded: '0.52'
|
1901
1901
|
|
1902
1902
|
Lint/NextWithoutAccumulator:
|
1903
|
-
Description:
|
1903
|
+
Description: >-
|
1904
1904
|
Do not omit the accumulator when calling `next`
|
1905
1905
|
in a `reduce`/`inject` block.
|
1906
1906
|
Enabled: true
|
@@ -3153,7 +3153,7 @@ Style/ClassMethodsDefinitions:
|
|
3153
3153
|
StyleGuide: '#def-self-class-methods'
|
3154
3154
|
Enabled: false
|
3155
3155
|
VersionAdded: '0.89'
|
3156
|
-
EnforcedStyle:
|
3156
|
+
EnforcedStyle: def_self
|
3157
3157
|
SupportedStyles:
|
3158
3158
|
- def_self
|
3159
3159
|
- self_class
|
@@ -3815,8 +3815,8 @@ Style/InverseMethods:
|
|
3815
3815
|
:>: :<=
|
3816
3816
|
# `ActiveSupport` defines some common inverse methods. They are listed below,
|
3817
3817
|
# and not enabled by default.
|
3818
|
-
|
3819
|
-
|
3818
|
+
# :present?: :blank?,
|
3819
|
+
# :include?: :exclude?
|
3820
3820
|
# `InverseBlocks` are methods that are inverted by inverting the return
|
3821
3821
|
# of the block that is passed to the method
|
3822
3822
|
InverseBlocks:
|
data/lib/chefstyle/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chefstyle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chef Software, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.25.
|
19
|
+
version: 1.25.1
|
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.25.
|
26
|
+
version: 1.25.1
|
27
27
|
description:
|
28
28
|
email:
|
29
29
|
- oss@chef.io
|