ri_cal 0.8.5 Released

ri_cal version 0.8.5 has been released!

NOTE: Due to githubs migration to RackSpace this past weekend, and the fact that github gem generation is temporarily disabled, the 0.8.5 gem is only available via rubyforge.

   The code repositories on github and rubyforge are in sync however, so if you are using ri_cal by pulling from github that should work.

* <http://ri-cal.rubyforge.org/&gt; * <by Rick DeNatale>

A new Ruby implementation of RFC2445 iCalendar.

The existing Ruby iCalendar libraries (e.g. icalendar, vpim) provide for parsing and generating icalendar files, but do not support important things like enumerating occurrences of repeating events.

This is a clean-slate implementation of RFC2445.

A Google group for discussion of this library has been set up http://groups.google.com/group/rical_gem

Changes:

### 0.8.5   Fixes http://rick_denatale.lighthouseapp.com/projects/30941/tickets/26     events with date parameters failing ### 0.8.4 - 18 September 2009   Refactored load structure, should now be conforming to         Ruby on Rails — Gem Packaging: Best Practices     I did finesse the load path issue a bit as a workaround to RSpec not putting lib on $LOADPATH     the lib directory will get added to load path IF IT ISN"T ALREADY THERE

  Fixes http://rick_denatale.lighthouseapp.com/projects/30941/tickets/25      please clean your code up to be quiet

   Thanks to Ryan for such a courteous problem report. ### 0.8.3 - 18 September 2009    Released with bad gemspec ### 0.8.2 - 4 September 2009   Fixes http://rick_denatale.lighthouseapp.com/projects/30941/tickets/23         initialization_methodsrb-syntax   Fixes http://rick_denatale.lighthouseapp.com/projects/30941/tickets/24         need-to-handle-empty-property-values ### 0.8.1 - 18 August 2009   Fixes http://rick_denatale.lighthouseapp.com/projects/30941/tickets/21         exception-when-count-option-used-to-enumerate-non-recurring-event ### 0.8.0 - 11 August 2009

  Minor Version Bump - There is a small potentially breaking change see section on treatment of X-properties below