No commit activity in last 3 years
No release in over 3 years
Find target day of TokyuRubyKaigi
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.5
>= 0
= 3.1.0

Runtime

 Project Readme

Pebbles::TokyuRubyKaigi

Find target day of TokyuRubyKaigi (http://qwik.jp/tokyurb/)

Gem Version Build Status Coverage Status Code Climate

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

  1. Fork it ( https://github.com/sue445/pebbles-tokyu_ruby_kaigi/fork )
  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 a new Pull Request