Sha256: 488f0fbdab7d84ec2f8526e34ea960a33636bfd3e17641c9bba2fc414ce0f00f
Contents?: true
Size: 808 Bytes
Versions: 1
Compression:
Stored size: 808 Bytes
Contents
# lrun-ruby [![Build Status](https://travis-ci.org/quark-zju/lrun-ruby.png)](https://travis-ci.org/quark-zju/lrun-ruby) [![Code Climate](https://codeclimate.com/github/quark-zju/lrun-ruby.png)](https://codeclimate.com/github/quark-zju/lrun-ruby) Ruby binding for [lrun](https://github.com/quark-zju/lrun) ## Dependencies * [lrun](https://github.com/quark-zju/lrun) * Ruby 1.9 or above ## Installation 1. Install lrun binary. For detailed steps, please refer to [lrun project page](https://github.com/quark-zju/lrun). 2. Install `lrun-ruby` gem: ```bash gem install lrun-ruby ``` ## Documentation lrun-ruby is documented with examples. [Browse online](http://rdoc.info/github/quark-zju/lrun-ruby). Alternatively, run `rake doc` and open `doc/index.html`. ## Usage See examples in documentation.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lrun-ruby-0.1.1 | README.md |