rubocop-ruby2_0 1.0.4 → 1.0.5

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: 5e3f004c15655b514861df2a2ec1c832cd7875c5a455d1bfb7282fdd6e67c200
4
- data.tar.gz: 898f5f0284faf97f4c0d6465b7f231c56eef7b4d9d74eb841318c3a07e6739cb
3
+ metadata.gz: 55b753a7606619c00092113f84564ecd4e557d60b06a0da5221bbe3d90c660f4
4
+ data.tar.gz: 10d993839accae5804248a6dcb9e9841ee01510c7a7cfc14aef01ee230140409
5
5
  SHA512:
6
- metadata.gz: 9f3bb4c5a90f8e60a1bab967c2d8ff5bf2a70975e731154a6d55ce4e1ce0dd4611d70842da098dd973be6050f73cebeab973ce6beb0875dd9f596c0a27dd3aec
7
- data.tar.gz: 8729298527571129aa658fb9311cfdab23ba293751007db6b3c5159ac61e7c0473446afa8e2b26a945ecaa969c4aa2830000158e8b54aaeee7faeb4b1ea6b36b
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.4...HEAD
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 the very old version of rubocop that works with Ruby 1.9.
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] [![License: MIT](https://img.shields.io/badge/License
176
176
  See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
177
177
 
178
178
  <details>
179
- <summary>Project Logos (rubocop-ruby3_1)</summary>
179
+ <summary>Project Logos (rubocop-ruby2_0)</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-ruby3_1/blob/main/docs/images/logo/README.txt
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby20
5
- VERSION = "1.0.4".freeze
5
+ VERSION = "1.0.5".freeze
6
6
  end
7
7
  end
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
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.4
81
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_0/blob/v1.0.4/CHANGELOG.md
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.4
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: