]> git.pld-linux.org Git - packages/ruby-activesupport.git/blame - ruby-activesupport-nogems.patch
- formatting
[packages/ruby-activesupport.git] / ruby-activesupport-nogems.patch
CommitLineData
5b8d530f 1diff -ur activesupport-2.0.1-o/lib/active_support/vendor.rb activesupport-2.0.1/lib/active_support/vendor.rb
2--- activesupport-2.0.1-o/lib/active_support/vendor.rb 2007-10-10 17:01:41.000000000 -0600
3+++ activesupport-2.0.1/lib/active_support/vendor.rb 2007-12-13 01:17:01.000000000 -0700
4@@ -1,14 +1 @@
5 # Prefer gems to the bundled libs.
6-require 'rubygems'
7-
8-begin
9- gem 'builder', '~> 2.1.2'
10-rescue Gem::LoadError
11- $:.unshift "#{File.dirname(__FILE__)}/vendor/builder-2.1.2"
12-end
13-
14-begin
15- gem 'xml-simple', '~> 1.0.11'
16-rescue Gem::LoadError
17- $:.unshift "#{File.dirname(__FILE__)}/vendor/xml-simple-1.0.11"
18-end
19Only in activesupport-2.0.1/lib/active_support: vendor.rb~
This page took 0.061701 seconds and 4 git commands to generate.