minor text change

This commit is contained in:
Vijay Dev 2011-12-09 00:55:42 +05:30
parent d1abf29e79
commit c81bb97753
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ RDoc::Task.new do |rdoc|
rdoc_main.gsub!(%r{link:/rails/rails/blob/master/(\w+)/README\.rdoc}, "link:files/\\1/README_rdoc.html")
# Remove Travis and Gemnasium status images from API pages. Only GitHub
# README page gets this image. Travis' https build image is used to avoid
# README page gets these images. Travis' https build image is used to avoid
# GitHub caching: http://about.travis-ci.org/docs/user/status-images
rdoc_main.gsub!(%r{^== (Build|Dependency) Status.*}, '')