Expanded_date-0.2.0

Adds extra functionality to the regular Date class.

I quite often run into date periods tied to beginning and end of
months rather than specific dates. I.e. "end of March, end of April, . "
instead of “31st March, 30th April, .”

expanded_date expands date (wow) with methods like

.end_of_month
.beginning_of_prev_month
.end_of_next_month

etc

Nothing spectatular, but handy for me, maybe handy for someone else.

gem install expanded_date

All the best