lib/dbd/SQLite3.rb in dbd-sqlite3-1.2.2 vs lib/dbd/SQLite3.rb in dbd-sqlite3-1.2.3
- old
+ new
@@ -48,10 +48,10 @@
# Requires DBI and the 'sqlite3-ruby' gem to work.
#
# Only things that extend DBI's results are documented.
#
module SQLite3
- VERSION = ::SQLite3::Version::STRING
+ VERSION = "1.2.3"
DESCRIPTION = "SQLite 3.x DBD for DBI"
#
# returns 'SQLite3'
#