rubocop-ruby2_0 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 +4 -4
- data/CHANGELOG.md +11 -1
- data/README.md +21 -0
- data/lib/rubocop/ruby2_0/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b41138ba8f0e131c66a800dcb823b9bfa9e7b636ee1afb6d75a833d446b8202a
|
4
|
+
data.tar.gz: 258e17353a2b23760ddf1431923c388a6360a0dfddccaf2bb23c714e4d5390ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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.
|
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-
|
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.
|
79
|
-
changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/blob/v1.0.
|
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.
|
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:
|