Rlaunchpadlib

Build Status Code Climate Coverage Status Gem Version

Launchpad.net API wrapper for ruby.

Installation

Add this line to your application's Gemfile:

gem 'rlaunchpadlib'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rlaunchpadlib

Usag

eTODO: Write usage instructions here

Caveats

The Gem will initially be Read-only access to your launchpad data.

Roadmap

See: Milestones

Contributing

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