From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5E2B21F403 for ; Tue, 19 Jun 2018 03:57:16 +0000 (UTC) From: Eric Wong To: mogilefs-client-public@bogomips.org Subject: [PATCH 0/3] various updates Date: Tue, 19 Jun 2018 03:57:12 +0000 Message-Id: <20180619035715.13614-1-e@80x24.org> List-Id: Eric Wong (3): mog: add updateclass command socket/pure_ruby: favor String#clear if available fix indentation warnings with ruby trunk bin/mog | 5 +++++ lib/mogilefs/backend.rb | 4 ++-- lib/mogilefs/copy_stream.rb | 6 +++--- lib/mogilefs/http_file.rb | 22 +++++++++++----------- lib/mogilefs/socket/pure_ruby.rb | 2 +- 5 files changed, 22 insertions(+), 17 deletions(-)