RGloader
Gemified version of RubyEncoder loaders.
Usage
While encoding pass the following code to -j argument when encoding your scripts with RubyEncoder:
"begin;require \"rubygems\";require \"rgloader\";_f=\"rgloader\";break;rescue ::LoadError;raise \"Please install RubyEncoder loaders gem: gem install rgloader\";end;"
Then just add gem "rgloader" in your Gemfile. Now you can just use RubyEncoded files, without caring about where to place rgloader folder.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request