summaryrefslogtreecommitdiff
path: root/lib/rubygems/util/licenses.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/util/licenses.rb')
-rw-r--r--lib/rubygems/util/licenses.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/util/licenses.rb b/lib/rubygems/util/licenses.rb
index 5b82667785..29bf310ea0 100644
--- a/lib/rubygems/util/licenses.rb
+++ b/lib/rubygems/util/licenses.rb
@@ -2,7 +2,6 @@
require 'rubygems/text'
class Gem::Licenses
-
extend Gem::Text
NONSTANDARD = 'Nonstandard'.freeze
@@ -435,5 +434,4 @@ class Gem::Licenses
return unless lowest < license.size
by_distance[lowest]
end
-
end