Skip to content

Instantly share code, notes, and snippets.

@rodacato
Created August 3, 2012 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodacato/3248928 to your computer and use it in GitHub Desktop.
Save rodacato/3248928 to your computer and use it in GitHub Desktop.
Compile custom atesta.gem
#!/bin/sh
echo -e '\n\n=============== Installing gem dependencies'
gem install jeweler --no-ri --no-rdoc
echo -e '\n\n=============== Cloning atesta fork'
git clone git://github.com/rodacato/atesta.git
echo -e '\n\n=============== Compiling atesta'
cd atesta
rake build
echo -e '\n\n=============== Installing forked atesta gem compiled'
cd pkg
gem install atesta-0.0.3.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment