jdbc-sqlite3 3.28.0 → 3.42.0.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
- SHA1:
3
- metadata.gz: 8d31a490f38e861e5d42ed6964230ace618fe0a3
4
- data.tar.gz: cf2114684363b26073f1f35ac37b7aa0e0c2733f
2
+ SHA256:
3
+ metadata.gz: e0a264b06756b828526b887a045a6e672988bf03205e3e36615ee1d774fdd76f
4
+ data.tar.gz: 582c4f580687ea85aa6af7c86d00537e5ee0d0c43f47902836f05a9b9bdbd67c
5
5
  SHA512:
6
- metadata.gz: e641b55077b4b0fab5c1b71ee4603cb97b348629bc4d1521d2c1cebc505de0700a04aea70b4be5e5e9ec925b5fc27869ab98f5109fdcbb1f7385d698c1a44e19
7
- data.tar.gz: a815824288eb68d21ad66104e8ddeeb3f66c270f00e711893938e203777bcadc1a91919b21321a1c75b99f9535be047f5a7aa419cc33a51c21bfee3f6b87f40e
6
+ metadata.gz: 126c72bced012da32626f514b9a79680591f9cdb44ba0bebd7a20682d2874dfa080215b07051a01ca179b4141d0fc3f7018fd37905a04c50b716e0657cc6ee5f
7
+ data.tar.gz: c116802857992c79aa31d0d86254faf6ebb47103b5be2ee813eea3a9daa2b343fd9dfbf74997da6750b6a17adb6368a723c7b53c8095b624838d3e76b0bfe870
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module SQLite3
3
- DRIVER_VERSION = '3.28.0'
3
+ DRIVER_VERSION = '3.42.0.0'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.28.0
4
+ version: 3.42.0.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-22 00:00:00.000000000 Z
11
+ date: 2023-06-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver`
14
14
  within JRuby to load the driver.
@@ -24,7 +24,7 @@ files:
24
24
  - README.md
25
25
  - lib/jdbc/sqlite3.rb
26
26
  - lib/jdbc/sqlite3/version.rb
27
- - lib/sqlite-jdbc-3.28.0.jar
27
+ - lib/sqlite-jdbc-3.42.0.0.jar
28
28
  homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-sqlite3
29
29
  licenses:
30
30
  - Apache-2
@@ -46,8 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  requirements: []
49
- rubyforge_project:
50
- rubygems_version: 2.6.14.1
49
+ rubygems_version: 3.1.6
51
50
  signing_key:
52
51
  specification_version: 4
53
52
  summary: SQLite3 for JRuby, includes SQLite native libraries as well as the JDBC driver.
Binary file