rubocop-ruby3_0 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 992aa85b07ee9418f1e7eee9d93911adc64b9df2ca315e0309e5e79a7ef4b299
4
- data.tar.gz: 063aee8492ec2e058381782d628d0a357b90851fe8abf6ac25b8609342c2df24
3
+ metadata.gz: 0f4d8d00a211fc0fb6b1190ca1a11b98267f96d395a3ac4c0b806f2cb21af101
4
+ data.tar.gz: fea40af5ea3ffc7ead51814cba25b2be226e91d4c8630e4a1ebc46f3a8d6eb7f
5
5
  SHA512:
6
- metadata.gz: 793ba3f5c7f96226ac4e466cd681a7081abf2e19b50358e099de4d515a8dfa77a48ed309681625f4bc18434cc0bce198d88e8f2c047bc165258af8a6b0eec92e
7
- data.tar.gz: f49777cb35a31de34a58ebd0d08fa67161b8544714df53ab08b0c37694668584cc6d4c4fa3af3314ff000a10f87cb34828cc6c2daf3e804e21d11937ae4b3426
6
+ metadata.gz: 0037e541086f8ee424396cf6c2deaf07bd750508172a4386f6c845fd34b04c0dc172a545cc4dac104c2d252726f58c7f6333404fc5bfd2742afba1bbfc21a20b
7
+ data.tar.gz: 380cc25209f6f71a6c2edcb34ad4098d5dff80b531cea4e89ebabc07d5de51ad2132c2a0374c5bd9e3d19171015143c17fa4bf56685f486ebb6eab65b6adbc4f
data/CHANGELOG.md CHANGED
@@ -13,7 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
- ## [1.0.0] 2022-04-30
16
+ ## [1.0.1] 2022-05-02
17
+ ### Added
18
+ * Documentation
19
+
20
+ ### Changed
21
+
22
+ ### Fixed
23
+
24
+ ### Removed
25
+
26
+ ## [1.0.0] 2022-05-01
17
27
  ### Added
18
28
  * Initial release
19
29
 
@@ -23,5 +33,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
33
 
24
34
  ### Removed
25
35
 
26
- [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby3_0/compare/.v1.0.0...HEAD
36
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby3_0/compare/v1.0.0...HEAD
27
37
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby3_0/compare/251b24f1147b3a42a16465663be1f08c93e8affc...v1.0.0
data/README.md CHANGED
@@ -40,9 +40,8 @@ a [SemVer compliant](https://semver.org/) (Semantic Versioning) way that aligns
40
40
  compatible/supported Ruby version.
41
41
 
42
42
  Adding this gem will facilitate the best practice of adding a `~> ` version constrained `rubocop` dependency, while
43
- minimiszing the risk of a rubocop minor / patch upgrade breaking the build. See the
44
- official [compatibility matrix](https://github.com/rubocop/rubocop/blob/master/docs/modules/ROOT/pages/compatibility.adoc#support-matrix) (
45
- Rubocop documentation)
43
+ minimizing the risk of a rubocop minor / patch upgrade breaking the build. See the
44
+ official [compatibility matrix](https://github.com/rubocop/rubocop/blob/master/docs/modules/ROOT/pages/compatibility.adoc#support-matrix) (Rubocop documentation)
46
45
 
47
46
  ## Stable
48
47
 
@@ -62,7 +61,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
62
61
 
63
62
  The following is optional. We'll discuss why you might want to do this after you see what it does.
64
63
 
65
- Add to the top of your project's RuboCop configuration file:
64
+ Add to the top of your project's `.rubocop.yml` configuration file:
66
65
 
67
66
  ```yaml
68
67
  inherit_gem:
@@ -112,6 +111,27 @@ The gem is available as open source under the terms of
112
111
  the [MIT License][license] [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)][license-ref].
113
112
  See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
114
113
 
114
+ <details>
115
+ <summary>Project Logos (rubocop-ruby3_0)</summary>
116
+
117
+ See [docs/images/logo/README.txt][project-logos]
118
+ </details>
119
+
120
+ <details>
121
+ <summary>Organization Logo (rubocop-semver)</summary>
122
+
123
+ Author: [Yusuf Evli][org-logo-author]
124
+ Source: [Unsplash][org-logo-source]
125
+ License: [Unsplash License][org-logo-license]
126
+ </details>
127
+
128
+ [project-logos]: https://github.com/rubocop-semver/rubocop-ruby3_0/blob/main/docs/images/logo/README.txt
129
+ [org-logo-author]: https://unsplash.com/@yusufevli
130
+ [org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
131
+ [org-logo-license]: https://unsplash.com/license
132
+
133
+ ### Copyright
134
+
115
135
  * Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
116
136
 
117
137
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -133,7 +153,7 @@ the [Pessimistic Version Constraint][pvc] with two digits of precision.
133
153
  For example:
134
154
 
135
155
  ```ruby
136
- spec.add_dependency "rubocop-ruby3_0", "~> 0.1"
156
+ spec.add_dependency "rubocop-ruby3_0", "~> 1.0"
137
157
  ```
138
158
 
139
159
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby30
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ruby3_0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-01 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -75,10 +75,10 @@ licenses:
75
75
  - MIT
76
76
  metadata:
77
77
  homepage_uri: https://github.com/rubocop-semver/rubocop-ruby3_0
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/tree/v1.0.0
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/blob/v1.0.0/CHANGELOG.md
78
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/tree/v1.0.1
79
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/blob/v1.0.1/CHANGELOG.md
80
80
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.0.0
81
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.0.1
82
82
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/wiki
83
83
  rubygems_mfa_required: 'true'
84
84
  post_install_message: