{"id":369754,"url":"https://github.com/rubygems/release-gem","last_synced_at":"2026-08-24T22:44:59.861Z","repository":{"id":212415109,"uuid":"731435765","full_name":"rubygems/release-gem","owner":"rubygems","description":"The official GitHub Action for publishing your gem files to RubyGems.org","archived":false,"fork":false,"pushed_at":"2026-08-08T02:40:11.000Z","size":27,"stargazers_count":54,"open_issues_count":11,"forks_count":16,"subscribers_count":6,"default_branch":"v1","last_synced_at":"2026-08-13T05:16:33.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubygems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2023-12-14T04:37:45.000Z","updated_at":"2026-08-08T02:40:16.000Z","dependencies_parsed_at":"2026-08-05T13:31:40.439Z","dependency_job_id":"01f282b3-add2-41f6-abd5-75190e12b145","html_url":"https://github.com/rubygems/release-gem","commit_stats":null,"previous_names":["rubygems/release-gem"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rubygems/release-gem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubygems","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36623405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":{"login":"rubygems","name":"RubyGems","uuid":"208761","kind":"organization","description":"","email":null,"website":"https://rubygems.org","location":"GEM_HOME","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/208761?v=4","repositories_count":60,"last_synced_at":"2023-04-13T10:35:57.064Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rubygems","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T17:46:46.793Z","updated_at":"2023-04-13T10:35:57.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubygems","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubygems/repositories"},"packages":[{"id":11773380,"name":"rubygems/release-gem","ecosystem":"actions","description":"Upload gems to RubyGems.org","homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rubygems/release-gem","keywords_array":[],"namespace":"rubygems","versions_count":11,"first_release_published_at":"2023-12-14T05:05:34.000Z","latest_release_published_at":"2026-08-08T02:40:11.000Z","latest_release_number":"v1.4.1","last_synced_at":"2026-08-20T07:47:04.398Z","created_at":"2025-06-07T23:59:30.295Z","updated_at":"2026-08-20T08:28:10.472Z","registry_url":"https://github.com/rubygems/release-gem","install_command":null,"documentation_url":null,"metadata":{"name":"Release Gem","description":"Upload gems to RubyGems.org","inputs":{"token":{"description":"GitHub token used to authenticate git operations (e.g. pushing the release tag). Defaults to the built-in github.token. Override with a PAT or GitHub App token when tag push protection rules require a specific actor or bypass permission.","required":false,"default":"${{ github.token }}"},"await-release":{"description":"Whether to poll for the release to be available on RubyGems.org","required":false,"default":"true"},"setup-trusted-publisher":{"description":"Whether to setup the trusted publisher for the gem","required":false,"default":"true"},"attestations":{"description":"[EXPERIMENTAL] Enable experimental support for sigstore attestations. Only works with RubyGems.org via Trusted Publishing. No effect on RubyGems versions that sign on their own; they attest whether or not this is set.","required":false,"default":"true"},"working-directory":{"description":"The working directory to run the release rake task in","required":false,"default":""}},"outputs":{},"branding":{"color":"red","icon":"upload-cloud"},"runs":{"using":"composite","steps":[{"name":"Attribute commits to last committer","run":"git config --global user.email \"$(git log -1 --pretty=format:'%ae')\"\ngit config --global user.name \"$(git log -1 --pretty=format:'%an')\"\n","shell":"bash"},{"name":"Configure Git using cached credentials","run":"git credential-cache --timeout=300 store \u003c\u003cEOF\nprotocol=https\nhost=github.com\nusername=x-access-token\npassword=${{ inputs.token }}\n\nEOF\ngit config --local credential.helper 'cache --timeout=300'\n","shell":"bash"},{"name":"Fetch tags","run":"git fetch --tags --force","shell":"bash"},{"name":"Configure trusted publishing credentials","if":"${{ inputs.setup-trusted-publisher == 'true' }}","uses":"rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a"},{"name":"Run release rake task","run":"bundle exec rake release","shell":"bash","env":{"RUBYOPT":"${{ inputs.attestations == 'true' \u0026\u0026 format('-r{0}/rubygems-attestation-patch.rb {1}', github.action_path, env.RUBYOPT) || env.RUBYOPT }}"},"working-directory":"${{ inputs.working-directory }}"},{"name":"Wait for release to propagate","if":"${{ inputs.await-release == 'true' }}","run":"gem exec rubygems-await pkg/*.gem","shell":"bash","working-directory":"${{ inputs.working-directory }}"},{"name":"Clean up credentials","if":"always()","run":"git credential-cache exit || true","shell":"bash"}]},"default_branch":"v1","path":null},"repo_metadata":{"id":212415109,"uuid":"731435765","full_name":"rubygems/release-gem","owner":"rubygems","description":"The official GitHub Action for publishing your gem files to RubyGems.org","archived":false,"fork":false,"pushed_at":"2026-08-08T02:40:11.000Z","size":27,"stargazers_count":54,"open_issues_count":11,"forks_count":16,"subscribers_count":6,"default_branch":"v1","last_synced_at":"2026-08-13T05:16:33.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubygems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2023-12-14T04:37:45.000Z","updated_at":"2026-08-08T02:40:16.000Z","dependencies_parsed_at":"2026-08-05T13:31:40.439Z","dependency_job_id":"01f282b3-add2-41f6-abd5-75190e12b145","html_url":"https://github.com/rubygems/release-gem","commit_stats":null,"previous_names":["rubygems/release-gem"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rubygems/release-gem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubygems","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36623405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"rubygems","name":"RubyGems","uuid":"208761","kind":"organization","description":"","email":null,"website":"https://rubygems.org","location":"GEM_HOME","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/208761?v=4","repositories_count":60,"last_synced_at":"2023-04-13T10:35:57.064Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rubygems","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T17:46:46.793Z","updated_at":"2023-04-13T10:35:57.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubygems","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubygems/repositories"},"tags":[{"name":"v1.4.1","sha":"7f9650160c1a4e7989fdc9855807bdbd421d8b6b","kind":"commit","published_at":"2026-08-08T02:40:11.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.4.1","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"052cc82692552de3ef2b81fd670e41d13cba8092","kind":"commit","published_at":"2026-06-12T23:25:23.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.4.0","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.4.0","dependencies_parsed_at":"2026-08-08T14:12:08.579Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"f0d7faff26625599a847d40d9fa28ace24c2aacc","kind":"commit","published_at":"2026-05-07T04:23:27.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.3.0","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.3.0","dependencies_parsed_at":"2026-08-08T14:12:08.598Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"6317d8d1f7e28c24d28f6eff169ea854948bd9f7","kind":"commit","published_at":"2026-04-01T01:53:38.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.2.0","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.2.0","dependencies_parsed_at":"2026-08-08T14:12:08.837Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.2.0/manifests"},{"name":"v1.1.4","sha":"e9a6361a0b14562539327c2a02373edc56dd3169","kind":"commit","published_at":"2026-03-13T02:19:17.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.1.4","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.1.4","dependencies_parsed_at":"2026-08-08T14:12:08.756Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"2cceab0dd1a397feff1a99eab718d5e7bb9c59ce","kind":"commit","published_at":"2026-03-11T01:00:46.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.1.3","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.1.3","dependencies_parsed_at":"2026-08-08T14:12:08.815Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"1c162a739e8b4cb21a676e97b087e8268d8fc40b","kind":"commit","published_at":"2025-10-27T16:29:29.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.1.2","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.1.2","dependencies_parsed_at":"2026-08-08T14:12:09.011Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"a25424ba2ba8b387abc8ef40807c2c85b96cbe32","kind":"commit","published_at":"2024-12-04T22:22:51.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.1.1","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.1.1","dependencies_parsed_at":"2025-06-09T04:13:34.316Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"9e85cb11501bebc2ae661c1500176316d3987059","kind":"commit","published_at":"2024-11-20T19:30:40.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.1.0","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.1.0","dependencies_parsed_at":"2025-06-09T04:13:34.336Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"035c7c1c1c14d277318867ced5037926d2395300","kind":"commit","published_at":"2023-12-14T05:19:03.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.0.1","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.0.1","dependencies_parsed_at":"2025-06-09T04:13:34.502Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"48512b949a6517699b78f000b4f36e641d321ed3","kind":"commit","published_at":"2023-12-14T05:05:34.000Z","download_url":"https://codeload.github.com/rubygems/release-gem/tar.gz/v1.0.0","html_url":"https://github.com/rubygems/release-gem/releases/tag/v1.0.0","dependencies_parsed_at":"2025-06-09T04:13:34.517Z","dependency_job_id":null,"purl":"pkg:github/rubygems/release-gem@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-20T08:28:10.472Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.34343434343434,"dependent_packages_count":0.0,"stargazers_count":4.680343810778593,"forks_count":7.69496204278813,"docker_downloads_count":null,"average":11.679685049250265},"purl":"pkg:githubactions/rubygems/release-gem","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/rubygems/release-gem","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/rubygems/release-gem","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/rubygems/release-gem/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T00:31:39.674Z","issues_count":16,"pull_requests_count":29,"avg_time_to_close_issue":11564504.285714285,"avg_time_to_close_pull_request":1991826.35,"issues_closed_count":7,"pull_requests_closed_count":20,"pull_request_authors_count":16,"issue_authors_count":16,"avg_comments_per_issue":2.0625,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":7,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":2772019.0,"past_year_avg_time_to_close_pull_request":1070632.375,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":2.2857142857142856,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/issues","maintainers":[{"login":"landongrindheim","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/landongrindheim"},{"login":"segiddins","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/segiddins"},{"login":"hsbt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hsbt"}],"active_maintainers":[{"login":"hsbt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hsbt"},{"login":"landongrindheim","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/landongrindheim"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rubygems%2Frelease-gem/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rubygems%2Frelease-gem/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rubygems%2Frelease-gem/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rubygems%2Frelease-gem/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rubygems%2Frelease-gem/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rubygems%2Frelease-gem/codemeta","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":32728,"maintainers_count":0,"namespaces_count":20441,"keywords_count":8106,"github":"actions","metadata":{"funded_packages_count":4138},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2026-08-20T05:05:17.949Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}}],"commits":{"id":4360354,"full_name":"rubygems/release-gem","default_branch":"master","total_commits":21,"total_committers":11,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":1.9090909090909092,"dds":0.7142857142857143,"past_year_total_commits":12,"past_year_total_committers":9,"past_year_total_bot_commits":1,"past_year_total_bot_committers":1,"past_year_mean_commits":1.3333333333333333,"past_year_dds":0.6666666666666667,"last_synced_at":"2026-08-21T01:33:46.683Z","last_synced_commit":"7f9650160c1a4e7989fdc9855807bdbd421d8b6b","created_at":"2024-11-07T13:17:43.375Z","updated_at":"2026-08-21T01:33:46.565Z","committers":[{"name":"Samuel Giddins","email":"segiddins@segiddins.me","login":"segiddins","count":6},{"name":"Hiroshi SHIBATA","email":"hsbt@ruby-lang.org","login":"hsbt","count":4},{"name":"Landon Grindheim","email":"landon.grindheim@gmail.com","login":"landongrindheim","count":3},{"name":"y-yagi","email":"yuuji.yaginuma@gmail.com","login":"y-yagi","count":1},{"name":"nicolasleger","email":"nicolasleger","login":"nicolasleger","count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"YOSHIKI","email":"yoshiki.tkg@gmail.com","login":"ytkg","count":1},{"name":"Tony Hsu","email":"tony.hsu@datadoghq.com","login":"TonyCTHsu","count":1},{"name":"Shugo Maeda","email":"shugo@ruby-lang.org","login":"shugo","count":1},{"name":"Jason Garber","email":"jason@sixtwothree.org","login":"jgarber623","count":1},{"name":"Andrew Haines","email":"andrew@haines.org.nz","login":"haines","count":1}],"past_year_committers":[{"name":"Hiroshi SHIBATA","email":"hsbt@ruby-lang.org","login":"hsbt","count":4},{"name":"nicolasleger","email":"nicolasleger","login":"nicolasleger","count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"YOSHIKI","email":"yoshiki.tkg@gmail.com","login":"ytkg","count":1},{"name":"Tony Hsu","email":"tony.hsu@datadoghq.com","login":"TonyCTHsu","count":1},{"name":"Shugo Maeda","email":"shugo@ruby-lang.org","login":"shugo","count":1},{"name":"Samuel Giddins","email":"segiddins@segiddins.me","login":"segiddins","count":1},{"name":"Landon Grindheim","email":"landon.grindheim@gmail.com","login":"landongrindheim","count":1},{"name":"Andrew Haines","email":"andrew@haines.org.nz","login":"haines","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-21T00:00:17.498Z","repositories_count":6766676,"commits_count":980662415,"contributors_count":41347785,"owners_count":1362443,"committers_count":3356849,"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":"rubygems/release-gem","html_url":"https://github.com/rubygems/release-gem","last_synced_at":"2026-08-24T20:06:50.759Z","status":null,"issues_count":16,"pull_requests_count":29,"avg_time_to_close_issue":11564504.285714285,"avg_time_to_close_pull_request":1991826.35,"issues_closed_count":7,"pull_requests_closed_count":20,"pull_request_authors_count":16,"issue_authors_count":16,"avg_comments_per_issue":2.0625,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":7,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":2772019.0,"past_year_avg_time_to_close_pull_request":1070632.375,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":2.2857142857142856,"past_year_avg_comments_per_pull_request":0.8,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":7,"created_at":"2024-11-07T13:17:43.716Z","updated_at":"2026-08-24T20:06:50.760Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubygems%2Frelease-gem/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{"github_actions":1,"dependencies":1}},"issue_author_associations_count":{"table":{"NONE":13,"CONTRIBUTOR":3}},"pull_request_author_associations_count":{"table":{"MEMBER":12,"NONE":10,"CONTRIBUTOR":7}},"issue_authors":{"table":{"jgarber623":1,"Nitemaeric":1,"bkutil":1,"KazWolfe":1,"mikehale":1,"shugo":1,"tycooon":1,"haines":1,"erickguan":1,"marcoroth":1,"r7kamura":1,"luke-hill":1,"ryancyq":1,"sfnelson":1,"iBotPeaches":1,"ekohl":1}},"pull_request_authors":{"table":{"landongrindheim":6,"segiddins":5,"jgarber623":2,"ytkg":2,"y-yagi":2,"razumau":2,"haines":1,"nicolasleger":1,"TonyCTHsu":1,"ntkme":1,"wwahammy":1,"shugo":1,"thekuwayama":1,"dependabot[bot]":1,"cseeman":1,"hsbt":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-24T00:00:06.384Z","repositories_count":16318701,"issues_count":42398605,"pull_requests_count":135016782,"authors_count":11519287,"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":{"dependencies":1,"github_actions":1}},"past_year_issue_author_associations_count":{"table":{"NONE":5,"CONTRIBUTOR":2}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":4,"NONE":4,"MEMBER":2}},"past_year_issue_authors":{"table":{"erickguan":1,"haines":1,"iBotPeaches":1,"KazWolfe":1,"marcoroth":1,"r7kamura":1,"shugo":1}},"past_year_pull_request_authors":{"table":{"cseeman":1,"dependabot[bot]":1,"haines":1,"hsbt":1,"landongrindheim":1,"nicolasleger":1,"shugo":1,"thekuwayama":1,"TonyCTHsu":1,"wwahammy":1}},"maintainers":[{"table":{"login":"landongrindheim","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/landongrindheim"}},{"table":{"login":"segiddins","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/segiddins"}},{"table":{"login":"hsbt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hsbt"}}],"active_maintainers":[{"table":{"login":"hsbt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hsbt"}},{"table":{"login":"landongrindheim","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/landongrindheim"}}]}},"events":{"total":{"ReleaseEvent":4,"DeleteEvent":3,"PullRequestEvent":20,"ForkEvent":5,"IssuesEvent":4,"WatchEvent":21,"IssueCommentEvent":29,"PushEvent":16,"PullRequestReviewEvent":9,"PullRequestReviewCommentEvent":4,"CreateEvent":7},"last_year":{"ReleaseEvent":2,"DeleteEvent":2,"PullRequestEvent":9,"IssuesEvent":1,"WatchEvent":11,"IssueCommentEvent":9,"PushEvent":6,"PullRequestReviewEvent":3,"PullRequestReviewCommentEvent":2,"CreateEvent":2}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":"action.yml","sha":null,"kind":"manifest","created_at":"2023-12-14T06:23:03.073Z","updated_at":"2023-12-14T06:23:03.073Z","repository_link":"https://github.com/rubygems/release-gem/blob/v1/action.yml","dependencies":[{"id":15081335783,"package_name":"rubygems/configure-rubygems-credentials","ecosystem":"actions","requirements":"v1.0.0","direct":true,"kind":"composite","optional":false}]}],"score":null,"created_at":"2025-12-10T07:37:46.803Z","updated_at":"2026-08-24T22:44:59.861Z","avatar_url":"https://github.com/rubygems.png","language":"Ruby","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/369754","html_url":"https://summary.ecosyste.ms/projects/369754"}