rest-client version 0.1 has been released!
rest-client is a simple REST client for Ruby, inspired by microframework
syntax for specifying actions.
Changes:
- new maintainer: Archiloque, the working repo is now at
GitHub - archiloque/rest-client: A link to the new repository - a mailing list has been created at [email protected] and an
freenode irc channel #rest-client - François Beausoleil’ multipart code from
GitHub - francois/rest-client: Simple REST client for Ruby, inspired by microframework syntax for specifying actions. has been merged - ability to use hash in hash as payload
- the mime-type code now rely on the mime-types gem
http://mime-types.rubyforge.org/ instead of an internal partial list - 204 response returns a Response instead of nil (patch provided by
Elliott Draper)
All changes exept the last one should be fully compatible with the
previous version.
NOTE: due to a dependency problem and to the last change, heroku users
should update their heroku gem to >= 1.5.3 to be able to use this
version.
Project: GitHub - archiloque/rest-client: A link to the new repository
Regards
Archiloque