{"id":123458,"url":"https://github.com/fxn/zeitwerk","last_synced_at":"2026-05-13T21:04:57.959Z","repository":{"id":38300255,"uuid":"165262778","full_name":"fxn/zeitwerk","owner":"fxn","description":"Efficient and thread-safe code loader for Ruby","archived":false,"fork":false,"pushed_at":"2026-04-26T21:00:52.000Z","size":926,"stargazers_count":2110,"open_issues_count":1,"forks_count":128,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-05-03T16:10:42.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fxn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"fxn"}},"created_at":"2019-01-11T15:09:12.000Z","updated_at":"2026-04-30T21:02:59.000Z","dependencies_parsed_at":"2025-12-24T02:02:26.489Z","dependency_job_id":null,"html_url":"https://github.com/fxn/zeitwerk","commit_stats":{"total_commits":709,"total_committers":35,"mean_commits":"20.257142857142856","dds":"0.10578279266572632","last_synced_commit":"18851735df1e97f8984f8af502588ea407792ce3"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"purl":"pkg:github/fxn/zeitwerk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/sbom","scorecard":{"id":415421,"data":{"date":"2025-08-11","repo":{"name":"github.com/fxn/zeitwerk","commit":"a09f0cb48fe7d56578a2880037b5a5a4474c30aa"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":8,"reason":"9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 1/29 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-ruby-head.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-truffleruby-head.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T23:42:07.586Z","repository_id":38300255,"created_at":"2025-08-18T23:42:07.586Z","updated_at":"2025-08-18T23:42:07.586Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32620523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"fxn","name":"Xavier Noria","uuid":"3387","kind":"user","description":"Everlasting student · Rails Core · Fukuoka Ruby Award · Ruby Hero Award · Freelance · Life lover","email":"","website":"https://hashref.com","location":"Barcelona","twitter":"fxn","company":"Freelance","icon_url":"https://avatars.githubusercontent.com/u/3387?v=4","repositories_count":18,"last_synced_at":"2023-04-09T03:48:50.040Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fxn","funding_links":[],"total_stars":3716,"followers":null,"following":null,"created_at":"2022-11-02T16:17:26.007Z","updated_at":"2024-03-25T17:25:43.056Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn/repositories"},"packages":[{"id":13751927,"name":"ruby-zeitwerk","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T07:25:46.983Z","latest_release_published_at":"2026-02-13T07:25:46.983Z","latest_release_number":"2.2.2-1","last_synced_at":"2026-03-13T14:25:57.187Z","created_at":"2026-02-13T07:25:46.824Z","updated_at":"2026-03-13T14:25:57.188Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-zeitwerk","standards_version":"4.5.0","maintainer":"Debian Ruby Extras Maintainers \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 12), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T07:25:47.629Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/ruby-zeitwerk?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"focal"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-04-27T18:20:36.874Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":12359949,"name":"zeitwerk","ecosystem":"rubygems","description":"    Zeitwerk implements constant autoloading with Ruby semantics. Each gem\n    and application may have their own independent autoloader, with its own\n    configuration, inflector, and logger. Supports autoloading,\n    reloading, and eager loading.\n","homepage":"https://github.com/fxn/zeitwerk","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":[],"namespace":null,"versions_count":73,"first_release_published_at":"2019-01-18T12:29:50.080Z","latest_release_published_at":"2026-02-19T07:57:08.873Z","latest_release_number":"2.7.5","last_synced_at":"2026-05-04T19:01:27.968Z","created_at":"2025-10-07T07:06:59.889Z","updated_at":"2026-05-04T19:02:54.828Z","registry_url":"https://gem.coop/gems/zeitwerk","install_command":"gem install zeitwerk -s https://gem.coop","documentation_url":"http://www.rubydoc.info/gems/zeitwerk/","metadata":{"funding":null},"repo_metadata":{"id":38300255,"uuid":"165262778","full_name":"fxn/zeitwerk","owner":"fxn","description":"Efficient and thread-safe code loader for Ruby","archived":false,"fork":false,"pushed_at":"2026-04-26T21:00:52.000Z","size":926,"stargazers_count":2110,"open_issues_count":1,"forks_count":128,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-05-03T16:10:42.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fxn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"fxn"}},"created_at":"2019-01-11T15:09:12.000Z","updated_at":"2026-04-30T21:02:59.000Z","dependencies_parsed_at":"2025-12-24T02:02:26.489Z","dependency_job_id":null,"html_url":"https://github.com/fxn/zeitwerk","commit_stats":{"total_commits":709,"total_committers":35,"mean_commits":"20.257142857142856","dds":"0.10578279266572632","last_synced_commit":"18851735df1e97f8984f8af502588ea407792ce3"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"purl":"pkg:github/fxn/zeitwerk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/sbom","scorecard":{"id":415421,"data":{"date":"2025-08-11","repo":{"name":"github.com/fxn/zeitwerk","commit":"a09f0cb48fe7d56578a2880037b5a5a4474c30aa"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":8,"reason":"9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 1/29 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-ruby-head.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-truffleruby-head.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T23:42:07.586Z","repository_id":38300255,"created_at":"2025-08-18T23:42:07.586Z","updated_at":"2025-08-18T23:42:07.586Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32620523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"fxn","name":"Xavier Noria","uuid":"3387","kind":"user","description":"Everlasting student · Rails Core · Fukuoka Ruby Award · Ruby Hero Award · Freelance · Life lover","email":"","website":"https://hashref.com","location":"Barcelona","twitter":"fxn","company":"Freelance","icon_url":"https://avatars.githubusercontent.com/u/3387?v=4","repositories_count":18,"last_synced_at":"2023-04-09T03:48:50.040Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fxn","funding_links":[],"total_stars":3716,"followers":null,"following":null,"created_at":"2022-11-02T16:17:26.007Z","updated_at":"2024-03-25T17:25:43.056Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn/repositories"},"tags":[{"name":"v2.7.5","sha":"adfeec494ae4a08a8c19ea7e600dd54b4be53293","kind":"commit","published_at":"2026-02-19T07:55:07.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"c23aa7b325207b48f4db6d5945b8d94db77b1303","kind":"commit","published_at":"2025-12-16T07:08:50.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"77c971c0f602bd0e5961d22dc7541d863737dbcb","kind":"commit","published_at":"2025-05-20T06:37:12.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"6aa28216c8dbea60bea097d7c7e6f4cc5210a080","kind":"commit","published_at":"2025-02-18T08:00:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"7d8fcff199b7cf8c54884e2dbecac85fa0d717ae","kind":"commit","published_at":"2024-10-18T22:57:43.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"83277e0ff17728b07d99c1f8720332379b084456","kind":"commit","published_at":"2024-10-11T08:21:32.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.0/manifests"},{"name":"v2.6.18","sha":"f96c260ed488224a57cde11c10b6f655fbacf472","kind":"commit","published_at":"2024-09-02T08:32:50.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.18","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.18/manifests"},{"name":"v2.6.17","sha":"1beae0c9751b13c1dc344baff742c78784f0560d","kind":"commit","published_at":"2024-07-29T19:56:16.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.17","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.17/manifests"},{"name":"v2.6.16","sha":"4f285de3d6ad04e0ec1c9c9cd5a7c8cad0bd01e0","kind":"commit","published_at":"2024-06-15T07:11:51.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.16","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.16/manifests"},{"name":"v2.6.15","sha":"5c67e65cdc477aee5a424ee073a13350258af633","kind":"commit","published_at":"2024-05-26T07:05:48.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.15","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.15/manifests"},{"name":"v2.6.14","sha":"4e679375d35d602480f9cf56ae8a70a770532f8f","kind":"commit","published_at":"2024-05-14T08:50:25.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.14","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.14/manifests"},{"name":"v2.6.13","sha":"0b6477fafda528f01e88a7529128e1f6f955d6ab","kind":"commit","published_at":"2024-02-06T05:43:39.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.13","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.13/manifests"},{"name":"v2.6.12","sha":"4f44672102d4629ada277ae047cfde337ab2b9b2","kind":"commit","published_at":"2023-09-25T12:36:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.12","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.12/manifests"},{"name":"v2.6.11","sha":"fd3337278461247fe711a57910c865266054a04f","kind":"commit","published_at":"2023-08-02T18:58:21.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.11","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.11/manifests"},{"name":"v2.6.10","sha":"780fb66fe9db16203a5b7543afbecc819475dd06","kind":"commit","published_at":"2023-07-30T21:32:09.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.10","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"14dc846137bd654e68e257967f2ad2da088ff3f2","kind":"commit","published_at":"2023-07-25T10:27:10.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.9","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"c3c0ecbd1b7fdbd11e26aac85630ac5b42aeb337","kind":"commit","published_at":"2023-04-28T07:04:49.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.8","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"7cac78e75096bcfb5f3a2e38e75a41283f42aca4","kind":"commit","published_at":"2023-02-10T06:00:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.7","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.7/manifests"},{"name":"v2.6.6","sha":"3ea349a001da73a0f901f30fe6fa46de3749436c","kind":"commit","published_at":"2022-11-08T08:03:57.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"cdd4abd40494f48ab309b42770528e6dc59c736e","kind":"commit","published_at":"2022-11-05T23:50:47.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"434ad01940c78ec503648470df9a9de2ef8990a4","kind":"commit","published_at":"2022-11-01T18:46:36.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"1af39c2a603a46ba41ea754205f4ec6f42397fa0","kind":"commit","published_at":"2022-10-31T18:35:21.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"058d815ae021ea901c5582178f5ff1103d1751c6","kind":"commit","published_at":"2022-10-31T12:27:28.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1e61df8965dfa9bd21376202a8e7b2c0de91b983","kind":"commit","published_at":"2022-09-30T22:17:48.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d65188d14baa6bca915bd7078e54b19598b13195","kind":"commit","published_at":"2022-06-13T16:34:43.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.0/manifests"},{"name":"v2.5.4","sha":"965b58eca7bc006f7800505068890567d698ce77","kind":"commit","published_at":"2022-01-27T23:16:59.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"e4ae4941cfdfb487d10c57f92e26cc742034fba6","kind":"commit","published_at":"2021-12-30T18:04:33.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.3/manifests"},{"name":"v2.5.2","sha":"1ff6336d937514c923f2c5a60cfaa501f150a7b5","kind":"commit","published_at":"2021-12-27T12:00:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"14274f498d6994a6ee7094c487a45a084dde852f","kind":"commit","published_at":"2021-10-20T22:00:11.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"e9fc5de0138f0ebc7be9cfe412148e000db7481c","kind":"commit","published_at":"2021-10-20T12:17:01.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0/manifests"},{"name":"v2.5.0.beta6","sha":"bdbd0874b052b6db05ff6a7af68119ca8a1d62be","kind":"commit","published_at":"2021-10-14T09:08:35.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta6/manifests"},{"name":"v2.5.0.beta5","sha":"1772b55b17815b6928b5bf2d0febf7b90029ddfe","kind":"commit","published_at":"2021-09-29T07:09:56.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta5/manifests"},{"name":"v2.5.0.beta4","sha":"6a4242315cdee21276db723f51ef9b884eb920bd","kind":"commit","published_at":"2021-09-22T06:29:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta4/manifests"},{"name":"v2.5.0.beta3","sha":"b28eae0646d4f3579edec5627dfdcb78ebd3a1df","kind":"commit","published_at":"2021-09-01T13:23:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta3/manifests"},{"name":"v2.5.0.beta2","sha":"49e61a98f6a6b95604e75750dbed9d069b82e968","kind":"commit","published_at":"2021-08-20T23:19:12.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta2/manifests"},{"name":"v2.5.0.beta","sha":"6ad6a23844061e47e59d34d895e350b3953f372c","kind":"commit","published_at":"2021-08-03T22:15:02.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta/manifests"},{"name":"v2.4.2","sha":"2a3d73ba81e1b671fa943f63a36e35586da30ce2","kind":"commit","published_at":"2020-11-27T14:13:52.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"034ae30d73247b8dda7df2992903ce560cd7f47f","kind":"commit","published_at":"2020-10-29T10:34:10.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"e2b7736eb2ba20b8f4c1785634b244b4b345f2ed","kind":"commit","published_at":"2020-07-14T22:11:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"a786fe50ddb6f50c3b77b465e2d4fdb42f473ea0","kind":"commit","published_at":"2020-06-28T23:10:02.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.3.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"806795d302840a7e96612b88ff45f231ea4318b0","kind":"commit","published_at":"2020-03-03T19:38:54.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.3.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"652477c70a3385dd06251e40ea530b3026beb59c","kind":"commit","published_at":"2019-11-29T15:59:07.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"9fb9436d3e43e89f8367a44a3e080930ae39ddc6","kind":"commit","published_at":"2019-11-01T11:52:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"6a1274a855babd8c59eaaad4c75918bb25556933","kind":"commit","published_at":"2019-10-09T09:21:25.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"d35312f7355304a7c4aed34aa6e2b2e6011c0313","kind":"commit","published_at":"2019-09-06T05:29:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.10","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"a438ba1ca6d8edad77f52e03f8172369210b38a8","kind":"commit","published_at":"2019-07-16T21:25:28.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.9","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"a5740e5a4bf15863a1d10fc78012b5fa20174c3b","kind":"commit","published_at":"2019-06-29T06:58:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.8","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"b383667c3a3d389bf347e4b3f6ccf36b6d33116f","kind":"commit","published_at":"2019-06-28T23:13:16.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.7","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"6b824c2ee5342134a9e1dc518fb961bd110d1b20","kind":"commit","published_at":"2019-04-30T23:33:06.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"72d375113a0b6c9e38051f85b2dad113843a3959","kind":"commit","published_at":"2019-04-24T21:37:27.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"7c55c81eab22c684b306a4f388b69678c6b6d5d6","kind":"commit","published_at":"2019-04-22T22:12:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"a98e3d02257dc42422e3ac8faf6ed373c322bd57","kind":"commit","published_at":"2019-04-22T08:25:30.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"bbc2f2aaecb60438072b11e1c0ce71b4fbbb6ccf","kind":"commit","published_at":"2019-04-11T20:22:44.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"2b20b5769ae4893a45f1b4b030957b3eb60cc48a","kind":"commit","published_at":"2019-04-10T14:27:08.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"ed2d15b283dead06b590af28edd7c1ae2b4a6a3b","kind":"commit","published_at":"2019-04-09T06:56:19.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"763c0e1416ba1537f9e6ddc156ed480870ebc7f2","kind":"commit","published_at":"2019-04-07T09:01:24.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.0.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.0.0/manifests"},{"name":"v1.4.3","sha":"c74df440733278a1f53b0769a0c9fe28da2c2a5c","kind":"commit","published_at":"2019-03-26T19:18:44.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"51cf073e35175a2209ec1e6c169a240305df8724","kind":"commit","published_at":"2019-03-23T13:36:05.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.2/manifests"},{"name":"v1.4.0","sha":"292cf3a2bbed8e86b3ec818fee1afb28246606e6","kind":"commit","published_at":"2019-03-19T00:01:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.0/manifests"},{"name":"v1.3.4","sha":"8547a97ce789f5343c0ea1e4d829f5710ff41b37","kind":"commit","published_at":"2019-03-14T21:34:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"ef2507779bee17ed4fb0aece9eda4fbcf32cd5f9","kind":"commit","published_at":"2019-03-11T23:06:41.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"001cbdb6709cbcbac02bbfb109e560c7dec9d5b3","kind":"commit","published_at":"2019-03-06T19:12:06.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"74b727b7c814d3bd2f65cc84087b54091ab45e2b","kind":"commit","published_at":"2019-02-23T13:09:27.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"6aa76be5997c26c9f75a19ae3b4e185aa06c1acc","kind":"commit","published_at":"2019-02-21T22:22:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"5729487af2437fdfecc78a863973e069b3477ec7","kind":"commit","published_at":"2019-02-17T17:40:33.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.2.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0/manifests"},{"name":"v1.2.0.beta","sha":"be386cc0f65604ecf8d1ba256556038f6413d20c","kind":"commit","published_at":"2019-02-17T16:34:52.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.2.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.2.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.2.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0.beta/manifests"},{"name":"v1.1.0","sha":"2d803c3db5273fa36dd2fc2a09b1e3e08e3d6338","kind":"commit","published_at":"2019-02-14T22:06:37.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.1.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"2a938a539e7812018c2f9ca80a1b24dd1386729f","kind":"commit","published_at":"2019-02-12T07:42:38.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0/manifests"},{"name":"v1.0.0.beta3","sha":"98d035649e7ff54f610b3d8cc2aa4b7943a8f016","kind":"commit","published_at":"2019-02-04T18:33:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta3/manifests"},{"name":"v1.0.0.beta2","sha":"b34303f1da2164d07ebffd7d210b4e6840471b66","kind":"commit","published_at":"2019-01-22T12:53:09.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta2/manifests"},{"name":"v1.0.0.beta","sha":"60e69187902203482660e382a32674403676e7a9","kind":"commit","published_at":"2019-01-18T16:09:32.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta/manifests"}]},"repo_metadata_updated_at":"2026-05-04T19:02:54.828Z","dependent_packages_count":0,"downloads":636084422,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.03783108958942459,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":1.1505993493087758,"forks_count":2.403342088481036,"docker_downloads_count":0.11511397905249847,"average":0.6178144177386226},"purl":"pkg:gem/zeitwerk?repository_url=https://gem.coop","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/zeitwerk","docker_dependents_count":2389,"docker_downloads_count":1005917512,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/zeitwerk/dependencies","status":null,"funding_links":["https://github.com/sponsors/fxn"],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-29T14:04:09.640Z","issues_count":124,"pull_requests_count":59,"avg_time_to_close_issue":366733.69166666665,"avg_time_to_close_pull_request":159039.8448275862,"issues_closed_count":120,"pull_requests_closed_count":58,"pull_request_authors_count":24,"issue_authors_count":105,"avg_comments_per_issue":6.483870967741936,"avg_comments_per_pull_request":4.203389830508475,"merged_pull_requests_count":37,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":2004578.0,"past_year_avg_time_to_close_pull_request":18330.777777777777,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":5.454545454545454,"past_year_avg_comments_per_pull_request":1.4444444444444444,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/issues","maintainers":[{"login":"fxn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fxn"}],"active_maintainers":[{"login":"fxn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fxn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/zeitwerk/codemeta","maintainers":[{"uuid":"32977","login":"fxn","name":null,"email":null,"url":null,"packages_count":62,"html_url":"https://gem.coop/profiles/fxn","role":null,"created_at":"2025-10-10T01:38:51.040Z","updated_at":"2025-10-10T01:38:51.040Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/fxn/packages"}],"registry":{"name":"gem.coop","url":"https://gem.coop","ecosystem":"rubygems","default":false,"packages_count":190520,"maintainers_count":67525,"namespaces_count":0,"keywords_count":0,"github":"gem-coop","metadata":{"funded_packages_count":6507},"icon_url":"https://github.com/gem-coop.png","created_at":"2025-10-06T17:24:20.932Z","updated_at":"2026-04-03T06:45:05.763Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/namespaces"}},{"id":13531208,"name":"ruby-zeitwerk","ecosystem":"debian","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T23:41:43.345Z","latest_release_published_at":"2026-02-10T23:41:43.345Z","latest_release_number":"2.4.2-1","last_synced_at":"2026-03-14T07:19:27.590Z","created_at":"2026-02-10T23:41:43.145Z","updated_at":"2026-03-14T07:19:27.591Z","registry_url":"https://tracker.debian.org/pkg/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":"https://packages.debian.org/bullseye/ruby-zeitwerk","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"ruby-zeitwerk","standards_version":"4.5.1","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:27:12.671Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/ruby-zeitwerk?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":0,"github":"debian","metadata":{"codename":"bullseye"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-04-27T18:20:39.352Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13805590,"name":"ruby-zeitwerk","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T18:35:51.716Z","latest_release_published_at":"2026-02-13T18:35:51.716Z","latest_release_number":"2.6.8-1","last_synced_at":"2026-03-14T08:13:53.804Z","created_at":"2026-02-13T18:35:51.512Z","updated_at":"2026-03-14T08:13:53.805Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-zeitwerk","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T18:35:52.335Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/ruby-zeitwerk?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-04-27T18:20:38.051Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13567401,"name":"ruby-zeitwerk","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T06:52:43.961Z","latest_release_published_at":"2026-02-11T06:52:43.961Z","latest_release_number":"2.6.1-1","last_synced_at":"2026-03-12T01:21:12.251Z","created_at":"2026-02-11T06:52:43.788Z","updated_at":"2026-03-12T01:21:12.252Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-zeitwerk","standards_version":"4.6.1","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:57:19.404Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/ruby-zeitwerk?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-04-27T18:20:38.741Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13950634,"name":"ruby-zeitwerk","ecosystem":"guix","description":"Efficient and thread-safe code loader for Ruby","homepage":"https://github.com/fxn/zeitwerk","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T18:59:34.054Z","latest_release_published_at":"2026-03-02T18:59:34.054Z","latest_release_number":"2.7.1","last_synced_at":"2026-04-27T16:17:05.824Z","created_at":"2026-03-02T18:59:33.871Z","updated_at":"2026-04-27T16:17:07.531Z","registry_url":"https://packages.guix.gnu.org/packages/ruby-zeitwerk/2.7.1/","install_command":"guix install ruby-zeitwerk","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ruby-xyz.scm#n15148","metadata":{"location":"gnu/packages/ruby-xyz.scm:15148","variable_name":"ruby-zeitwerk"},"repo_metadata":{},"repo_metadata_updated_at":"2026-04-27T16:17:07.497Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/ruby-zeitwerk","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":31282,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":352},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-05-05T05:00:23.087Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":333047,"name":"zeitwerk","ecosystem":"rubygems","description":"    Zeitwerk implements constant autoloading with Ruby semantics. Each gem\n    and application may have their own independent autoloader, with its own\n    configuration, inflector, and logger. Supports autoloading,\n    reloading, and eager loading.\n","homepage":"https://github.com/fxn/zeitwerk","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":[],"namespace":null,"versions_count":72,"first_release_published_at":"2019-01-18T12:29:50.080Z","latest_release_published_at":"2025-12-16T07:10:54.268Z","latest_release_number":"2.7.4","last_synced_at":"2026-03-18T13:03:19.179Z","created_at":"2022-04-06T12:35:11.266Z","updated_at":"2026-03-18T13:03:19.179Z","registry_url":"https://rubygems.org/gems/zeitwerk","install_command":"gem install zeitwerk -s https://rubygems.org","documentation_url":"http://www.rubydoc.info/gems/zeitwerk/","metadata":{"funding":null},"repo_metadata":{"id":38300255,"uuid":"165262778","full_name":"fxn/zeitwerk","owner":"fxn","description":"Efficient and thread-safe code loader for Ruby","archived":false,"fork":false,"pushed_at":"2025-06-07T08:20:54.000Z","size":922,"stargazers_count":2078,"open_issues_count":0,"forks_count":127,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-10-11T09:21:47.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fxn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"fxn"}},"created_at":"2019-01-11T15:09:12.000Z","updated_at":"2025-10-08T19:12:32.000Z","dependencies_parsed_at":"2022-07-11T21:17:28.038Z","dependency_job_id":"a96f1261-6c47-4be2-bd64-678e6ffc554f","html_url":"https://github.com/fxn/zeitwerk","commit_stats":{"total_commits":709,"total_committers":35,"mean_commits":"20.257142857142856","dds":"0.10578279266572632","last_synced_commit":"18851735df1e97f8984f8af502588ea407792ce3"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/fxn/zeitwerk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/sbom","scorecard":{"id":415421,"data":{"date":"2025-08-11","repo":{"name":"github.com/fxn/zeitwerk","commit":"a09f0cb48fe7d56578a2880037b5a5a4474c30aa"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":8,"reason":"9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 1/29 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-ruby-head.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-truffleruby-head.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T23:42:07.586Z","repository_id":38300255,"created_at":"2025-08-18T23:42:07.586Z","updated_at":"2025-08-18T23:42:07.586Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007031,"owners_count":26084227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"fxn","name":"Xavier Noria","uuid":"3387","kind":"user","description":"Everlasting student · Rails Core · Fukuoka Ruby Award · Ruby Hero Award · Freelance · Life lover","email":"","website":"https://hashref.com","location":"Barcelona","twitter":"fxn","company":"Freelance","icon_url":"https://avatars.githubusercontent.com/u/3387?v=4","repositories_count":18,"last_synced_at":"2023-04-09T03:48:50.040Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fxn","funding_links":[],"total_stars":3716,"followers":null,"following":null,"created_at":"2022-11-02T16:17:26.007Z","updated_at":"2024-03-25T17:25:43.056Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn/repositories"},"tags":[{"name":"v2.7.3","sha":"77c971c0f602bd0e5961d22dc7541d863737dbcb","kind":"commit","published_at":"2025-05-20T06:37:12.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"6aa28216c8dbea60bea097d7c7e6f4cc5210a080","kind":"commit","published_at":"2025-02-18T08:00:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"7d8fcff199b7cf8c54884e2dbecac85fa0d717ae","kind":"commit","published_at":"2024-10-18T22:57:43.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"83277e0ff17728b07d99c1f8720332379b084456","kind":"commit","published_at":"2024-10-11T08:21:32.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.0/manifests"},{"name":"v2.6.18","sha":"f96c260ed488224a57cde11c10b6f655fbacf472","kind":"commit","published_at":"2024-09-02T08:32:50.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.18","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.18/manifests"},{"name":"v2.6.17","sha":"1beae0c9751b13c1dc344baff742c78784f0560d","kind":"commit","published_at":"2024-07-29T19:56:16.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.17","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.17/manifests"},{"name":"v2.6.16","sha":"4f285de3d6ad04e0ec1c9c9cd5a7c8cad0bd01e0","kind":"commit","published_at":"2024-06-15T07:11:51.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.16","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.16/manifests"},{"name":"v2.6.15","sha":"5c67e65cdc477aee5a424ee073a13350258af633","kind":"commit","published_at":"2024-05-26T07:05:48.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.15","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.15/manifests"},{"name":"v2.6.14","sha":"4e679375d35d602480f9cf56ae8a70a770532f8f","kind":"commit","published_at":"2024-05-14T08:50:25.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.14","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.14/manifests"},{"name":"v2.6.13","sha":"0b6477fafda528f01e88a7529128e1f6f955d6ab","kind":"commit","published_at":"2024-02-06T05:43:39.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.13","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.13/manifests"},{"name":"v2.6.12","sha":"4f44672102d4629ada277ae047cfde337ab2b9b2","kind":"commit","published_at":"2023-09-25T12:36:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.12","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.12/manifests"},{"name":"v2.6.11","sha":"fd3337278461247fe711a57910c865266054a04f","kind":"commit","published_at":"2023-08-02T18:58:21.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.11","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.11/manifests"},{"name":"v2.6.10","sha":"780fb66fe9db16203a5b7543afbecc819475dd06","kind":"commit","published_at":"2023-07-30T21:32:09.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.10","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"14dc846137bd654e68e257967f2ad2da088ff3f2","kind":"commit","published_at":"2023-07-25T10:27:10.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.9","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"c3c0ecbd1b7fdbd11e26aac85630ac5b42aeb337","kind":"commit","published_at":"2023-04-28T07:04:49.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.8","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"7cac78e75096bcfb5f3a2e38e75a41283f42aca4","kind":"commit","published_at":"2023-02-10T06:00:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.7","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.7/manifests"},{"name":"v2.6.6","sha":"3ea349a001da73a0f901f30fe6fa46de3749436c","kind":"commit","published_at":"2022-11-08T08:03:57.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"cdd4abd40494f48ab309b42770528e6dc59c736e","kind":"commit","published_at":"2022-11-05T23:50:47.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"434ad01940c78ec503648470df9a9de2ef8990a4","kind":"commit","published_at":"2022-11-01T18:46:36.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"1af39c2a603a46ba41ea754205f4ec6f42397fa0","kind":"commit","published_at":"2022-10-31T18:35:21.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"058d815ae021ea901c5582178f5ff1103d1751c6","kind":"commit","published_at":"2022-10-31T12:27:28.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1e61df8965dfa9bd21376202a8e7b2c0de91b983","kind":"commit","published_at":"2022-09-30T22:17:48.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d65188d14baa6bca915bd7078e54b19598b13195","kind":"commit","published_at":"2022-06-13T16:34:43.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.0/manifests"},{"name":"v2.5.4","sha":"965b58eca7bc006f7800505068890567d698ce77","kind":"commit","published_at":"2022-01-27T23:16:59.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"e4ae4941cfdfb487d10c57f92e26cc742034fba6","kind":"commit","published_at":"2021-12-30T18:04:33.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.3/manifests"},{"name":"v2.5.2","sha":"1ff6336d937514c923f2c5a60cfaa501f150a7b5","kind":"commit","published_at":"2021-12-27T12:00:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"14274f498d6994a6ee7094c487a45a084dde852f","kind":"commit","published_at":"2021-10-20T22:00:11.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"e9fc5de0138f0ebc7be9cfe412148e000db7481c","kind":"commit","published_at":"2021-10-20T12:17:01.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0/manifests"},{"name":"v2.5.0.beta6","sha":"bdbd0874b052b6db05ff6a7af68119ca8a1d62be","kind":"commit","published_at":"2021-10-14T09:08:35.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta6/manifests"},{"name":"v2.5.0.beta5","sha":"1772b55b17815b6928b5bf2d0febf7b90029ddfe","kind":"commit","published_at":"2021-09-29T07:09:56.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta5/manifests"},{"name":"v2.5.0.beta4","sha":"6a4242315cdee21276db723f51ef9b884eb920bd","kind":"commit","published_at":"2021-09-22T06:29:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta4/manifests"},{"name":"v2.5.0.beta3","sha":"b28eae0646d4f3579edec5627dfdcb78ebd3a1df","kind":"commit","published_at":"2021-09-01T13:23:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta3/manifests"},{"name":"v2.5.0.beta2","sha":"49e61a98f6a6b95604e75750dbed9d069b82e968","kind":"commit","published_at":"2021-08-20T23:19:12.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta2/manifests"},{"name":"v2.5.0.beta","sha":"6ad6a23844061e47e59d34d895e350b3953f372c","kind":"commit","published_at":"2021-08-03T22:15:02.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta/manifests"},{"name":"v2.4.2","sha":"2a3d73ba81e1b671fa943f63a36e35586da30ce2","kind":"commit","published_at":"2020-11-27T14:13:52.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"034ae30d73247b8dda7df2992903ce560cd7f47f","kind":"commit","published_at":"2020-10-29T10:34:10.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"e2b7736eb2ba20b8f4c1785634b244b4b345f2ed","kind":"commit","published_at":"2020-07-14T22:11:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"a786fe50ddb6f50c3b77b465e2d4fdb42f473ea0","kind":"commit","published_at":"2020-06-28T23:10:02.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.3.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"806795d302840a7e96612b88ff45f231ea4318b0","kind":"commit","published_at":"2020-03-03T19:38:54.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.3.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"652477c70a3385dd06251e40ea530b3026beb59c","kind":"commit","published_at":"2019-11-29T15:59:07.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"9fb9436d3e43e89f8367a44a3e080930ae39ddc6","kind":"commit","published_at":"2019-11-01T11:52:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"6a1274a855babd8c59eaaad4c75918bb25556933","kind":"commit","published_at":"2019-10-09T09:21:25.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"d35312f7355304a7c4aed34aa6e2b2e6011c0313","kind":"commit","published_at":"2019-09-06T05:29:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.10","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"a438ba1ca6d8edad77f52e03f8172369210b38a8","kind":"commit","published_at":"2019-07-16T21:25:28.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.9","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"a5740e5a4bf15863a1d10fc78012b5fa20174c3b","kind":"commit","published_at":"2019-06-29T06:58:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.8","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"b383667c3a3d389bf347e4b3f6ccf36b6d33116f","kind":"commit","published_at":"2019-06-28T23:13:16.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.7","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"6b824c2ee5342134a9e1dc518fb961bd110d1b20","kind":"commit","published_at":"2019-04-30T23:33:06.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"72d375113a0b6c9e38051f85b2dad113843a3959","kind":"commit","published_at":"2019-04-24T21:37:27.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"7c55c81eab22c684b306a4f388b69678c6b6d5d6","kind":"commit","published_at":"2019-04-22T22:12:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"a98e3d02257dc42422e3ac8faf6ed373c322bd57","kind":"commit","published_at":"2019-04-22T08:25:30.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"bbc2f2aaecb60438072b11e1c0ce71b4fbbb6ccf","kind":"commit","published_at":"2019-04-11T20:22:44.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"2b20b5769ae4893a45f1b4b030957b3eb60cc48a","kind":"commit","published_at":"2019-04-10T14:27:08.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"ed2d15b283dead06b590af28edd7c1ae2b4a6a3b","kind":"commit","published_at":"2019-04-09T06:56:19.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"763c0e1416ba1537f9e6ddc156ed480870ebc7f2","kind":"commit","published_at":"2019-04-07T09:01:24.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.0.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.0.0/manifests"},{"name":"v1.4.3","sha":"c74df440733278a1f53b0769a0c9fe28da2c2a5c","kind":"commit","published_at":"2019-03-26T19:18:44.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"51cf073e35175a2209ec1e6c169a240305df8724","kind":"commit","published_at":"2019-03-23T13:36:05.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.2/manifests"},{"name":"v1.4.0","sha":"292cf3a2bbed8e86b3ec818fee1afb28246606e6","kind":"commit","published_at":"2019-03-19T00:01:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.0/manifests"},{"name":"v1.3.4","sha":"8547a97ce789f5343c0ea1e4d829f5710ff41b37","kind":"commit","published_at":"2019-03-14T21:34:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"ef2507779bee17ed4fb0aece9eda4fbcf32cd5f9","kind":"commit","published_at":"2019-03-11T23:06:41.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"001cbdb6709cbcbac02bbfb109e560c7dec9d5b3","kind":"commit","published_at":"2019-03-06T19:12:06.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"74b727b7c814d3bd2f65cc84087b54091ab45e2b","kind":"commit","published_at":"2019-02-23T13:09:27.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"6aa76be5997c26c9f75a19ae3b4e185aa06c1acc","kind":"commit","published_at":"2019-02-21T22:22:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"5729487af2437fdfecc78a863973e069b3477ec7","kind":"commit","published_at":"2019-02-17T17:40:33.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.2.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0/manifests"},{"name":"v1.2.0.beta","sha":"be386cc0f65604ecf8d1ba256556038f6413d20c","kind":"commit","published_at":"2019-02-17T16:34:52.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.2.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.2.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.2.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0.beta/manifests"},{"name":"v1.1.0","sha":"2d803c3db5273fa36dd2fc2a09b1e3e08e3d6338","kind":"commit","published_at":"2019-02-14T22:06:37.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.1.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"2a938a539e7812018c2f9ca80a1b24dd1386729f","kind":"commit","published_at":"2019-02-12T07:42:38.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0/manifests"},{"name":"v1.0.0.beta3","sha":"98d035649e7ff54f610b3d8cc2aa4b7943a8f016","kind":"commit","published_at":"2019-02-04T18:33:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta3/manifests"},{"name":"v1.0.0.beta2","sha":"b34303f1da2164d07ebffd7d210b4e6840471b66","kind":"commit","published_at":"2019-01-22T12:53:09.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta2/manifests"},{"name":"v1.0.0.beta","sha":"60e69187902203482660e382a32674403676e7a9","kind":"commit","published_at":"2019-01-18T16:09:32.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta/manifests"}]},"repo_metadata_updated_at":"2026-02-11T15:19:46.623Z","dependent_packages_count":618,"downloads":600109931,"downloads_period":"total","dependent_repos_count":326957,"rankings":{"downloads":0.04739019413253643,"dependent_repos_count":0.0657887400898741,"dependent_packages_count":0.08864753961262697,"stargazers_count":1.1853123850090879,"forks_count":2.3973862914106667,"docker_downloads_count":0.1377103288321941,"average":0.6537059131811643},"purl":"pkg:gem/zeitwerk","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/zeitwerk","docker_dependents_count":2389,"docker_downloads_count":1005917512,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/zeitwerk/dependencies","status":null,"funding_links":["https://github.com/sponsors/fxn"],"critical":true,"issue_metadata":{"last_synced_at":"2025-09-27T00:58:19.405Z","issues_count":117,"pull_requests_count":54,"avg_time_to_close_issue":320591.8,"avg_time_to_close_pull_request":171776.03773584907,"issues_closed_count":115,"pull_requests_closed_count":53,"pull_request_authors_count":20,"issue_authors_count":98,"avg_comments_per_issue":6.452991452991453,"avg_comments_per_pull_request":4.425925925925926,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":1246834.5,"past_year_avg_time_to_close_pull_request":215140.41176470587,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2222222222222223,"past_year_avg_comments_per_pull_request":5.555555555555555,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/issues","maintainers":[{"login":"fxn","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fxn"}],"active_maintainers":[{"login":"fxn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fxn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/zeitwerk/codemeta","maintainers":[{"uuid":"32977","login":"fxn","name":null,"email":null,"url":null,"packages_count":61,"html_url":"https://rubygems.org/profiles/fxn","role":null,"created_at":"2022-11-08T10:46:25.286Z","updated_at":"2022-11-08T10:46:25.286Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/fxn/packages"}],"registry":{"name":"rubygems.org","url":"https://rubygems.org","ecosystem":"rubygems","default":true,"packages_count":205667,"maintainers_count":68516,"namespaces_count":0,"keywords_count":0,"github":"rubygems","metadata":{"funded_packages_count":7260},"icon_url":"https://github.com/rubygems.png","created_at":"2022-04-04T15:19:23.446Z","updated_at":"2026-04-03T06:42:17.024Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/namespaces"}},{"id":8613353,"name":"github.com/fxn/zeitwerk","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":[],"namespace":null,"versions_count":61,"first_release_published_at":"2023-12-02T02:09:14.583Z","latest_release_published_at":"2026-02-19T07:55:07.000Z","latest_release_number":"v2.7.5+incompatible","last_synced_at":"2026-04-27T13:39:44.652Z","created_at":"2023-12-02T02:09:06.864Z","updated_at":"2026-04-27T13:39:44.652Z","registry_url":"https://pkg.go.dev/github.com/fxn/zeitwerk","install_command":"go get github.com/fxn/zeitwerk","documentation_url":"https://pkg.go.dev/github.com/fxn/zeitwerk#section-documentation","metadata":{},"repo_metadata":{"id":38300255,"uuid":"165262778","full_name":"fxn/zeitwerk","owner":"fxn","description":"Efficient and thread-safe code loader for Ruby","archived":false,"fork":false,"pushed_at":"2025-06-07T08:20:54.000Z","size":922,"stargazers_count":2078,"open_issues_count":0,"forks_count":127,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-10-11T09:21:47.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fxn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"fxn"}},"created_at":"2019-01-11T15:09:12.000Z","updated_at":"2025-10-08T19:12:32.000Z","dependencies_parsed_at":"2022-07-11T21:17:28.038Z","dependency_job_id":"a96f1261-6c47-4be2-bd64-678e6ffc554f","html_url":"https://github.com/fxn/zeitwerk","commit_stats":{"total_commits":709,"total_committers":35,"mean_commits":"20.257142857142856","dds":"0.10578279266572632","last_synced_commit":"18851735df1e97f8984f8af502588ea407792ce3"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/fxn/zeitwerk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/sbom","scorecard":{"id":415421,"data":{"date":"2025-08-11","repo":{"name":"github.com/fxn/zeitwerk","commit":"a09f0cb48fe7d56578a2880037b5a5a4474c30aa"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":8,"reason":"9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 1/29 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-ruby-head.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-truffleruby-head.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T23:42:07.586Z","repository_id":38300255,"created_at":"2025-08-18T23:42:07.586Z","updated_at":"2025-08-18T23:42:07.586Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007031,"owners_count":26084227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"fxn","name":"Xavier Noria","uuid":"3387","kind":"user","description":"Everlasting student · Rails Core · Fukuoka Ruby Award · Ruby Hero Award · Freelance · Life lover","email":"","website":"https://hashref.com","location":"Barcelona","twitter":"fxn","company":"Freelance","icon_url":"https://avatars.githubusercontent.com/u/3387?v=4","repositories_count":18,"last_synced_at":"2023-04-09T03:48:50.040Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fxn","funding_links":[],"total_stars":3716,"followers":null,"following":null,"created_at":"2022-11-02T16:17:26.007Z","updated_at":"2024-03-25T17:25:43.056Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn/repositories"},"tags":[{"name":"v2.7.3","sha":"77c971c0f602bd0e5961d22dc7541d863737dbcb","kind":"commit","published_at":"2025-05-20T06:37:12.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"6aa28216c8dbea60bea097d7c7e6f4cc5210a080","kind":"commit","published_at":"2025-02-18T08:00:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"7d8fcff199b7cf8c54884e2dbecac85fa0d717ae","kind":"commit","published_at":"2024-10-18T22:57:43.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"83277e0ff17728b07d99c1f8720332379b084456","kind":"commit","published_at":"2024-10-11T08:21:32.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.7.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.7.0/manifests"},{"name":"v2.6.18","sha":"f96c260ed488224a57cde11c10b6f655fbacf472","kind":"commit","published_at":"2024-09-02T08:32:50.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.18","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.18/manifests"},{"name":"v2.6.17","sha":"1beae0c9751b13c1dc344baff742c78784f0560d","kind":"commit","published_at":"2024-07-29T19:56:16.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.17","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.17/manifests"},{"name":"v2.6.16","sha":"4f285de3d6ad04e0ec1c9c9cd5a7c8cad0bd01e0","kind":"commit","published_at":"2024-06-15T07:11:51.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.16","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.16/manifests"},{"name":"v2.6.15","sha":"5c67e65cdc477aee5a424ee073a13350258af633","kind":"commit","published_at":"2024-05-26T07:05:48.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.15","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.15/manifests"},{"name":"v2.6.14","sha":"4e679375d35d602480f9cf56ae8a70a770532f8f","kind":"commit","published_at":"2024-05-14T08:50:25.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.14","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.14/manifests"},{"name":"v2.6.13","sha":"0b6477fafda528f01e88a7529128e1f6f955d6ab","kind":"commit","published_at":"2024-02-06T05:43:39.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.13","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.13/manifests"},{"name":"v2.6.12","sha":"4f44672102d4629ada277ae047cfde337ab2b9b2","kind":"commit","published_at":"2023-09-25T12:36:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.12","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.12/manifests"},{"name":"v2.6.11","sha":"fd3337278461247fe711a57910c865266054a04f","kind":"commit","published_at":"2023-08-02T18:58:21.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.11","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.11/manifests"},{"name":"v2.6.10","sha":"780fb66fe9db16203a5b7543afbecc819475dd06","kind":"commit","published_at":"2023-07-30T21:32:09.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.10","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"14dc846137bd654e68e257967f2ad2da088ff3f2","kind":"commit","published_at":"2023-07-25T10:27:10.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.9","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"c3c0ecbd1b7fdbd11e26aac85630ac5b42aeb337","kind":"commit","published_at":"2023-04-28T07:04:49.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.8","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"7cac78e75096bcfb5f3a2e38e75a41283f42aca4","kind":"commit","published_at":"2023-02-10T06:00:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.7","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.7/manifests"},{"name":"v2.6.6","sha":"3ea349a001da73a0f901f30fe6fa46de3749436c","kind":"commit","published_at":"2022-11-08T08:03:57.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"cdd4abd40494f48ab309b42770528e6dc59c736e","kind":"commit","published_at":"2022-11-05T23:50:47.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"434ad01940c78ec503648470df9a9de2ef8990a4","kind":"commit","published_at":"2022-11-01T18:46:36.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"1af39c2a603a46ba41ea754205f4ec6f42397fa0","kind":"commit","published_at":"2022-10-31T18:35:21.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"058d815ae021ea901c5582178f5ff1103d1751c6","kind":"commit","published_at":"2022-10-31T12:27:28.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1e61df8965dfa9bd21376202a8e7b2c0de91b983","kind":"commit","published_at":"2022-09-30T22:17:48.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d65188d14baa6bca915bd7078e54b19598b13195","kind":"commit","published_at":"2022-06-13T16:34:43.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.6.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.6.0/manifests"},{"name":"v2.5.4","sha":"965b58eca7bc006f7800505068890567d698ce77","kind":"commit","published_at":"2022-01-27T23:16:59.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"e4ae4941cfdfb487d10c57f92e26cc742034fba6","kind":"commit","published_at":"2021-12-30T18:04:33.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.3/manifests"},{"name":"v2.5.2","sha":"1ff6336d937514c923f2c5a60cfaa501f150a7b5","kind":"commit","published_at":"2021-12-27T12:00:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"14274f498d6994a6ee7094c487a45a084dde852f","kind":"commit","published_at":"2021-10-20T22:00:11.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"e9fc5de0138f0ebc7be9cfe412148e000db7481c","kind":"commit","published_at":"2021-10-20T12:17:01.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0/manifests"},{"name":"v2.5.0.beta6","sha":"bdbd0874b052b6db05ff6a7af68119ca8a1d62be","kind":"commit","published_at":"2021-10-14T09:08:35.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta6/manifests"},{"name":"v2.5.0.beta5","sha":"1772b55b17815b6928b5bf2d0febf7b90029ddfe","kind":"commit","published_at":"2021-09-29T07:09:56.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta5/manifests"},{"name":"v2.5.0.beta4","sha":"6a4242315cdee21276db723f51ef9b884eb920bd","kind":"commit","published_at":"2021-09-22T06:29:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta4/manifests"},{"name":"v2.5.0.beta3","sha":"b28eae0646d4f3579edec5627dfdcb78ebd3a1df","kind":"commit","published_at":"2021-09-01T13:23:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta3/manifests"},{"name":"v2.5.0.beta2","sha":"49e61a98f6a6b95604e75750dbed9d069b82e968","kind":"commit","published_at":"2021-08-20T23:19:12.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta2/manifests"},{"name":"v2.5.0.beta","sha":"6ad6a23844061e47e59d34d895e350b3953f372c","kind":"commit","published_at":"2021-08-03T22:15:02.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.5.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.5.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.5.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.5.0.beta/manifests"},{"name":"v2.4.2","sha":"2a3d73ba81e1b671fa943f63a36e35586da30ce2","kind":"commit","published_at":"2020-11-27T14:13:52.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"034ae30d73247b8dda7df2992903ce560cd7f47f","kind":"commit","published_at":"2020-10-29T10:34:10.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"e2b7736eb2ba20b8f4c1785634b244b4b345f2ed","kind":"commit","published_at":"2020-07-14T22:11:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.4.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"a786fe50ddb6f50c3b77b465e2d4fdb42f473ea0","kind":"commit","published_at":"2020-06-28T23:10:02.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.3.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"806795d302840a7e96612b88ff45f231ea4318b0","kind":"commit","published_at":"2020-03-03T19:38:54.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.3.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"652477c70a3385dd06251e40ea530b3026beb59c","kind":"commit","published_at":"2019-11-29T15:59:07.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"9fb9436d3e43e89f8367a44a3e080930ae39ddc6","kind":"commit","published_at":"2019-11-01T11:52:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"6a1274a855babd8c59eaaad4c75918bb25556933","kind":"commit","published_at":"2019-10-09T09:21:25.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.2.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"d35312f7355304a7c4aed34aa6e2b2e6011c0313","kind":"commit","published_at":"2019-09-06T05:29:18.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.10","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"a438ba1ca6d8edad77f52e03f8172369210b38a8","kind":"commit","published_at":"2019-07-16T21:25:28.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.9","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"a5740e5a4bf15863a1d10fc78012b5fa20174c3b","kind":"commit","published_at":"2019-06-29T06:58:55.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.8","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"b383667c3a3d389bf347e4b3f6ccf36b6d33116f","kind":"commit","published_at":"2019-06-28T23:13:16.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.7","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"6b824c2ee5342134a9e1dc518fb961bd110d1b20","kind":"commit","published_at":"2019-04-30T23:33:06.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.6","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"72d375113a0b6c9e38051f85b2dad113843a3959","kind":"commit","published_at":"2019-04-24T21:37:27.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.5","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"7c55c81eab22c684b306a4f388b69678c6b6d5d6","kind":"commit","published_at":"2019-04-22T22:12:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"a98e3d02257dc42422e3ac8faf6ed373c322bd57","kind":"commit","published_at":"2019-04-22T08:25:30.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"bbc2f2aaecb60438072b11e1c0ce71b4fbbb6ccf","kind":"commit","published_at":"2019-04-11T20:22:44.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"2b20b5769ae4893a45f1b4b030957b3eb60cc48a","kind":"commit","published_at":"2019-04-10T14:27:08.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"ed2d15b283dead06b590af28edd7c1ae2b4a6a3b","kind":"commit","published_at":"2019-04-09T06:56:19.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.1.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"763c0e1416ba1537f9e6ddc156ed480870ebc7f2","kind":"commit","published_at":"2019-04-07T09:01:24.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v2.0.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v2.0.0/manifests"},{"name":"v1.4.3","sha":"c74df440733278a1f53b0769a0c9fe28da2c2a5c","kind":"commit","published_at":"2019-03-26T19:18:44.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"51cf073e35175a2209ec1e6c169a240305df8724","kind":"commit","published_at":"2019-03-23T13:36:05.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.2/manifests"},{"name":"v1.4.0","sha":"292cf3a2bbed8e86b3ec818fee1afb28246606e6","kind":"commit","published_at":"2019-03-19T00:01:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.4.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.4.0/manifests"},{"name":"v1.3.4","sha":"8547a97ce789f5343c0ea1e4d829f5710ff41b37","kind":"commit","published_at":"2019-03-14T21:34:14.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.4","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"ef2507779bee17ed4fb0aece9eda4fbcf32cd5f9","kind":"commit","published_at":"2019-03-11T23:06:41.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"001cbdb6709cbcbac02bbfb109e560c7dec9d5b3","kind":"commit","published_at":"2019-03-06T19:12:06.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"74b727b7c814d3bd2f65cc84087b54091ab45e2b","kind":"commit","published_at":"2019-02-23T13:09:27.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.1","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"6aa76be5997c26c9f75a19ae3b4e185aa06c1acc","kind":"commit","published_at":"2019-02-21T22:22:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.3.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"5729487af2437fdfecc78a863973e069b3477ec7","kind":"commit","published_at":"2019-02-17T17:40:33.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.2.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0/manifests"},{"name":"v1.2.0.beta","sha":"be386cc0f65604ecf8d1ba256556038f6413d20c","kind":"commit","published_at":"2019-02-17T16:34:52.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.2.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.2.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.2.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.2.0.beta/manifests"},{"name":"v1.1.0","sha":"2d803c3db5273fa36dd2fc2a09b1e3e08e3d6338","kind":"commit","published_at":"2019-02-14T22:06:37.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.1.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"2a938a539e7812018c2f9ca80a1b24dd1386729f","kind":"commit","published_at":"2019-02-12T07:42:38.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0/manifests"},{"name":"v1.0.0.beta3","sha":"98d035649e7ff54f610b3d8cc2aa4b7943a8f016","kind":"commit","published_at":"2019-02-04T18:33:34.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta3","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta3/manifests"},{"name":"v1.0.0.beta2","sha":"b34303f1da2164d07ebffd7d210b4e6840471b66","kind":"commit","published_at":"2019-01-22T12:53:09.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta2","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta2/manifests"},{"name":"v1.0.0.beta","sha":"60e69187902203482660e382a32674403676e7a9","kind":"commit","published_at":"2019-01-18T16:09:32.000Z","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/v1.0.0.beta","html_url":"https://github.com/fxn/zeitwerk/releases/tag/v1.0.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fxn/zeitwerk@v1.0.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags/v1.0.0.beta/manifests"}]},"repo_metadata_updated_at":"2025-10-12T21:33:04.681Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.801592556016239,"dependent_packages_count":9.575730298247606,"stargazers_count":1.5595030274120587,"forks_count":2.44888674211981,"docker_downloads_count":null,"average":6.096428155948928},"purl":"pkg:golang/github.com/fxn/zeitwerk","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/fxn/zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/fxn/zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/fxn/zeitwerk/dependencies","status":null,"funding_links":["https://github.com/sponsors/fxn"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-27T00:58:19.405Z","issues_count":117,"pull_requests_count":54,"avg_time_to_close_issue":320591.8,"avg_time_to_close_pull_request":171776.03773584907,"issues_closed_count":115,"pull_requests_closed_count":53,"pull_request_authors_count":20,"issue_authors_count":98,"avg_comments_per_issue":6.452991452991453,"avg_comments_per_pull_request":4.425925925925926,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":9,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":1246834.5,"past_year_avg_time_to_close_pull_request":215140.41176470587,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2222222222222223,"past_year_avg_comments_per_pull_request":5.555555555555555,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/issues","maintainers":[{"login":"fxn","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fxn"}],"active_maintainers":[{"login":"fxn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fxn"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffxn%2Fzeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffxn%2Fzeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffxn%2Fzeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffxn%2Fzeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffxn%2Fzeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ffxn%2Fzeitwerk/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2123242,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13780085,"name":"ruby-zeitwerk","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T13:29:12.365Z","latest_release_published_at":"2026-02-13T13:29:12.365Z","latest_release_number":"2.4.2-2","last_synced_at":"2026-03-13T23:37:07.199Z","created_at":"2026-02-13T13:29:12.099Z","updated_at":"2026-03-13T23:37:07.199Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-zeitwerk","standards_version":"4.6.0","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T13:29:13.002Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/ruby-zeitwerk?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"jammy"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-04-27T18:20:36.155Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13467510,"name":"ruby-zeitwerk","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T17:35:42.570Z","latest_release_published_at":"2026-02-09T17:35:42.570Z","latest_release_number":"2.6.8-1","last_synced_at":"2026-03-09T18:23:37.080Z","created_at":"2026-02-09T17:35:41.948Z","updated_at":"2026-03-09T18:32:55.145Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-zeitwerk","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/ruby-zeitwerk?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-04-27T18:20:37.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13713620,"name":"ruby-zeitwerk","ecosystem":"debian","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T23:44:22.296Z","latest_release_published_at":"2026-02-12T23:44:22.296Z","latest_release_number":"2.6.1-1","last_synced_at":"2026-03-14T00:42:17.204Z","created_at":"2026-02-12T23:44:22.053Z","updated_at":"2026-03-14T00:42:17.205Z","registry_url":"https://tracker.debian.org/pkg/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":"https://packages.debian.org/bookworm/ruby-zeitwerk","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"ruby-zeitwerk","standards_version":"4.6.1","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T23:44:23.186Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/ruby-zeitwerk?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"bookworm"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-04-27T18:20:38.992Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13407523,"name":"ruby-zeitwerk","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T16:17:03.163Z","latest_release_published_at":"2026-02-06T16:17:03.163Z","latest_release_number":"2.6.8-1","last_synced_at":"2026-03-06T17:22:59.221Z","created_at":"2026-02-06T16:17:01.386Z","updated_at":"2026-03-06T17:32:18.002Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-zeitwerk","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/ruby-zeitwerk?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-zeitwerk/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"noble"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-04-27T18:20:35.701Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13669750,"name":"ruby-zeitwerk","ecosystem":"debian","description":null,"homepage":"https://github.com/fxn/zeitwerk","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/fxn/zeitwerk","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T12:49:19.433Z","latest_release_published_at":"2026-02-12T12:49:19.433Z","latest_release_number":"2.6.8-1","last_synced_at":"2026-03-14T19:15:00.744Z","created_at":"2026-02-12T12:49:19.244Z","updated_at":"2026-03-14T19:15:00.744Z","registry_url":"https://tracker.debian.org/pkg/ruby-zeitwerk","install_command":"apt-get install ruby-zeitwerk","documentation_url":"https://packages.debian.org/trixie/ruby-zeitwerk","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"ruby-zeitwerk","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38300255,"uuid":"165262778","full_name":"fxn/zeitwerk","owner":"fxn","description":"Efficient and thread-safe code loader for Ruby","archived":false,"fork":false,"pushed_at":"2026-02-08T10:53:11.000Z","size":890,"stargazers_count":2100,"open_issues_count":1,"forks_count":128,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-02-08T16:18:02.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fxn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"fxn"}},"created_at":"2019-01-11T15:09:12.000Z","updated_at":"2026-02-08T10:53:14.000Z","dependencies_parsed_at":"2025-12-24T02:02:26.489Z","dependency_job_id":null,"html_url":"https://github.com/fxn/zeitwerk","commit_stats":{"total_commits":709,"total_committers":35,"mean_commits":"20.257142857142856","dds":"0.10578279266572632","last_synced_commit":"18851735df1e97f8984f8af502588ea407792ce3"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/fxn/zeitwerk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxn","download_url":"https://codeload.github.com/fxn/zeitwerk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/sbom","scorecard":{"id":415421,"data":{"date":"2025-08-11","repo":{"name":"github.com/fxn/zeitwerk","commit":"a09f0cb48fe7d56578a2880037b5a5a4474c30aa"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.2,"checks":[{"name":"Maintained","score":8,"reason":"9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 1/29 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-ruby-head.yml:1","Warn: no topLevel permission defined: .github/workflows/keep-an-eye-on-truffleruby-head.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-ruby-head.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-ruby-head.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/keep-an-eye-on-truffleruby-head.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/fxn/zeitwerk/keep-an-eye-on-truffleruby-head.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 2 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T23:42:07.586Z","repository_id":38300255,"created_at":"2025-08-18T23:42:07.586Z","updated_at":"2025-08-18T23:42:07.586Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29248487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-02-12T12:49:19.734Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":0.3423330319080222,"forks_count":0.5942384704818499,"docker_downloads_count":null,"average":0.23414287559746802},"purl":"pkg:deb/debian/ruby-zeitwerk?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/ruby-zeitwerk","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/ruby-zeitwerk","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/ruby-zeitwerk/dependencies","status":null,"funding_links":["https://github.com/sponsors/fxn"],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-zeitwerk/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-zeitwerk/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-zeitwerk/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-zeitwerk/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-zeitwerk/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-zeitwerk/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"trixie"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-04-27T18:20:39.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}}],"commits":{"id":3509,"full_name":"fxn/zeitwerk","default_branch":"main","total_commits":791,"total_committers":38,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":20.81578947368421,"dds":0.09987357774968397,"past_year_total_commits":41,"past_year_total_committers":4,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":10.25,"past_year_dds":0.09756097560975607,"last_synced_at":"2026-05-04T19:44:36.021Z","last_synced_commit":"f03142b8b816a9bfcdfb9d1a561c06a5b3e3c552","created_at":"2023-03-07T09:18:00.325Z","updated_at":"2026-05-04T19:44:16.624Z","committers":[{"name":"Xavier Noria","email":"fxn@hashref.com","login":"fxn","count":712},{"name":"Jean Boussier","email":"jean.boussier@gmail.com","login":"byroot","count":19},{"name":"Teo Ljungberg","email":"teo@teoljungberg.com","login":"teoljungberg","count":9},{"name":"Benoit Daloze","email":"eregontp@gmail.com","login":"eregon","count":4},{"name":"Krzysztof Rybka","email":"krzysztof.rybka@gmail.com","login":"krzysiek1507","count":4},{"name":"Chris Salzberg","email":"chris@dejimata.com","login":"shioyama","count":3},{"name":"Guilherme Goettems Schneider","email":"guigs81@gmail.com","login":"guigs","count":3},{"name":"m-nakamura145","email":"masato.nakamura145@gmail.com","login":"m-nakamura145","count":2},{"name":"hkdnet","email":"satoko.itse@gmail.com","login":"hkdnet","count":2},{"name":"Steven Harman","email":"steven@harmanly.com","login":"stevenharman","count":2},{"name":"Juanjo Bazán","email":"jjbazan@gmail.com","login":"xuanxu","count":2},{"name":"Jacob Burroughs","email":"jburroughs@instructure.com","login":"maths22","count":2},{"name":"Igor Zubkov","email":"igor.zubkov@gmail.com","login":"biow0lf","count":2},{"name":"Brandon Fish","email":"brandon.j.fish@oracle.com","login":"bjfish","count":1},{"name":"Chris Coetzee","email":"chriscz","login":"chriscz","count":1},{"name":"David Uhlig","email":"david.uhlig@gmail.com","login":"david-uhlig","count":1},{"name":"Dominic Jodoin","email":"dominic@travis-ci.com","login":"cotsog","count":1},{"name":"Henrik Nyh","email":"henrik@nyh.se","login":"henrik","count":1},{"name":"Jan Biedermann","email":"jan@kursator.de","login":"janbiedermann","count":1},{"name":"yuuji.yaginuma","email":"yuuji.yaginuma@gmail.com","login":"y-yagi","count":1},{"name":"bogdanvlviv","email":"bogdanvlviv@gmail.com","login":"bogdanvlviv","count":1},{"name":"andmcadams","email":"andmcadams@gmail.com","login":"andmcadams","count":1},{"name":"Tim Craft","email":"mail@timcraft.com","login":"timcraft","count":1},{"name":"Takumasa Ochi","email":"aeroastro007@gmail.com","login":"aeroastro","count":1},{"name":"TATSUNO “Taz” Yasuhiro","email":"ytatsuno.jp@gmail.com","login":"exoego","count":1},{"name":"Ryunosuke Sato","email":"tricknotes.rs@gmail.com","login":"tricknotes","count":1},{"name":"Robin Dupret","email":"robin.dupret@gmail.com","login":"robin850","count":1},{"name":"Ricardo Díaz","email":"ricardotk002@gmail.com","login":"ricardotk002","count":1},{"name":"Rafael Masson","email":"rafbmasson@gmail.com","login":"rafbm","count":1},{"name":"Piotr Solnica","email":"piotr.solnica@gmail.com","login":"solnic","count":1},{"name":"Nagesh A T","email":"74532266+nageshlop","login":"nageshlop","count":1},{"name":"Miha Filej","email":"miha@filej.net","login":"mfilej","count":1},{"name":"Marko Schulz","email":"Marko.Schulz@gmail.com","login":"datenreisender","count":1},{"name":"Kian-Meng Ang","email":"kianmeng@cpan.org","login":"kianmeng","count":1},{"name":"Justin Searls","email":"searls@gmail.com","login":"searls","count":1},{"name":"Justin Coyne","email":"jcoyne@justincoyne.com","login":"jcoyne","count":1},{"name":"Joe Rafaniello","email":"jrafanie@gmail.com","login":"jrafanie","count":1},{"name":"Jean byroot Boussier","email":"jean.boussier+github@shopify.com","login":"casperisfine","count":1}],"past_year_committers":[{"name":"Xavier Noria","email":"fxn@hashref.com","login":"fxn","count":37},{"name":"Igor Zubkov","email":"igor.zubkov@gmail.com","login":"biow0lf","count":2},{"name":"Joe Rafaniello","email":"jrafanie@gmail.com","login":"jrafanie","count":1},{"name":"David Uhlig","email":"david.uhlig@gmail.com","login":"david-uhlig","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-05T00:00:06.937Z","repositories_count":6229092,"commits_count":896952440,"contributors_count":34911784,"owners_count":1149672,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"fxn/zeitwerk","html_url":"https://github.com/fxn/zeitwerk","last_synced_at":"2026-05-04T19:02:55.049Z","status":"active","issues_count":124,"pull_requests_count":59,"avg_time_to_close_issue":366733.69166666665,"avg_time_to_close_pull_request":159039.8448275862,"issues_closed_count":120,"pull_requests_closed_count":58,"pull_request_authors_count":24,"issue_authors_count":105,"avg_comments_per_issue":6.5,"avg_comments_per_pull_request":4.203389830508475,"merged_pull_requests_count":37,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":2004578.0,"past_year_avg_time_to_close_pull_request":18330.777777777777,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":5.636363636363637,"past_year_avg_comments_per_pull_request":1.4444444444444444,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"created_at":"2023-05-12T19:34:06.236Z","updated_at":"2026-05-04T19:02:55.049Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxn%2Fzeitwerk/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":121,"OWNER":2,"CONTRIBUTOR":1}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":35,"NONE":20,"OWNER":4}},"issue_authors":{"table":{"zw963":8,"adrianthedev":4,"sajan45":3,"faraaz-deepsource":3,"fxn":2,"bkuhlmann":2,"Earlopain":2,"fschwahn":2,"HoneyryderChuck":2,"n-rodriguez":1,"choosen":1,"bradgessler":1,"alanhala":1,"modosc":1,"joelmoss":1,"jackm767":1,"diei":1,"oskarpearson":1,"aarona":1,"ethn":1,"roooodcastro":1,"mathieujobin":1,"iAaquibjawed":1,"timdiggins":1,"anand-membean":1,"XProfessional1130":1,"qortex":1,"mahmoudzbrkbr":1,"ashrafalzyoud":1,"mmarvb8h":1,"morgoth":1,"palkan":1,"davidmilo":1,"stanley90":1,"ukolovda":1,"ShockwaveNN":1,"leoarnold":1,"GVisockas":1,"mscrivo":1,"IngoTomahogh":1,"nickcampbell18":1,"timrogers":1,"milgner":1,"ojab":1,"Juanmcuello":1,"ssoulless":1,"DannyBen":1,"schuetzm":1,"olimart":1,"isabellecochrane":1,"olbrich":1,"rnestler":1,"catmando":1,"martinemde":1,"fnando":1,"fsateler":1,"pudiva":1,"alxckn":1,"kapso":1,"ejstembler":1,"ttqtrang146":1,"jurriaanschrofer":1,"sponomarev":1,"lexdubyna":1,"brevio-nicolay":1,"woarewe":1,"jonian":1,"fragkakis":1,"michaelcarter":1,"steakknife":1,"pvalena":1,"mvastola":1,"marcrohloff":1,"rocket-turtle":1,"tococorocko":1,"jasonkarns":1,"aisamanra":1,"briannicholls":1,"david50407":1,"inem":1,"feliperaul":1,"oneiros":1,"martin-brennan":1,"BroiSatse":1,"yetrun":1,"pepawel":1,"everton":1,"headius":1,"akicho8":1,"Bukenco":1,"richardmarbach":1,"ngan":1,"rsieb":1,"heyZeus":1,"ksylvest":1,"michelson":1,"teoljungberg":1,"EmmaB":1,"KillWolf":1,"ch-minhvu":1,"MarcosSouza122":1,"brian-kephart":1,"mildred":1,"aaronmallen":1,"robotex82":1}},"pull_request_authors":{"table":{"teoljungberg":7,"eregon":5,"m-nakamura145":4,"JuanVqz":4,"casperisfine":4,"fxn":4,"shioyama":4,"gtrias":4,"stevenharman":3,"kianmeng":2,"byroot":2,"aaronmallen":2,"david-uhlig":2,"exterm":2,"gmcgibbon":1,"maths22":1,"guigs":1,"exoego":1,"jrafanie":1,"joeldrapper":1,"n-rodriguez":1,"datenreisender":1,"andmcadams":1,"ngan":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-05T00:00:06.846Z","repositories_count":14512774,"issues_count":34237588,"pull_requests_count":112259345,"authors_count":11255352,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":11}},"past_year_pull_request_author_associations_count":{"table":{"NONE":6,"CONTRIBUTOR":2,"OWNER":1}},"past_year_issue_authors":{"table":{"aaronmallen":1,"aisamanra":1,"fnando":1,"headius":1,"jasonkarns":1,"Juanmcuello":1,"MarcosSouza122":1,"n-rodriguez":1,"palkan":1,"rnestler":1,"XProfessional1130":1}},"past_year_pull_request_authors":{"table":{"aaronmallen":2,"david-uhlig":2,"fxn":1,"joeldrapper":1,"jrafanie":1,"ngan":1,"n-rodriguez":1}},"maintainers":[{"table":{"login":"fxn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fxn"}}],"active_maintainers":[{"table":{"login":"fxn","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fxn"}}]}},"events":{"total":{"DeleteEvent":14,"PullRequestEvent":15,"ForkEvent":10,"IssuesEvent":21,"WatchEvent":104,"IssueCommentEvent":116,"PushEvent":119,"PullRequestReviewEvent":9,"PullRequestReviewCommentEvent":9,"CreateEvent":17,"CommitCommentEvent":3},"last_year":{"DeleteEvent":11,"PullRequestEvent":7,"ForkEvent":6,"IssuesEvent":12,"WatchEvent":36,"IssueCommentEvent":35,"PushEvent":47,"CreateEvent":7}},"keywords":[],"dependencies":[{"ecosystem":"rubygems","filepath":"zeitwerk.gemspec","sha":null,"kind":"manifest","created_at":"2025-12-24T02:02:26.404Z","updated_at":"2025-12-24T02:02:26.404Z","repository_link":"https://github.com/fxn/zeitwerk/blob/main/zeitwerk.gemspec","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2025-12-24T02:02:21.626Z","updated_at":"2025-12-24T02:02:21.626Z","repository_link":"https://github.com/fxn/zeitwerk/blob/main/.github/workflows/ci.yml","dependencies":[{"id":25777016962,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25777016963,"package_name":"ruby/setup-ruby","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/keep-an-eye-on-ruby-head.yml","sha":null,"kind":"manifest","created_at":"2025-12-24T02:02:21.747Z","updated_at":"2025-12-24T02:02:21.747Z","repository_link":"https://github.com/fxn/zeitwerk/blob/main/.github/workflows/keep-an-eye-on-ruby-head.yml","dependencies":[{"id":25777016966,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25777016967,"package_name":"ruby/setup-ruby","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/keep-an-eye-on-truffleruby-head.yml","sha":null,"kind":"manifest","created_at":"2025-12-24T02:02:21.824Z","updated_at":"2025-12-24T02:02:21.824Z","repository_link":"https://github.com/fxn/zeitwerk/blob/main/.github/workflows/keep-an-eye-on-truffleruby-head.yml","dependencies":[{"id":25777016972,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25777016973,"package_name":"ruby/setup-ruby","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"rubygems","filepath":"Gemfile","sha":null,"kind":"manifest","created_at":"2025-12-24T02:02:21.895Z","updated_at":"2025-12-24T02:02:21.895Z","repository_link":"https://github.com/fxn/zeitwerk/blob/main/Gemfile","dependencies":[{"id":25777016976,"package_name":"rake","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":25777017010,"package_name":"minitest","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":25777017103,"package_name":"minitest-focus","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":25777017106,"package_name":"minitest-proveit","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":25777017123,"package_name":"minitest-reporters","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":25777017124,"package_name":"warning","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]}],"score":33.193919831001104,"created_at":"2024-06-13T11:02:27.512Z","updated_at":"2026-05-13T21:04:57.960Z","avatar_url":"https://github.com/fxn.png","language":"Ruby","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/123458","html_url":"https://summary.ecosyste.ms/projects/123458"}