Ruby mogilefs-client 3.5.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.4.0:

client changes:

  • new_file gains :create_open_args and :create_close_args which
    allows custom arguments to be passed to plugins.
    (this matches the Perl client behavior)

  • new_file also gains :info hash which can be populated with
    information normally retrieved with file_info

  • users with net-http-persistent installed will see a small speed
    boost and reduction of TIME_WAIT sockets when dealing with
    small data (useful for testing DB-intensive parts of MogileFS).

No changes for admin.

Have fun!