public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer/files: actionmailer-2.3.10-rails3.patch
@ 2011-02-21 19:42 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2011-02-21 19:42 UTC (permalink / raw
  To: gentoo-commits

graaff      11/02/21 19:42:10

  Added:                actionmailer-2.3.10-rails3.patch
  Log:
  Fix tests when Rails 3 is also present.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-ruby/actionmailer/files/actionmailer-2.3.10-rails3.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/files/actionmailer-2.3.10-rails3.patch?rev=1.1&view=markup
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

Index: actionmailer-2.3.10-rails3.patch
===================================================================
--- test/abstract_unit.rb.~1~	2011-02-21 20:35:21.775255045 +0100
+++ test/abstract_unit.rb	2011-02-21 20:39:26.051025768 +0100
@@ -1,6 +1,8 @@
 require 'rubygems'
 require 'test/unit'
 
+gem 'activesupport', '~>2.3'
+gem 'actionpack', '~>2.3'
 $:.unshift File.expand_path('../../lib', __FILE__)
 $:.unshift File.expand_path('../../../activesupport/lib', __FILE__)
 $:.unshift File.expand_path('../../../actionpack/lib', __FILE__)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-21 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 19:42 [gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer/files: actionmailer-2.3.10-rails3.patch Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox