Update SQLite documentation (3.25.2)

This commit is contained in:
Thibaut Courouble 2018-11-04 09:10:24 -05:00
parent eef70d83d0
commit e73231470b
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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'