https://github.com/invalidusrname/mm-simple_version
A playground gem. no real features here
https://github.com/invalidusrname/mm-simple_version
Last synced: 4 months ago
JSON representation
A playground gem. no real features here
- Host: GitHub
- URL: https://github.com/invalidusrname/mm-simple_version
- Owner: invalidusrname
- License: mit
- Created: 2022-03-12T18:52:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T19:42:30.000Z (about 1 year ago)
- Last Synced: 2025-04-10T07:55:00.490Z (about 1 year ago)
- Language: Ruby
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://badge.fury.io/rb/mm-simple_version)
[](https://github.com/invalidusrname/mm-simple_version/actions/workflows/main.yml)
# MM::SimpleVersion
A simple gem that just prints the gem name and its version.
## Installation
$ gem install mm-simple_version
## Usage
$ simple_version
SimpleVersion 0.2.2
## 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`.
Releases are handled with Github Actions and using [Release Please](https://github.com/googleapis/release-please-action). As long as you're using [Conventional Commits](https://github.com/googleapis/release-please-action?tab=readme-ov-file#how-should-i-write-my-commits), the bot will automatically create PRs. You'll still need to checkout out that PR ([example](https://github.com/invalidusrname/mm-simple_version/pull/13)), bundle, and commit the `Gemfile.lock`. Push that commit to the PR. If all workflows pass, you can merge it in and that will kick off one final workflow to tag the release and publish to rubygems.org.
## Contributing
Bug reports and pull requests are welcome on GitHub at [mm-simpleversion](https://github.com/invalidusrname/mm-simple_version).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).