Thomas Preymesser wrote in post #873257: > 2009/12/14 David Schulberg <davids / kjross.com.au> > >> C:/Ruby/lib/ruby/gems/1.8/gems/nokogiri-1.4.0-x86-mswin32/lib/nokogiri/xml/build >> er.rb:272: warning: parenthesize argument(s) for future version >> LoadError: no such file to load -- spreadsheet >> >> > sorry, the dependencies from other gems were not defined in this > release. > > You need to install these gems: > > 'spreadsheet', '> 0.6.4' > 'nokogiri', '>= 0.0.1' > 'builder', '>= 2.1.2' > 'gimite-google-spreadsheet-ruby','>= 0.0.5' > 'febeling-rubyzip','>= 0.9.2' > > -Thomas I was able to install the first three, but "gem install" couldn't find gimite-google-spreadsheet-ruby or febeling-rubyzip. I eventually managed to satisfy dependencies by installing rubyzip (not rubyzip2 as mentioned in hamlet's post) and google-spreadsheet-ruby. Jocelyn Ireson-Paine -- Posted via http://www.ruby-forum.com/.