This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Florian Hanke (author)
Mon Mar 31 11:29:51 -0700 2008
james / rubyscript2exe
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.DS_Store | ||
| |
CHANGELOG | ||
| |
LICENSE | ||
| |
README | ||
| |
SUMMARY | ||
| |
VERSION | ||
| |
eee.ico | ||
| |
eee.o | ||
| |
eee.pas | ||
| |
eee.rc | ||
| |
eee_darwin | ||
| |
ev/ | ||
| |
hello.rb | ||
| |
init.rb | ||
| |
require2lib.rb | ||
| |
rubyscript2exe.rb | ||
| |
tar2rubyscript.rb |
rubyscript2exe/README
---------------------------------------------------------------- RubyScript2Exe transforms your Ruby script into a standalone, compressed Windows, Linux or Mac OS X (Darwin) executable. You can look at it as a "compiler". Not in the sense of a source-code-to-byte-code compiler, but as a "collector", for it collects all necessary files to run your script on an other machine: the Ruby script, the Ruby interpreter and the Ruby runtime library (stripped down for this script). Anyway, the result is the same: a standalone executable (application.exe). And that's what we want! For more information, see http://www.erikveen.dds.nl/rubyscript2exe/index.html . ---------------------------------------------------------------- The best way to use Tar2RubyScript is the RB, not this TAR.GZ. The latter is just for playing with the internals. Both are available on the site. ----------------------------------------------------------------









