Project

funtimes

0.01
No commit activity in last 3 years
No release in over 3 years
Manage date ranges, months and quarters
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.5.0
 Project Readme

funtimes¶ ↑

Funtimes is a library for working with months, quarters and date ranges in Ruby.

Installation¶ ↑

$ gem install funtimes

Usage¶ ↑

Include DateRange in any class that has a start_date and end_date and you’ll now have access to months, quarters, days and the be able to find intersections of date ranges.

Date Range Specs: github.com/ignu/fun-times/blob/master/spec/date_range_spec.rb

Month Specs github.com/ignu/fun-times/blob/master/spec/month_spec.rb

Quarter Specs github.com/ignu/fun-times/blob/master/spec/quarter_spec.rb

Copyright © 2010 Len Smith.