google-style 1.30.0 → 1.30.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: 642853daf4046ea356bcd0f3636e36305b2fd071a26c7ae0af421604121d16d2
|
|
4
|
+
data.tar.gz: f7562b24e64c0754ca7a9eaa16074d730a196777a0d5a5cdaca1b6020e718394
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b8947fac3be046507c36e654fd9dbf9feef17fada0c411e533bc43e3d65716569653f8a7186c90689302ac3b01d27431db800e761f5d0445bb4f35cd812b0e3
|
|
7
|
+
data.tar.gz: 57b48d6cf5342583db7a5e79b055cf2fad609527f1b05c0577cbd382a0ca78d22df0f1336113c27a868e0cef11f5181608a0841c8ada3bb52f03a54b24564b8d
|
data/google-style.yml
CHANGED
|
@@ -172,6 +172,10 @@ Lint/RequireRangeParentheses:
|
|
|
172
172
|
Lint/RequireRelativeSelfPath:
|
|
173
173
|
Enabled: true
|
|
174
174
|
|
|
175
|
+
# Could be problematic for code refactoring, and overall not very useful.
|
|
176
|
+
Lint/SafeNavigationConsistency:
|
|
177
|
+
Enabled: false
|
|
178
|
+
|
|
175
179
|
# Added in Rubocop 1.9
|
|
176
180
|
Lint/SymbolConversion:
|
|
177
181
|
Enabled: true
|
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.30.
|
|
4
|
+
version: 1.30.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: 2024-
|
|
12
|
+
date: 2024-10-28 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.5.
|
|
61
|
+
rubygems_version: 3.5.21
|
|
62
62
|
signing_key:
|
|
63
63
|
specification_version: 4
|
|
64
64
|
summary: Collection of rubocop rules
|