[devdocsgjs/main: 989/1867] Update mongoose & angular versions to match reality




commit 58a0120697a701f2cb9ca87061ec7ef6fde3b013
Author: Jed Fox <git twopointzero us>
Date:   Wed Jan 8 15:21:35 2020 -0500

    Update mongoose & angular versions to match reality

 lib/docs/scrapers/angular.rb  | 4 ++--
 lib/docs/scrapers/mongoose.rb | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/docs/scrapers/angular.rb b/lib/docs/scrapers/angular.rb
index 4ec689c1..5ca1a35d 100644
--- a/lib/docs/scrapers/angular.rb
+++ b/lib/docs/scrapers/angular.rb
@@ -59,7 +59,7 @@ module Docs
     end
 
     version do
-      self.release = '8.2.12'
+      self.release = '8.2.14'
       self.base_url = 'https://angular.io/'
       self.root_path = 'docs'
 
@@ -99,7 +99,7 @@ module Docs
     end
 
     version '6' do
-      self.release = '6.0.4'
+      self.release = '6.1.10'
       self.base_url = 'https://v6.angular.io/'
       self.root_path = 'docs'
 
diff --git a/lib/docs/scrapers/mongoose.rb b/lib/docs/scrapers/mongoose.rb
index af7d56ff..d8a11156 100644
--- a/lib/docs/scrapers/mongoose.rb
+++ b/lib/docs/scrapers/mongoose.rb
@@ -2,7 +2,7 @@ module Docs
   class Mongoose < UrlScraper
     self.name = 'Mongoose'
     self.type = 'simple'
-    self.release = '5.7.7'
+    self.release = '5.8.5'
     self.base_url = 'https://mongoosejs.com/docs/'
     self.root_path = 'index.html'
     self.initial_paths = %w(guide.html)


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