sqlite3-ruby 1.0.0-mswin32 → 1.0.1-mswin32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 SQLite database.
|
9
9
|
require_paths:
|
10
10
|
- lib
|