Hi, I tried to make a portable(small sized) Ruby(1.9.2) that I can save in my repository, so whenever developer checked out the source code, they can build the code with Rake without having Ruby installed.
AllInOneRuby works with Ruby version 1.8.7, but doesn't work with ver 1.9.2.
from the comment at running-ruby-and-rake-and-albacore-without-installing-them ; Alexander Groß managed to make 2.7 MB stripped down portable Ruby/Rake, but I cannot find how he did it.
Do you have a way to make a small sized portable ruby.
Thanks