A MogileFS client library for Ruby. MogileFS is an open source
distributed filesystem, see: https://github.com/mogilefs/MogileFS-Server/wiki for more
details. This library allows any Ruby application to read,
write and delete files in a MogileFS instance.
Changes:
Minor cleanups, mainly to fix annoying warnings in Ruby 2.7.0dev.
4 changes since v3.12.0 (2019-01-02):
pkg.mk: use dark216 olddoc theme for Earth Day 2019
mogilefs: actually use kwarg for Net::HTTP::Persistent.new
fix more indentation warnings
test_client: quiet warnings about redefining accessors
That's awesome. we are using mogilefs in production as well. thank you very
much.
···
On Tue, Nov 12, 2019 at 6:15 AM Eric Wong <e@80x24.org> wrote:
A MogileFS client library for Ruby. MogileFS is an open source
distributed filesystem, see: Home · mogilefs/MogileFS-Server Wiki · GitHub for more
details. This library allows any Ruby application to read,
write and delete files in a MogileFS instance.
Changes:
Minor cleanups, mainly to fix annoying warnings in Ruby 2.7.0dev.
4 changes since v3.12.0 (2019-01-02):
pkg.mk: use dark216 olddoc theme for Earth Day 2019
mogilefs: actually use kwarg for Net::HTTP::Persistent.new
fix more indentation warnings
test_client: quiet warnings about redefining accessors
That's awesome. we are using mogilefs in production as well. thank you very
much.
Cool, I had no idea if anybody on ruby-talk was using MogileFS
and was wondering if having announcements here was a waste of
space and bandwidth.
Anyways, I intend to keep using MogileFS and Perl5 for longer
than I intend to use Ruby (because of language/API stability;
some of the reasons leading to this release):
···
Maggie Q Roth <rothmq@gmail.com> wrote:
On Tue, Nov 12, 2019 at 6:15 AM Eric Wong <e@80x24.org> wrote:
> Minor cleanups, mainly to fix annoying warnings in Ruby 2.7.0dev.