README.markdown in nbio-cloudquery-0.1.4 vs README.markdown in nbio-cloudquery-0.1.5

- old
+ new

@@ -4,14 +4,21 @@ Client for Xoopit's cloudquery API Install ------- - sudo gem install xoopit-cloudquery-ruby +Depends on `json`, `rack`, and `taf2-curb`. The install below should take +care of it. If not, `sudo gem install json rack taf2-curb` will do it. +Be sure you've run `gem sources -a http://gems.github.com` once on your system. Then: + + sudo gem install xoopit-cloudquery + Simple contacts application example ----------------------------------- + > require 'rubygems' + => true > require 'cloudquery' => true > include Cloudquery => Object > secret = Client.get_secret(<account_name>, <password>)