README.rdoc in net_dav-0.5.0 vs README.rdoc in net_dav-0.5.1

- old
+ new

@@ -1,6 +1,6 @@ -Net::Dav library, in the style of Net::HTTP +Net::Dav library, in the style of Net::HTTP {<img src="https://travis-ci.org/devrandom/net_dav.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/devrandom/net_dav] == Install Installing the gem: @@ -40,5 +40,10 @@ is much slower doing many small +get+ operations. If your usecase is the latter and you have +curb+ installed, you can disable its use by passing the :curl => false option to Net::DAV::start or Net::DAV::new . +== Other + +Thanks go to Thomas ( https://github.com/thomasfl/ ) and others for their help. + +Thomas is writing the easy to use https://github.com/thomasfl/open-uri-and-write based on net_dav.