Last Updated: February 25, 2016
·
1.101K
· monde

distribute scripts as gist micro-gems

I wrote up a blog post about distributing scripts as microgems.

http://plasti.cx/distribute-scripts-as-gist-micro-gems

The TL;DR of it, is that you can share more than just simple scripts in this fashion as a gist with bundler.

mkdir /some/working/dir
cd /some/working/dir
wget https://gist.github.com/raw/XXXX/Gemfile
bundle install
bundle exec your-script-in-the-microgem