Gem::Versioner
This Gem invokes as a plugin for the build task for a Gem
Installation
Install it yourself as:
$ gem install gem-versioner
Usage
when you build a gem e.g. my-gem
you can specify a pre release by
$ PRE_RELEASE=foo build my-gem.gemspec
This will output a version like $version.pre${my_branch}.${current_timestamp}
Development
After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/FundingCircle/gem-versioner. 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.