Skip to content

Commit

Permalink
add missing files to manifest.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelperrin committed Apr 1, 2016
1 parent fc2f818 commit 410d6b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ext/sqlite3/database.h
ext/sqlite3/exception.c
ext/sqlite3/exception.h
ext/sqlite3/extconf.rb
ext/sqlite3/module.c
ext/sqlite3/module.h
ext/sqlite3/sqlite3.c
ext/sqlite3/sqlite3_ruby.h
ext/sqlite3/statement.c
Expand All @@ -38,7 +40,9 @@ test/helper.rb
test/test_backup.rb
test/test_collation.rb
test/test_database.rb
test/test_database_flags.rb
test/test_database_readonly.rb
test/test_database_readwrite.rb
test/test_deprecated.rb
test/test_encoding.rb
test/test_integration.rb
Expand All @@ -50,3 +54,4 @@ test/test_result_set.rb
test/test_sqlite3.rb
test/test_statement.rb
test/test_statement_execute.rb
test/test_vtable.rb

0 comments on commit 410d6b1

Please sign in to comment.