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.

@@ -1,6 +1,6 @@
1
1
  require 'mkmf'
2
2
 
3
- dir_config( "sqlite3", "/usr/local", "/usr/local" )
3
+ dir_config( "sqlite3", "/usr/local" )
4
4
 
5
5
  if have_header( "sqlite3.h" ) and have_library( "sqlite3", "sqlite3_open" )
6
6
  system "swig -ruby sqlite3_api.i"
@@ -36,7 +36,7 @@ module SQLite3
36
36
 
37
37
  MAJOR = 1
38
38
  MINOR = 0
39
- TINY = 0
39
+ TINY = 1
40
40
 
41
41
  STRING = [ MAJOR, MINOR, TINY ].join( "." )
42
42
 
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.0
7
- date: 2005-02-05
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