jdbc-mysql 8.0.30 → 8.4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jdbc/mysql/version.rb +2 -2
- data/lib/jdbc/mysql.rb +1 -1
- data/lib/mysql-connector-j-8.4.0.jar +0 -0
- metadata +4 -4
- data/lib/mysql-connector-java-8.0.30.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed69809e30fcd0730a763b2c948f4b8a1567e7cfd66c160f0e11566f0bed13a5
|
4
|
+
data.tar.gz: 9f834520640563b0d1ed8995ec09b1cad9507331e69e18a48d71b265eb121d39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 797413e8e6a75e5378af6216334f28a848dbfe899538ebf1993658b5ea758ab8fa3b47619b84547c40b9a570979a640a6fbe6a71563f879d40f49e4c7d79df32
|
7
|
+
data.tar.gz: eec585882ecf484cee6d2c14436ecf90cbce33843f72f20cd7bde388c0df42a99dee1961397816f0b9e7a592ea33463d8ea84d80d46ffcff5de306a0afd772b8
|
data/lib/jdbc/mysql/version.rb
CHANGED
data/lib/jdbc/mysql.rb
CHANGED
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.
|
4
|
+
version: 8.4.0.1
|
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:
|
11
|
+
date: 2024-10-30 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-
|
27
|
+
- lib/mysql-connector-j-8.4.0.jar
|
28
28
|
homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
|
29
29
|
licenses:
|
30
30
|
- GPL-2
|
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
requirements: []
|
49
|
-
rubygems_version: 3.
|
49
|
+
rubygems_version: 3.5.21
|
50
50
|
signing_key:
|
51
51
|
specification_version: 4
|
52
52
|
summary: JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).
|
Binary file
|