README.txt in rufus-verbs-0.8 vs README.txt in rufus-verbs-0.9
- old
+ new
@@ -161,11 +161,13 @@
res = Rufus::Verbs.fopen "http://whatever.nada.ks", :noredir => true
But it follows redirections (has all the rufus-verbs features). It's provided for when targets are local files or URIs.
+This fopen() method makes sure to return an object that has a read() method (like a File instance has).
+
The tests may provide good intel as on 'rufus-verbs' usage as well : http://rufus.rubyforge.org/svn/trunk/verbs/test/
== the options
@@ -293,11 +295,18 @@
the URI for the request (or the endpoint)
* <b>:user_agent</b> (string, RE)
for setting a custom 'User-Agent' HTTP header
+* <b>:v</b> (string/boolean/IO, RE)
+the short version of :verbose
+* <b>:verbose</b> (string/boolean/IO, RE)
+can be set to true or to an IO instance. If set to true, messages will be directed to STDOUT. Can be set to any IO instance.
+Will produces verbose messages similar to those of the fine cURL utility.
+
+
== dependencies
the gem rufus-lru[http://rufus.rubyforge.org/rufus-lru]
@@ -313,16 +322,23 @@
http://rubyforge.org/tracker/?atid=18584&group_id=4812&func=browse
== source
- svn checkout http://rufus.rubyforge.org/svn/trunk/verbs
+http://github.com/jmettraux/rufus-verbs
+ git clone git://github.com/jmettraux/rufus-verbs.git
+
== author
John Mettraux, jmettraux@gmail.com,
http://jmettraux.wordpress.com
+
+
+== the rest of Rufus
+
+http://rufus.rubyforge.org
== license
MIT