|
|
@@ -1,14 +1,9 @@
|
|
|
module Docs
|
|
|
class Minitest < Rdoc
|
|
|
- # 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.20.0'
|
|
|
+ self.release = '5.25.4'
|
|
|
self.links = {
|
|
|
code: 'https://github.com/minitest/minitest'
|
|
|
}
|