README.md in hugs-1.2.0 vs README.md in hugs-1.3.0
- old
+ new
@@ -11,10 +11,13 @@
thread-safe, and persistent client.
* [Excon](https://github.com/geemus/excon) does most everything right, but is not
compatible with [VCR](https://github.com/myronmarston/vcr).
* Wanted to learn how to handle this pattern.
+The XML usage of this gem will probably change. In the next couple of weeks Hugs
+will be implemented against an XML OCCI API.
+
## Assumptions
* The webservice returns JSON or XML.
* You want to objectify the returned JSON.
@@ -24,10 +27,10 @@
gem "hugs"
### Examples
-See the 'Examples' section in the [wiki](http://github.com/retr0h/rubineti/wiki/).
+See the 'Examples' section in the [wiki](http://github.com/retr0h/hugs/wiki/).
### TODO
* Move @request instance method in #response_for to local. It was set to an instance
for ease of testing but it bothers me.