rubocop-ruby2_4 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: 4e4ba3a2b5a1372d89435b75bcca20a3db122b38f60e3e35c341c0516a997985
4
- data.tar.gz: 80dde858a904fe0eecc8a86546aaf6a6b2c8720e6fccb598c7a4f8750d6fe1bb
3
+ metadata.gz: f3b0af79887c4fd0e2ce8cb45f29fe224cf14b0ed568a68c55efe09cbc9c42ab
4
+ data.tar.gz: fcf64fa53df16a67af2685f0d46f1e510c2524abee5f73b0e800ba827b1377b3
5
5
  SHA512:
6
- metadata.gz: 8085a4df02f5e448888175dc17f5cc8521f654cf328f2d87794e95e065ca4275b7a60d4ece2b75bb0d7d7cb2106d6cc76d8874886cae2aab48bb3c900e5835f9
7
- data.tar.gz: 426fd451128140d0ab1d3aeb957b50ae08e9ef123e59bbdb8d9e3a73e718660ca75be5e9cd867bb7d51f6957d4a284066d111cfd147ab7da05db4072f0cc7a98
6
+ metadata.gz: 73358a65241d1348721110c7381a09e5501723ef92934394103ddef7839047e0716e0d045dc821dbf24df26a26eba7a3b3678b3bc4e9dc23c7947803b031bc1e
7
+ data.tar.gz: b915c3a0110a7b7b778191ec008a9e4c4602423f8e7ba7a2f1453ffe7d6a0682492c4f633df5ffe116982a27d02656f93596e87bf47cde1895bb1654823f3a48
data/CHANGELOG.md CHANGED
@@ -13,7 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
- ## [1.0.0] 2022-04-30
16
+ ## [1.0.1] 2022-05-02
17
+ ### Added
18
+ * Documentation
19
+
20
+ ### Changed
21
+
22
+ ### Fixed
23
+
24
+ ### Removed
25
+
26
+ ## [1.0.0] 2022-05-01
17
27
  ### Added
18
28
  * Initial release
19
29
 
@@ -23,5 +33,6 @@ 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_4/compare/.v1.0.0...HEAD
36
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_4/compare/v1.0.1...HEAD
37
+ [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_4/compare/v1.0.0...v1.0.1
27
38
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_4/compare/69576e0c1884ab3c773394b5f30a9ebafe11a2a7...v1.0.0
data/README.md CHANGED
@@ -40,7 +40,7 @@ a [SemVer compliant](https://semver.org/) (Semantic Versioning) way that aligns
40
40
  compatible/supported Ruby version.
41
41
 
42
42
  Adding this gem will facilitate the best practice of adding a `~> ` version constrained `rubocop` dependency, while
43
- minimiszing the risk of a rubocop minor / patch upgrade breaking the build. See the
43
+ minimizing the risk of a rubocop minor / patch upgrade breaking the build. See the
44
44
  official [compatibility matrix](https://github.com/rubocop/rubocop/blob/master/docs/modules/ROOT/pages/compatibility.adoc#support-matrix) (Rubocop documentation)
45
45
 
46
46
  ## Stable
@@ -61,7 +61,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
61
61
 
62
62
  The following is optional. We'll discuss why you might want to do this after you see what it does.
63
63
 
64
- Add to the top of your project's RuboCop configuration file:
64
+ Add to the top of your project's `.rubocop.yml` configuration file:
65
65
 
66
66
  ```yaml
67
67
  inherit_gem:
@@ -111,6 +111,27 @@ The gem is available as open source under the terms of
111
111
  the [MIT License][license] [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)][license-ref].
112
112
  See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
113
113
 
114
+ <details>
115
+ <summary>Project Logos (rubocop-ruby2_4)</summary>
116
+
117
+ See [docs/images/logo/README.txt][project-logos]
118
+ </details>
119
+
120
+ <details>
121
+ <summary>Organization Logo (rubocop-semver)</summary>
122
+
123
+ Author: [Yusuf Evli][org-logo-author]
124
+ Source: [Unsplash][org-logo-source]
125
+ License: [Unsplash License][org-logo-license]
126
+ </details>
127
+
128
+ [project-logos]: https://github.com/rubocop-semver/rubocop-ruby2_4/blob/main/docs/images/logo/README.txt
129
+ [org-logo-author]: https://unsplash.com/@yusufevli
130
+ [org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
131
+ [org-logo-license]: https://unsplash.com/license
132
+
133
+ ### Copyright
134
+
114
135
  * Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
115
136
 
116
137
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -132,7 +153,7 @@ the [Pessimistic Version Constraint][pvc] with two digits of precision.
132
153
  For example:
133
154
 
134
155
  ```ruby
135
- spec.add_dependency "rubocop-ruby2_4", "~> 0.1"
156
+ spec.add_dependency "rubocop-ruby2_4", "~> 1.0"
136
157
  ```
137
158
 
138
159
  [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 Ruby24
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ruby2_4
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_4
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/tree/v1.0.0
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/blob/v1.0.0/CHANGELOG.md
78
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/tree/v1.0.1
79
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/blob/v1.0.1/CHANGELOG.md
80
80
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_4/1.0.0
81
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_4/1.0.1
82
82
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/wiki
83
83
  rubygems_mfa_required: 'true'
84
84
  post_install_message: