From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PrbzO-0006tq-S9 for garchives@archives.gentoo.org; Mon, 21 Feb 2011 20:04:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4AABE05A5; Mon, 21 Feb 2011 20:04:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B73261C063 for ; Mon, 21 Feb 2011 20:04:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F3031B40E5 for ; Mon, 21 Feb 2011 20:04:03 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id AFE2020054; Mon, 21 Feb 2011 20:04:01 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource/files: activeresource-2.3.10-rails3.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: activeresource-2.3.10-rails3.patch X-VCS-Directories: dev-ruby/activeresource/files X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Message-Id: <20110221200401.AFE2020054@flycatcher.gentoo.org> Date: Mon, 21 Feb 2011 20:04:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 54742bf95dda038147404db02cbcfbad graaff 11/02/21 20:04:01 Added: activeresource-2.3.10-rails3.patch Log: Fix tests when Rails 3 is also present. =20 (Portage version: 2.1.9.25/cvs/Linux x86_64) Revision Changes Path 1.1 dev-ruby/activeresource/files/activeresource-2.3.10-= rails3.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeres= ource/files/activeresource-2.3.10-rails3.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeres= ource/files/activeresource-2.3.10-rails3.patch?rev=3D1.1&content-type=3Dt= ext/plain Index: activeresource-2.3.10-rails3.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- test/abstract_unit.rb.~1~ 2011-02-21 21:00:04.915399284 +0100 +++ test/abstract_unit.rb 2011-02-21 21:01:24.731154999 +0100 @@ -1,5 +1,8 @@ require 'rubygems' require 'test/unit' + +gem 'activesupport', '~>2.3' + require 'active_support/test_case' =20 $:.unshift File.expand_path('../../lib', __FILE__)