소스 검색

Update Git documentation (1.9.3)

Thibaut 11 년 전
부모
커밋
06d48ae662
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/git.rb

+ 1 - 1
lib/docs/scrapers/git.rb

@@ -1,7 +1,7 @@
 module Docs
   class Git < UrlScraper
     self.type = 'git'
-    self.version = '1.9.2'
+    self.version = '1.9.3'
     self.base_url = 'http://git-scm.com/docs'
     self.initial_paths = %w(/git.html)