google-style 1.26.2 → 1.26.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/google-style.yml +6 -0
- data/lib/google/style/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9988de3d9ba9027f65ccacdbb83f8f439e7fbdb013b3583c27c1c15b2dfe2e90
|
4
|
+
data.tar.gz: f44bccefee149e40b795f7fd9cdf746eceaf90039f2300da4bbc84a48cdaa1ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f69177f59835eb77cbeab6f63054e7a87736bdd378d142195806c885124ac1eac3d20fcaac6ff6642dd90d61bb0d42c94687603e5488cd16c8b978cd5264df3
|
7
|
+
data.tar.gz: 4a32c93a2cd38444c5243aff9ebb1289f86552097ad81cea519d31a3039e330f45f82955bf2310743397341908842da51c0ce6f0176a25c04593a39ac24d7643
|
data/README.md
CHANGED
@@ -47,12 +47,12 @@ specific minor version.
|
|
47
47
|
|
48
48
|
Contributions to this library are always welcome and highly encouraged.
|
49
49
|
|
50
|
-
See the
|
50
|
+
See the [Contributing Guide](CONTRIBUTING.md)
|
51
51
|
for more information on how to get started.
|
52
52
|
|
53
53
|
Please note that this project is released with a Contributor Code of Conduct. By
|
54
|
-
participating in this project you agree to abide by its terms. See the
|
55
|
-
Conduct
|
54
|
+
participating in this project you agree to abide by its terms. See the [Code of
|
55
|
+
Conduct](CODE_OF_CONDUCT.md) for more information.
|
56
56
|
|
57
57
|
## License
|
58
58
|
|
data/google-style.yml
CHANGED
@@ -74,6 +74,12 @@ Lint/AmbiguousRange:
|
|
74
74
|
Lint/ConstantOverwrittenInRescue:
|
75
75
|
Enabled: true
|
76
76
|
|
77
|
+
# Samples often use Kernel#p which Lint/Debugger doesn't like.
|
78
|
+
Lint/Debugger:
|
79
|
+
Exclude:
|
80
|
+
- "samples/**/*.rb"
|
81
|
+
- "snippets/**/*.rb"
|
82
|
+
|
77
83
|
# Added in Rubocop 1.8
|
78
84
|
Lint/DeprecatedConstants:
|
79
85
|
Enabled: true
|
data/lib/google/style/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.26.
|
4
|
+
version: 1.26.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Azuma
|
8
8
|
- Graham Paye
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-12-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: 1.57.2
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
27
|
+
version: 1.57.2
|
28
28
|
description: Shared style guide for Google's ruby projects
|
29
29
|
email:
|
30
30
|
- dazuma@google.com
|
@@ -43,7 +43,7 @@ homepage: https://github.com/googleapis/ruby-style/
|
|
43
43
|
licenses:
|
44
44
|
- Apache-2.0
|
45
45
|
metadata: {}
|
46
|
-
post_install_message:
|
46
|
+
post_install_message:
|
47
47
|
rdoc_options: []
|
48
48
|
require_paths:
|
49
49
|
- lib
|
@@ -58,8 +58,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '0'
|
60
60
|
requirements: []
|
61
|
-
rubygems_version: 3.
|
62
|
-
signing_key:
|
61
|
+
rubygems_version: 3.4.10
|
62
|
+
signing_key:
|
63
63
|
specification_version: 4
|
64
64
|
summary: Collection of rubocop rules
|
65
65
|
test_files: []
|