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:
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
- Fork it (http://github.com/gevans/expedition/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request




