Sha256: 30e59821fc21bde36f09ef55917305c39d2c9a20d052019763ed4d390d8dde43

Contents?: true

Size: 779 Bytes

Versions: 1

Compression:

Stored size: 779 Bytes

Contents

Ruby Version
============

**ruby-version** serves as wrapper module for the `RUBY_VERSION` constant 
with matching the version numbers. 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

1 entries across 1 versions & 1 rubygems

Version Path
ruby-version-0.1.0 README.md