yard-timekeeper 0.2.5 → 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: 4e4f0b10b7e982e6ca41496a00714c2802b80df364d1e4c6c5e22f061873bfb4
4
- data.tar.gz: e4a71ec443199a3fe8628d1877948648db8557ef92c3fa83135c3c198d150902
3
+ metadata.gz: ab6283d9806df032efbfc776b3120ce61e2f1bc8039bcaec55bc7dcbdf6262e4
4
+ data.tar.gz: 3e9984a5d424d6dab920be33b7caa32e50929fa3f007c1629594d2b732c8ee20
5
5
  SHA512:
6
- metadata.gz: ef547cf043bfc767cd14a587879ba6d1193d664dfe547adc5ee3507a542e701e0bf1ee97e669959c432c5bc0bc9fb6d8327628a4646b7e26cd9f18f43969dd80
7
- data.tar.gz: 442843de47dd880a7292ff252fd9ac28cd7333d6ea5aabc7bb0ceb639d649ea6cf0d7b8e5119e1cc614c70ef589cc30bbdd2cf9661c1dc5cf4d619dd566f2bb7
6
+ metadata.gz: 969177fb8ff2b1c6a366cecfc6613c2c0b91d924a4a5e9f5bd9bc6389467921c8d7939383d32b28dc0eaf5ba9ec2d1a9dddf8654e70f7cd6fcfa7e59e28d306a
7
+ data.tar.gz: 11cd82adff8783c0bfa50b0454e3f20c6d4b47886c64500a25afc9980500afa862efbbb748f4351d6dbd8a4c4007b24269ad9db942b9082fbf93e648cde19517
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,53 @@ 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
+
51
+ ## [0.2.6] - 2026-08-09
52
+
53
+ - TAG: [v0.2.6][0.2.6t]
54
+ - COVERAGE: 96.38% -- 133/138 lines in 3 files
55
+ - BRANCH COVERAGE: 87.93% -- 51/58 branches in 3 files
56
+ - 20.59% documented
57
+
58
+ ### Changed
59
+
60
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
61
+ use ClickGems instead of BestGems.
62
+
63
+ ### Fixed
64
+
65
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
66
+ managed configuration block bindings structurally, preventing mixed block
67
+ parameter names from producing invalid configuration after a merge.
68
+ - kettle-jem-template-20260801-003 - Generated project metadata and
69
+ documentation now normalize configured underscore hostnames to valid
70
+ hyphenated hostnames.
71
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
72
+ use GitHub's stable organization avatar endpoint instead of assuming a
73
+ matching Galtzo-hosted asset exists.
74
+
75
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
76
+ preserving comments and trailing commas during template updates.
77
+
78
+ - Load the version namespace from the public yard/timekeeper entrypoint
79
+
33
80
  ## [0.2.5] - 2026-07-31
34
81
 
35
82
  - TAG: [v0.2.5][0.2.5t]
@@ -48,24 +95,14 @@ Please file a bug if you notice a violation of semantic versioning.
48
95
  - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
49
96
  RSpec helpers provided by `kettle-test`.
50
97
 
51
- - kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
52
- project's RubyForum tag as `mailing_list_uri`, and support docs link to the
53
- tagged RubyForum community alongside Discord.
54
-
55
98
  ### Changed
56
99
 
57
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
58
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
59
100
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
60
101
  repository-only files by default to reduce downstream distro packaging churn.
61
- - kettle-jem-template-20260720-001 - Generated READMEs can now render
62
- template-managed corporate sponsor logos from project or family config.
63
102
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
64
103
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
65
104
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
66
105
  config now uses the installed `smorg-rb` Ruby driver name.
67
- - kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
68
- omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
69
106
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
70
107
  now include a RubyForum help badge.
71
108
  - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
@@ -110,18 +147,6 @@ Please file a bug if you notice a violation of semantic versioning.
110
147
  missing canonical version spec when a project only has shim namespace version
111
148
  specs.
112
149
 
113
- - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
114
- legacy manual bundle install path, avoiding setup-time Bundler full-index
115
- failures against `gem.coop`.
116
-
117
- - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
118
- and templates dedicated `version_gem.rb` entrypoints even when the gemspec
119
- dependency is intentionally omitted, and generated anonymous-loader specs
120
- cover both `version.rb` and `version_gem.rb`.
121
-
122
- - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
123
- floor now get managed minimal `version.rb` files and anonymous-loader version
124
- specs without adding `version_gem`.
125
150
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
126
151
  relative to the gemspec directory, so packaged template assets are included
127
152
  even when the gemspec is loaded from another working directory.
@@ -228,7 +253,11 @@ Please file a bug if you notice a violation of semantic versioning.
228
253
 
229
254
  - Initial release
230
255
 
231
- [Unreleased]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.5...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
259
+ [0.2.6]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.5...v0.2.6
260
+ [0.2.6t]: https://github.com/galtzo-floss/yard-timekeeper/releases/tag/v0.2.6
232
261
  [0.2.5]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.4...v0.2.5
233
262
  [0.2.5t]: https://github.com/galtzo-floss/yard-timekeeper/releases/tag/v0.2.5
234
263
  [0.2.4]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.3...v0.2.4
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # 🕰️ Yard::Timekeeper
4
4
 
