chefstyle 1.5.7 → 1.5.8
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 +5 -2
- 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: ea86ca41825de97c45f03fb4f92b3c24e9593581d7684e9c019a693b71086da7
|
4
|
+
data.tar.gz: dc61783edb3e841a55812f354fd638be1d490e91a8c8dac809f1ebda9c0d4925
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1af3b9f104d275b7e24c91981aa307213eefdb4317edea2fa78786189cc04934632f940e4c8c4d3e337125f31922c6bf473134b09ea3e3d19b2a5e7380664107
|
7
|
+
data.tar.gz: e7924820282d4bfe70189ab37c483bf6cf4ef907ab31214bc7bbed8de15003b0323527d74b99ae6ef0d6036e4cbb220eb43382b2cef2c0262421a0cfd3fee73f
|
data/config/upstream.yml
CHANGED
@@ -3209,9 +3209,10 @@ Style/ExponentialNotation:
|
|
3209
3209
|
Style/FloatDivision:
|
3210
3210
|
Description: 'For performing float division, coerce one side only.'
|
3211
3211
|
StyleGuide: '#float-division'
|
3212
|
-
Reference: 'https://
|
3212
|
+
Reference: 'https://blog.rubystyle.guide/ruby/2019/06/21/float-division.html'
|
3213
3213
|
Enabled: true
|
3214
3214
|
VersionAdded: '0.72'
|
3215
|
+
VersionChanged: '1.6'
|
3215
3216
|
EnforcedStyle: single_coerce
|
3216
3217
|
SupportedStyles:
|
3217
3218
|
- left_coerce
|
@@ -4025,6 +4026,7 @@ Style/RedundantArgument:
|
|
4025
4026
|
Enabled: pending
|
4026
4027
|
Safe: false
|
4027
4028
|
VersionAdded: '1.4'
|
4029
|
+
VersionChanged: '1.6'
|
4028
4030
|
Methods:
|
4029
4031
|
# Array#join
|
4030
4032
|
join: ''
|
@@ -4272,7 +4274,7 @@ Style/SingleLineBlockParams:
|
|
4272
4274
|
Description: 'Enforces the names of some block params.'
|
4273
4275
|
Enabled: false
|
4274
4276
|
VersionAdded: '0.16'
|
4275
|
-
VersionChanged: '
|
4277
|
+
VersionChanged: '1.6'
|
4276
4278
|
Methods:
|
4277
4279
|
- reduce:
|
4278
4280
|
- acc
|
@@ -4345,6 +4347,7 @@ Style/StringConcatenation:
|
|
4345
4347
|
Enabled: true
|
4346
4348
|
Safe: false
|
4347
4349
|
VersionAdded: '0.89'
|
4350
|
+
VersionChanged: '1.6'
|
4348
4351
|
|
4349
4352
|
Style/StringHashKeys:
|
4350
4353
|
Description: 'Prefer symbols instead of strings as hash keys.'
|
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: 1.5.
|
4
|
+
version: 1.5.8
|
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: 2020-12-
|
11
|
+
date: 2020-12-21 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.
|
19
|
+
version: 1.6.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.
|
26
|
+
version: 1.6.1
|
27
27
|
description:
|
28
28
|
email:
|
29
29
|
- oss@chef.io
|