Prev: invalid gem format
Next: How to write this correctly?
From: David Schulberg on 14 Dec 2009 01:15 I have installed rubyzip and roo gems to bypass the need to have excel installed when reading excel workbooks. When I do in irb require 'zip/zipfilesystem' require 'roo' I get error 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 from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `ge m_original_require' from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re quire' from C:/Ruby/lib/ruby/gems/1.8/gems/roo-1.9.2/lib/roo/excel.rb:2 from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `ge m_original_require' from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re quire' from C:/Ruby/lib/ruby/gems/1.8/gems/roo-1.9.2/lib/roo.rb:69 from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `ge m_original_require' from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `re quire' from (irb):2 There is something about this topic on the German version of this forum http://forum.ruby-portal.de/viewtopic.php?f=1&t=10616 but it says everything should be fine after I have specified the two requires. David -- Posted via http://www.ruby-forum.com/.
From: Thomas Preymesser on 14 Dec 2009 04:43 [Note: parts of this message were removed to make it a legal post.] 2009/12/14 David Schulberg <davids(a)kjross.com.au> > I have installed rubyzip and roo gems to bypass the need to have excel > installed when reading excel workbooks. > > When I do in irb > require 'zip/zipfilesystem' > require 'roo' > > I get error > > > 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
|
Pages: 1 Prev: invalid gem format Next: How to write this correctly? |