-----Messaggio originale-----
Da: nilanjan test [mailto:[email protected]]
Inviato: venerd 2 dicembre 2011 06:11
A: ruby-talk ML
Oggetto: problem running hpricot
When I try to run a script using hpricot, i get an error:
…report_activate_error:RubyGem version error: hpricot(0.8.5 not>= 0)
(Gem::LoadError)
These are the versions I have:
ruby - 1.8.7
gem - 1.7.2
hpricot 0.8.5 i386-mswin32
My script has these includes:
require ‘rubygems’
require ‘hpricot’
require ‘open-uri’
…