== About ice_cube
ice_cube is a time recurrence library for Ruby.  The API is modeled
after iCalendar repeating events, making it very easy to describe
complex rules and conjunctions in pure Ruby.  ice_cube's power lies in
its ability to specify multiple rules - and easily query and expand
them.  Most importantly, ice_cube is fast, extremely expressive, and
removes ugly complex date logic from your application.

== Example
Rule.yearly.day(:friday).day_of_month(13).month_of_year(:october)

== Get ice_cube
website: http://seejohnrun.github.com/ice_cube/
github:  http://github.com/seejohnrun/ice_cube

gem install ice_cube

Thanks,
John Crepezzi
<j...@crepezzi.com>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to