소스 검색

Update Ruby / Minitest documentation (5.11.3)

Thibaut Courouble 7 년 전
부모
커밋
bf2f1d5c60
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 2
      lib/docs/scrapers/rdoc/minitest.rb

+ 7 - 2
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'
     }