Expedition

Expedition is a gem for interacting with cgminer and cgminer-compatible APIs. The goal of this project is to offer Rubyists easier integration with the cgminer API “the Ruby way.”

tl;dr This gem lets you interact with cgminer’s API the way a Ruby hipster would want to.

Now for some fancy badges:

Gem Version Dependency Status Build Status Code Climate Coverage Status

Installation

Add this line to your application's Gemfile:

gem 'expedition'

And then execute:

$ bundle

Or install it yourself as:

$ gem install expedition

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it (http://github.com/gevans/expedition/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request