jdbc-mysql 5.1.39 → 5.1.40
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
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 638fa60584413758368abb6300eceadf4f0c5def
|
|
4
|
+
data.tar.gz: 58ffe9aa0dfb50606d8b2ab45a1c178da374ff2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6b43a47038e38cc970b9567a0946516088004f5978c64b4a7d4faad8de21ea65d9327ebc7e3cb10ce62e5612eab1ded5aa0459a30288b9e9a7d24742bb68b92
|
|
7
|
+
data.tar.gz: 9ae1c2a3fe3114e3a5dde3a036700c93134386959a78e3450081fd6a12d5c6f118d456811e3915de21057a1806d6b2e20048d611ee2b6991337b628fb6c60afe
|
data/History.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
== 5.1.40
|
|
2
|
+
|
|
3
|
+
* http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-40.html
|
|
4
|
+
* http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-39.html
|
|
5
|
+
* http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-38.html
|
|
6
|
+
* http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-37.html
|
|
7
|
+
* http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-36.html
|
|
8
|
+
|
|
1
9
|
== 5.1.35
|
|
2
10
|
|
|
3
11
|
Suitable for use with MySQL server versions **5.5**, and **5.6**.
|
data/README.md
CHANGED
|
@@ -21,7 +21,7 @@ For backwards compatibility with older (<= **5.1.13**) versions of the gem use :
|
|
|
21
21
|
|
|
22
22
|
## Copyright
|
|
23
23
|
|
|
24
|
-
Copyright (c) 2013-
|
|
24
|
+
Copyright (c) 2013-2016 [The JRuby Team](https://github.com/jruby).
|
|
25
25
|
|
|
26
26
|
MySQL open source software is provided under the GPL (2.0) License,
|
|
27
27
|
see *LICENSE.txt* and http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .
|
data/lib/jdbc/mysql/version.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: 5.1.
|
|
4
|
+
version: 5.1.40
|
|
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: 2016-
|
|
11
|
+
date: 2016-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRuby to load the driver.
|
|
14
14
|
email:
|
|
@@ -26,7 +26,7 @@ files:
|
|
|
26
26
|
- jdbc-mysql.gemspec
|
|
27
27
|
- lib/jdbc/mysql.rb
|
|
28
28
|
- lib/jdbc/mysql/version.rb
|
|
29
|
-
- lib/mysql-connector-java-5.1.
|
|
29
|
+
- lib/mysql-connector-java-5.1.40-bin.jar
|
|
30
30
|
homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
|
|
31
31
|
licenses:
|
|
32
32
|
- GPL-2
|