jdbc-h2 1.4.197 → 2.0.204

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: 12bcb85ab083df5917a7579eeb649e75bc772492
4
- data.tar.gz: 52a9f4acb9b7ce7ced947ac6c45d672eac050d05
2
+ SHA256:
3
+ metadata.gz: 6761f796534657160a562d901dbe82c8f17a58c8887465daebce06bc88f7825e
4
+ data.tar.gz: 512ac77c3ac86e51607b175c1bb90fe30b76c1c8c5aa0d984b4e02bb7ef81a64
5
5
  SHA512:
6
- metadata.gz: 180c68b11b3d7875295001e52ca4729a362a9bdc65dc2dff645d401a05adcce9d1086de15d85542a4fde8d5e2382219fc35e7a8e6efee868631456d49127a564
7
- data.tar.gz: 72de11bc6976355e2a688d75787ef781e3b36d6dc35ee71419ec83544ab1808bb2a7c292323636b008d2fd7676c4842da2caca9296ec475fc510fc66dc1111b6
6
+ metadata.gz: e10226478d94e4d206a01628be0a6454b3c8448ffade056a69f2cfda3ec103483606f68d66de1049b9c169b193fbfa191965b6f136fadfdc82b6022d95cb642c
7
+ data.tar.gz: eb5e70a3c363d9c4ea2af2a70d9d02907b7898ceeec717f679744b1b0f9003fc493d201921155a6500dc39312a66c84895b70bf87fd6dbc5f7c25e7264e22f25
Binary file
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module H2
3
- DRIVER_VERSION = '1.4.197'
3
+ DRIVER_VERSION = '2.0.204'
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-h2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.197
4
+ version: 2.0.204
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: 2018-11-29 00:00:00.000000000 Z
11
+ date: 2022-01-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to load the driver.
13
+ description: Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver`
14
+ within JRuby to load the driver.
14
15
  email:
15
16
  - nick@nicksieger.com
16
17
  - ola.bini@gmail.com
@@ -21,7 +22,7 @@ extra_rdoc_files: []
21
22
  files:
22
23
  - LICENSE.txt
23
24
  - README.md
24
- - lib/h2-1.4.197.jar
25
+ - lib/h2-2.0.204.jar
25
26
  - lib/jdbc/h2.rb
26
27
  - lib/jdbc/h2/version.rb
27
28
  homepage: https://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-h2
@@ -45,8 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
46
  - !ruby/object:Gem::Version
46
47
  version: '0'
47
48
  requirements: []
48
- rubyforge_project:
49
- rubygems_version: 2.6.12
49
+ rubygems_version: 3.2.29
50
50
  signing_key:
51
51
  specification_version: 4
52
52
  summary: H2 (JDBC driver) for JRuby (usable with ActiveRecord-JDBC).
data/lib/h2-1.4.197.jar DELETED
Binary file