5
- [![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
5
+ [![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
6
6
 
7
7
  `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
8
8
 
@@ -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
@@ -66,16 +66,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
66
66
  <details markdown="1">
67
67
  <summary>How kettle-dev manages complexity in tests</summary>
68
68
 
69
- | Gem | Source | Role | Daily download rank |
69
+ | Gem | Source | Role | Total downloads |
70
70
  |-----|--------|------|---------------------|
71
- | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
72
- | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
73
- | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
74
- | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
75
- | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
76
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
77
- | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
78
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
71
+ | [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Total downloads for appraisal2](https://img.shields.io/gem/dt/appraisal2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2) |
72
+ | [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Total downloads for appraisal2-rubocop](https://img.shields.io/gem/dt/appraisal2-rubocop.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
73
+ | [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Total downloads for kettle-dev](https://img.shields.io/gem/dt/kettle-dev.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
74
+ | [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Total downloads for kettle-jem](https://img.shields.io/gem/dt/kettle-jem.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
75
+ | [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Total downloads for kettle-soup-cover](https://img.shields.io/gem/dt/kettle-soup-cover.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
76
+ | [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Total downloads for kettle-test](https://img.shields.io/gem/dt/kettle-test.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-test) |
77
+ | [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Total downloads for rubocop-lts](https://img.shields.io/gem/dt/rubocop-lts.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
78
+ | [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Total downloads for turbo_tests2](https://img.shields.io/gem/dt/turbo_tests2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
79
79
 
80
80
  </details>
81
81
 
@@ -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.
@@ -415,7 +403,7 @@ Thanks for RTFM. ☺️
415
403
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
416
404
  [⛳️gem-namespace]: https://github.com/galtzo-floss/yard-timekeeper
417
405
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Yard::Timekeeper-3C2D2D.svg?style=square&logo=ruby&logoColor=white
418
- [⛳️gem-name]: https://bestgems.org/gems/yard-timekeeper
406
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yard-timekeeper
419
407
  [⛳️name-img]: https://img.shields.io/badge/name-yard--timekeeper-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
420
408
  [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yard-timekeeper.svg
421
409
  [⛳️tag]: https://github.com/galtzo-floss/yard-timekeeper/releases
@@ -464,9 +452,9 @@ Thanks for RTFM. ☺️
464
452
  [📜gh-wiki]: https://github.com/galtzo-floss/yard-timekeeper/wiki
465
453
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
466
454
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
467
- [👽dl-rank]: https://bestgems.org/gems/yard-timekeeper
468
- [👽dl-ranki]: https://img.shields.io/gem/rd/yard-timekeeper.svg
469
- [👽version]: https://bestgems.org/gems/yard-timekeeper
455
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/yard-timekeeper
456
+ [👽dl-ranki]: https://img.shields.io/gem/dt/yard-timekeeper.svg
457
+ [👽version]: https://clickgems.clickhouse.com/dashboard/yard-timekeeper
470
458
  [👽versioni]: https://img.shields.io/gem/v/yard-timekeeper.svg
471
459
  [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yard-timekeeper
472
460
  [🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/yard-timekeeper/maintainability.svg
@@ -542,7 +530,7 @@ Thanks for RTFM. ☺️
542
530
  [📌gitmoji]: https://gitmoji.dev
543
531
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
544
532
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
545
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.134-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
533
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.138-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
546
534
  [🔐security]: https://github.com/galtzo-floss/yard-timekeeper/blob/main/SECURITY.md
547
535
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
548
536
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -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.5"
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
@@ -4,10 +4,6 @@ require "open3"
4
4
  require "version_gem"
5
5
  require_relative "timekeeper/version"
6
6
 
7
- Yard::Timekeeper::Version.class_eval do
8
- extend VersionGem::Basic
9
- end
10
-
11
7
  module Yard
12
8
  module Timekeeper
13
9
  class Error < StandardError; end
@@ -246,3 +242,7 @@ end
246
242
  # Rake integration is explicit. Call Yard::Timekeeper.install_rake_tasks! from
247
243
  # your Rakefile after defining the :yard task so postprocess only runs for
248
244
  # documentation builds, never for unrelated processes that happen to load YARD.
245
+
246
+ Yard::Timekeeper::Version.class_eval do
247
+ extend VersionGem::Basic
248
+ end
@@ -5,3 +5,9 @@
5
5
  # it can be loaded regardless of whether YARD attempts `yard-timekeeper`
6
6
  # or `yard/timekeeper`.
7
7
  require_relative "yard/timekeeper"
8
+ require "version_gem"
9
+ require_relative "yard/timekeeper/version"
10
+
11
+ Yard::Timekeeper::Version.class_eval do
12
+ extend VersionGem::Basic
13
+ end
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.5
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '1.1'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 1.1.14
49
+ version: 1.1.15
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
@@ -56,27 +56,27 @@ dependencies:
56
56
  version: '1.1'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 1.1.14
59
+ version: 1.1.15
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: kettle-dev
62
62
  requirement: !ruby/object:Gem::Requirement
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.13
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.13
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.17
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.17
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.5
285
- changelog_uri: https://github.com/galtzo-floss/yard-timekeeper/blob/v0.2.5/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.5
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