jdbc-mysql 5.1.47 → 5.1.49
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7740c991172885abe1e2dfd4fa1540b2447a1e84
|
4
|
+
data.tar.gz: 91ce8878863792e980575cb2e91232daa537e307
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bb622a98b3628d51055ef238670abf250fad262407055ba850bda21c9967e87ce125b2c273a2b6448978f9880d1bbc4acc89b8537358e808e1772aa4f40b2e0
|
7
|
+
data.tar.gz: 9f8baa20eddc5f7ee8010db8578659e39fd194639e1d30fae8f78ab4b39ec415ad297dab1a58a84e87e6ed9016e52020a60c6547a6829f9ac01a2f12281ef5e0
|
data/lib/jdbc/mysql/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,16 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jdbc-mysql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.49
|
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: 2021-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver`
|
13
|
+
description: Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver`
|
14
|
+
within JRuby to load the driver.
|
14
15
|
email:
|
15
16
|
- nick@nicksieger.com
|
16
17
|
- ola.bini@gmail.com
|
@@ -23,8 +24,7 @@ files:
|
|
23
24
|
- README.md
|
24
25
|
- lib/jdbc/mysql.rb
|
25
26
|
- lib/jdbc/mysql/version.rb
|
26
|
-
- lib/mysql-connector-java-5.1.
|
27
|
-
- lib/mysql-connector-java-8.0.11.jar
|
27
|
+
- lib/mysql-connector-java-5.1.49-bin.jar
|
28
28
|
homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
|
29
29
|
licenses:
|
30
30
|
- GPL-2
|
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
47
|
version: '0'
|
48
48
|
requirements: []
|
49
49
|
rubyforge_project:
|
50
|
-
rubygems_version: 2.6.
|
50
|
+
rubygems_version: 2.6.14.1
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
53
|
summary: JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).
|
Binary file
|
Binary file
|