{"id":369754,"url":"https://github.com/rubygems/release-gem","last_synced_at":"2026-06-12T14:21:12.513Z","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-05-07T04:23:34.000Z","size":24,"stargazers_count":54,"open_issues_count":10,"forks_count":13,"subscribers_count":5,"default_branch":"v1","last_synced_at":"2026-05-19T09:10:59.757Z","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,"dco":null,"cla":null}},"created_at":"2023-12-14T04:37:45.000Z","updated_at":"2026-05-17T19:09:53.000Z","dependencies_parsed_at":"2023-12-14T06:23:03.232Z","dependency_job_id":"7254f66c-fc45-4d98-b639-01478b7378c7","html_url":"https://github.com/rubygems/release-gem","commit_stats":null,"previous_names":["rubygems/release-gem"],"tags_count":8,"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":33499666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","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"}},"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":4,"first_release_published_at":"2023-12-14T05:05:34.000Z","latest_release_published_at":"2024-12-04T22:22:51.000Z","latest_release_number":"v1.1.1","last_synced_at":"2026-04-30T16:17:25.500Z","created_at":"2025-06-07T23:59:30.295Z","updated_at":"2026-04-30T16:17:25.501Z","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":{"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.","required":false,"default":"true"}},"outputs":{},"branding":{"color":"red","icon":"upload-cloud"},"runs":{"using":"composite","steps":[{"name":"Set remote URL","run":"# Attribute commits to the last committer on HEAD\ngit config --global user.email \"$(git log -1 --pretty=format:'%ae')\"\ngit config --global user.name \"$(git log -1 --pretty=format:'%an')\"\ngit remote set-url origin \"https://x-access-token:${{ github.token }}@github.com/$GITHUB_REPOSITORY\"\n","shell":"bash"},{"name":"Configure trusted publishing credentials","if":"${{ inputs.setup-trusted-publisher == 'true' }}","uses":"rubygems/configure-rubygems-credentials@v1.0.0"},{"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 }}"}},{"name":"Wait for release to propagate","if":"${{ inputs.await-release == 'true' }}","run":"gem exec rubygems-await pkg/*.gem","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-03-13T02:24:05.000Z","size":19,"stargazers_count":46,"open_issues_count":9,"forks_count":9,"subscribers_count":5,"default_branch":"v1","last_synced_at":"2026-03-13T09:22:31.280Z","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,"dco":null,"cla":null}},"created_at":"2023-12-14T04:37:45.000Z","updated_at":"2026-03-13T02:19:22.000Z","dependencies_parsed_at":"2023-12-14T06:23:03.232Z","dependency_job_id":"7254f66c-fc45-4d98-b639-01478b7378c7","html_url":"https://github.com/rubygems/release-gem","commit_stats":null,"previous_names":["rubygems/release-gem"],"tags_count":7,"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":30532733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T05:01:24.307Z","status":"ssl_error","status_checked_at":"2026-03-15T04:58:50.392Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"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.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":null,"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":null,"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":null,"dependency_job_id":"ac5f131e-4de7-4c91-857e-e81310c38a91","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-03-22T23:02:09.797Z","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-03-21T23:38:46.055Z","issues_count":10,"pull_requests_count":23,"avg_time_to_close_issue":2237328.3333333335,"avg_time_to_close_pull_request":2084856.8,"issues_closed_count":3,"pull_requests_closed_count":15,"pull_request_authors_count":10,"issue_authors_count":10,"avg_comments_per_issue":2.1,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":14,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":3,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":2295156.5,"past_year_avg_time_to_close_pull_request":4937846.666666667,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":3.3333333333333335,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":6,"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":"landongrindheim","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/landongrindheim"},{"login":"hsbt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hsbt"}]},"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":32621,"maintainers_count":0,"namespaces_count":20380,"keywords_count":8029,"github":"actions","metadata":{"funded_packages_count":4016},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2026-05-07T05:05:51.414Z","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":19,"total_committers":10,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":1.9,"dds":0.6842105263157895,"past_year_total_commits":12,"past_year_total_committers":8,"past_year_total_bot_commits":1,"past_year_total_bot_committers":1,"past_year_mean_commits":1.5,"past_year_dds":0.75,"last_synced_at":"2026-06-01T16:24:15.756Z","last_synced_commit":"f0d7faff26625599a847d40d9fa28ace24c2aacc","created_at":"2024-11-07T13:17:43.375Z","updated_at":"2026-06-01T16:24:11.982Z","committers":[{"name":"Samuel Giddins","email":"segiddins@segiddins.me","login":"segiddins","count":6},{"name":"Landon Grindheim","email":"landon.grindheim@gmail.com","login":"landongrindheim","count":3},{"name":"Hiroshi SHIBATA","email":"hsbt@ruby-lang.org","login":"hsbt","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":"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":"Landon Grindheim","email":"landon.grindheim@gmail.com","login":"landongrindheim","count":3},{"name":"Hiroshi SHIBATA","email":"hsbt@ruby-lang.org","login":"hsbt","count":3},{"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":"Samuel Giddins","email":"segiddins@segiddins.me","login":"segiddins","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-06-04T00:00:08.235Z","repositories_count":6253496,"commits_count":884150819,"contributors_count":35039604,"owners_count":1162661,"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-05-20T15:45:49.474Z","status":"error","issues_count":12,"pull_requests_count":27,"avg_time_to_close_issue":15444790.0,"avg_time_to_close_pull_request":1786033.4444444445,"issues_closed_count":5,"pull_requests_closed_count":18,"pull_request_authors_count":14,"issue_authors_count":12,"avg_comments_per_issue":2.0833333333333335,"avg_comments_per_pull_request":1.037037037037037,"merged_pull_requests_count":17,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":4,"past_year_pull_requests_count":13,"past_year_avg_time_to_close_issue":13240785.5,"past_year_avg_time_to_close_pull_request":512491.5,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":8,"created_at":"2024-11-07T13:17:43.716Z","updated_at":"2026-05-20T15:45:49.475Z","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":10,"CONTRIBUTOR":2}},"pull_request_author_associations_count":{"table":{"MEMBER":12,"NONE":9,"CONTRIBUTOR":6}},"issue_authors":{"table":{"jgarber623":1,"Nitemaeric":1,"bkutil":1,"mikehale":1,"tycooon":1,"haines":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,"thekuwayama":1,"dependabot[bot]":1,"cseeman":1,"hsbt":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-26T00:00:23.324Z","repositories_count":14700383,"issues_count":34017217,"pull_requests_count":111372983,"authors_count":11274118,"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":3,"CONTRIBUTOR":1}},"past_year_pull_request_author_associations_count":{"table":{"MEMBER":7,"CONTRIBUTOR":3,"NONE":3}},"past_year_issue_authors":{"table":{"haines":1,"iBotPeaches":1,"luke-hill":1,"r7kamura":1}},"past_year_pull_request_authors":{"table":{"landongrindheim":6,"cseeman":1,"dependabot[bot]":1,"haines":1,"hsbt":1,"nicolasleger":1,"thekuwayama":1,"TonyCTHsu":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":"landongrindheim","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/landongrindheim"}},{"table":{"login":"hsbt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hsbt"}}]}},"events":{"total":{"ReleaseEvent":4,"DeleteEvent":2,"PullRequestEvent":20,"ForkEvent":5,"IssuesEvent":4,"WatchEvent":21,"IssueCommentEvent":29,"PushEvent":16,"PullRequestReviewEvent":9,"PullRequestReviewCommentEvent":4,"CreateEvent":6},"last_year":{"ReleaseEvent":2,"DeleteEvent":1,"PullRequestEvent":13,"IssuesEvent":1,"WatchEvent":12,"IssueCommentEvent":16,"PushEvent":7,"PullRequestReviewCommentEvent":2,"PullRequestReviewEvent":6,"CreateEvent":1}},"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-06-12T14:21:12.513Z","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"}