Browse Source

Adds missing require 'rubygems' (#11051).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9742 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.1.0
Jean-Philippe Lang 12 years ago
parent
commit
d915a5e36d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      extra/svn/reposman.rb

+ 1
- 0
extra/svn/reposman.rb View File

@@ -3,6 +3,7 @@
require 'optparse'
require 'find'
require 'etc'
require 'rubygems'

Version = "1.4"
SUPPORTED_SCM = %w( Subversion Darcs Mercurial Bazaar Git Filesystem )

Loading…
Cancel
Save