summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/contents_command.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/commands/contents_command.rb2
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ require 'rubygems/command'
require 'rubygems/version_option'
class Gem::Commands::ContentsCommand < Gem::Command
include Gem::VersionOption
def initialize
@@ -185,4 +186,5 @@ prefix or only the files that are requireable.
[i, File.join(i, "specifications")]
end.flatten
end
end