google-style 1.31.0 → 1.32.0

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: 19ac8fc1c77a6b4b23c25c09a54730139c039996e8e8da1f7ca7b79bf55ab4c7
4
- data.tar.gz: de3eae83cd6c645102e316446cf58e0ab961ee03e3398013698f4c7a8a109f66
3
+ metadata.gz: 35901f7fb2e0bb9024bbb20dadb464d88ae745bcd70cb6b35b8a23911cc08761
4
+ data.tar.gz: 894a7a6fb5d6b4a817e4f0c303683d1084a4609136318c10f1ab679e9df5f06a
5
5
  SHA512:
6
- metadata.gz: c6a394edf9e866a24015d7f59856bfe7d7abdda0bbc5b1f519499d0e3c18c7eb927db185aa23d3496d8b4894051612ebd838da317bb53e012d1bca7f147166ed
7
- data.tar.gz: aed88204a421e3101891ae77c89e37b687ce210212623c68f699e024184912eede12ddc5469f4e50c74161e847de17761be152063c440663786a76c5a9a362ee
6
+ metadata.gz: 62beefc27bc05e9a8a5943a57b8c5212d33887bd9fe4e7816477d2d7b059370fc0f8d10c519b90296b54c5024e1944a9e1e35638f8c58df717ec7d781e018807
7
+ data.tar.gz: 7ad874ba2d40fb0232ab55e53a21c3df3aaa067e4ea127528978a4d54d12c9938de8272e742dec224e52776e57729fc966fb74af3c2379c0a7fadc4dd3f3f506
data/google-style.yml CHANGED
@@ -15,7 +15,7 @@
15
15
  AllCops:
16
16
  NewCops: disable
17
17
  SuggestExtensions: false
18
- TargetRubyVersion: 3.1
18
+ TargetRubyVersion: 3.2
19
19
 
20
20
  Gemspec/AddRuntimeDependency: # new in 1.65
21
21
  Enabled: true
@@ -276,7 +276,7 @@ Naming/BlockForwarding:
276
276
 
277
277
  # Does not allow distinguishing verbs (e.g. is vs has). Also causes problems
278
278
  # for generated code that might have generated method names.
279
- Naming/PredicateName:
279
+ Naming/PredicatePrefix:
280
280
  Enabled: false
281
281
 
282
282
  # Numbers are occasionally semantically useful in names, and also occasionally
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Google
18
18
  module Style
19
- VERSION = "1.31.0"
19
+ VERSION = "1.32.0"
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.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.75'
19
+ version: '1.76'
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.75'
26
+ version: '1.76'
27
27
  description: Shared style guide for Google's ruby projects
28
28
  email:
29
29
  - dazuma@google.com
@@ -49,14 +49,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
49
  requirements:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 3.1.0
52
+ version: 3.2.0
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubygems_version: 3.6.8
59
+ rubygems_version: 3.6.9
60
60
  specification_version: 4
61
61
  summary: Collection of rubocop rules
62
62
  test_files: []