rubocop-ruby2_0 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d3df5043a67ab5fd2a1826ae9ed048a512f3d6e40bdc34ade468f6afe2d1ff1
4
- data.tar.gz: 29f3ff8810ccc2913fa2bcf2e0fd769a83645cbd60431308e26def147f2919cf
3
+ metadata.gz: b41138ba8f0e131c66a800dcb823b9bfa9e7b636ee1afb6d75a833d446b8202a
4
+ data.tar.gz: 258e17353a2b23760ddf1431923c388a6360a0dfddccaf2bb23c714e4d5390ba
5
5
  SHA512:
6
- metadata.gz: a4b38d8e198111ea1a5f04cdf91e3d0e27cd2886269a4a508dc35279b79d4f15b9e4e4be3e5e0e01fc12b256fd316ac629830af03a570477ae1687de204df94f
7
- data.tar.gz: 017d0f20ab12b0643c33ba0e933f3b0fb98822965b7c3622dd6ee03f1f30071750ad1ea7aacffb5c6618ac03373aeb6729a3a51cf6e8a231eab1cb9e9f954e5c
6
+ metadata.gz: 46fbdcd214ae905921534ab6b51eb92d769b884bd115a2c954d56e29e0089f129fd676b4c0e802cecad52018d5749963a1a684999ebd223d4151784f61266beb
7
+ data.tar.gz: 9b807dc4888744933cfc6195f1cba80ef369271fa9f6344933ac9a43720d1ef9d08ba82aea37f57241cc83fa083d6d3a6f7315495fe62198421d1a50bec3f197
data/CHANGELOG.md CHANGED
@@ -13,6 +13,16 @@ 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-02
17
+ ### Added
18
+ * Documentation
19
+
20
+ ### Changed
21
+
22
+ ### Fixed
23
+
24
+ ### Removed
25
+
16
26
  ## [1.0.0] 2022-05-01
17
27
  ### Added
18
28
  * Initial release
@@ -23,5 +33,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
33
 
24
34
  ### Removed
25
35
 
26
- [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/.v1.0.0...HEAD
36
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.0...HEAD
27
37
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/8fb0f104adf43c5a0e3487b390f91881f79e4d89...v1.0.0
data/README.md CHANGED
@@ -122,6 +122,27 @@ The gem is available as open source under the terms of
122
122
  the [MIT License][license] [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)][license-ref].
123
123
  See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
124
124
 
125
+ <details>
126
+ <summary>Project Logos (rubocop-ruby3_1)</summary>
127
+
128
+ See [docs/images/logo/README.txt][project-logos]
129
+ </details>
130
+
131
+ <details>
132
+ <summary>Organization Logo (rubocop-semver)</summary>
133
+
134
+ Author: [Yusuf Evli][org-logo-author]
135
+ Source: [Unsplash][org-logo-source]
136
+ License: [Unsplash License][org-logo-license]
137
+ </details>
138
+
139
+ [project-logos]: https://github.com/rubocop-semver/rubocop-ruby3_1/blob/main/docs/images/logo/README.txt
140
+ [org-logo-author]: https://unsplash.com/@yusufevli
141
+ [org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
142
+ [org-logo-license]: https://unsplash.com/license
143
+
144
+ ### Copyright
145
+
125
146
  * Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
126
147
 
127
148
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby20
5
- VERSION = "1.0.0".freeze
5
+ VERSION = "1.0.1".freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ruby2_0
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
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-01 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -75,10 +75,10 @@ licenses:
75
75
  - MIT
76
76
  metadata:
77
77
  homepage_uri: https://github.com/rubocop-semver/rubocop-ruby2_0
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/tree/v1.0.0
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/blob/v1.0.0/CHANGELOG.md
78
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/tree/v1.0.1
79
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/blob/v1.0.1/CHANGELOG.md
80
80
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_0/1.0.0
81
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_0/1.0.1
82
82
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/wiki
83
83
  rubygems_mfa_required: 'true'
84
84
  post_install_message: