rubocop-lts 1.0.0 → 1.0.1
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 +8 -0
- data/README.md +22 -3
- data/lib/rubocop/lts/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: ad8afd39abf1b93e851e95b4219f3c95d83c8ffca0eeecdb6224b3c02b4f44c8
|
|
4
|
+
data.tar.gz: 35f09bb70c29a3fa35e5045a8c4bdf8b3608c1d19a2545642dba68faaf81bf48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a717387533e74ba898271b1a8f23b18ff38131b8832dd281802d05af81bee52cde8644a69ef6ef0aa89ef1de591193688fbdc455b6c6d6791399a7ca564e034
|
|
7
|
+
data.tar.gz: b09875295440004ab7b5f265eaadb3d97f0cab17379c00ce4341f9e1c28e024818c63a37f4c142f3f04a358a1d06db35a19f393961ae20e05217d8d56990d10a
|
data/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
+
## [1.0.1] - 2022-05-22
|
|
17
|
+
### Fixed
|
|
18
|
+
- Documentation typos & gemspec URLs
|
|
19
|
+
|
|
16
20
|
## [1.0.0] - 2022-05-22
|
|
17
21
|
### Added
|
|
18
22
|
- Initial odd release supporting Ruby ~> 1.9
|
|
23
|
+
|
|
24
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...HEAD
|
|
25
|
+
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
|
26
|
+
[1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
|
data/README.md
CHANGED
|
@@ -40,7 +40,7 @@ Projects that support multiple versions of Ruby simultaneously (like many open-s
|
|
|
40
40
|
[odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
|
|
41
41
|
[even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
|
|
42
42
|
|
|
43
|
-
##
|
|
43
|
+
## Version Conventions
|
|
44
44
|
|
|
45
45
|
### Odd Major Release
|
|
46
46
|
|
|
@@ -288,9 +288,28 @@ The gem is available as open source under the terms of
|
|
|
288
288
|
the [MIT License][license] [][license-ref].
|
|
289
289
|
See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
|
|
290
290
|
|
|
291
|
-
|
|
291
|
+
<details>
|
|
292
|
+
<summary>Project Logos (rubocop-ruby3_1)</summary>
|
|
292
293
|
|
|
293
|
-
[
|
|
294
|
+
See [docs/images/logo/README.txt][project-logos]
|
|
295
|
+
</details>
|
|
296
|
+
|
|
297
|
+
<details>
|
|
298
|
+
<summary>Organization Logo (rubocop-semver)</summary>
|
|
299
|
+
|
|
300
|
+
Author: [Yusuf Evli][org-logo-author]
|
|
301
|
+
Source: [Unsplash][org-logo-source]
|
|
302
|
+
License: [Unsplash License][org-logo-license]
|
|
303
|
+
</details>
|
|
304
|
+
|
|
305
|
+
[project-logos]: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/main/docs/images/logo/README.txt
|
|
306
|
+
[org-logo-author]: https://unsplash.com/@yusufevli
|
|
307
|
+
[org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
|
|
308
|
+
[org-logo-license]: https://unsplash.com/license
|
|
309
|
+
|
|
310
|
+
### © Copyright
|
|
311
|
+
|
|
312
|
+
* Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
|
|
294
313
|
|
|
295
314
|
## 🤝 Code of Conduct
|
|
296
315
|
|
data/lib/rubocop/lts/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-lts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -48,10 +48,10 @@ licenses:
|
|
|
48
48
|
- MIT
|
|
49
49
|
metadata:
|
|
50
50
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
|
51
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v1.0.
|
|
52
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v1.0.
|
|
51
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v1.0.1
|
|
52
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v1.0.1/CHANGELOG.md
|
|
53
53
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
|
54
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-
|
|
54
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/1.0.1
|
|
55
55
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
|
56
56
|
rubygems_mfa_required: 'true'
|
|
57
57
|
post_install_message:
|