google-style 0.3.1 → 1.24.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -5
  3. data/google-style.yml +1 -1
  4. metadata +8 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3766fcaa700233899393457f859fd5c4f185a1e50913738e22e9d37415613ca4
4
- data.tar.gz: 224221a70e56e52846c158e9417d9bbe944fe5fcb2ca3d564e2c56a8ecf62bf1
3
+ metadata.gz: bb3d6f259daf3f09640b9eed65435b1a18af00c89e65021af5a5cbf70e6d15f6
4
+ data.tar.gz: fae2236578cda60d13306852cc2623c2ece13d7962298d42f5da43ec199b8d44
5
5
  SHA512:
6
- metadata.gz: 9b9be7e30cdaa4a52728bef817b3957a43c2912b60c1627a35a94cf1ed4504891d4bde133c4a7b17a15df64c1a44b77013a38dfc00528b6024fe561700de6d55
7
- data.tar.gz: 9324def8ed182cada27e08a0fd98a7766bda0f0ace71dba848d6857cde9d2a2bdd0a697080f80caa3f633a88a56505e06eaae3adbea410ac445969e8ec6b9c58
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.3+.
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.3
59
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
60
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
61
- about the Ruby support schedule.
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.
@@ -13,7 +13,7 @@
13
13
  # limitations under the License.
14
14
 
15
15
  AllCops:
16
- TargetRubyVersion: 2.3
16
+ TargetRubyVersion: 2.4
17
17
  Layout/AlignHash:
18
18
  EnforcedHashRocketStyle: table
19
19
  EnforcedColonStyle: table
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: 0.3.1
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-06-13 00:00:00.000000000 Z
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.64.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.64.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: '1.17'
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: '1.17'
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.3.0
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
- rubyforge_project:
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