ri_cal 0.8.4 Released

ri_cal version 0.8.4 has been released!

* <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.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 - had a 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