jdbc-sqlite3 3.5.8 → 3.6.3.054

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.
@@ -1 +1,13 @@
1
- check the site
1
+ Copyright (c) 2007 David Crawshaw <david@zentus.com>
2
+
3
+ Permission to use, copy, modify, and/or distribute this software for any
4
+ purpose with or without fee is hereby granted, provided that the above
5
+ copyright notice and this permission notice appear in all copies.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@@ -4,4 +4,4 @@ README.txt
4
4
  LICENSE.txt
5
5
  lib/jdbc
6
6
  lib/jdbc/sqlite3.rb
7
- lib/sqlite-3.5.8.jar
7
+ lib/sqlitejdbc-3.6.3.054.jar
@@ -1,10 +1,10 @@
1
1
  module Jdbc
2
2
  module SQLite3
3
- VERSION = "3.5.8"
3
+ VERSION = "3.6.3.054" # Based on SQLite 3.6.3
4
4
  end
5
5
  end
6
6
  if RUBY_PLATFORM =~ /java/
7
- require "sqlite-#{Jdbc::SQLite3::VERSION}.jar"
7
+ require "sqlitejdbc-#{Jdbc::SQLite3::VERSION}.jar"
8
8
  else
9
9
  warn "jdbc-SQLite3 is only for use with JRuby"
10
- end
10
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.8
4
+ version: 3.6.3.054
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sieger, Ola Bini and JRuby contributors
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-06-03 00:00:00 -05:00
12
+ date: 2009-03-17 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -30,7 +30,7 @@ files:
30
30
  - LICENSE.txt
31
31
  - lib/jdbc
32
32
  - lib/jdbc/sqlite3.rb
33
- - lib/sqlite-3.5.8.jar
33
+ - lib/sqlitejdbc-3.6.3.054.jar
34
34
  has_rdoc: true
35
35
  homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
36
36
  post_install_message:
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements: []
55
55
 
56
56
  rubyforge_project: jruby-extras
57
- rubygems_version: 1.0.1
57
+ rubygems_version: 1.3.1
58
58
  signing_key:
59
59
  specification_version: 2
60
60
  summary: SQLite3 JDBC driver for Java and SQLite3/ActiveRecord-JDBC.
Binary file