diff options
Diffstat (limited to 'Rakefile')
-rwxr-xr-x | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.*}, '') |