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
- Fork it
- 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