Sha256: 0ade83b27ac0221efff76ebb2f586f28ee5f1b17c9b5c710661ae08a61dfa035
Contents?: true
Size: 492 Bytes
Versions: 84
Compression:
Stored size: 492 Bytes
Contents
module SQLite3 # a hash of descriptive metadata about the current version of the sqlite3 gem VERSION_INFO = { ruby: RUBY_DESCRIPTION, gem: { version: SQLite3::VERSION }, sqlite: { compiled: SQLite3::SQLITE_VERSION, loaded: SQLite3::SQLITE_LOADED_VERSION, packaged: SQLite3::SQLITE_PACKAGED_LIBRARIES, precompiled: SQLite3::SQLITE_PRECOMPILED_LIBRARIES, sqlcipher: SQLite3.sqlcipher?, threadsafe: SQLite3.threadsafe? } } end
Version data entries
84 entries across 84 versions & 1 rubygems