ri_cal version 0.8.7 has been released!

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.7
  fix ticket #29-supress x-rical-tzsource when not relevant
=== 0.8.6
 Fixes an issue of RFC 2445 non-conformance - change management time
attributes (dtstamp, last_modified, and created) MUST be zulu time
 Changed VTIMEZONE export from tz_info
    Discovered that RFC 2445 expects a timezone period onset to be
local time before the change, while TZInfo gives it after the change
      Thanks to both Michael Hale and H. Wade Minter for reporting this.
    Changed from generating a single RDATE line for a timezone period
with multiple values to multiple RDATE lines
      to fix a problem reported by Michael Hale.
=== 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
       http://weblog.rubyonrails.org/2009/9/1/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

-- 
Rick DeNatale

Blog: http://talklikeaduck.denhaven2.com/
Github: http://github.com/rubyredrick
Twitter: @RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale

-- 
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