summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-02-21 20:04:01 +0000
committerHans de Graaff <graaff@gentoo.org>2011-02-21 20:04:01 +0000
commit79f1a77844d4b3971ffe7b0ff6a1274914dfdc94 (patch)
tree35943e6695a77503c08c3624c6e691a8e0dbe1ee /dev-ruby/activeresource/files
parentVersion bump. (diff)
downloadhistorical-79f1a77844d4b3971ffe7b0ff6a1274914dfdc94.tar.gz
historical-79f1a77844d4b3971ffe7b0ff6a1274914dfdc94.tar.bz2
historical-79f1a77844d4b3971ffe7b0ff6a1274914dfdc94.zip
Fix tests when Rails 3 is also present.
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/activeresource/files')
-rw-r--r--dev-ruby/activeresource/files/activeresource-2.3.10-rails3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-ruby/activeresource/files/activeresource-2.3.10-rails3.patch b/dev-ruby/activeresource/files/activeresource-2.3.10-rails3.patch
new file mode 100644
index 000000000000..56c79c117ba5
--- /dev/null
+++ b/dev-ruby/activeresource/files/activeresource-2.3.10-rails3.patch
@@ -0,0 +1,11 @@
+--- 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'
+
+ $:.unshift File.expand_path('../../lib', __FILE__)