Home

Awesome

Webook

TODO: Write a gem description

Install

RubyGems では公開していないので、次のような感じで手動でインストールしてください。

% cd path/to/tmp
% git clone https://github.com/ykanda/webook.git
% cd webook
% rake build
% gem install --local ./pkg/webook-0.0.1.gem 
Successfully installed webook-0.0.1
1 gem installed
Installing ri documentation for webook-0.0.1...
Installing RDoc documentation for webook-0.0.1...

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