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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9d5d71c288f1e7ea71dd9fe0889aea7f0b45109
|
|
4
|
+
data.tar.gz: a7162cc2999b0f3076838a3dd6d26119529a557d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 .
|
data/lib/jdbc/mysql/version.rb
CHANGED
|
Binary file
|
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.
|
|
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-
|
|
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.
|
|
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:
|
|
52
|
+
summary: JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).
|
|
53
53
|
test_files: []
|
|
54
54
|
has_rdoc:
|