quarter_time 1.1.0
A simple gem for dealing with quarter logic. I happen to have a project where half the models in the database recur every three months as part of a "quarter" of the year. Within the code, we constantly are asking "what quarter is this for?", or "show me all the records for this quarter". Well, now I need the same power on another application, so say hello to "quarter_time".
Gemfile:
=
install:
=
Runtime Dependencies (2):
activesupport
>= 2.3.5
i18n
>= 0