-
Notifications
You must be signed in to change notification settings - Fork 9
Versioning
Please use the following guidelines when considering versioning of this project:
Use Semantic Versioning when incrementing the version.
Increment the version of the gem in a separate commit, consisting only of the change to version.rb
. The commit message can consist of the new version (i.e. 0.1.1
). Please do not include a version change in a commit with other changes.
This is completely arbitrary. Generally, if new functionality is considered stable or if any bug is fixed in a set of commits, please consider incrementing the version.
New versions of the project should be deployed to http://rubygems.org ASAP.
Any core committer to the project should feel free to increment the project version. Any desired arbitration between core committers can be referred to @sax
.
Unless further specified, core committers are any individual with authorization to deploy new versions to https://rubygems.org.