yard-timekeeper 0.2.5 → 0.2.6

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: 6267a8119c1cd9af8de0a943c6705ce1f6398f9a681297abc6778bebc38cdccc
4
+ data.tar.gz: f23776d1bb91eefddeddef517bd905579aa7689331314d0df2db5b1a12f9f7e9
5
5
  SHA512:
6
- metadata.gz: ef547cf043bfc767cd14a587879ba6d1193d664dfe547adc5ee3507a542e701e0bf1ee97e669959c432c5bc0bc9fb6d8327628a4646b7e26cd9f18f43969dd80
7
- data.tar.gz: 442843de47dd880a7292ff252fd9ac28cd7333d6ea5aabc7bb0ceb639d649ea6cf0d7b8e5119e1cc614c70ef589cc30bbdd2cf9661c1dc5cf4d619dd566f2bb7
6
+ metadata.gz: 9c2e8844080d05080f8caa2edebd087a0eed40d92f3ef0b8165d88d0ebdc281ae4ec5ddffbb7bcb3758f5a7ea89cf2ff63ca3824604af196882e252c1e19a510
7
+ data.tar.gz: 86ac3502d9ef5c2a036aecb29ef6600d6346073dcbcc5864c5a204400270d814d9f5e3dc1b86c5c97102b3d5cc6eeaa6bb7f67b540713d6670a07a825bee1734
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,35 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.2.6] - 2026-08-09
34
+
35
+ - TAG: [v0.2.6][0.2.6t]
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
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
43
+ use ClickGems instead of BestGems.
44
+
45
+ ### Fixed
46
+
47
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
48
+ managed configuration block bindings structurally, preventing mixed block
49
+ parameter names from producing invalid configuration after a merge.
50
+ - kettle-jem-template-20260801-003 - Generated project metadata and
51
+ documentation now normalize configured underscore hostnames to valid
52
+ hyphenated hostnames.
53
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
54
+ use GitHub's stable organization avatar endpoint instead of assuming a
55
+ matching Galtzo-hosted asset exists.
56
+
57
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
58
+ preserving comments and trailing commas during template updates.
59
+
60
+ - Load the version namespace from the public yard/timekeeper entrypoint
61
+
33
62
  ## [0.2.5] - 2026-07-31
34
63
 
35
64
  - TAG: [v0.2.5][0.2.5t]
@@ -48,24 +77,14 @@ Please file a bug if you notice a violation of semantic versioning.
48
77
  - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
49
78
  RSpec helpers provided by `kettle-test`.
50
79
 
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
80
  ### Changed
56
81
 
57
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
58
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
59
82
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
60
83
  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
84
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
64
85
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
65
86
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
66
87
  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
88
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
70
89
  now include a RubyForum help badge.
71
90
  - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
@@ -110,18 +129,6 @@ Please file a bug if you notice a violation of semantic versioning.
110
129
  missing canonical version spec when a project only has shim namespace version
111
130
  specs.
112
131
 
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
132
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
126
133
  relative to the gemspec directory, so packaged template assets are included
127
134
  even when the gemspec is loaded from another working directory.
@@ -228,7 +235,9 @@ Please file a bug if you notice a violation of semantic versioning.
228
235
 
229
236
  - Initial release
230
237
 
231
- [Unreleased]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.5...HEAD
238
+ [Unreleased]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.6...HEAD
239
+ [0.2.6]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.5...v0.2.6
240
+ [0.2.6t]: https://github.com/galtzo-floss/yard-timekeeper/releases/tag/v0.2.6
232
241
  [0.2.5]: https://github.com/galtzo-floss/yard-timekeeper/compare/v0.2.4...v0.2.5
233
242
  [0.2.5t]: https://github.com/galtzo-floss/yard-timekeeper/releases/tag/v0.2.5
234
243
  [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
 
@@ -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
 
@@ -415,7 +415,7 @@ Thanks for RTFM. ☺️
415
415
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
416
416
  [⛳️gem-namespace]: https://github.com/galtzo-floss/yard-timekeeper
417
417
  [⛳️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
418
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/yard-timekeeper
419
419
  [⛳️name-img]: https://img.shields.io/badge/name-yard--timekeeper-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
420
420
  [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/yard-timekeeper.svg
421
421
  [⛳️tag]: https://github.com/galtzo-floss/yard-timekeeper/releases
@@ -464,9 +464,9 @@ Thanks for RTFM. ☺️
464
464
  [📜gh-wiki]: https://github.com/galtzo-floss/yard-timekeeper/wiki
465
465
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
466
466
  [📜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
467
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/yard-timekeeper
468
+ [👽dl-ranki]: https://img.shields.io/gem/dt/yard-timekeeper.svg
469
+ [👽version]: https://clickgems.clickhouse.com/dashboard/yard-timekeeper
470
470
  [👽versioni]: https://img.shields.io/gem/v/yard-timekeeper.svg
471
471
  [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/yard-timekeeper
472
472
  [🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/yard-timekeeper/maintainability.svg
@@ -542,7 +542,7 @@ Thanks for RTFM. ☺️
542
542
  [📌gitmoji]: https://gitmoji.dev
543
543
  [📌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
544
  [🧮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
545
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.138-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
546
546
  [🔐security]: https://github.com/galtzo-floss/yard-timekeeper/blob/main/SECURITY.md
547
547
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
548
548
  [📄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.6"
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.6
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,7 +56,7 @@ 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
@@ -66,7 +66,7 @@ dependencies:
66
66
  version: '2.5'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.5.13
69
+ version: 2.5.17
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: '2.5'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.5.13
79
+ version: 2.5.17
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  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.19
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.19
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: turbo_tests2
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -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.6
285
+ changelog_uri: https://github.com/galtzo-floss/yard-timekeeper/blob/v0.2.6/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.6
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