From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.13.12 with SMTP id z12cs1220261ebz; Mon, 4 Jan 2010 10:49:58 -0800 (PST) Received: by 10.224.104.140 with SMTP id p12mr11401570qao.297.1262630997558; Mon, 04 Jan 2010 10:49:57 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 28si28376817qyk.30.2010.01.04.10.49.57; Mon, 04 Jan 2010 10:49:57 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 0429F1858289; Mon, 4 Jan 2010 13:49:57 -0500 (EST) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by rubyforge.org (Postfix) with ESMTP id 8D0411858289 for ; Mon, 4 Jan 2010 13:49:37 -0500 (EST) Received: by bwz8 with SMTP id 8so11245724bwz.19 for ; Mon, 04 Jan 2010 10:49:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type:subject :from:to:date:message-id:user-agent:content-transfer-encoding; bh=8drQPlimnrLwGlQeK3QHnoGFgpG0AMZVGSP5UmZd4yY=; b=MdtJcwy45NMF8k5CHAa9sZklep1Dm000V3837UlfEXVxaZ3butC2hptA9gm0WTrw2h CXdyDlM/6dQRawl3tXnDDeoMUO6SdGzJqE04TA5dzp0JKxTaQwHLlAQgzQ5l5Gy33KbQ e6hdvrQrcZufFembPe/BU6LQM6EHpZ2clOz1E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:subject:from:to:date:message-id:user-agent :content-transfer-encoding; b=kw4J0XOWtwev/GHZiCcU65FXdk6dcPC2JxjaSBqXeL2ZIkh53ADbw+MJ/BOax2NUNw Rml1q5skntiTQdqRKhvSBbzkrrPeuw33tkMEGBbt6hn8RCT4CO6/4M+AxgIdHh0GB4Dd H1kl/yrgIo3MYNDVsAjj7ahSjGdaAx1FgmteA= Received: by 10.204.156.24 with SMTP id u24mr2541573bkw.172.1262630976501; Mon, 04 Jan 2010 10:49:36 -0800 (PST) Received: from localhost (c-24-63-65-243.hsd1.vt.comcast.net [24.63.65.243]) by mx.google.com with ESMTPS id 16sm5203693bwz.11.2010.01.04.10.49.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 04 Jan 2010 10:49:35 -0800 (PST) From: Mark Alexander To: sup-talk Date: Mon, 04 Jan 2010 13:49:31 -0500 Message-Id: <1262630674-sup-174@r50p> User-Agent: Sup/git Subject: [sup-talk] Ruby 1.9 required for git next? X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org I finally bit the bullet and converted to Xapian after a doing git pull and switching to the next branch. (I had the problems mentioned earlier with the xapian-full gem not installing correctly even though it compiled.) Anyway, I'm now getting these warnings: ./lib/sup/maildir.rb:210: warning: encoding options not supported in 1.8: at this line: File.open(fn, 'rb:BINARY') { |f| yield f } Am I supposed to be using Ruby 1.9 with next? _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk