J
Jim Freeze
[Note: parts of this message were removed to make it a legal post.]
Hi
I have a ruby (1.8.7) program that takes a config file and uses appscript to
process files.
I run the program from the command line, but I want to give the app to a
friend and I don't think they will be able to use the command line
successfully, or edit the config file manually.
I imagine a simple GUI would suffice as a control panel to edit the config
file and launch the program.
Is there a process for creating an installable ruby app that has a GUI on
the Mac? My install would need to include all the necessary gems to run the
app.
Hi
I have a ruby (1.8.7) program that takes a config file and uses appscript to
process files.
I run the program from the command line, but I want to give the app to a
friend and I don't think they will be able to use the command line
successfully, or edit the config file manually.
I imagine a simple GUI would suffice as a control panel to edit the config
file and launch the program.
Is there a process for creating an installable ruby app that has a GUI on
the Mac? My install would need to include all the necessary gems to run the
app.