appraisal2-rubocop 1.0.1 → 1.0.2

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: 1d9996b1797de9dcd54682d3879767d67225d4afafb299077b78bb96e2cdc426
4
- data.tar.gz: e0257a658d69712a6d0ea7d26b4e19507c27e4a35b2302a2186e16b32c0e689b
3
+ metadata.gz: d65ad32480bd5851d966a1c8fd1b1f8cf304e4d2554281473fe411a971eac598
4
+ data.tar.gz: 7797cd614cf93a552ecfbe84debbbe8635e1c2ea1afb8ad0eb363a8222d29600
5
5
  SHA512:
6
- metadata.gz: 214ebde1b11fea878433183107bbcffca091bd45523f7ffe495f3aedafe6f253441578c70e054a29f9b1dd6ba6ef98edc2e657cc44ed9e9255db34d3c455c05e
7
- data.tar.gz: a70f456ea30c3a400bb392964c13716b8cbe77a71dc4fdffa0e449bb7261b2584b40509c5cc523936c2409f910b7dded287dc7371095f27f0cd24e13c8b8e866
6
+ metadata.gz: bcae8c9f4bdac013e1e462cce35de0314c14775a8a7cfae2fff26f06f1acf59f3d635945a1b90b0f74266e0b3fd9c5672ddcc2afad5f21afdc45c9693fac8f4f
7
+ data.tar.gz: 7fae1fc4a999c6abab52c1ca53e119f01541bd939b79e43ffdfe8d894c4438860286aee49d1ef58809eade176a7ba27b0ac597997f0f79c7cda1797c5e999a0d
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,28 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.2] - 2026-08-29
34
+
35
+ - TAG: [v1.0.2][1.0.2t]
36
+ - COVERAGE: 100.00% -- 86/86 lines in 4 files
37
+ - BRANCH COVERAGE: 95.83% -- 23/24 branches in 4 files
38
+ - 26.32% documented
39
+
40
+ ### Changed
41
+
42
+ - [kc] kettle-jem/prepare: updated 46 project files:
43
+ - configuration (1)
44
+ - dependencies (42)
45
+ - other (3)
46
+
47
+ - [kc] kettle-jem/template: updated 18 project files:
48
+ - code and tests (4)
49
+ - configuration (1)
50
+ - dependencies (3)
51
+ - documentation (3)
52
+ - other (6)
53
+ - workflows (1)
54
+
33
55
  ## [1.0.1] - 2026-08-06
34
56
 
35
57
  - TAG: [v1.0.1][1.0.1t]
@@ -205,7 +227,9 @@ Please file a bug if you notice a violation of semantic versioning.
205
227
  - Replaced the hardcoded local `appraisal2` Gemfile path with ENV-driven
206
228
  `nomono` sibling workspace wiring.
207
229
 
208
- [Unreleased]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.1...HEAD
230
+ [Unreleased]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.2...HEAD
231
+ [1.0.2]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.1...v1.0.2
232
+ [1.0.2t]: https://github.com/appraisal-rb/appraisal2-rubocop/releases/tag/v1.0.2
209
233
  [1.0.1]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.0...v1.0.1
210
234
  [1.0.1t]: https://github.com/appraisal-rb/appraisal2-rubocop/releases/tag/v1.0.1
211
235
  [1.0.0]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v0.2.3...v1.0.0
data/README.md CHANGED
@@ -47,7 +47,7 @@ available only to the generator bundle.
47
47
 
48
48
  ### Compatibility
49
49
 
50
- Compatible with MRI Ruby 3.1.0+, and concordant releases of JRuby, and TruffleRuby.
50
+ Compatible with MRI Ruby 3.1.0+, JRuby, and TruffleRuby.
51
51
  CI workflows and Appraisals are generated for MRI Ruby 3.1.0+.
52
52
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
53
53
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -85,7 +85,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
85
85
 
86
86
  </details>
87
87
 
