Skip to content

Commit bf2f1d5

Browse files
committed
Update Ruby / Minitest documentation (5.11.3)
1 parent 1688fb0 commit bf2f1d5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lib/docs/scrapers/rdoc/minitest.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
module Docs
22
class Minitest < Rdoc
3-
# Run "rake docs" in the gem directory
3+
# Instructions:
4+
# 1. Run "gem update rdoc hoe"
5+
# 2. Download the source code at https://github.com/seattlerb/minitest
6+
# 3. Run "rake docs" (in the Minitest directory)
7+
# 4. Copy the "docs" directory to "docs/minitest"
8+
49
self.name = 'Ruby / Minitest'
510
self.slug = 'minitest'
6-
self.release = '5.10.3'
11+
self.release = '5.11.3'
712
self.links = {
813
code: 'https://github.com/seattlerb/minitest'
914
}

0 commit comments

Comments
 (0)