[devdocsgjs/main: 1112/1867] Update pug to 3.0.0




commit c3f0b3d56de3225ba6a922e132c6e39793f80afc
Author: MasterEnoc <brianhernandez222 hotmail com>
Date:   Fri Nov 13 14:07:44 2020 -0600

    Update pug to 3.0.0

 lib/docs/scrapers/pug.rb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/pug.rb b/lib/docs/scrapers/pug.rb
index 79a1b0a8..f95f3d9b 100644
--- a/lib/docs/scrapers/pug.rb
+++ b/lib/docs/scrapers/pug.rb
@@ -3,7 +3,7 @@ module Docs
     self.type = 'pug'
     self.base_url = 'https://pugjs.org/'
     self.root_path = 'api/getting-started.html'
-    self.release = '2.0.3'
+    self.release = '3.0.0'
     self.links = {
       home: 'https://pugjs.org/',
       code: 'https://github.com/pugjs/pug'
@@ -18,6 +18,10 @@ module Docs
       Licensed under the MIT license.
     HTML
 
+    options[:skip_patterns] = [
+      /support/
+    ]
+
     def get_latest_version(opts)
       get_npm_version('pug', opts)
     end


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]