소스 검색

Merge pull request #1134 from simon04/sqlite

sqlite: update to 3.30.1
Jed Fox 6 년 전
부모
커밋
f8b3ade496
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lib/docs/scrapers/sqlite.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Sqlite < FileScraper
     self.name = 'SQLite'
     self.type = 'sqlite'
-    self.release = '3.25.2'
+    self.release = '3.30.1'
     self.base_url = 'https://sqlite.org/'
     self.root_path = 'docs.html'
     self.initial_paths = %w(keyword_index.html)
@@ -37,6 +37,7 @@ module Docs
       requirements.html
       session/intro.html
       syntax.html
+      src/doc/trunk/doc/lemon.html
     )
 
     options[:attribution] = 'SQLite is in the Public Domain.'