Created
February 4, 2009 12:28
-
-
Save rkh/58071 to your computer and use it in GitHub Desktop.
all your gems for ruby 1.9.1
This file contains hidden or 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
# installing datamapper under ruby 1.9 | |
cd /tmp | |
git clone git://github.com/genki/bcrypt-ruby.git | |
cd bcrypt-ruby | |
gem1.9 build *.gemspec | |
sudo -s | |
gem1.9 install *.gem | |
cd .. | |
rm -R bcrypt-ruby | |
gem1.9 install dm-core dm-aggregates dm-migrations dm-serializer dm-timestamps dm-validations dm-cli dm-is-tree dm-observer hoe | |
gem1.9 install dm-types datamapper --ignore-dependencies | |
exit | |
cd - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment