1

I have only installed Ruby1.9 on my machine. Have some kind of problems with the programs I am trying to write using Shoes. Am wondering if this is a version issue.

I am trying to do some stuff over ssl.

Ram
  • 2,237
  • 4
  • 23
  • 27

2 Answers2

1

Shoes comes with its own Ruby version embedded in the script you download. It is completely self-contained as far as I can tell.

Lolindrath
  • 2,101
  • 14
  • 20
  • How or where did you get that information. This could be very useful for me to debug ? – Ram Jan 02 '09 at 10:22
  • I think it was mentioned on the mailing list. Also, if you do a ./shoes2.run --help it will give you instructions on how to extract the whole directory, then you can look at the embedded files more closely. – Lolindrath Jan 05 '09 at 17:00
0

I'm don't know what is "Shoes" but i found this: https://launchpad.net/ubuntu/+source/shoes

according to that "shoes (0.r396-5)" Depend on "rubygems1.8"

Schwartser
  • 93
  • 1
  • 6