NextWeek
Adds a series of helpers for returning a date object next week, on a particular day.
Installation
Add this line to your application's Gemfile:
gem 'next_week'
And then execute:
$ bundle
Or install it yourself as:
$ gem install next_week
Usage
Use the following helpers to get Date objects:
next_monday
next_tuesday
next_wednesday
next_thursday
next_friday
next_saturday
next_sunday
Contributing
- Fork it ( https://github.com/[my-github-username]/next_week/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