Update Git documentation (1.9.2)

This commit is contained in:
Thibaut 2014-04-27 22:20:38 -04:00
parent 98b988d588
commit a0640cd940

View file

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