From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 483571F4C0 for ; Wed, 30 Oct 2019 09:23:57 +0000 (UTC) From: Eric Wong To: mogilefs-client-public@bogomips.org Subject: [PATCH 0/3] updates for newer Rubies Date: Wed, 30 Oct 2019 09:23:54 +0000 Message-Id: <20191030092357.30238-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Newer Rubies warn about more things, which is annoying to users who don't code *sigh* Eric Wong (3): mogilefs: actually use kwarg for Net::HTTP::Persistent.new fix more indentation warnings test_client: quiet warnings about redefining accessors lib/mogilefs/mogilefs.rb | 7 +++++-- lib/mogilefs/new_file/stream.rb | 4 ++-- test/test_client.rb | 3 ++- test/test_fresh.rb | 4 ++-- test/test_http_reader.rb | 4 ++-- test/test_mogilefs.rb | 16 ++++++++-------- test/test_mogilefs_integration.rb | 4 ++-- 7 files changed, 23 insertions(+), 19 deletions(-)