From bf2f1d5c60f82e4edc866664b631a9de1b84122e Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 17 Dec 2018 16:45:03 -0500 Subject: [PATCH] Update Ruby / Minitest documentation (5.11.3) --- lib/docs/scrapers/rdoc/minitest.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/rdoc/minitest.rb b/lib/docs/scrapers/rdoc/minitest.rb index 0d6345f9..761da1de 100644 --- a/lib/docs/scrapers/rdoc/minitest.rb +++ b/lib/docs/scrapers/rdoc/minitest.rb @@ -1,9 +1,14 @@ module Docs class Minitest < Rdoc - # Run "rake docs" in the gem directory + # Instructions: + # 1. Run "gem update rdoc hoe" + # 2. Download the source code at https://github.com/seattlerb/minitest + # 3. Run "rake docs" (in the Minitest directory) + # 4. Copy the "docs" directory to "docs/minitest" + self.name = 'Ruby / Minitest' self.slug = 'minitest' - self.release = '5.10.3' + self.release = '5.11.3' self.links = { code: 'https://github.com/seattlerb/minitest' }