Commit 333a3187 authored by Felix Schäfer's avatar Felix Schäfer

Work around a deprecation in rubygems 1.6+. #322

parent 6598a44d
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment