J
jason_watkins
Hi,
Where should I go for a rubygems support question?
And if anyone here wants to take a crack, I'm getting a variety of
errors. This is on FreeBSD RELENG. From an irb session, 'require
rubygems' appears to evaluate properly, but then requiring any specific
gem evaluates to false.
Likewise when working from the main ruby interpreter. No error is given
other than any reference to a required gem is uninitialized.
Oddly enough, a simple test of one gem I have installed, linguistics,
does appear to work partly. Although the 'require 'linguistics' '
evaluates to false, it does appear to run some code, and gives me a
path error when attempting to enclude the 'en' linguistics extension.
So I suspect there's something wrong in the path configuration of my
rubygems install.
Where should I go for a rubygems support question?
And if anyone here wants to take a crack, I'm getting a variety of
errors. This is on FreeBSD RELENG. From an irb session, 'require
rubygems' appears to evaluate properly, but then requiring any specific
gem evaluates to false.
Likewise when working from the main ruby interpreter. No error is given
other than any reference to a required gem is uninitialized.
Oddly enough, a simple test of one gem I have installed, linguistics,
does appear to work partly. Although the 'require 'linguistics' '
evaluates to false, it does appear to run some code, and gives me a
path error when attempting to enclude the 'en' linguistics extension.
So I suspect there's something wrong in the path configuration of my
rubygems install.