GitXplorerGitXplorer
r

gem_comet

public
5 stars
0 forks
3 issues

Commits

List of commits on branch master.
Verified
e265b210513ff5c0f1c528e5c3420c394371c96b

Merge pull request #427 from ryz310/dependabot/bundler/rubocop-rspec-3.3.0

rryz310 committed a month ago
Verified
8846200ac73f1b3fec82f9b6b58efc403e605455

Bump rubocop-rspec from 3.2.0 to 3.3.0

ddependabot[bot] committed a month ago
Verified
33a42ff3be348988531730737f3bb9546a61262b

Merge pull request #426 from ryz310/dependabot/bundler/rubocop-1.69.2

rryz310 committed a month ago
Verified
fc7d6f6f9e34bd41c52e2313f3e4df26db61262b

Bump rubocop from 1.69.1 to 1.69.2

ddependabot[bot] committed a month ago
Verified
7ec4a95e79dfd869427c79df8021931b41d3ca3e

Merge pull request #425 from ryz310/dependabot/bundler/rubocop-1.69.1

rryz310 committed 2 months ago
Verified
8def3abc07a3af6fcafc5750e1a0d2ae87a08bd7

Bump rubocop from 1.69.0 to 1.69.1

ddependabot[bot] committed 2 months ago

README

The README file for this repository.

CircleCI Gem Version Maintainability Test Coverage

GemComet

The gem_comet is a command line tool which to update and release your gem. Install as following:

$ gem install 'gem_comet'

Initialize gem_comet as following:

$ gem_comet init

Then, edit the created file: .gem_comet.yml as following.

version: 1

release:
  base_branch: master
  release_branch: release
  version_file_path: { Path of the version file. e.g. lib/gem_comet/version.rb }

Supported versions

  • Ruby 2.7, 3.0

Usage

Display changelogs

Displays changelogs from last release to HEAD commit.

$ gem_comet changelog

Release

Creates update PR and release PR.

$ gem_comet release { The version number you want to release. e.g. "1.2.3" }

Then, you should check pull requests on your GitHub repository page. You will see two pull requests: "Update v1.2.3" and "Release v1.2.3". First, you should check "Update v1.2.3" and merge. Next, you should check "Release v1.2.3" and merge. The "Release v1.2.3" destination is the release branch. You should set up CI that to deploy the gem automatically.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To 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 tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gem_comet. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the GemComet project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.