sqlite3-ruby 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sqlite3-ruby might be problematic. Click here for more details.
- data/ext/sqlite3_api/extconf.rb +1 -1
- data/lib/sqlite3/version.rb +1 -1
- metadata +2 -2
data/ext/sqlite3_api/extconf.rb
CHANGED
data/lib/sqlite3/version.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: sqlite3-ruby
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
7
|
-
date: 2005-02-
|
6
|
+
version: 1.0.1
|
7
|
+
date: 2005-02-06
|
8
8
|
summary: SQLite3/Ruby is a module to allow Ruby scripts to interface with a SQLite3 database.
|
9
9
|
require_paths:
|
10
10
|
- lib
|