jdbc-sqlite3 3.27.2.1 → 3.28.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d31a490f38e861e5d42ed6964230ace618fe0a3
|
4
|
+
data.tar.gz: cf2114684363b26073f1f35ac37b7aa0e0c2733f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e641b55077b4b0fab5c1b71ee4603cb97b348629bc4d1521d2c1cebc505de0700a04aea70b4be5e5e9ec925b5fc27869ab98f5109fdcbb1f7385d698c1a44e19
|
7
|
+
data.tar.gz: a815824288eb68d21ad66104e8ddeeb3f66c270f00e711893938e203777bcadc1a91919b21321a1c75b99f9535be047f5a7aa419cc33a51c21bfee3f6b87f40e
|
data/lib/jdbc/sqlite3/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jdbc-sqlite3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07-
|
11
|
+
date: 2019-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver`
|
13
|
+
description: Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver`
|
14
|
+
within JRuby to load the driver.
|
14
15
|
email:
|
15
16
|
- nick@nicksieger.com
|
16
17
|
- ola.bini@gmail.com
|
@@ -23,7 +24,7 @@ files:
|
|
23
24
|
- README.md
|
24
25
|
- lib/jdbc/sqlite3.rb
|
25
26
|
- lib/jdbc/sqlite3/version.rb
|
26
|
-
- lib/sqlite-jdbc-3.
|
27
|
+
- lib/sqlite-jdbc-3.28.0.jar
|
27
28
|
homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-sqlite3
|
28
29
|
licenses:
|
29
30
|
- Apache-2
|
@@ -46,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
47
|
version: '0'
|
47
48
|
requirements: []
|
48
49
|
rubyforge_project:
|
49
|
-
rubygems_version: 2.
|
50
|
+
rubygems_version: 2.6.14.1
|
50
51
|
signing_key:
|
51
52
|
specification_version: 4
|
52
53
|
summary: SQLite3 for JRuby, includes SQLite native libraries as well as the JDBC driver.
|