]> source.dussan.org Git - redmine.git/commitdiff
Fixed: deprecation warning in reposman.rb (#4736).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 6 Feb 2010 14:20:39 +0000 (14:20 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 6 Feb 2010 14:20:39 +0000 (14:20 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3378 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/svn/reposman.rb

index e897a4f4f5ced4c9a56506edcd9ccf879ce3e52a..8319287e2fedd6ef75af1d61a9abcfbed6f20072 100755 (executable)
@@ -175,7 +175,7 @@ unless File.directory?($repos_base)
 end
 
 begin
-  require 'activeresource'
+  require 'active_resource'
 rescue LoadError
   log("This script requires activeresource.\nRun 'gem install activeresource' to install it.", :exit => true)
 end