Hi All,
I have installed ruby 1.8.6-26 using the new Rubyinstaller and Dev kit
on windows Vista.
I have installed watir 1.6.5 after that.
I did gem install roo and the version that got installed was 1.9.1 .
I am trying to run the same example which was able to run in the
earlier environment (using oneclick installer Ruby1.8.6-26 ) which
also had roo 1.9.1.
I am getting the foll error at require 'roo' line.
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require': no such file to load -- hpricot (LoadError)
--
You received this message because you are subscribed to the Google Groups "ruby-roo" group.
To post to this group, send email to ruby...@googlegroups.com.
To unsubscribe from this group, send email to ruby-roo+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ruby-roo?hl=en.
Hi,
It is working fine when i install hpricot. But i get nokogiri (1.4.1) installed with Ruby. Isnt that sufficient? Isn't nokogiri is a replacement for Hpricot? All i know is that both are a type of XML and HTML parsers.
and when i do "gem dependency roo" it displays the foll:
spreadsheet (> 0.6.4, runtime)
nokogiri (>= 0.0.1, runtime)
builder (>= 2.1.2, runtime)
gimite-google-spreadsheet-ruby (>= 0.0.5, runtime)
febeling-rubyzip (>= 0.9.2, runtime)
bones (>= 2.5.1, development)