rubocop-lts 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: 56dd00ae585c9ff3d1040813cbf3dfff7c0416eda05ee7b2ca0c32d8ded3c44f
4
- data.tar.gz: a01d0249a0ca8448a0683dbe803cb8cfabb44a439405df40c39d6021956322de
3
+ metadata.gz: ad8afd39abf1b93e851e95b4219f3c95d83c8ffca0eeecdb6224b3c02b4f44c8
4
+ data.tar.gz: 35f09bb70c29a3fa35e5045a8c4bdf8b3608c1d19a2545642dba68faaf81bf48
5
5
  SHA512:
6
- metadata.gz: c53b093b987c7928e6282efa154555de82497b718d9ab750092b8877359d624e3b1704b8fa9fe2c2d3e3f938c9e4212a4cae4d6c7a51e61889735687af052bc8
7
- data.tar.gz: a1faab69f963cbd1481419ec11e9f0e7c08d44160d0fefa21fd56ba800ab239deed49f6c6a86083fdf7cb747d8da1e44353802b5c0a75e6650aa04f69dd37371
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
- ## Version Conventions
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: MIT](https://img.shields.io/badge/License-MIT-green.svg)][license-ref].
289
289
  See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
290
290
 
291
- * Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
291
+ <details>
292
+ <summary>Project Logos (rubocop-ruby3_1)</summary>
292
293
 
293
- [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
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
 
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Rubocop
5
5
  module Lts
6
- VERSION = "1.0.0".freeze
6
+ VERSION = "1.0.1".freeze
7
7
  end
8
8
  end
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.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.0
52
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v1.0.0/CHANGELOG.md
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-ruby1_9/1.0.0
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: