sqlite3-full 1.3.9.1 → 1.3.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module SQLite3
2
2
 
3
- VERSION = '1.3.9.1'
3
+ VERSION = '1.3.9.2'
4
4
 
5
5
  module VersionProxy
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlite3-full
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.9.1
4
+ version: 1.3.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -138,6 +138,7 @@ files:
138
138
  - ext/sqlite3/exception.h
139
139
  - ext/sqlite3/extconf.rb
140
140
  - ext/sqlite3/sqlite3.c
141
+ - ext/sqlite3/sqlite3.h
141
142
  - ext/sqlite3/sqlite3_ruby.h
142
143
  - ext/sqlite3/sqlite3amalgamation.c
143
144
  - ext/sqlite3/statement.c