Created
August 18, 2012 17:33
-
-
Save demimismo/3388600 to your computer and use it in GitHub Desktop.
Install cartodb-rb-client github version
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
Using bundler: | |
source "http://rubygems.org" | |
gem 'cartodb-rb-client', :git => 'git://github.com/Vizzuality/cartodb-rb-client.git' | |
Or manually from source: | |
git checkout git://github.com/Vizzuality/cartodb-rb-client.git | |
cd cartodb-rb-client | |
gem build cartodb-rb-client.gemspec | |
gem install cartodb-rb-client-0.4.2.gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment