semver icon indicating copy to clipboard operation
semver copied to clipboard

simple command line util & ruby module for managing versions according to http://semver.org

Results 6 semver issues
Sort by recently updated
recently updated
newest added

If I am inside a sb folder I am getting following error: ```bash $ semver tag Traceback (most recent call last): 9: from /usr/local/bin/semver:23:in `' 8: from /usr/local/bin/semver:23:in `load' 7:...

According to https://semver.org/#spec-item-8 : > Patch and minor versions MUST be reset to 0 when major version is incremented. The README prettymuch shows that this is broken on this project,...

I noticed that the gem on rubygems.org is still at v1.0.1. Will the 3.x series be pushed to rubygems.org soon?

I got a `'gsub!': can't modify frozen String (RuntimeError)`. This fixes the issue for both older and newer Ruby. It also actually prints the formatted string, otherwise the function is...

Hi. I have a traditional gem project, set up like: mygem/mycode/version.rb: ``` module MyGem module MyCode VERSION = '0.0.1' end end ``` Then, in my mygem.gemspec file I have: ```...

hi, i cant find any information in the readme or in the source files about the license of this library.