google-style 1.27.0 → 1.27.1
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/google-style.yml +4 -0
- data/lib/google/style/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87007242fed89be89a436b81be70abd484e4f537c6a565c4150adfb0bb6552ed
|
|
4
|
+
data.tar.gz: f7e4172dba6edaa4072a9f40c33d4fefc5e1c89c1e4d9308411ec2db51c80cd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f25a2ec00e086296c7e9e8c99e89ee94a8add0697baef9d1e43b3d531c3e217d38cb4416ebd222c2275827a4cf443efd17405ad720a18cb0b25f98917d5e3633
|
|
7
|
+
data.tar.gz: 94682d1ae0e65c8528f650f1192e55992b468523769c79ca7e8293f108d061e5abb08d1f521816ebc82e90961184a1d2c399ec2a576f58d5915f76cca190f984
|
data/google-style.yml
CHANGED
|
@@ -242,6 +242,10 @@ Style/AccessorGrouping:
|
|
|
242
242
|
# Added in Rubocop 1.1
|
|
243
243
|
Style/ArgumentsForwarding:
|
|
244
244
|
Enabled: true
|
|
245
|
+
RedundantBlockArgumentNames: [] # To support Ruby < 3.2
|
|
246
|
+
RedundantKeywordRestArgumentNames: [] # To support Ruby < 3.2
|
|
247
|
+
RedundantRestArgumentNames: [] # To support Ruby < 3.2
|
|
248
|
+
UseAnonymousForwarding: false # To support Ruby < 3.2
|
|
245
249
|
|
|
246
250
|
# Problematic for generated code which might include unicode in comments.
|
|
247
251
|
Style/AsciiComments:
|
data/lib/google/style/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.27.
|
|
4
|
+
version: 1.27.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Azuma
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2024-01-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|
|
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
59
|
version: '0'
|
|
60
60
|
requirements: []
|
|
61
|
-
rubygems_version: 3.
|
|
61
|
+
rubygems_version: 3.5.3
|
|
62
62
|
signing_key:
|
|
63
63
|
specification_version: 4
|
|
64
64
|
summary: Collection of rubocop rules
|