Skip to content

Commit 410d6b1

Browse files
committed
add missing files to manifest.txt
1 parent fc2f818 commit 410d6b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Manifest.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ext/sqlite3/database.h
1313
ext/sqlite3/exception.c
1414
ext/sqlite3/exception.h
1515
ext/sqlite3/extconf.rb
16+
ext/sqlite3/module.c
17+
ext/sqlite3/module.h
1618
ext/sqlite3/sqlite3.c
1719
ext/sqlite3/sqlite3_ruby.h
1820
ext/sqlite3/statement.c
@@ -38,7 +40,9 @@ test/helper.rb
3840
test/test_backup.rb
3941
test/test_collation.rb
4042
test/test_database.rb
43+
test/test_database_flags.rb
4144
test/test_database_readonly.rb
45+
test/test_database_readwrite.rb
4246
test/test_deprecated.rb
4347
test/test_encoding.rb
4448
test/test_integration.rb
@@ -50,3 +54,4 @@ test/test_result_set.rb
5054
test/test_sqlite3.rb
5155
test/test_statement.rb
5256
test/test_statement_execute.rb
57+
test/test_vtable.rb

0 commit comments

Comments
 (0)