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: AS6939 64.71.128.0/18 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.raindrops.general Subject: [PATCH 0/3] preparing for raindrops 0.10.0 Date: Mon, 18 Jun 2012 14:20:42 -0700 Message-ID: <1340054445-29631-1-git-send-email-normalperson@yhbt.net> References: <1340054445-29631-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: dough.gmane.org 1340054469 15037 80.91.229.3 (18 Jun 2012 21:21:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 21:21:09 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Mon Jun 18 23:21:09 2012 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org In-Reply-To: <1340054445-29631-1-git-send-email-normalperson@yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:91 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SgjNj-0004pl-Ih for gclrrg-raindrops@m.gmane.org; Mon, 18 Jun 2012 23:21:07 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id F1F1121DDE1 for ; Mon, 18 Jun 2012 21:29:27 +0000 (UTC) A few more minor changes pushed to master of git://bogomips.org/raindrops Eric Wong (3): test_watcher: fix incorrect request/date comparison watcher: sort index of listener listing watcher: do not require Rack::Head for HEAD response Feedback/comments greatly appreciated. I'll probably tag the release tonight if everything goes well.