yard-timekeeper 0.2.6 → 0.2.7

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: 6267a8119c1cd9af8de0a943c6705ce1f6398f9a681297abc6778bebc38cdccc
4
- data.tar.gz: f23776d1bb91eefddeddef517bd905579aa7689331314d0df2db5b1a12f9f7e9
3
+ metadata.gz: ab6283d9806df032efbfc776b3120ce61e2f1bc8039bcaec55bc7dcbdf6262e4
4
+ data.tar.gz: 3e9984a5d424d6dab920be33b7caa32e50929fa3f007c1629594d2b732c8ee20
5
5
  SHA512:
6
- metadata.gz: 9c2e8844080d05080f8caa2edebd087a0eed40d92f3ef0b8165d88d0ebdc281ae4ec5ddffbb7bcb3758f5a7ea89cf2ff63ca3824604af196882e252c1e19a510
7
- data.tar.gz: 86ac3502d9ef5c2a036aecb29ef6600d6346073dcbcc5864c5a204400270d814d9f5e3dc1b86c5c97102b3d5cc6eeaa6bb7f67b540713d6670a07a825bee1734
6
+ metadata.gz: 969177fb8ff2b1c6a366cecfc6613c2c0b91d924a4a5e9f5bd9bc6389467921c8d7939383d32b28dc0eaf5ba9ec2d1a9dddf8654e70f7cd6fcfa7e59e28d306a
7
+ data.tar.gz: 11cd82adff8783c0bfa50b0454e3f20c6d4b47886c64500a25afc9980500afa862efbbb748f4351d6dbd8a4c4007b24269ad9db942b9082fbf93e648cde19517
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,24 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.2.7] - 2026-09-11
34
+
35
+ - TAG: [v0.2.7][0.2.7t]
36
+ - COVERAGE: 96.38% -- 133/138 lines in 3 files
37
+ - BRANCH COVERAGE: 87.93% -- 51/58 branches in 3 files
38
+ - 20.59% documented
39
+
40
+ ### Changed
41
+
42
+ - [kc] kettle-jem/prepare: updated 8 project files:
43
+ - dependencies (8)
44
+
45
+ - [kc] kettle-jem/template: updated 5 project files:
46
+ - code and tests (1)
47
+ - dependencies (2)
48
+ - other (1)
49
+ - workflows (1)
50
+
33
51
  ## [0.2.6] - 2026-08-09
34
52
 
35
53
  - TAG: [v0.2.6][0.2.6t]
@@ -235,7 +253,9 @@ Please file a bug if you notice a violation of semantic versioning.
235
253
 
236
254
  - Initial release
237
255
 
238
- [Unreleased]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.6...HEAD
256
+ [Unreleased]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.7...HEAD
257
+ [0.2.7]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.6...v0.2.7
258
+ [0.2.7t]: https://github.com/galtzo-floss/yard-timekeeper/releases/tag/v0.2.7
239
259
  [0.2.6]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.5...v0.2.6
240
260
  [0.2.6t]: https://github.com/galtzo-floss/yard-timekeeper/releases/tag/v0.2.6
241
261
  [0.2.5]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.4...v0.2.5
data/README.md CHANGED
@@ -53,7 +53,7 @@ Just the important bits:
53
53
 
54
54
  ### Compatibility
55
55
 
56
- Compatible with MRI Ruby 3.2.0+, and concordant releases of JRuby, and TruffleRuby.
56
+ Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
57
57
  CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
58
58
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
59
59
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -92,7 +92,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
92
92
 
93
93
  </details>
94
94
 
