Sha256: a8b5b4ccf0373f5fd2f599fba6fd579551e40e65dd3957b4bfc4b4e2cd6504da
Contents?: true
Size: 755 Bytes
Versions: 5
Compression:
Stored size: 755 Bytes
Contents
Ruby Version ============ **ruby-version** wraps the `RUBY_VERSION` constant and allows version number matching. Usage is simple: require "ruby-version" Ruby::Version > "1.8.7" # will return true for 1.9.2 and false for 1.8.3 Contributing ------------ 1. Fork it. 2. Create a branch (`git checkout -b 20101220-my-change`). 3. Commit your changes (`git commit -am "Added something"`). 4. Push to the branch (`git push origin 20101220-my-change`). 5. Create an [Issue][9] with a link to your branch. 6. Enjoy a refreshing Diet Coke and wait. Copyright --------- Copyright © 2011 [Martin Kozák][10]. See `LICENSE.txt` for further details. [9]: http://github.com/martinkozak/ruby-version/issues [10]: http://www.martinkozak.net/
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ruby-version-0.3.1 | README.md |
ruby-version-0.3.0 | README.md |
ruby-version-0.2.2 | README.md |
ruby-version-0.2.1 | README.md |
ruby-version-0.2.0 | README.md |