sylvester.sh
aims to be a script to generate standalone versions of Ruby gems.
Perhaps you just want to easily transfer a command-line gem between two
machines, or you want an easy way to distribute your script without relying on
RubyGems. Whatever the reason, sylvester.sh
has you covered.
Creating a standalone version of your gem is pretty simple!
$ sylvester.sh path_to_my_gem/
The script will generate an executable file that is ready to use.
MIT. See LICENSE file.