google-style 0.3.1 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +16 -5
- data/google-style.yml +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb3d6f259daf3f09640b9eed65435b1a18af00c89e65021af5a5cbf70e6d15f6
|
4
|
+
data.tar.gz: fae2236578cda60d13306852cc2623c2ece13d7962298d42f5da43ec199b8d44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ebf8871ef9bc4b74d827072e6ac42a060e2b537d80af4940982b2733f7f9c07248d5845a07892eff6f7c08703621be973831aa37598564a44100cf93b3930b7
|
7
|
+
data.tar.gz: 8cf18cbb72e03a366604ba2e2fe70999addfd3ea8fd00e5762a1ee27d51284b73a185d63945ea7894f4a3c30eb9292b42bccdd074bdb6989208ce5912939e7c7
|
data/README.md
CHANGED
@@ -31,6 +31,16 @@ And run:
|
|
31
31
|
bundle exec rubocop
|
32
32
|
```
|
33
33
|
|
34
|
+
## Versioning
|
35
|
+
|
36
|
+
For all `1.x.x` gem versions:
|
37
|
+
|
38
|
+
- The target and required Ruby version will match the minor gem version. `1.24.0` targets Ruby 2.4. When `1.25.0` is released, it will target Ruby 2.5, and `1.30.0` will target Ruby 3.0.
|
39
|
+
|
40
|
+
- During a minor version bump, the rubocop dependency will be updated to the latest version.
|
41
|
+
|
42
|
+
- For these reasons, it is highly recommended that dependencies specify at least a specific minor version of this gem.
|
43
|
+
|
34
44
|
## Contributing
|
35
45
|
|
36
46
|
Contributions to this library are always welcome and highly encouraged.
|
@@ -51,11 +61,12 @@ This library is licensed under Apache 2.0. Full license text is available in
|
|
51
61
|
|
52
62
|
## Supported Ruby Versions
|
53
63
|
|
54
|
-
These libraries are currently supported on Ruby 2.
|
64
|
+
These libraries are currently supported on Ruby 2.4+.
|
55
65
|
|
56
66
|
Google provides official support for Ruby versions that are actively supported
|
57
67
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
58
|
-
in security maintenance, and not end of life. Currently, this means Ruby 2.
|
59
|
-
and later.
|
60
|
-
|
61
|
-
|
68
|
+
in security maintenance, and not end of life. Currently, this means Ruby 2.4
|
69
|
+
and later. Starting with Ruby 2.4, minor releases of the google-style gem under
|
70
|
+
`1.x.x` will correspond with the required Ruby version, with `1.24.x` requiring
|
71
|
+
Ruby 2.4.
|
72
|
+
See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
data/google-style.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Graham Paye
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.74.0
|
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: 0.
|
26
|
+
version: 0.74.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '2.0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '2.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: 2.
|
79
|
+
version: 2.4.0
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.0.3
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: Collection of rubocop rules
|