1
0
Эх сурвалжийг харах

Update SQLite documentation (3.25.2)

Thibaut Courouble 7 жил өмнө
parent
commit
e73231470b

+ 2 - 1
lib/docs/filters/sqlite/entries.rb

@@ -34,7 +34,8 @@ module Docs
         'rtree' => 'R*Tree Module',
         'rbu' => 'RBU Extension',
         'limits' => 'Limits',
-        'howtocorrupt' => 'How To Corrupt'
+        'howtocorrupt' => 'How To Corrupt',
+        'geopoly' => 'Geopoly'
       }
 
       def get_type

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

@@ -2,7 +2,7 @@ module Docs
   class Sqlite < FileScraper
     self.name = 'SQLite'
     self.type = 'sqlite'
-    self.release = '3.23.1'
+    self.release = '3.25.2'
     self.dir = '/Users/Thibaut/DevDocs/Docs/sqlite/'
     self.base_url = 'https://sqlite.org/'
     self.root_path = 'docs.html'