Work around a deprecation in rubygems 1.6+. #322

This commit is contained in:
Felix Schäfer 2011-05-20 00:04:04 +02:00
parent 6598a44ddd
commit 333a3187bd
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ require 'rdoc/usage'
require 'find'
require 'etc'
# working around deprecation in RubyGems 1.6
# needed for rails <2.3.9 only, don't merge to unstable!
require 'thread'
Version = "1.3"
SUPPORTED_SCM = %w( Subversion Darcs Mercurial Bazaar Git Filesystem )