]> git.pld-linux.org Git - packages/ruby-activesupport.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Thu, 13 Dec 2007 09:28:23 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-activesupport-nogems.patch -> 1.1

ruby-activesupport-nogems.patch [new file with mode: 0644]

diff --git a/ruby-activesupport-nogems.patch b/ruby-activesupport-nogems.patch
new file mode 100644 (file)
index 0000000..57b86b5
--- /dev/null
@@ -0,0 +1,19 @@
+diff -ur activesupport-2.0.1-o/lib/active_support/vendor.rb activesupport-2.0.1/lib/active_support/vendor.rb
+--- activesupport-2.0.1-o/lib/active_support/vendor.rb 2007-10-10 17:01:41.000000000 -0600
++++ activesupport-2.0.1/lib/active_support/vendor.rb   2007-12-13 01:17:01.000000000 -0700
+@@ -1,14 +1 @@
+ # Prefer gems to the bundled libs.
+-require 'rubygems'
+-
+-begin
+-  gem 'builder', '~> 2.1.2'
+-rescue Gem::LoadError
+-  $:.unshift "#{File.dirname(__FILE__)}/vendor/builder-2.1.2"
+-end
+-
+-begin
+-  gem 'xml-simple', '~> 1.0.11'
+-rescue Gem::LoadError
+-  $:.unshift "#{File.dirname(__FILE__)}/vendor/xml-simple-1.0.11"
+-end
+Only in activesupport-2.0.1/lib/active_support: vendor.rb~
This page took 0.023736 seconds and 4 git commands to generate.