Ver código fonte

Update Grunt documentation (0.4.5)

Thibaut 11 anos atrás
pai
commit
fe84963359
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/docs/scrapers/grunt.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Grunt < UrlScraper
     self.name = 'Grunt'
     self.type = 'grunt'
-    self.version = '0.4.4'
+    self.version = '0.4.5'
     self.base_url = 'http://gruntjs.com/'
     self.root_path = 'getting-started'
     self.initial_paths = %w(api/grunt)