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: 2d553d412659227da427fbe9c89b98d5da5d8efc
4
- data.tar.gz: 045388d09d663bb7af7703167c1949be679fa4f5
3
+ metadata.gz: 8d31a490f38e861e5d42ed6964230ace618fe0a3
4
+ data.tar.gz: cf2114684363b26073f1f35ac37b7aa0e0c2733f
5
5
  SHA512:
6
- metadata.gz: 932a131e58c2d7880449ef74691b767444e0302eb50451f753872f41af683ae507de16ce9c31350d0c26daa35f9a19dc15dfbcce907e38efdc18ef2661451195
7
- data.tar.gz: da447045420bc130ca021000733ca6eeba787cb77153b5707f4ad5e90a6ad3f01cbc3dfebdb701e7f22d063c9b69c0936b46320fcd82e0bbcaa953db13c1908b
6
+ metadata.gz: e641b55077b4b0fab5c1b71ee4603cb97b348629bc4d1521d2c1cebc505de0700a04aea70b4be5e5e9ec925b5fc27869ab98f5109fdcbb1f7385d698c1a44e19
7
+ data.tar.gz: a815824288eb68d21ad66104e8ddeeb3f66c270f00e711893938e203777bcadc1a91919b21321a1c75b99f9535be047f5a7aa419cc33a51c21bfee3f6b87f40e
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module SQLite3
3
- DRIVER_VERSION = '3.27.2.1'
3
+ DRIVER_VERSION = '3.28.0'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
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.27.2.1
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-18 00:00:00.000000000 Z
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` within JRuby to load the 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.2.1.jar
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.4.8
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.