Ruby mogilefs-client 3.4.0 released

A MogileFS client library for Ruby. MogileFS is an open source
distributed filesystem, see: http://mogilefs.org/ for more details.
This
library allows any Ruby application to read, write and delete files in a
MogileFS instance.

To install: gem install mogilefs-client

mogilefs :: http://mogilefs.org/
list :: [email protected]
email :: [email protected]
repo :: git://bogomips.org/mogilefs-client.git
cgit :: MogileFS client library for Ruby
gitweb :: Public Git Hosting - ruby-mogilefs-client.git/summary
download :: Index of /mogilefs-client/files/

Changes since 3.3.0:

Admin speedups for get_domains, get_hosts, and get_devices.
Previous versions were completely unusable for parsing a list of
3000+ domains. Installations with thousands of hosts or devices
should see noticeable performance improvements.

The client interface gains the each_file_info iterator method.
This behaves like each_key, but gives access to the entire
response the file_info returns, including: checksum, devcount,
file size, class, and domain.

Have fun!