README.rdoc in smacks-apricoteatsgorilla-0.2.5 vs README.rdoc in smacks-apricoteatsgorilla-0.2.6
- old
+ new
@@ -1,14 +1,11 @@
= Apricot eats Gorilla
-Apricot eats Gorilla translates between XML documents and Hashes.
-It's based on CobraVsMongoose but uses Hpricot instead of REXML to parse
-XML and it also doesn't follow the BadgerFish convention.
+Apricot eats Gorilla is a helper for working with XML and SOAP messages.
+It's based on CobraVsMongoose but without REXML and the BadgerFish convention.
+Also it offers some extras for working with SOAP messages.
-Its initial purpose was to convert SOAP response messages to Hashes,
-but it quickly evolved into a more general translation tool.
-
== Install
$ sudo gem install smacks-apricoteatsgorilla --source http://gems.github.com
== Dependencies
@@ -66,6 +63,6 @@
* The value of empty element nodes will be nil.
* Node values of "true" or "false" will be converted to boolean objects.
== More information
-Take a look at the tests for some more examples.
+Take a look at the tests for some more examples.
\ No newline at end of file