jdbc-mysql 5.1.38 → 5.1.42

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: c741db260dd0d406fe3d5df707ca7b7439f00719
4
- data.tar.gz: bae1fb68048c2d843b10df6ad443a5f3cd41c50f
3
+ metadata.gz: 2d607e5feb28fa0aef7fed6a1b64c1f06160189e
4
+ data.tar.gz: 6806c06c7ebf1a62c6b7976cc58feea5a07c3c83
5
5
  SHA512:
6
- metadata.gz: b8bf99ef7e5246d08af07ba8acbd7567e54f44a0ce62dddaeafe7513c3972bafb3f48d39c345d1f087c5887b5933f6fe6c74c2f80180c840f9575c3e9d9c9d19
7
- data.tar.gz: d95c5caaf6c718424013bd7b128a5adb3e9a41e7f0da1e4096c77585ca085452f36e004cabd99219785ca139dff8e26521d9c83c23a305224b4bd0a2538d18fa
6
+ metadata.gz: d621c6ff871d92939fc432eb90c3608da43ef5ddf6dffcd02d01735d9f5c598ef51d6f6d4069d352a13c8543fdbb43d8e673b66bb9f0f24183fc23cea5d8758f
7
+ data.tar.gz: adbe6011b15ca77200a3a4e55e0cd0fec22d6b997d1182c900342091adbe47929e902f90e8e59f3faf0e7d23527091e7fa478d99f063584b2a8561569a4480b6
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-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.38'
3
+ DRIVER_VERSION = '5.1.42'
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.38
4
+ version: 5.1.42
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-02-05 00:00:00.000000000 Z
11
+ date: 2017-05-06 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.38-bin.jar
29
+ - lib/mysql-connector-java-5.1.42-bin.jar
30
30
  homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
31
31
  licenses:
32
32
  - GPL-2