aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/format.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/format.rb')
-rw-r--r--lib/rubygems/format.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/rubygems/format.rb b/lib/rubygems/format.rb
index d4c66d9f85..9f8e7b8fb9 100644
--- a/lib/rubygems/format.rb
+++ b/lib/rubygems/format.rb
@@ -1,11 +1,15 @@
+######################################################################
+# This file is imported from the rubygems project.
+# DO NOT make modifications in this repo. They _will_ be reverted!
+# File a patch instead and assign it to Ryan Davis or Eric Hodel.
+######################################################################
+
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++
-require 'fileutils'
-
require 'rubygems/package'
##