up vote 0 down vote favorite
2
share [g+] share [fb]

The (Ruby Shoes) packaging solution from Hacketyhack.net doesnt work. Can anyone point me to an alternative?

link|improve this question

4  
Uhm... what? I have no idea what you're talking about. – Aistina Sep 7 '09 at 19:42
It's a Ruby Shoes - it's a GUI frameowrk for Ruby. – Reed Copsey Sep 7 '09 at 19:44
I know its Ruby Shoes! do you guys have any idea about shoes? It has an option to package our project for Windows, Mac and Linux.. but it is not working on my machine... so i tried to look into it...and found out one pack.rb file ...where i suppose packaging is happening...and in the code some resource is taken from the hacketyhack.org site, which is not working!(_why is not there). so i was asking for some other pack.rb which will work! – RubyDubee Sep 8 '09 at 6:14
@Aistina- if you dont want to help... its fine... but atleast don't disappoint others. sorry! – RubyDubee Sep 8 '09 at 6:16
feedback

2 Answers

up vote 4 down vote accepted

There is a shoes/shoes github project that hosts the latest binaries. However, as of (Sept 10, 2009) packaging requires a few patches that remove the dependencies on _why's no longer existent server.

I was able to find pack.rb in the Shoes application folder and replace it with this version of pack.rb After that, my packager was able to package basic applications.

link|improve this answer
+1- Woah thanks will check it today! – RubyDubee Sep 11 '09 at 14:15
Hey it worked flawlessly! thanks. Do you know how can i give diff icon to my generated EXE. – RubyDubee Sep 13 '09 at 19:04
1  
stackoverflow.com/questions/426965/… works to change the icon. The tool will let you edit icons embedded in the exe's resources. A tip I discovered was to "replace" the icon. Don't delete it and add a new. – jrhicks Sep 14 '09 at 2:46
Thanks that was really helpful! (couldn't raise the vote again) – RubyDubee Sep 14 '09 at 4:52
feedback

There's a small tutorial in this Juixe Techknow blog post. It provides a good introduction to Ruby Shoes.

link|improve this answer
thanks for this Shoes tutorial, but i know shoes, pretty well, i just want to package it for windows!..do you have any pointer for that – RubyDubee Sep 9 '09 at 17:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.