jdbc-mysql 5.1.44 → 5.1.46

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: 6635379988b4d13baf19cdd3793af236460a4f10
4
- data.tar.gz: 85ea9e97c0ebfba460e29cfe73e12ae680f220b9
3
+ metadata.gz: '049523585a69c41063c2ee6e80a96fdf940a956d'
4
+ data.tar.gz: 127630498892856c278a1ba45229a51fd037509f
5
5
  SHA512:
6
- metadata.gz: 93fe524224ca00f28a089e72bcbfd0837c6389b7e0052c4f7c84540ef2631e1a716ab13c984975fdc5d8091d89c5a5787294b6504543ad66009805cd81c49052
7
- data.tar.gz: e7fd0cea5021ae13e1c7d5ff88147688d58a3276b370d3ac0f2aed7ed72e03b787af273ff1895903ad5b4f3be51e644879c978db7d314296effa1b2a9533494a
6
+ metadata.gz: 14d0942a6c24f5324359f66c0705d4840e17a774ca03ed2f9163a80128f03194aca9328294f4c00cac32db6dbf72e41e77107c8b9ee5e2743be8579528155808
7
+ data.tar.gz: 0b4dbf49db374274ccc9aa65ecdfd7ad6e220b48249db753a61a54223493839eebc0161002fc7b26d9e247bb56d11e7128cfe1f8a55f27dfc674cbd5dfa79059
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 see http://dev.mysql.com/doc/connector-j/en/connector-j-overview.html
8
+ For more information see http://dev.mysql.com/usingmysql/java/
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-2016 [The JRuby Team](https://github.com/jruby).
24
+ Copyright (c) 2013-2014 [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.44'
3
+ DRIVER_VERSION = '5.1.46'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
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.44
4
+ version: 5.1.46
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: 2017-10-04 00:00:00.000000000 Z
11
+ date: 2018-04-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRuby to load the 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
@@ -19,14 +20,11 @@ executables: []
19
20
  extensions: []
20
21
  extra_rdoc_files: []
21
22
  files:
22
- - History.txt
23
23
  - LICENSE.txt
24
24
  - README.md
25
- - Rakefile
26
- - jdbc-mysql.gemspec
27
25
  - lib/jdbc/mysql.rb
28
26
  - lib/jdbc/mysql/version.rb
29
- - lib/mysql-connector-java-5.1.44-bin.jar
27
+ - lib/mysql-connector-java-5.1.46-bin.jar
30
28
  homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
31
29
  licenses:
32
30
  - GPL-2
@@ -49,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
47
  version: '0'
50
48
  requirements: []
51
49
  rubyforge_project:
52
- rubygems_version: 2.6.12
50
+ rubygems_version: 2.6.14.1
53
51
  signing_key:
54
52
  specification_version: 4
55
53
  summary: JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).
@@ -1,67 +0,0 @@
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
-
9
- == 5.1.35
10
-
11
- Suitable for use with MySQL server versions **5.5**, and **5.6**.
12
-
13
- * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-34.html
14
- * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-35.html
15
-
16
- == 5.1.33
17
-
18
- Suitable for use with MySQL server versions **5.5**, and **5.6**.
19
-
20
- * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-32.html
21
- * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-33.html
22
-
23
- == 5.1.31
24
-
25
- Probably the last release suitable for use with "old" MySQL server versions,
26
- including **4.1**, **5.0**, **5.1**, **5.4**, **5.5**, and **5.6**.
27
-
28
- * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-31.html
29
-
30
- == 5.1.30
31
-
32
- * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-29.html
33
- * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-30.html
34
-
35
- == 5.1.28
36
-
37
- * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-28.html
38
-
39
- == 5.1.27
40
-
41
- * upgraded to 5.1.27 JDBC driver, changes since previous release (5.1.24) :
42
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-25.html
43
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-26.html
44
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-27.html
45
-
46
- == 5.1.24
47
-
48
- * upgraded to 5.1.24 JDBC driver, changes since previous release (5.1.22) :
49
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-23.html
50
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-24.html
51
-
52
- == 5.1.22
53
-
54
- * `require 'jdbc/mysql'` no longer auto-loads use `Jdbc::MySQL.load_driver`
55
- * upgraded to 5.1.22 JDBC driver, changes since previous release (5.1.13) :
56
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-15.html
57
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-16.html
58
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-17.html
59
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-18.html
60
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-19.html
61
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-20.html
62
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-21.html
63
- - http://dev.mysql.com/doc/refman/5.1/en/cj-news-5-1-22.html
64
-
65
- == 5.1.13
66
-
67
- * using MySQL driver 5.1.13
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- load File.expand_path('../Rakefile.jdbc', File.dirname(__FILE__))
@@ -1,21 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $LOAD_PATH << File.expand_path('../lib', __FILE__)
3
- require 'jdbc/mysql/version'
4
-
5
- Gem::Specification.new do |gem|
6
- gem.name = %q{jdbc-mysql}
7
- gem.version = Jdbc::MySQL::VERSION
8
-
9
- gem.authors = ['Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors']
10
- gem.email = ['nick@nicksieger.com', 'ola.bini@gmail.com', 'self@kares.org']
11
- gem.homepage = 'http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql'
12
- gem.licenses = ['GPL-2']
13
-
14
- Dir.chdir(File.dirname(__FILE__)) { gem.files = `git ls-files`.split("\n") }
15
-
16
- gem.rdoc_options = ["--main", "README.md"]
17
- gem.require_paths = ["lib"]
18
-
19
- gem.summary = %q{JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).}
20
- gem.description = %q{Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRuby to load the driver.}
21
- end