File: version.rb

package info (click to toggle)
ruby-sqlite3 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 680 kB
  • sloc: ruby: 4,827; ansic: 1,868; sh: 91; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
module SQLite3
  # (String) the version of the sqlite3 gem, e.g. "2.1.1"
  VERSION = "2.9.0"
end