Created
August 3, 2012 15:55
-
-
Save rodacato/3248928 to your computer and use it in GitHub Desktop.
Compile custom atesta.gem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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