95
- ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/yard-timekeeper)](https://tidelift.com/subscription/pkg/rubygems-yard-timekeeper?utm_source=rubygems-yard-timekeeper&utm_medium=referral&utm_campaign=readme)
95
+ ### Enterprise Support
96
+
97
+ [![Tidelift](https://tidelift.com/badges/package/rubygems/yard-timekeeper)](https://tidelift.com/subscription/pkg/rubygems-yard-timekeeper?utm_source=rubygems-yard-timekeeper&utm_medium=referral&utm_campaign=readme)
96
98
 
97
99
  Available as part of the Tidelift Subscription.
98
100
 
@@ -261,8 +263,7 @@ See [SECURITY.md][🔐security].
261
263
  ## 🤝 Contributing
262
264
 
263
265
  If you need some ideas of where to help, you could work on adding more code coverage,
264
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
265
- or use the gem and think about how it could be better.
266
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
266
267
 
267
268
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
268
269
 
@@ -298,19 +299,6 @@ Made with [contributors-img][🖐contrib-rocks].
298
299
 
299
300
  Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/yard-timekeeper/-/graphs/main][🚎contributors-gl]
300
301
 
301
- <details markdown="1">
302
- <summary>⭐️ Star History</summary>
303
-
304
- <a href="https://star-history.com/galtzo-floss/yard-timekeeper&Date">
305
- <picture>
306
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yard-timekeeper&type=Date&theme=dark" />
307
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/yard-timekeeper&type=Date" />
308
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/yard-timekeeper&type=Date" />
309
- </picture>
310
- </a>
311
-
312
- </details>
313
-
314
302
  ## 📌 Versioning
315
303
 
316
304
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -5,7 +5,7 @@ module Yard
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "0.2.6"
8
+ VERSION = "0.2.7"
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: yard-timekeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -63,20 +63,20 @@ dependencies:
63
63
  requirements:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
- version: '2.5'
66
+ version: '3.1'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.5.17
69
+ version: 3.1.0
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: '2.5'
76
+ version: '3.1'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.5.17
79
+ version: 3.1.0
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +154,7 @@ dependencies:
154
154
  version: '3.2'
155
155
  - - ">="
156
156
  - !ruby/object:Gem::Version
157
- version: 3.2.0
157
+ version: 3.2.3
158
158
  type: :development
159
159
  prerelease: false
160
160
  version_requirements: !ruby/object:Gem::Requirement
@@ -164,7 +164,7 @@ dependencies:
164
164
  version: '3.2'
165
165
  - - ">="
166
166
  - !ruby/object:Gem::Version
167
- version: 3.2.0
167
+ version: 3.2.3
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: kettle-test
170
170
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '2.0'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 2.0.19
177
+ version: 2.0.21
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '2.0'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 2.0.19
187
+ version: 2.0.21
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: turbo_tests2
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '3.2'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 3.2.4
197
+ version: 3.2.8
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '3.2'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 3.2.4
207
+ version: 3.2.8
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: ruby-progressbar
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -228,7 +228,7 @@ dependencies:
228
228
  version: '1.0'
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: 1.0.8
231
+ version: 1.0.9
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -238,7 +238,7 @@ dependencies:
238
238
  version: '1.0'
239
239
  - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 1.0.8
241
+ version: 1.0.9
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: gitmoji-regex
244
244
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '2.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 2.0.11
251
+ version: 2.0.13
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '2.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 2.0.11
261
+ version: 2.0.13
262
262
  description: "\U0001F570️ A YARD plugin that post-processes generated docs, detects
263
263
  timestamp-only diffs in tracked HTML files under docs/, and restores those files
264
264
  from git to prevent pointless churn while keeping the footer timestamp on genuinely
@@ -281,10 +281,10 @@ licenses:
281
281
  - MIT
282
282
  metadata:
283
283
  homepage_uri: https://yard-timekeeper.galtzo.com
284
- source_code_uri: https://github.com/galtzo-floss/yard-timekeeper/tree/v0.2.6
285
- changelog_uri: https://github.com/galtzo-floss/yard-timekeeper/blob/v0.2.6/CHANGELOG.md
284
+ source_code_uri: https://github.com/galtzo-floss/yard-timekeeper/tree/v0.2.7
285
+ changelog_uri: https://github.com/galtzo-floss/yard-timekeeper/blob/v0.2.7/CHANGELOG.md
286
286
  bug_tracker_uri: https://github.com/galtzo-floss/yard-timekeeper/issues
287
- documentation_uri: https://www.rubydoc.info/gems/yard-timekeeper/0.2.6
287
+ documentation_uri: https://www.rubydoc.info/gems/yard-timekeeper/0.2.7
288
288
  funding_uri: https://github.com/sponsors/pboling
289
289
  wiki_uri: https://github.com/galtzo-floss/yard-timekeeper/wiki
290
290
  news_uri: https://www.railsbling.com/tags/yard-timekeeper
metadata.gz.sig CHANGED
Binary file