[ANN] rest-core 0.7.0 released
rest-core
by Cardinal Blue http://cardinalblue.com
DESCRIPTION:
Modular Ruby clients interface for REST APIs
CHANGES:
rest-core 0.7.0 – 2011-10-08
IMPORTANT CHANGE!
From now on, prebuilt clients such as RC::Facebook
, RC::Twitter
and
others are moved to rest-more. Since bundler didn’t like cyclic
dependency, so rest-core is not depending on rest-more. Please install
rest-more if you want to use them.
INSTALLATION:
gem install rest-core
Or if you want development version, put this in Gemfile:
gem 'rest-core', :git => 'git://github.com/cardinalblue/rest-core.git',
:submodules => true
If you just want to use Facebook or Twitter clients, please take a look at rest-more which has a lot of clients built with rest-core.
0 retries:
Post a Comment
Note: Only a member of this blog may post a comment.