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: d5dd8cf41bd0aa6b6d660a3abcbeac18f63fba40
4
- data.tar.gz: 43404d2b83d6da4cde2aa8a2286b87b4bf39f5e4
3
+ metadata.gz: 638fa60584413758368abb6300eceadf4f0c5def
4
+ data.tar.gz: 58ffe9aa0dfb50606d8b2ab45a1c178da374ff2b
5
5
  SHA512:
6
- metadata.gz: 101cccf0626da1d55b4e0f04754f75198cdd23973578db9418c35a1bb4ec44143f8bd4698567cd138319af51906671b2c6cf32c00b195baa03e2afa2be07011a
7
- data.tar.gz: c171ba8e0c3d4a753ccde9e8ff1558ff3234eb7f9a8c5b3835021fed2b1768a66d605ba5849bf2a3027154fcf5c3babde5b182ffd26401cbccaa929cf5113ef2
6
+ metadata.gz: e6b43a47038e38cc970b9567a0946516088004f5978c64b4a7d4faad8de21ea65d9327ebc7e3cb10ce62e5612eab1ded5aa0459a30288b9e9a7d24742bb68b92
7
+ data.tar.gz: 9ae1c2a3fe3114e3a5dde3a036700c93134386959a78e3450081fd6a12d5c6f118d456811e3915de21057a1806d6b2e20048d611ee2b6991337b628fb6c60afe
@@ -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-2015 [The JRuby Team](https://github.com/jruby).
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 .
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module MySQL
3
- DRIVER_VERSION = '5.1.39'
3
+ DRIVER_VERSION = '5.1.40'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
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.39
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-10-04 00:00:00.000000000 Z
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.39-bin.jar
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