anyone else seen this?
mussel:~ > gem install fastercsv
Attempting local installation of ‘fastercsv’
Local gem file not found: fastercsv*.gem
Attempting remote installation of ‘fastercsv’
Updating Gem source index for: http://gems.rubyforge.org
Successfully installed fastercsv-0.1.9
Installing RDoc documentation for fastercsv-0.1.9…
mussel:~ > ruby -r rubygems -e’ require “fastercsv”; p FasterCSV ’
/dmsp/reference//lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
require__': no such file to load -- fastercsv (LoadError) from /dmsp/reference//lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
require’
from -e:1
but of course
mussel:~ > ruby -r rubygems -e’ require “faster_csv”; p FasterCSV ’
FasterCSV
a link
fastercsv -> faster_csv
might be nice…
regards.
-a