Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer/files: actionmailer-2.3.10-rails3.patch
Date: Mon, 21 Feb 2011 19:42:20
Message-Id: 20110221194210.7FCEA20057@flycatcher.gentoo.org
1 graaff 11/02/21 19:42:10
2
3 Added: actionmailer-2.3.10-rails3.patch
4 Log:
5 Fix tests when Rails 3 is also present.
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/actionmailer/files/actionmailer-2.3.10-rails3.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/files/actionmailer-2.3.10-rails3.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/files/actionmailer-2.3.10-rails3.patch?rev=1.1&content-type=text/plain
14
15 Index: actionmailer-2.3.10-rails3.patch
16 ===================================================================
17 --- test/abstract_unit.rb.~1~ 2011-02-21 20:35:21.775255045 +0100
18 +++ test/abstract_unit.rb 2011-02-21 20:39:26.051025768 +0100
19 @@ -1,6 +1,8 @@
20 require 'rubygems'
21 require 'test/unit'
22
23 +gem 'activesupport', '~>2.3'
24 +gem 'actionpack', '~>2.3'
25 $:.unshift File.expand_path('../../lib', __FILE__)
26 $:.unshift File.expand_path('../../../activesupport/lib', __FILE__)
27 $:.unshift File.expand_path('../../../actionpack/lib', __FILE__)