From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.clogger.general Subject: [PATCH 1/2] README: indicate we support all versions of C Ruby Date: Thu, 26 Sep 2013 18:46:58 +0000 Message-ID: <1380221219-30566-1-git-send-email-normalperson@yhbt.net> References: <1380221219-30566-1-git-send-email-normalperson@yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1380221240 17127 80.91.229.3 (26 Sep 2013 18:47:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2013 18:47:20 +0000 (UTC) To: clogger@librelist.org Original-X-From: clogger@librelist.org Thu Sep 26 20:47:24 2013 Return-path: Envelope-to: gcrcg-clogger@m.gmane.org In-Reply-To: <1380221219-30566-1-git-send-email-normalperson@yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: clogger@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.clogger.general:59 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VPGav-0007mL-OP for gcrcg-clogger@m.gmane.org; Thu, 26 Sep 2013 20:47:21 +0200 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 0F6727505C for ; Thu, 26 Sep 2013 18:58:03 +0000 (UTC) Because we do, and this is still what I end up using all of the time (startup performance, and I understand C, not C++) --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 50e7e79..9964c28 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ is customizable so you can specify exactly which fields to log. * Pure Ruby version for non-MRI versions of Ruby (or via CLOGGER_PURE=1 in the environment). The optional C extension is loaded by default - and supported under MRI 1.8.7, 1.9, 2.0 and Rubinius. + under C Ruby and under Rubinius, too. == SYNOPSIS @@ -131,8 +131,8 @@ on the Rubyforge project page: * http://rubyforge.org/frs/?group_id=8896 -There is an optional C extension that should be compatible with MRI -1.8/1.9. The extensions should automatically be disabled for users of +There is an optional C extension that should be compatible with +MatzRuby. The extensions should automatically be disabled for users of other Ruby implementations, but be sure to let us know if that's not the case. No pre-built binaries are currently distributed, let us know if you're interested in helping with the release/support effort. -- 1.8.4