28 Oct
2010
28 Oct
'10
8:26 p.m.
On 2010-10-28, at 08:26 , Robert Rice wrote:
Thanks David:
But I still get the the LoadError and I don't know how to fix a gem.
ParseDate has been removed from ruby 1.9, of which MacRuby is a fork. That github fork of the rtf gem fixes the dependency on parsedate: http://github.com/clbustos/rtf/commit/8801d649901d180a8224cae8ca3850ae381f0d... You can install that fork as a gem: sudo macgem install clbustos-rtf HTH