[Rubygems-developers] Typo in gem_commands.rb
Chad Fowler
chad at chadfowler.com
Thu Jul 14 08:34:47 EDT 2005
On 14-Jul-05, at 12:55 AM, Doug Kearns wrote:
> One more.
>
> Regards,
> Doug
>
> Index: gem_commands.rb
> ===================================================================
> RCS file: /var/cvs/rubygems/rubygems/lib/rubygems/gem_commands.rb,v
> retrieving revision 1.63
> diff -u -r1.63 gem_commands.rb
> --- gem_commands.rb 10 Jul 2005 11:17:29 -0000 1.63
> +++ gem_commands.rb 14 Jul 2005 04:13:06 -0000
> @@ -1179,7 +1179,7 @@
> class ContentsCommand < Command
> include CommandAids
> def initialize
> - super('contents','Disply the contents of the installed
> gems', {:list => true, :specdirs => [] })
> + super('contents','Display the contents of the installed
> gems', {:list => true, :specdirs => [] })
> add_option("-l","--list",'List the files inside a Gem') do |
> v,o|
> o[:list] = true
> end
> _______________________________________________
Thanks! I went to do the patch and it looked like Jim had already
picked it up, so it's in.
Chad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rubygems-developers/attachments/20050714/af810f81/attachment.htm
More information about the Rubygems-developers
mailing list