summaryrefslogtreecommitdiff
path: root/devel/ruby-activesupport/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-activesupport/patches/patch-aa')
-rw-r--r--devel/ruby-activesupport/patches/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/ruby-activesupport/patches/patch-aa b/devel/ruby-activesupport/patches/patch-aa
deleted file mode 100644
index be003b8c6ee..00000000000
--- a/devel/ruby-activesupport/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/02/03 22:01:05 minskim Exp $
-
-http://dev.rubyonrails.org/changeset/6099
-
---- lib/active_support/core_ext/time.rb.orig 2006-11-23 16:36:47.000000000 +0000
-+++ lib/active_support/core_ext/time.rb
-@@ -1,3 +1,13 @@
-+require 'date'
-+require 'time'
-+
-+# Ruby 1.8-cvs and 1.9 define private Time#to_date
-+class Time
-+ %w(to_date to_datetime).each do |method|
-+ public method if private_instance_methods.include?(method)
-+ end
-+end
-+
- require File.dirname(__FILE__) + '/time/calculations'
- require File.dirname(__FILE__) + '/time/conversions'
-