88
- ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/appraisal2-rubocop)](https://tidelift.com/subscription/pkg/rubygems-appraisal2-rubocop?utm_source=rubygems-appraisal2-rubocop&utm_medium=referral&utm_campaign=readme)
88
+ ### Enterprise Support
89
+
90
+ [![Tidelift](https://tidelift.com/badges/package/rubygems/appraisal2-rubocop)](https://tidelift.com/subscription/pkg/rubygems-appraisal2-rubocop?utm_source=rubygems-appraisal2-rubocop&utm_medium=referral&utm_campaign=readme)
89
91
 
90
92
  Available as part of the Tidelift Subscription.
91
93
 
@@ -244,8 +246,7 @@ See [SECURITY.md][🔐security].
244
246
  ## 🤝 Contributing
245
247
 
246
248
  If you need some ideas of where to help, you could work on adding more code coverage,
247
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
248
- or use the gem and think about how it could be better.
249
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
249
250
 
250
251
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
251
252
 
@@ -281,19 +282,6 @@ Made with [contributors-img][🖐contrib-rocks].
281
282
 
282
283
  Also see GitLab Contributors: [https://gitlab.com/appraisal-rb/appraisal2-rubocop/-/graphs/main][🚎contributors-gl]
283
284
 
284
- <details markdown="1">
285
- <summary>⭐️ Star History</summary>
286
-
287
- <a href="https://star-history.com/appraisal-rb/appraisal2-rubocop&Date">
288
- <picture>
289
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2-rubocop&type=Date&theme=dark" />
290
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2-rubocop&type=Date" />
291
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2-rubocop&type=Date" />
292
- </picture>
293
- </a>
294
-
295
- </details>
296
-
297
285
  ## 📌 Versioning
298
286
 
299
287
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -5,7 +5,7 @@ module Appraisal2
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "1.0.1"
8
+ VERSION = "1.0.2"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appraisal2-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.2.1
46
+ version: 3.2.3
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 3.2.1
53
+ version: 3.2.3
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: rubocop
56
56
  requirement: !ruby/object:Gem::Requirement
@@ -91,20 +91,20 @@ dependencies:
91
91
  requirements:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
- version: '2.5'
94
+ version: '3.0'
95
95
  - - ">="
96
96
  - !ruby/object:Gem::Version
97
- version: 2.5.17
97
+ version: 3.0.17
98
98
  type: :development
99
99
  prerelease: false
100
100
  version_requirements: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - "~>"
103
103
  - !ruby/object:Gem::Version
104
- version: '2.5'
104
+ version: '3.0'
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
- version: 2.5.17
107
+ version: 3.0.17
108
108
  - !ruby/object:Gem::Dependency
109
109
  name: bundler-audit
110
110
  requirement: !ruby/object:Gem::Requirement
@@ -182,7 +182,7 @@ dependencies:
182
182
  version: '2.0'
183
183
  - - ">="
184
184
  - !ruby/object:Gem::Version
185
- version: 2.0.19
185
+ version: 2.0.21
186
186
  type: :development
187
187
  prerelease: false
188
188
  version_requirements: !ruby/object:Gem::Requirement
@@ -192,7 +192,7 @@ dependencies:
192
192
  version: '2.0'
193
193
  - - ">="
194
194
  - !ruby/object:Gem::Version
195
- version: 2.0.19
195
+ version: 2.0.21
196
196
  - !ruby/object:Gem::Dependency
197
197
  name: turbo_tests2
198
198
  requirement: !ruby/object:Gem::Requirement
@@ -202,7 +202,7 @@ dependencies:
202
202
  version: '3.2'
203
203
  - - ">="
204
204
  - !ruby/object:Gem::Version
205
- version: 3.2.4
205
+ version: 3.2.7
206
206
  type: :development
207
207
  prerelease: false
208
208
  version_requirements: !ruby/object:Gem::Requirement
@@ -212,7 +212,7 @@ dependencies:
212
212
  version: '3.2'
213
213
  - - ">="
214
214
  - !ruby/object:Gem::Version
215
- version: 3.2.4
215
+ version: 3.2.7
216
216
  - !ruby/object:Gem::Dependency
217
217
  name: ruby-progressbar
218
218
  requirement: !ruby/object:Gem::Requirement
@@ -256,7 +256,7 @@ dependencies:
256
256
  version: '2.0'
257
257
  - - ">="
258
258
  - !ruby/object:Gem::Version
259
- version: 2.0.11
259
+ version: 2.0.12
260
260
  type: :development
261
261
  prerelease: false
262
262
  version_requirements: !ruby/object:Gem::Requirement
@@ -266,7 +266,7 @@ dependencies:
266
266
  version: '2.0'
267
267
  - - ">="
268
268
  - !ruby/object:Gem::Version
269
- version: 2.0.11
269
+ version: 2.0.12
270
270
  - !ruby/object:Gem::Dependency
271
271
  name: rspec
272
272
  requirement: !ruby/object:Gem::Requirement
@@ -302,10 +302,10 @@ licenses:
302
302
  - MIT
303
303
  metadata:
304
304
  homepage_uri: https://appraisal2-rubocop.galtzo.com
305
- source_code_uri: https://github.com/appraisal-rb/appraisal2-rubocop/tree/v1.0.1
306
- changelog_uri: https://github.com/appraisal-rb/appraisal2-rubocop/blob/v1.0.1/CHANGELOG.md
305
+ source_code_uri: https://github.com/appraisal-rb/appraisal2-rubocop/tree/v1.0.2
306
+ changelog_uri: https://github.com/appraisal-rb/appraisal2-rubocop/blob/v1.0.2/CHANGELOG.md
307
307
  bug_tracker_uri: https://github.com/appraisal-rb/appraisal2-rubocop/issues
308
- documentation_uri: https://www.rubydoc.info/gems/appraisal2-rubocop/1.0.1
308
+ documentation_uri: https://www.rubydoc.info/gems/appraisal2-rubocop/1.0.2
309
309
  funding_uri: https://github.com/sponsors/pboling
310
310
  wiki_uri: https://github.com/appraisal-rb/appraisal2-rubocop/wiki
311
311
  news_uri: https://www.railsbling.com/tags/appraisal2-rubocop
metadata.gz.sig CHANGED
Binary file