From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 99781202D7 for ; Sun, 5 Mar 2017 23:13:18 +0000 (UTC) From: Eric Wong To: kcar-public@bogomips.org Subject: [PATCH 0/6] more minor doc updates Date: Sun, 5 Mar 2017 23:13:10 +0000 Message-Id: <20170305231316.8645-1-kcar-public@bogomips.org> List-Id: Eric Wong (6): update documentation for contributions, remove private address doc: minor updates to describe classes, better response: remove unnecessary constant alias response: more documentation cleanups favor require_relative to speed up loading response: remove Ruby 1.8-compatibility check .document | 1 + .olddoc.yml | 1 - HACKING | 37 +++++++++++++++++++++++++++++++++++++ README | 11 ++++++----- ext/kcar/kcar.rl | 5 +++++ kcar.gemspec | 2 +- lib/kcar.rb | 4 ++-- lib/kcar/response.rb | 21 ++++++++++----------- 8 files changed, 62 insertions(+), 20 deletions(-)