Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2429

Re: Using roo to avoid need for Excel to be installed

From Jocelyn Ireson-Paine <popx@j-paine.org>
Newsgroups comp.lang.ruby
Subject Re: Using roo to avoid need for Excel to be installed
Date 2011-04-07 01:12 -0500
Organization Service de news de lacave.net
Message-ID <ee7f6af04a7472403a36cb244325ff56@ruby-forum.com> (permalink)
References <1e96995fa4bc8d68e1b4b12cf61b96a7@ruby-forum.com> <e445d0390912140139s249a6bf6ve6539154a96a2f90@mail.gmail.com>

Show all headers | View raw


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/.

Back to comp.lang.ruby | Previous | Next | Find similar | Unroll thread


Thread

Re: Using roo to avoid need for Excel to be installed Jocelyn Ireson-Paine <popx@j-paine.org> - 2011-04-07 01:12 -0500

csiph-web