[Rails] [ANN] ice_cube 0.3.1
== 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
<john@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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home