Pebbles::TokyuRubyKaigi
Find target day of TokyuRubyKaigi (http://qwik.jp/tokyurb/)
Definition of TokyuRubyKaigi
- 29th day a.k.a Meet day (肉の日)
- Holiday (Saturday, Sunday or National holiday)
Installation
Add this line to your application's Gemfile:
gem 'pebbles-tokyu_ruby_kaigi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pebbles-tokyu_ruby_kaigi
Usage
$ tokyu_ruby_kaigi --help
Commands:
tokyu_ruby_kaigi help [COMMAND] # Describe available commands or one specific command
tokyu_ruby_kaigi next # show next target day of TokyuRubyKaigi
tokyu_ruby_kaigi take LIMIT # show target days of TokyuRubyKaigi (default 10 days)
$ tokyu_ruby_kaigi next
2014/03/29(Sat)
$ tokyu_ruby_kaigi take
2014/03/29(Sat)
2014/04/29(Tue)
2014/06/29(Sun)
2014/11/29(Sat)
2015/03/29(Sun)
2015/04/29(Wed)
2015/08/29(Sat)
2015/11/29(Sun)
2016/04/29(Fri)
2016/05/29(Sun)
Contributing
- Fork it ( https://github.com/sue445/pebbles-tokyu_ruby_kaigi/fork )
- 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 a new Pull Request