Bugs item #28945, was opened at 2011-02-22 14:56
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28945&group_id=126

Category: `gem install` command
Group: None
Status: Open
Resolution: Accepted
Priority: 1
Submitted By: Aaron Patterson (aaronp)
Assigned to: Ryan Davis (zenspider)
Summary: When I request to install 8 gems, it installs 12

Initial Comment:
here is a video:

http://www.youtube.com/watch?v=sgWr7lax9G8

Here is the output from my console:


[aaron@YPCMC09458 dist (3-0-5-rc)]$ ls
actionmailer-3.0.5.rc1.gem   activeresource-3.0.5.rc1.gem
actionpack-3.0.5.rc1.gem     activesupport-3.0.5.rc1.gem
activemodel-3.0.5.rc1.gem    rails-3.0.5.rc1.gem
activerecord-3.0.5.rc1.gem   railties-3.0.5.rc1.gem
[aaron@YPCMC09458 dist (3-0-5-rc)]$ ls | wc -l
       8
[aaron@YPCMC09458 dist (3-0-5-rc)]$ gem list | grep 3.0.5
[aaron@YPCMC09458 dist (3-0-5-rc)]$ sudo gem install *
Successfully installed activesupport-3.0.5.rc1
Successfully installed activemodel-3.0.5.rc1
Successfully installed actionpack-3.0.5.rc1
Successfully installed actionmailer-3.0.5.rc1
Successfully installed actionpack-3.0.5.rc1
Successfully installed activemodel-3.0.5.rc1
Successfully installed activerecord-3.0.5.rc1
Successfully installed activeresource-3.0.5.rc1
Successfully installed activesupport-3.0.5.rc1
Successfully installed railties-3.0.5.rc1
Successfully installed rails-3.0.5.rc1
Successfully installed railties-3.0.5.rc1
12 gems installed
Installing ri documentation for activesupport-3.0.5.rc1...
Installing ri documentation for activemodel-3.0.5.rc1...
Installing ri documentation for actionpack-3.0.5.rc1...
Installing ri documentation for actionmailer-3.0.5.rc1...
Installing ri documentation for actionpack-3.0.5.rc1...
Installing ri documentation for activemodel-3.0.5.rc1...
Installing ri documentation for activerecord-3.0.5.rc1...
Installing ri documentation for activeresource-3.0.5.rc1...
Installing ri documentation for activesupport-3.0.5.rc1...
Installing ri documentation for railties-3.0.5.rc1...
Installing ri documentation for rails-3.0.5.rc1...
file 'lib' not found
Installing ri documentation for railties-3.0.5.rc1...
Installing RDoc documentation for activesupport-3.0.5.rc1...
^[Installing RDoc documentation for activemodel-3.0.5.rc1...
Installing RDoc documentation for actionpack-3.0.5.rc1...
Installing RDoc documentation for actionmailer-3.0.5.rc1...
Installing RDoc documentation for actionpack-3.0.5.rc1...
Installing RDoc documentation for activemodel-3.0.5.rc1...
Installing RDoc documentation for activerecord-3.0.5.rc1...
Installing RDoc documentation for activeresource-3.0.5.rc1...
Installing RDoc documentation for activesupport-3.0.5.rc1...
Installing RDoc documentation for railties-3.0.5.rc1...
Installing RDoc documentation for rails-3.0.5.rc1...
file 'lib' not found
Installing RDoc documentation for railties-3.0.5.rc1...
[aaron@YPCMC09458 dist (3-0-5-rc)]$ 


----------------------------------------------------------------------

Comment By: Ryan Davis (zenspider)
Date: 2011-06-07 16:50

Message:
Hi!

Believe it or not, we're moving to github's issue tracker! The 
pressure to move has been loud and clear, but for the longest time 
it didn't support the way we worked. Now that it has freeform 
labels it can support our workflow adequately. There is just one 
problem: Your bug is here and we don't want to lose you!

What we'd like you to do is fairly painless and should only take a 
few minutes:

Please file the _exact_ same ticket on github and provide a link 
back to this crufty old ticket so we can refer to any previous 
discussion that occurred. Once the new ticket is made, put a 
forwarding link to it here and close this ticket out. In a couple 
weeks, we'll track down the old tickets that are still open and 
decide what to do with them.

We could have done this fairly automatically, but we really want 
you to do it so you're attached to the ticket and we can still 
communicate with you and keep a record of it.

https://github.com/rubygems/rubygems/issues

Thanks,

The RubyGems Team

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28945&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to