Sha256: 7f4ec1c6ca80a481dc8a7872c38b5ac53e43b2e968165a60a9998693c5d3efef

Contents?: true

Size: 721 Bytes

Versions: 7

Compression:

Stored size: 721 Bytes

Contents

# Agig

Agig is another Github IRC Gateway, forked cho45's [gig.rb](https://github.com/cho45/net-irc/blob/master/examples/gig.rb)

Modified from original gig.rb:

 * use Nokogiri instead of libxml-ruby
 * use open-uri instead of net/https
 * create new channel, it includes user activities.

## Installation

Add this line to your application's Gemfile:

    gem 'agig'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install agig

## Usage

    $ agig -d

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
agig-0.1.1 README.md
agig-0.1.0 README.md
agig-0.0.6 README.md
agig-0.0.5 README.md
agig-0.0.4 README.md
agig-0.0.3 README.md
agig-0.0.2 README.md