{"id":14969283,"url":"https://github.com/cucumber/action-publish-rubygem","last_synced_at":"2025-03-25T12:33:04.372Z","repository":{"id":47761144,"uuid":"395840964","full_name":"cucumber/action-publish-rubygem","owner":"cucumber","description":"GitHub Action to publish a Ruby Gem","archived":false,"fork":false,"pushed_at":"2024-07-24T06:50:13.000Z","size":38,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-20T08:08:33.430Z","etag":null,"topics":["github-actions","polyglot-release","ruby"],"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/cucumber.png","metadata":{"funding":{"open_collective":"cucumber"},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"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}},"created_at":"2021-08-14T00:36:44.000Z","updated_at":"2023-01-03T22:19:23.000Z","dependencies_parsed_at":"2023-12-26T13:04:40.621Z","dependency_job_id":"a78d2663-a04e-4d36-acfa-2ba6fc5400a8","html_url":"https://github.com/cucumber/action-publish-rubygem","commit_stats":{"total_commits":32,"total_committers":6,"mean_commits":5.333333333333333,"dds":0.5,"last_synced_commit":"d59590a7447e445a5c6eb6f84278e9af9efc8ce8"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-rubygem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-rubygem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-rubygem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-publish-rubygem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/action-publish-rubygem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245396997,"owners_count":20608562,"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","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"}},"keywords":["github-actions","polyglot-release","ruby"],"created_at":"2024-09-24T13:41:29.395Z","updated_at":"2025-03-25T12:33:04.319Z","avatar_url":"https://github.com/cucumber.png","language":"Ruby","funding_links":["https://opencollective.com/cucumber"],"categories":[],"sub_categories":[],"readme":"[![Test](https://github.com/cucumber/action-publish-rubygem/actions/workflows/test.yaml/badge.svg)](https://github.com/cucumber/action-publish-rubygem/actions/workflows/test.yaml)\n\n# publish-rubygem\n\nBuilds and publishes a Ruby Gem to https://rubygems.org\n\nVery simple, just uses a couple of `gem` commands. Needs Ruby to be installed first.\n\n## Inputs:\n\n* `rubygems_api_key`\n* `working_directory` (default `.`)\n\n## Example:\n\n````yaml\nname: Release\n\non:\n  push:\n    branches: [release/*]\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    environment: Release\n    permissions:\n      contents: write\n    steps:\n      - uses: actions/checkout@v2\n      - uses: ruby/setup-ruby@v1\n        with:\n          ruby-version: 3.0.2\n          bundler-cache: true\n      - uses: cucumber/action-publish-rubygem@v1.0.0\n        with:\n          rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-publish-rubygem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Faction-publish-rubygem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-publish-rubygem/lists"}