jdbc-mysql 8.0.30 → 8.2.0.2
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.2.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: 21048eee7cc8a34bde14eea33cf1d1d901180e05b4da9488adea17ee41a00fe0
|
4
|
+
data.tar.gz: adaec6f86a00612351a91562e8e0c1af5661f917d9d22b74b4d192cdc1dfa1ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abc8adf50faab33ec596caf5e6933e2a2f998be37aea6123c412a8fa931ea30657091bbb633ce35f71e536321d389e0f2750df828591acbcb5ceea73bdb10e0c
|
7
|
+
data.tar.gz: 186321e133c348ccda8a32bd94997f68c6cc12e9820edce74a34f2b9d7061720c2b8a00ca9d44978cb7281f93256b658e2361b16ce11f3b07deb29df77f561c0
|
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.2.0.2
|
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.2.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
|