Blob Blame History Raw
2010-04-21  Eric Hodel  <drbrain@segment7.net>

	* lib/rubygems/commands/contents_command.rb:  Make --prefix the
	  default as specified in --help.  Bug #27211 by Mamoru Tasaka.

Index: trunk/lib/rubygems/commands/contents_command.rb
===================================================================
--- trunk/lib/rubygems/commands/contents_command.rb	(revision 2496)
+++ trunk/lib/rubygems/commands/contents_command.rb	(revision 2497)
@@ -7,7 +7,7 @@
 
   def initialize
     super 'contents', 'Display the contents of the installed gems',
-          :specdirs => [], :lib_only => false
+          :specdirs => [], :lib_only => false, :prefix => true
 
     add_version_option