jdbc-mysql 5.1.30 → 5.1.31

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: 12b2035fae5b237966298dd3922f4738c7a7fe29
4
- data.tar.gz: 4f434d422c1206a25adda98c3ac99469e22fce16
3
+ metadata.gz: c9d5d71c288f1e7ea71dd9fe0889aea7f0b45109
4
+ data.tar.gz: a7162cc2999b0f3076838a3dd6d26119529a557d
5
5
  SHA512:
6
- metadata.gz: b8aabb88c681253856572a30498eb21dbae5e1c6853d51771eaad5f7f10b6e2388fffad4a3ce82e04fa21891a79a32469e3f7449b2af0e5654ec62d343c65642
7
- data.tar.gz: 16c86f174743675672f6c28e986ecd8db01b8da3e01a0509722433d890c04afec0ab6385e47321e0f31aeaac4613ca350343bfd42246f01e8a90957fa918f714
6
+ metadata.gz: 8479b50d7326d92119b8ea42fcbe19b6595a13b1c727927b20b901cc924f302c0fe9ebf67b1ba37c7f170871dcde9a444a8c2cc1120664a4975938927a5b3b6d
7
+ data.tar.gz: d661b4baa4e5a149b9c3802def7b3dca333f476ef9a50196c4aa1bb1c87a49d481cdc0e7085767f72b102138e7070eb9993757cbc2f2919cb84d93ea53612715
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 [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.30'
3
+ DRIVER_VERSION = '5.1.31'
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.30
4
+ version: 5.1.31
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: 2014-04-14 00:00:00.000000000 Z
11
+ date: 2014-07-08 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:
@@ -23,7 +23,7 @@ files:
23
23
  - README.md
24
24
  - lib/jdbc/mysql.rb
25
25
  - lib/jdbc/mysql/version.rb
26
- - lib/mysql-connector-java-5.1.30-bin.jar
26
+ - lib/mysql-connector-java-5.1.31-bin.jar
27
27
  homepage: https://github.com/jruby/activerecord-jdbc-adapter
28
28
  licenses:
29
29
  - GPL-2
@@ -49,6 +49,6 @@ rubyforge_project:
49
49
  rubygems_version: 2.2.2
50
50
  signing_key:
51
51
  specification_version: 4
52
- summary: MySQL JDBC driver for JRuby and MySQL/ActiveRecord-JDBC (activerecord-jdbcmysql-adapter).
52
+ summary: JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).
53
53
  test_files: []
54
54
  has_rdoc: