rubocop-ruby2_0 1.0.4 → 1.0.5
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 +6 -1
- data/README.md +3 -3
- data/lib/rubocop/ruby2_0/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55b753a7606619c00092113f84564ecd4e557d60b06a0da5221bbe3d90c660f4
|
|
4
|
+
data.tar.gz: 10d993839accae5804248a6dcb9e9841ee01510c7a7cfc14aef01ee230140409
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42deb26308b637393c776bba4ee9c347dc30cf3167605eee4636962ca7ef6256fa862504d0875637f67f9f6245d76c760889839cb3f0e2cd126397138abf6f33
|
|
7
|
+
data.tar.gz: bc838370dbfec5befb05e086099da9475df2efe4daa42d93f93298180e58d05fa2bc389eb37aba6f62da4e598f628852b67006cac7fe98a0e32eb59929828ca5
|
data/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
+
## [1.0.5] 2022-05-22
|
|
17
|
+
### Added
|
|
18
|
+
* Better documentation
|
|
19
|
+
|
|
16
20
|
## [1.0.4] 2022-05-22
|
|
17
21
|
### Added
|
|
18
22
|
* Better documentation
|
|
@@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
35
39
|
### Added
|
|
36
40
|
* Initial release
|
|
37
41
|
|
|
38
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_0/compare/v1.0.
|
|
42
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_0/compare/v1.0.5...HEAD
|
|
43
|
+
[1.0.5]: https://github.com/rubocop-lts/rubocop-ruby2_0/compare/v1.0.4...v1.0.5
|
|
39
44
|
[1.0.4]: https://github.com/rubocop-lts/rubocop-ruby2_0/compare/v1.0.3...v1.0.4
|
|
40
45
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-ruby2_0/compare/v1.0.2...v1.0.3
|
|
41
46
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-ruby2_0/compare/v1.0.1...v1.0.2
|
data/README.md
CHANGED
|
@@ -137,7 +137,7 @@ Allowing this gem to manage the target ruby version means you can switch to a di
|
|
|
137
137
|
|
|
138
138
|
## NewCops: enable
|
|
139
139
|
|
|
140
|
-
Commented out! Setting does not exist in
|
|
140
|
+
Commented out! Setting does not exist in very old versions of rubocop that works with Ruby < 2.4.
|
|
141
141
|
|
|
142
142
|
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].
|
|
143
143
|
|
|
@@ -176,7 +176,7 @@ the [MIT License][license] [</summary>
|
|
180
180
|
|
|
181
181
|
See [docs/images/logo/README.txt][project-logos]
|
|
182
182
|
</details>
|
|
@@ -189,7 +189,7 @@ Source: [Unsplash][org-logo-source]
|
|
|
189
189
|
License: [Unsplash License][org-logo-license]
|
|
190
190
|
</details>
|
|
191
191
|
|
|
192
|
-
[project-logos]: https://github.com/rubocop-lts/rubocop-
|
|
192
|
+
[project-logos]: https://github.com/rubocop-lts/rubocop-ruby2_0/blob/main/docs/images/logo/README.txt
|
|
193
193
|
[org-logo-author]: https://unsplash.com/@yusufevli
|
|
194
194
|
[org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
|
|
195
195
|
[org-logo-license]: https://unsplash.com/license
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ruby2_0
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -77,10 +77,10 @@ licenses:
|
|
|
77
77
|
- MIT
|
|
78
78
|
metadata:
|
|
79
79
|
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby2_0
|
|
80
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_0/tree/v1.0.
|
|
81
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_0/blob/v1.0.
|
|
80
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_0/tree/v1.0.5
|
|
81
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_0/blob/v1.0.5/CHANGELOG.md
|
|
82
82
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby2_0/issues
|
|
83
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_0/1.0.
|
|
83
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_0/1.0.5
|
|
84
84
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby2_0/wiki
|
|
85
85
|
rubygems_mfa_required: 'true'
|
|
86
86
|
post_install_message:
|