From: Eric Wong Date: 2013-07-18T15:52:19+09:00 Subject: [ANN] Ruby mogilefs-client 3.7.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/ rdoc :: http://bogomips.org/mogilefs-client/ list :: mogile@googlegroups.com email :: normalperson@yhbt.net repo :: git://bogomips.org/mogilefs-client.git cgit :: http://bogomips.org/mogilefs-client.git gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git download :: http://bogomips.org/mogilefs-client/files/ Changes since 3.6.0: MogileFS::MogileFS#each_key now accepts optional :after and :limit args This allows easy iteration while respecting :after and :limit, giving each_key an interface consistent with each_file_info. No admin changes. Have fun! -- Eric Wong