Bugs item #28839, was opened at 2011-01-08 11:07
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28839&group_id=126

Category: other
Group: v1.4.x
>Status: Closed
Resolution: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Ryan Davis (zenspider)
Summary: File not found: README when upgrading to 1.4.2

Initial Comment:
I saw this warning when I updated from rubygems 1.3.5 to 1.4.2 on FreeBSD 7, 
with ruby 1.8.6:

File not found: README

Regards,

Dan



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

>Comment By: Ryan Davis (zenspider)
Date: 2011-01-09 00:10

Message:
OK. The problem is that the 1.3.7 and below had README and we switched up to 
README.rdoc in 1.4.0. 

4123 % gem spec rubygems-update -v 1.3.5 | grep README
- README
- README
4124 % gem spec rubygems-update -v 1.3.7 | grep README
- README
- README
4125 % gem spec rubygems-update -v 1.4.2 | grep README
- README.rdoc
- README.rdoc
- README.rdoc
4129 % gem update --system
Updating RubyGems
Updating rubygems-update
Successfully installed rubygems-update-1.4.2
Updating RubyGems to 1.4.2
Installing RubyGems 1.4.2
RubyGems 1.4.2 installed
File not found: README
4130 % echo $?
0

Since this is just a warning and only for rdoc (it won't affect RI info), I'm 
gonna go ahead and close this bug. Feel free to reopen if you feel I'm missing 
something.

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

Comment By: Ryan Davis (zenspider)
Date: 2011-01-09 00:05

Message:
rdoc problem

Installing RDoc documentation for rubygems-update-1.3.7...
Could not find main page README
Could not find main page README
Could not find main page README
Could not find main page README


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

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28839&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