jdbc-mysql 5.1.35 → 5.1.36

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: 3bda9720c8b22b83279d3537e6d1fb6d3162fe16
4
- data.tar.gz: 6a433dd820c1afe89b39986c1e72c237ad14cf69
3
+ metadata.gz: 836da7f0c50ffc68bc857e6145d675f62abc4377
4
+ data.tar.gz: 5384cafee0983ea4a6fe699d3c356d52810abb27
5
5
  SHA512:
6
- metadata.gz: e517f210413c3df8958259d214f67fc9f211d71bb1014c5619c78bd880d0ab2d65af0b56941146b86876b2c0638e58465bff1f40207405b2c702771065375890
7
- data.tar.gz: 22d1c062a54f55796a79d2bab8cf8265bceb2d4b4626f043156baea0fc7fd8b2af228f54e5ea4302e15ae3c6d268604301132194808e69ebc4015685f776eb7b
6
+ metadata.gz: 832030e2384976420fe284487c1233bb0486d5092dc423bc32f4ac8c5c36a111d5495ae43a7a18f6604e8644779bef507a1d6d77a3cc56a1955fe7e28103e5c0
7
+ data.tar.gz: b5072a41245ab739b89eeb0f5b1f4d3a73c03bd4c258648e4616a1280c2bccd618add3434e8293f72d9e80d1230783432b7dd6fd9250981e92844de18bb4d6b6
data/README.md CHANGED
@@ -5,7 +5,7 @@ MySQL Connector/J is the official JDBC driver for MySQL.
5
5
  It is a native Java driver that converts JDBC (Java Database Connectivity)
6
6
  calls into the network protocol used by the MySQL database.
7
7
 
8
- For more information see http://dev.mysql.com/usingmysql/java/
8
+ For more see http://dev.mysql.com/doc/connector-j/en/connector-j-overview.html
9
9
 
10
10
  ## Usage
11
11
 
@@ -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-2014 [The JRuby Team](https://github.com/jruby).
24
+ Copyright (c) 2013-2015 [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.35'
3
+ DRIVER_VERSION = '5.1.36'
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.35
4
+ version: 5.1.36
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: 2015-04-15 00:00:00.000000000 Z
11
+ date: 2015-07-17 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.35-bin.jar
29
+ - lib/mysql-connector-java-5.1.36-bin.jar
30
30
  homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
31
31
  licenses:
32
32
  - GPL-2
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  version: '0'
50
50
  requirements: []
51
51
  rubyforge_project:
52
- rubygems_version: 2.4.5
52
+ rubygems_version: 2.4.8
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).