gem install roo -giving error on windows xp sp2, not on vista

44 views
Skip to first unread message

Pals

unread,
Nov 17, 2009, 5:27:59 AM11/17/09
to ruby-roo
Hi all,
I have installed Ruby 1.8.6.26 and watir 1.6.2 and am trying to
install roo using the command
"gem install roo" and i get the foll error.

Error installing roo:
roo requires gimite-google-spreadsheet-ruby (>= 0.0.5, runtime)
gem list (on xp) gives:

activesupport (2.3.4)
builder (2.1.2)
ci_reporter (1.6.0)
commonwatir (1.6.5, 1.6.2)
firewatir (1.6.5)
fxri (0.3.6)
fxruby (1.6.12)
hoe (2.3.3)
hoe-seattlerb (1.2.1)
hpricot (0.6)
json_pure (1.1.9)
log4r (1.0.5)
minitest (1.4.2)
nokogiri (1.4.0)
rake (0.8.7, 0.7.3)
ruby-ole (1.2.10)
rubyforge (2.0.3)
rubygems-update (1.3.5)
s4t-utils (1.0.4)
session (2.4.0)
sources (0.0.1)
spreadsheet (0.6.4.1)
user-choices (1.1.6)
watir (1.6.2)
win32-api (1.4.5, 1.0.4)
win32-clipboard (0.4.3)
win32-dir (0.3.2)
win32-eventlog (0.4.6)
win32-file (0.5.4)
win32-file-stat (1.2.7)
win32-process (0.6.1, 0.5.3)
win32-sapi (0.1.4)
win32-sound (0.4.1)
windows-api (0.4.0, 0.2.0)
windows-pr (1.0.8, 0.7.2)
xml-simple (1.0.12)


But i dont have any such problems in windows vista. when i do gem list
in vista machine, i get the foll
gem list on vista

activesupport (2.3.2)
aslakhellesoy-cucumber (0.3.0)
bret-watircraft (0.5.0)
builder (2.1.2)
ci_reporter (1.5.2)
commonwatir (1.6.2)
cucumber (0.3.7, 0.3.0)
diff-lcs (1.1.2)
firewatir (1.6.2)
fxri (0.3.6)
fxruby (1.6.12)
GData (0.0.4)
hoe (1.12.1)
hpricot (0.6)
json_pure (1.1.9)
libxml-ruby (1.1.3)
log4r (1.0.5)
mocha (0.9.5)
nokogiri (1.4.0)
polyglot (0.2.5)
rake (0.8.7, 0.8.4, 0.7.3)
roo (1.3.9)
rspec (1.2.4)
rubigen (1.5.2)
ruby-ole (1.2.10)
rubyforge (2.0.3, 1.0.3)
rubygems-update (1.3.5, 1.3.3, 1.3.2, 1.3.1)
rubyzip (0.9.1)
s4t-utils (1.0.4)
sources (0.0.1)
spreadsheet (0.6.4)
taglob (1.1.2)
term-ansicolor (1.0.3)
treetop (1.2.5)
user-choices (1.1.6)
watir (1.6.2)
win32-api (1.4.5, 1.4.0, 1.0.4)
win32-clipboard (0.4.3)
win32-dir (0.3.2)
win32-eventlog (0.4.6)
win32-file (0.5.4)
win32-file-stat (1.2.7)
win32-process (0.6.0, 0.5.3)
win32-sapi (0.1.4)
win32-sound (0.4.1)
win32console (1.2.0)
windows-api (0.3.0, 0.2.0)
windows-pr (1.0.8, 1.0.2, 0.7.2)
xml-simple (1.0.12)

Regards,
Pallavi

Thomas Preymesser

unread,
Nov 17, 2009, 5:57:59 AM11/17/09
to ruby...@googlegroups.com


2009/11/17 Pals <pals....@gmail.com>


Hi all,
I have installed Ruby 1.8.6.26 and watir 1.6.2 and am trying to
install roo using the command
"gem install roo" and i get the foll error.

Error installing roo:
roo requires gimite-google-spreadsheet-ruby (>= 0.0.5, runtime)
gem list (on xp) gives:

 
do you get the gitub entry when you do

$ gem sources
*** CURRENT SOURCES ***

http://gems.rubyforge.org/
http://gems.github.com

if not:

$ gem sources -a http://gems.github.com

this should solve your problem.

-Thomas

--
Thomas Preymesser
tho...@gmail.com
http://thopre.googlepages.com/
http://thopre.wordpress.com/
Sent from Berlin, BE, Germany
Charles de Gaulle  - "The better I get to know men, the more I find myself loving dogs."

Pals

unread,
Nov 17, 2009, 6:35:12 AM11/17/09
to ruby-roo
That did it. Thanx for updating on that. :)
One quick Q. Dont these pointers to sources come along when we install
ruby?

Regards,
Pallavi

On Nov 17, 3:57 pm, Thomas Preymesser <tho...@gmail.com> wrote:
> 2009/11/17 Pals <pals.sha...@gmail.com>
>
>
>
> > Hi all,
> > I have installed Ruby 1.8.6.26 and watir 1.6.2 and am trying to
> > install roo using the command
> > "gem install roo" and i get the foll error.
>
> > Error installing roo:
> > roo requires gimite-google-spreadsheet-ruby (>= 0.0.5, runtime)
> > gem list (on xp) gives:
>
> do you get the gitub entry when you do
>
> $ gem sources
> *** CURRENT SOURCES ***
>
> http://gems.rubyforge.org/http://gems.github.com
>
> if not:
>
> $ gem sources -ahttp://gems.github.com
>
> this should solve your problem.
>
> -Thomas
>
> --
> Thomas Preymesser
> tho...@gmail.comhttp://thopre.googlepages.com/http://thopre.wordpress.com/
> Sent from Berlin, BE, Germany
> Charles de Gaulle<http://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html>
Reply all
Reply to author
Forward
0 new messages