jdbc-sqlite3 3.6.14.2.056 → 3.7.2
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.
- data/Manifest.txt +1 -1
- data/lib/jdbc/sqlite3.rb +2 -2
- data/lib/sqlite-jdbc-3.7.2.jar +0 -0
- metadata +7 -31
- data/lib/sqlitejdbc-3.6.14.2.056.jar +0 -0
data/Manifest.txt
CHANGED
data/lib/jdbc/sqlite3.rb
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module Jdbc
|
|
2
2
|
module SQLite3
|
|
3
|
-
VERSION = "3.
|
|
3
|
+
VERSION = "3.7.2"
|
|
4
4
|
end
|
|
5
5
|
end
|
|
6
6
|
if RUBY_PLATFORM =~ /java/
|
|
7
|
-
require "
|
|
7
|
+
require "sqlite-jdbc-#{Jdbc::SQLite3::VERSION}.jar"
|
|
8
8
|
else
|
|
9
9
|
warn "jdbc-SQLite3 is only for use with JRuby"
|
|
10
10
|
end
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jdbc-sqlite3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
|
|
6
|
-
- 3
|
|
7
|
-
- 6
|
|
8
|
-
- 14
|
|
9
|
-
- 2
|
|
10
|
-
- 56
|
|
11
|
-
version: 3.6.14.2.056
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 3.7.2
|
|
12
6
|
platform: ruby
|
|
13
7
|
authors:
|
|
14
8
|
- Nick Sieger, Ola Bini and JRuby contributors
|
|
@@ -16,24 +10,10 @@ autorequire:
|
|
|
16
10
|
bindir: bin
|
|
17
11
|
cert_chain: []
|
|
18
12
|
|
|
19
|
-
date:
|
|
13
|
+
date: 2011-06-17 00:00:00 -05:00
|
|
20
14
|
default_executable:
|
|
21
|
-
dependencies:
|
|
22
|
-
|
|
23
|
-
name: rubyforge
|
|
24
|
-
prerelease: false
|
|
25
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
|
-
requirements:
|
|
28
|
-
- - ">="
|
|
29
|
-
- !ruby/object:Gem::Version
|
|
30
|
-
segments:
|
|
31
|
-
- 2
|
|
32
|
-
- 0
|
|
33
|
-
- 4
|
|
34
|
-
version: 2.0.4
|
|
35
|
-
type: :development
|
|
36
|
-
version_requirements: *id001
|
|
15
|
+
dependencies: []
|
|
16
|
+
|
|
37
17
|
description: Install this gem and require 'sqlite3' within JRuby to load the driver.
|
|
38
18
|
email: nick@nicksieger.com, ola.bini@gmail.com
|
|
39
19
|
executables: []
|
|
@@ -49,7 +29,7 @@ files:
|
|
|
49
29
|
- Rakefile
|
|
50
30
|
- README.txt
|
|
51
31
|
- LICENSE.txt
|
|
52
|
-
- lib/
|
|
32
|
+
- lib/sqlite-jdbc-3.7.2.jar
|
|
53
33
|
- lib/jdbc/sqlite3.rb
|
|
54
34
|
has_rdoc: true
|
|
55
35
|
homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
|
|
@@ -66,21 +46,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
46
|
requirements:
|
|
67
47
|
- - ">="
|
|
68
48
|
- !ruby/object:Gem::Version
|
|
69
|
-
segments:
|
|
70
|
-
- 0
|
|
71
49
|
version: "0"
|
|
72
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
51
|
none: false
|
|
74
52
|
requirements:
|
|
75
53
|
- - ">="
|
|
76
54
|
- !ruby/object:Gem::Version
|
|
77
|
-
segments:
|
|
78
|
-
- 0
|
|
79
55
|
version: "0"
|
|
80
56
|
requirements: []
|
|
81
57
|
|
|
82
58
|
rubyforge_project: jruby-extras
|
|
83
|
-
rubygems_version: 1.
|
|
59
|
+
rubygems_version: 1.5.1
|
|
84
60
|
signing_key:
|
|
85
61
|
specification_version: 3
|
|
86
62
|
summary: SQLite3 JDBC driver for Java and SQLite3/ActiveRecord-JDBC.
|
|
Binary file
|