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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +32 -23
- data/README.md +15 -15
- data/lib/yard/timekeeper/version.rb +1 -1
- data/lib/yard/timekeeper.rb +4 -4
- data/lib/yard-timekeeper.rb +6 -0
- data.tar.gz.sig +0 -0
- metadata +10 -10
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6267a8119c1cd9af8de0a943c6705ce1f6398f9a681297abc6778bebc38cdccc
|
|
4
|
+
data.tar.gz: f23776d1bb91eefddeddef517bd905579aa7689331314d0df2db5b1a12f9f7e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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] [![
|
|
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 |
|
|
69
|
+
| Gem | Source | Role | Total downloads |
|
|
70
70
|
|-----|--------|------|---------------------|
|
|
71
|
-
| [appraisal2](https://
|
|
72
|
-
| [appraisal2-rubocop](https://
|
|
73
|
-
| [kettle-dev](https://
|
|
74
|
-
| [kettle-jem](https://
|
|
75
|
-
| [kettle-soup-cover](https://
|
|
76
|
-
| [kettle-test](https://
|
|
77
|
-
| [rubocop-lts](https://
|
|
78
|
-
| [turbo_tests2](https://
|
|
71
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](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://
|
|
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://
|
|
468
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
469
|
-
[👽version]: https://
|
|
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.
|
|
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.
|
|
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
|
data/lib/yard/timekeeper.rb
CHANGED
|
@@ -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
|
data/lib/yard-timekeeper.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
285
|
-
changelog_uri: https://github.com/galtzo-floss/yard-timekeeper/blob/v0.2.
|
|
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.
|
|
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
|