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
source 'http://rubygems.org' | |
gem 'sunzi' | |
gem 'rake' | |
gem 'fog' |
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
# installing curb gem on Ubuntu require libcurl | |
sudo apt-get install libcurl3-dev | |
Or new version, but it conflicts if some libraries. | |
sudo apt-get install libcurl4-dev | |
(some other packages libcurl4-openssl-dev libcurl4-gnutls-dev) | |
gem install curb |