diff options
-rw-r--r-- | lib/rubygems/commands/contents_command.rb | 2 |
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 |