jdbc-mysql 8.0.20 → 8.0.27

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: dbde77e2c6dc26b615b109c8ad9c07e35cf7cde8
4
- data.tar.gz: 86876f81d45980b179ac6f9a1cbcaabc9488b8e5
2
+ SHA256:
3
+ metadata.gz: 4a4b93aa74c2e139877e9e5946712fed46b83bf17b5e09bafb1fbf6bc35da203
4
+ data.tar.gz: d2c4e8a846844296787ee9a08f28e349dab28eda2371c2e1e9f69cce4a58a5c0
5
5
  SHA512:
6
- metadata.gz: ed136e1d8ae8b527c45dfc75fd47b5dd68caa7a2bcd29ffd2517038ae9bf3859ba636b2cac59e3e903e22d887fe06e4988a16f57fa22588efd2342eb6850c51c
7
- data.tar.gz: b97613655e3b9fcfa327781f84d0a96c19522d1653816079f1044e6d5e8a32253f276e50c29d2fe89e8f894ccf86cef2f48831d96de7b14a9c4209355a8f761d
6
+ metadata.gz: 388116bbe1eaf17a6a7840c6e75dcfe139d5d9c7a2dc43129885e7035d41212d9fcd116f3d759e2b72bacf903b27ecc9346171cc47eeb2709d09c4e1f55b1a61
7
+ data.tar.gz: 5ce3698826fa5da6a749d76f305b9f89bf9ae154742e2e356d72201ebf29690a1e1193e13c12dbc56c3db4597008376fdec8a5ea514f4ae542b3dadf93d771cb
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module MySQL
3
- DRIVER_VERSION = '8.0.20'
3
+ DRIVER_VERSION = '8.0.27'
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-mysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.20
4
+ version: 8.0.27
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: 2021-12-19 00:00:00.000000000 Z
11
+ date: 2022-01-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver`
14
14
  within JRuby to load the driver.
@@ -24,7 +24,7 @@ files:
24
24
  - README.md
25
25
  - lib/jdbc/mysql.rb
26
26
  - lib/jdbc/mysql/version.rb
27
- - lib/mysql-connector-java-8.0.20.jar
27
+ - lib/mysql-connector-java-8.0.27.jar
28
28
  homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
29
29
  licenses:
30
30
  - GPL-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: JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).
Binary file