Octospy
=======
[![Gem Version](https://badge.fury.io/rb/octospy.png)][gem]
[![Build Status](https://secure.travis-ci.org/linyows/octospy.png?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/linyows/octospy.png?travis)][gemnasium]
[![Code Climate](https://codeclimate.com/github/linyows/octospy.png)][codeclimate]
[![Coverage Status](https://coveralls.io/repos/linyows/octospy/badge.png?branch=master)][coveralls]
[gem]: https://rubygems.org/gems/octospy
[travis]: http://travis-ci.org/linyows/octospy
[gemnasium]: https://gemnasium.com/linyows/octospy
[codeclimate]: https://codeclimate.com/github/linyows/octospy
[coveralls]: https://coveralls.io/r/linyows/octospy
Octospy notifies the repository activity to an IRC channel.
Installation
------------
Add this line to your application's Gemfile:
gem 'octospy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install octospy
Usage
-----
TODO: Write usage instructions here
Contributing
------------
1. Fork it
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
Author
------
- [linyows](https://github.com/linyows)
License
-------
MIT