{"id":25002587,"url":"https://github.com/thejus-paul/bump_gem_version","last_synced_at":"2025-08-10T04:37:15.341Z","repository":{"id":75339076,"uuid":"605263237","full_name":"Thejus-Paul/bump_gem_version","owner":"Thejus-Paul","description":"This gem will simplify the way you bump gem versions.","archived":false,"fork":false,"pushed_at":"2025-06-30T19:05:51.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T11:59:12.257Z","etag":null,"topics":["bump","gem","ruby","semver","version","versioning"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/bump_gem_version","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/Thejus-Paul.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2023-02-22T19:47:23.000Z","updated_at":"2025-06-30T19:05:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"a86ace08-61de-4885-a9a3-92014ed94ceb","html_url":"https://github.com/Thejus-Paul/bump_gem_version","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"3d01c8ce94a0639e0cc248eb4d06fce10b1b72f0"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/Thejus-Paul/bump_gem_version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thejus-Paul%2Fbump_gem_version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thejus-Paul%2Fbump_gem_version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thejus-Paul%2Fbump_gem_version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thejus-Paul%2Fbump_gem_version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thejus-Paul","download_url":"https://codeload.github.com/Thejus-Paul/bump_gem_version/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thejus-Paul%2Fbump_gem_version/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269631157,"owners_count":24450144,"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-08-09T02:00:10.424Z","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"}},"keywords":["bump","gem","ruby","semver","version","versioning"],"created_at":"2025-02-04T21:53:04.397Z","updated_at":"2025-08-10T04:37:15.273Z","avatar_url":"https://github.com/Thejus-Paul.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bump Gem Version\n\n![Gem Version](https://badge.fury.io/rb/bump_gem_version.svg)\n![Gem](https://img.shields.io/gem/dt/bump_gem_version?color=#6DBE42)\n\n\nThis gem will simplify the way you bump gem versions.\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n```sh\nbundle add bump_gem_version\n```\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n```sh\ngem install bump_gem_version\n```\n\n## Usage\n\n```sh\nbump_gem_version current # 0.1.0\n\nbump_gem_version patch # 0.1.0 -\u003e 0.1.1\n\nbump_gem_version minor # 0.1.0 -\u003e 0.2.0\n\nbump_gem_version major # 0.1.0 -\u003e 1.0.0\n\n# To use with labels\nbump_gem_version labels bug,patch # 0.1.0 -\u003e 0.1.1\nbump_gem_version labels feature,minor,patch # 0.1.0 -\u003e 0.2.0\nbump_gem_version labels breaking,major # 0.1.0 -\u003e 1.0.0\nbump_gem_version labels ${{ join(github.event.pull_request.labels.*.name, ',') }} # For GitHub PR labels\n\nbump_gem_version exact 1.2.3 # 0.1.0 -\u003e 1.2.3\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at \u003chttps://github.com/thejus-paul/bump_gem_version\u003e. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/thejus-paul/bump_gem_version/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the BumpGemVersion project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/thejus-paul/bump_gem_version/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthejus-paul%2Fbump_gem_version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthejus-paul%2Fbump_gem_version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthejus-paul%2Fbump_gem_version/lists"}