Procházet zdrojové kódy

Update Grunt documentation (0.4.5)

Thibaut před 11 roky
rodič
revize
fe84963359
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)