]> git.pld-linux.org Git - packages/ruby-activerecord.git/blame - ruby-ActiveRecord-sanity.patch
- change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} -
[packages/ruby-activerecord.git] / ruby-ActiveRecord-sanity.patch
CommitLineData
be81123b 1diff -ur 0-activerecord-1.10.1/lib/active_record/transactions.rb activerecord-1.10.1/lib/active_record/transactions.rb
2--- 0-activerecord-1.10.1/lib/active_record/transactions.rb 2005-04-10 11:34:29.000000000 -0600
3+++ activerecord-1.10.1/lib/active_record/transactions.rb 2005-05-11 16:31:56.000000000 -0600
4@@ -1,4 +1,4 @@
5-require 'active_record/vendor/simple.rb'
6+require 'transaction/simple.rb'
7 Transaction::Simple.send(:remove_method, :transaction)
8 require 'thread'
9
This page took 0.087358 seconds and 4 git commands to generate.