f7fd0b9
2010-04-21  Eric Hodel  <drbrain@segment7.net>
f7fd0b9
f7fd0b9
	* lib/rubygems/commands/contents_command.rb:  Make --prefix the
f7fd0b9
	  default as specified in --help.  Bug #27211 by Mamoru Tasaka.
f7fd0b9
f7fd0b9
Index: trunk/lib/rubygems/commands/contents_command.rb
f7fd0b9
===================================================================
f7fd0b9
--- trunk/lib/rubygems/commands/contents_command.rb	(revision 2496)
f7fd0b9
+++ trunk/lib/rubygems/commands/contents_command.rb	(revision 2497)
f7fd0b9
@@ -7,7 +7,7 @@
f7fd0b9
 
f7fd0b9
   def initialize
f7fd0b9
     super 'contents', 'Display the contents of the installed gems',
f7fd0b9
-          :specdirs => [], :lib_only => false
f7fd0b9
+          :specdirs => [], :lib_only => false, :prefix => true
f7fd0b9
 
f7fd0b9
     add_version_option
f7fd0b9