On 14/7/2006, at 12:06, Yvon Thoraval wrote:
require 'plist' plist=Plist.parse_xml(my_info_plist) within TextMate i get : NameError: uninitialized constant Plist
Since your require succeeds, I think it is a clash with TM’s own plist ruby extension (which isn’t the same as the gem.)
Could you try require another ruby gem and use that instead to see if that works?