Thursday, May 03, 2007

REL 0.0.3 is out

A small release, thanks to Arnold to point this out.

=== 0.0.3 (May 5th, 2007)
* Handle recurring events
** Added a rrule property and a rrule_as_hash method

2 comments:

vak said...

hi,

according to
http://benjamin.francisoud.googlepages.com/googlecalendar

i did:

$ gem install googlecalendar

$ irb
irb(main):001:0> require 'googlecalendar'
LoadError: no such file to load -- googlecalendar
from (irb):1:in `require'
from (irb):1

any idea why?

thanks

James Britt said...

Did you require rubygems as well?

I tried the example, and got this error:

uninitialized constant GData (NameError)