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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 906c9087cfa64f0c44573dab2331178d760beb23837553fc22efa90ecc722337
4
- data.tar.gz: '088d4999f8f76939340b340c790c2faa83d892290cb1307326d7b20bd2ce530d'
3
+ metadata.gz: 642853daf4046ea356bcd0f3636e36305b2fd071a26c7ae0af421604121d16d2
4
+ data.tar.gz: f7562b24e64c0754ca7a9eaa16074d730a196777a0d5a5cdaca1b6020e718394
5
5
  SHA512:
6
- metadata.gz: becf5c2eba0ddc711ef2f329b6dddca06f7d9f2acf606465a798a4bbe44f8ca628b623b1e73e7dcb255908405d8b81b4630f0ca24d8fc99b43032226bb9b3a1f
7
- data.tar.gz: 1ad2e4a7a03e3edf0d891650117c53a216c597af75d47b9fc3fa87bbeb075163d6c59286760126ff6a6ae66d0f79be75c379acb822972815e40c4fd1f432e71b
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
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Google
18
18
  module Style
19
- VERSION = "1.30.0"
19
+ VERSION = "1.30.1"
20
20
  end
21
21
  end
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.0
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-04-24 00:00:00.000000000 Z
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.6
61
+ rubygems_version: 3.5.21
62
62
  signing_key:
63
63
  specification_version: 4
64
64
  summary: Collection of rubocop rules