rubocop-ruby2_3 1.0.0 → 1.0.3
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 +4 -4
- data/CHANGELOG.md +18 -7
- data/CONTRIBUTING.md +5 -5
- data/README.md +99 -38
- data/lib/rubocop/ruby2_3/version.rb +1 -1
- data/rubocop.yml +2 -0
- data/sig/rubocop/ruby2_3.rbs +6 -0
- metadata +14 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1a829c21a395fda1b4885f9679fd6824976aa62bc9f02cb59985a6f215e03b7
|
|
4
|
+
data.tar.gz: 3c47683f4daa87f1618004347a9b8f2d9d503b8b29365960c47e8bb11d2b8c08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2a36d47275c5a06621967a345c73cd2fdbc20da0a267ae180e8ef8cfd330179e842f3b91553ab1c0f7814bf3e1691b89be0a1db7375052c3e01260106bae44b
|
|
7
|
+
data.tar.gz: 9869ad0054fec3b8d68df0ee0dbe9cb44de7ff6149607966fea6a5f5d77b13796f1dd783f9dcec04657c4036570f88e9fa4ed6847f0c59df95626e028ce3b4e4
|
data/CHANGELOG.md
CHANGED
|
@@ -13,15 +13,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
-
## [1.0.
|
|
16
|
+
## [1.0.3] 2022-05-23
|
|
17
17
|
### Added
|
|
18
|
-
*
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
* Rubocop => RuboCop typo repair
|
|
19
|
+
* Ruby Version Support Matrix
|
|
20
|
+
* Improved documentation
|
|
21
21
|
|
|
22
|
+
## [1.0.2] 2022-05-03
|
|
22
23
|
### Fixed
|
|
24
|
+
* Added missing rubocop.yml for inherit_gem directive
|
|
23
25
|
|
|
24
|
-
|
|
26
|
+
## [1.0.1] 2022-05-02
|
|
27
|
+
### Added
|
|
28
|
+
* Documentation
|
|
29
|
+
|
|
30
|
+
## [1.0.0] 2022-05-01
|
|
31
|
+
### Added
|
|
32
|
+
* Initial release
|
|
25
33
|
|
|
26
|
-
[Unreleased]: https://github.com/rubocop-
|
|
27
|
-
[1.0.
|
|
34
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v1.0.3...HEAD
|
|
35
|
+
[1.0.3]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v1.0.2...v1.0.3
|
|
36
|
+
[1.0.2]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v1.0.1...v1.0.2
|
|
37
|
+
[1.0.1]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v1.0.0...v1.0.1
|
|
38
|
+
[1.0.0]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/496ae0431f229da4ce2ca472954773af32f27078...v1.0.0
|
data/CONTRIBUTING.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Contributing
|
|
2
2
|
|
|
3
|
-
Bug reports and pull requests are welcome on GitHub at [https://github.com/rubocop-
|
|
3
|
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/rubocop-lts/rubocop-ruby2_3][source]
|
|
4
4
|
. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
|
|
5
5
|
the [code of conduct][conduct].
|
|
6
6
|
|
|
@@ -8,18 +8,18 @@ To submit a patch, please fork the project and create a patch with tests. Once y
|
|
|
8
8
|
|
|
9
9
|
## Contributors
|
|
10
10
|
|
|
11
|
-
[][contributors]
|
|
12
12
|
|
|
13
13
|
Made with [contributors-img][contrib-rocks].
|
|
14
14
|
|
|
15
15
|
[comment]: <> (Following links are used by README, CONTRIBUTING)
|
|
16
16
|
|
|
17
|
-
[conduct]: https://github.com/rubocop-
|
|
17
|
+
[conduct]: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/main/CODE_OF_CONDUCT.md
|
|
18
18
|
|
|
19
19
|
[contrib-rocks]: https://contrib.rocks
|
|
20
20
|
|
|
21
|
-
[contributors]: https://github.com/rubocop-
|
|
21
|
+
[contributors]: https://github.com/rubocop-lts/rubocop-ruby2_3/graphs/contributors
|
|
22
22
|
|
|
23
23
|
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
|
24
24
|
|
|
25
|
-
[source]: https://github.com/rubocop-
|
|
25
|
+
[source]: https://github.com/rubocop-lts/rubocop-ruby2_3/
|
data/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://rubocop.org#gh-light-mode-only" target="_blank" rel="noopener">
|
|
3
|
-
<img
|
|
3
|
+
<img height="120px" src="https://github.com/rubocop-lts/rubocop-ruby2_3/raw/main/docs/images/logo/rubocop-light.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
|
|
4
4
|
</a>
|
|
5
5
|
<a href="https://rubocop.org#gh-dark-mode-only" target="_blank" rel="noopener">
|
|
6
|
-
<img
|
|
6
|
+
<img height="120px" src="https://github.com/rubocop-lts/rubocop-ruby2_3/raw/main/docs/images/logo/rubocop-dark.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
|
|
7
7
|
</a>
|
|
8
8
|
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
|
|
9
|
-
<img
|
|
9
|
+
<img height="120px" src="https://github.com/rubocop-lts/rubocop-ruby2_3/raw/main/docs/images/logo/ruby-logo.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5, see docs/images/logo/README.txt">
|
|
10
10
|
</a>
|
|
11
11
|
<a href="https://semver.org/#gh-light-mode-only" target="_blank" rel="noopener">
|
|
12
|
-
<img
|
|
12
|
+
<img height="120px" src="https://github.com/rubocop-lts/rubocop-ruby2_3/raw/main/docs/images/logo/semver-light.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
|
|
13
13
|
</a>
|
|
14
14
|
<a href="https://semver.org/#gh-dark-mode-only" target="_blank" rel="noopener">
|
|
15
|
-
<img
|
|
15
|
+
<img height="120px" src="https://github.com/rubocop-lts/rubocop-ruby2_3/raw/main/docs/images/logo/semver-dark.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
|
|
16
16
|
</a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
@@ -31,7 +31,7 @@ what brought you here.
|
|
|
31
31
|
|
|
32
32
|
<p align="left">
|
|
33
33
|
<a href="https://metaredux.com/posts/2022/04/21/rubocop-turns-10.html" target="_blank" rel="noopener">
|
|
34
|
-
<img width="360px" src="https://github.com/rubocop-
|
|
34
|
+
<img width="360px" src="https://github.com/rubocop-lts/rubocop-ruby2_3/raw/main/docs/images/rubocop-not-semver.png?raw=true" alt="Explanation of non-SemVer compliance, @bbatsov">
|
|
35
35
|
</a>
|
|
36
36
|
</p>
|
|
37
37
|
|
|
@@ -39,15 +39,52 @@ The purpose of this gem is to constrain the `rubocop` dependency of a project in
|
|
|
39
39
|
a [SemVer compliant](https://semver.org/) (Semantic Versioning) way that aligns with the the desired minimum
|
|
40
40
|
compatible/supported Ruby version.
|
|
41
41
|
|
|
42
|
-
|
|
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) (Rubocop documentation)
|
|
42
|
+
## Ruby Version Support Matrix
|
|
45
43
|
|
|
46
|
-
|
|
44
|
+
Adding this gem will facilitate the best practice of adding a `~> ` version constrained `rubocop` dependency, while
|
|
45
|
+
minimizing the risk of a rubocop minor / patch upgrade breaking the build. See the
|
|
46
|
+
official [compatibility matrix][rubocop-matrix] for `rubocop`.
|
|
47
|
+
|
|
48
|
+
`rubocop-ruby2_3` (this gem) will install on any version of Ruby >= 2.3, and can be used to analyze code intended to support Ruby >= 2.3.
|
|
49
|
+
|
|
50
|
+
* 🧊 - Install on Ruby `<version>`
|
|
51
|
+
* 🏃 - Will Execute on Ruby `<version>`
|
|
52
|
+
* 🪷 - Will not execute correctly on Ruby `<version>`
|
|
53
|
+
* 🛠 - Lint code with Ruby `<version>` syntax as the target
|
|
54
|
+
|
|
55
|
+
| gem | 1.8.7 | 1.9.3 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 2.6 | 2.7 | 3.0 | 3.1 | ruby-head | jruby-head |
|
|
56
|
+
|-------------------------|---------------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|-----------|------------|
|
|
57
|
+
| [rubocop-ruby1_9][rr19] | [🛠][what1_8] | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🪷 | 🧊 🪷 | 🧊 🪷 |
|
|
58
|
+
| [rubocop-ruby2_0][rr20] | | | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🪷 | 🧊 🪷 | 🧊 🪷 |
|
|
59
|
+
| [rubocop-ruby2_1][rr21] | | | | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🪷 | 🧊 🪷 | 🧊 🪷 |
|
|
60
|
+
| [rubocop-ruby2_2][rr22] | | | | | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🪷 | 🧊 🪷 | 🧊 🪷 | 🧊 🪷 |
|
|
61
|
+
| [rubocop-ruby2_3][rr23] | | | | | | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🪷 | 🧊 🪷 | 🧊 🪷 |
|
|
62
|
+
| [rubocop-ruby2_4][rr24] | | | | | | | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🪷 | 🧊 🪷 | 🧊 🪷 |
|
|
63
|
+
| [rubocop-ruby2_5][rr25] | | | | | | | | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🪷 |
|
|
64
|
+
| [rubocop-ruby2_6][rr26] | | | | | | | | 🛠 | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🪷 |
|
|
65
|
+
| [rubocop-ruby2_7][rr27] | | | | | | | | 🛠 | 🛠 | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 |
|
|
66
|
+
| [rubocop-ruby3_0][rr30] | | | | | | | | 🛠 | 🛠 | 🛠 | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 | 🧊 🏃 |
|
|
67
|
+
| [rubocop-ruby3_1][rr31] | | | | | | | | 🛠 | 🛠 | 🛠 | 🛠 | 🧊 🏃 🛠 | 🧊 🏃 | 🧊 🏃 |
|
|
68
|
+
|
|
69
|
+
[rr19]: https://github.com/rubocop-lts/rubocop-ruby1_9
|
|
70
|
+
[rr20]: https://github.com/rubocop-lts/rubocop-ruby2_0
|
|
71
|
+
[rr21]: https://github.com/rubocop-lts/rubocop-ruby2_1
|
|
72
|
+
[rr22]: https://github.com/rubocop-lts/rubocop-ruby2_2
|
|
73
|
+
[rr23]: https://github.com/rubocop-lts/rubocop-ruby2_3
|
|
74
|
+
[rr24]: https://github.com/rubocop-lts/rubocop-ruby2_4
|
|
75
|
+
[rr25]: https://github.com/rubocop-lts/rubocop-ruby2_5
|
|
76
|
+
[rr26]: https://github.com/rubocop-lts/rubocop-ruby2_6
|
|
77
|
+
[rr27]: https://github.com/rubocop-lts/rubocop-ruby2_7
|
|
78
|
+
[rr30]: https://github.com/rubocop-lts/rubocop-ruby3_0
|
|
79
|
+
[rr31]: https://github.com/rubocop-lts/rubocop-ruby3_1
|
|
80
|
+
[what1_8]: https://github.com/rubocop-lts/rubocop-ruby1_9#what-about-ruby-18
|
|
81
|
+
[rubocop-matrix]: https://github.com/rubocop/rubocop/blob/master/docs/modules/ROOT/pages/compatibility.adoc#support-matrix
|
|
82
|
+
|
|
83
|
+
## 🗿 Stable
|
|
47
84
|
|
|
48
85
|
All releases of this gem are stable releases. The first version is `1.0.0`.
|
|
49
86
|
|
|
50
|
-
## Installation
|
|
87
|
+
## ✨ Installation
|
|
51
88
|
|
|
52
89
|
Install the gem and add to the application's Gemfile by executing:
|
|
53
90
|
|
|
@@ -57,11 +94,11 @@ If bundler is not being used to manage dependencies, install the gem by executin
|
|
|
57
94
|
|
|
58
95
|
$ gem install rubocop-ruby2_3
|
|
59
96
|
|
|
60
|
-
## Usage
|
|
97
|
+
## 🔧 Usage
|
|
61
98
|
|
|
62
99
|
The following is optional. We'll discuss why you might want to do this after you see what it does.
|
|
63
100
|
|
|
64
|
-
Add to the top of your project's
|
|
101
|
+
Add to the top of your project's `.rubocop.yml` configuration file:
|
|
65
102
|
|
|
66
103
|
```yaml
|
|
67
104
|
inherit_gem:
|
|
@@ -74,20 +111,23 @@ This has the same effect as you declaring the following in your `.rubocop.yml`:
|
|
|
74
111
|
AllCops:
|
|
75
112
|
# remove if already present in your `.rubocop.yml` to gain the full benefit of this gem!
|
|
76
113
|
TargetRubyVersion: 2.3
|
|
77
|
-
NewCops
|
|
114
|
+
# The sibling gems for newer versions of Ruby support the NewCops directive as soon as RuboCop adds it.
|
|
115
|
+
# NewCops: enable
|
|
78
116
|
```
|
|
79
117
|
|
|
80
118
|
Let's talk about these settings.
|
|
81
119
|
|
|
82
|
-
|
|
120
|
+
### TargetRubyVersion
|
|
83
121
|
|
|
84
122
|
Allowing this gem to manage the target ruby version means you can switch to a different gem within the family when you upgrade to the next version of Ruby, and have nothing else to change. A single line in the `Gemfile`, and you are done.
|
|
85
123
|
|
|
86
|
-
|
|
124
|
+
### NewCops: enable
|
|
125
|
+
|
|
126
|
+
Commented out! Setting does not exist in very old versions of rubocop that works with Ruby < 2.4.
|
|
87
127
|
|
|
88
|
-
|
|
128
|
+
If you want to use this you'll have to upgrade to Ruby >= 2.4 and use the appropriate sibling gem, e.g. [`rubocop-ruby2_4`][2-4].
|
|
89
129
|
|
|
90
|
-
|
|
130
|
+
[2-4]: https://github.com/rubocop-lts/rubocop-ruby2_4
|
|
91
131
|
|
|
92
132
|
## Development
|
|
93
133
|
|
|
@@ -95,31 +135,52 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
|
95
135
|
|
|
96
136
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
97
137
|
|
|
98
|
-
## Contributing
|
|
138
|
+
## ⚡️ Contributing
|
|
99
139
|
|
|
100
140
|
See [CONTRIBUTING.md][contributing]
|
|
101
141
|
|
|
102
|
-
## Contributors
|
|
142
|
+
## 🌈 Contributors
|
|
103
143
|
|
|
104
|
-
[]("https://github.com/rubocop-lts/rubocop-ruby2_3/graphs/contributors")
|
|
105
145
|
|
|
106
146
|
Made with [contributors-img](https://contrib.rocks).
|
|
107
147
|
|
|
108
|
-
## License
|
|
148
|
+
## 📄 License
|
|
109
149
|
|
|
110
150
|
The gem is available as open source under the terms of
|
|
111
151
|
the [MIT License][license] [][license-ref].
|
|
112
152
|
See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
|
|
113
153
|
|
|
154
|
+
<details>
|
|
155
|
+
<summary>Project Logos (rubocop-ruby2_3)</summary>
|
|
156
|
+
|
|
157
|
+
See [docs/images/logo/README.txt][project-logos]
|
|
158
|
+
</details>
|
|
159
|
+
|
|
160
|
+
<details>
|
|
161
|
+
<summary>Organization Logo (rubocop-semver)</summary>
|
|
162
|
+
|
|
163
|
+
Author: [Yusuf Evli][org-logo-author]
|
|
164
|
+
Source: [Unsplash][org-logo-source]
|
|
165
|
+
License: [Unsplash License][org-logo-license]
|
|
166
|
+
</details>
|
|
167
|
+
|
|
168
|
+
[project-logos]: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/main/docs/images/logo/README.txt
|
|
169
|
+
[org-logo-author]: https://unsplash.com/@yusufevli
|
|
170
|
+
[org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
|
|
171
|
+
[org-logo-license]: https://unsplash.com/license
|
|
172
|
+
|
|
173
|
+
### © Copyright
|
|
174
|
+
|
|
114
175
|
* Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
|
|
115
176
|
|
|
116
177
|
[copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
117
178
|
|
|
118
|
-
## Code of Conduct
|
|
179
|
+
## 🤝 Code of Conduct
|
|
119
180
|
|
|
120
|
-
Everyone interacting in the Rubocop::Ruby23 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-
|
|
181
|
+
Everyone interacting in the Rubocop::Ruby23 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-ruby2_3/blob/main/CODE_OF_CONDUCT.md).
|
|
121
182
|
|
|
122
|
-
## Versioning
|
|
183
|
+
## 📌 Versioning
|
|
123
184
|
|
|
124
185
|
This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations of this scheme should be reported as
|
|
125
186
|
bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, a new version should be
|
|
@@ -132,20 +193,20 @@ the [Pessimistic Version Constraint][pvc] with two digits of precision.
|
|
|
132
193
|
For example:
|
|
133
194
|
|
|
134
195
|
```ruby
|
|
135
|
-
spec.add_dependency "rubocop-ruby2_3", "~> 0
|
|
196
|
+
spec.add_dependency "rubocop-ruby2_3", "~> 1.0"
|
|
136
197
|
```
|
|
137
198
|
|
|
138
199
|
[copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
139
200
|
|
|
140
|
-
[gh_discussions]: https://github.com/rubocop-
|
|
201
|
+
[gh_discussions]: https://github.com/rubocop-lts/rubocop-ruby2_3/discussions
|
|
141
202
|
|
|
142
|
-
[conduct]: https://github.com/rubocop-
|
|
203
|
+
[conduct]: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/main/CODE_OF_CONDUCT.md
|
|
143
204
|
|
|
144
|
-
[contributing]: https://github.com/rubocop-
|
|
205
|
+
[contributing]: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/main/CONTRIBUTING.md
|
|
145
206
|
|
|
146
|
-
[security]: https://github.com/rubocop-
|
|
207
|
+
[security]: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/main/SECURITY.md
|
|
147
208
|
|
|
148
|
-
[license]: https://github.com/rubocop-
|
|
209
|
+
[license]: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/main/LICENSE.txt
|
|
149
210
|
|
|
150
211
|
[license-ref]: https://opensource.org/licenses/MIT
|
|
151
212
|
|
|
@@ -169,23 +230,23 @@ spec.add_dependency "rubocop-ruby2_3", "~> 0.1"
|
|
|
169
230
|
|
|
170
231
|
[politicme]: https://nationalprogressiveparty.org
|
|
171
232
|
|
|
172
|
-
[documentation]: https://rubydoc.info/github/rubocop-
|
|
233
|
+
[documentation]: https://rubydoc.info/github/rubocop-lts/rubocop-ruby2_3/main
|
|
173
234
|
|
|
174
|
-
[source]: https://github.com/rubocop-
|
|
235
|
+
[source]: https://github.com/rubocop-lts/rubocop-ruby2_3/
|
|
175
236
|
|
|
176
|
-
[actions]: https://github.com/rubocop-
|
|
237
|
+
[actions]: https://github.com/rubocop-lts/rubocop-ruby2_3/actions
|
|
177
238
|
|
|
178
|
-
[issues]: https://github.com/rubocop-
|
|
239
|
+
[issues]: https://github.com/rubocop-lts/rubocop-ruby2_3/issues
|
|
179
240
|
|
|
180
|
-
[climate_maintainability]: https://codeclimate.com/github/rubocop-
|
|
241
|
+
[climate_maintainability]: https://codeclimate.com/github/rubocop-lts/rubocop-ruby2_3/maintainability
|
|
181
242
|
|
|
182
|
-
[code_triage]: https://www.codetriage.com/rubocop-
|
|
243
|
+
[code_triage]: https://www.codetriage.com/rubocop-lts/rubocop-ruby2_3
|
|
183
244
|
|
|
184
245
|
[blogpage]: http://www.railsbling.com/tags/rubocop-ruby2_3/
|
|
185
246
|
|
|
186
247
|
[rubygems]: https://rubygems.org/gems/rubocop-ruby2_3
|
|
187
248
|
|
|
188
|
-
[chat]: https://gitter.im/rubocop-
|
|
249
|
+
[chat]: https://gitter.im/rubocop-lts/rubocop-ruby2_3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
|
189
250
|
|
|
190
251
|
[maintenancee_policy]: https://guides.rubyonrails.org/maintenance_policy.html#security-issues
|
|
191
252
|
|
data/rubocop.yml
ADDED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ruby2_3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
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-
|
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: Links dependency on minimum Ruby version to maximum
|
|
55
|
+
description: Links dependency on minimum Ruby version to maximum RuboCop version
|
|
56
56
|
email:
|
|
57
57
|
- peter.boling@gmail.com
|
|
58
58
|
executables: []
|
|
@@ -67,19 +67,21 @@ files:
|
|
|
67
67
|
- SECURITY.md
|
|
68
68
|
- lib/rubocop/ruby2_3.rb
|
|
69
69
|
- lib/rubocop/ruby2_3/version.rb
|
|
70
|
+
- rubocop.yml
|
|
71
|
+
- sig/rubocop/ruby2_3.rbs
|
|
70
72
|
- spec/config/rspec/rspec_core.rb
|
|
71
73
|
- spec/rubocop/ruby2_3_spec.rb
|
|
72
74
|
- spec/spec_helper.rb
|
|
73
|
-
homepage: https://github.com/rubocop-
|
|
75
|
+
homepage: https://github.com/rubocop-lts/rubocop-ruby2_3
|
|
74
76
|
licenses:
|
|
75
77
|
- MIT
|
|
76
78
|
metadata:
|
|
77
|
-
homepage_uri: https://github.com/rubocop-
|
|
78
|
-
source_code_uri: https://github.com/rubocop-
|
|
79
|
-
changelog_uri: https://github.com/rubocop-
|
|
80
|
-
bug_tracker_uri: https://github.com/rubocop-
|
|
81
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_3/1.0.
|
|
82
|
-
wiki_uri: https://github.com/rubocop-
|
|
79
|
+
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby2_3
|
|
80
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/tree/v1.0.3
|
|
81
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/v1.0.3/CHANGELOG.md
|
|
82
|
+
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/issues
|
|
83
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_3/1.0.3
|
|
84
|
+
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/wiki
|
|
83
85
|
rubygems_mfa_required: 'true'
|
|
84
86
|
post_install_message:
|
|
85
87
|
rdoc_options: []
|
|
@@ -96,10 +98,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
98
|
- !ruby/object:Gem::Version
|
|
97
99
|
version: '0'
|
|
98
100
|
requirements: []
|
|
99
|
-
rubygems_version: 3.
|
|
101
|
+
rubygems_version: 3.3.14
|
|
100
102
|
signing_key:
|
|
101
103
|
specification_version: 4
|
|
102
|
-
summary: Semantically Versioned
|
|
104
|
+
summary: Semantically Versioned RuboCop Dependency
|
|
103
105
|
test_files:
|
|
104
106
|
- spec/spec_helper.rb
|
|
105
107
|
- spec/config/rspec/rspec_core.rb
|