jdbc-mariadb 1.1.8 → 1.1.9
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 +4 -4
- data/History.txt +4 -0
- data/README.md +2 -2
- data/lib/jdbc/mariadb/version.rb +1 -1
- data/lib/{mariadb-java-client-1.1.8.jar → mariadb-java-client-1.1.9.jar} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d299619facd23a1f9e2890dd5fdf12980e9c7be2
|
|
4
|
+
data.tar.gz: db1aee59ddfc4147f25c048c22eddf25e382a92d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 142f0a87071d22034bb9a33ce7d2c18a630532430a32e924ad9f81fe6efb7e36a1ebba30e9f111abc16f76c83a2e57de1fa70c126734ef89dcb1e2321177fbed
|
|
7
|
+
data.tar.gz: 5f7259de0edb268e8c28ff93f0218e802cff0e51e06f2a767e1113ba7c0011d754567255c0dd52fbc0f8b4ec2f9d8ac1ebec0bc3449180046c75d4da33be2a57
|
data/History.txt
CHANGED
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
MariaDB Client Library (for Java Applications) is used to connect applications
|
|
4
4
|
developed in Java to MariaDB and MySQL databases using the standard JDBC API.
|
|
5
5
|
|
|
6
|
-
See https://mariadb.com/kb/en/about-
|
|
6
|
+
See https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
|
|
7
7
|
|
|
8
8
|
## Usage
|
|
9
9
|
|
|
@@ -14,7 +14,7 @@ To make the driver accessible to JDBC and JRuby by running :
|
|
|
14
14
|
|
|
15
15
|
## Copyright
|
|
16
16
|
|
|
17
|
-
Copyright (c) 2014 [The JRuby Team](https://github.com/jruby).
|
|
17
|
+
Copyright (c) 2014-2015 [The JRuby Team](https://github.com/jruby).
|
|
18
18
|
|
|
19
19
|
The MariaDB client library is LGPL licensed.
|
|
20
20
|
see *LICENSE.txt* and https://www.gnu.org/licenses/lgpl.html
|
data/lib/jdbc/mariadb/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jdbc-mariadb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.9
|
|
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-
|
|
11
|
+
date: 2015-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Install this gem `require 'jdbc/mariadb'` and invoke `Jdbc::MariaDB.load_driver` within JRuby to load the driver.
|
|
14
14
|
email:
|
|
@@ -26,7 +26,7 @@ files:
|
|
|
26
26
|
- jdbc-mariadb.gemspec
|
|
27
27
|
- lib/jdbc/mariadb.rb
|
|
28
28
|
- lib/jdbc/mariadb/version.rb
|
|
29
|
-
- lib/mariadb-java-client-1.1.
|
|
29
|
+
- lib/mariadb-java-client-1.1.9.jar
|
|
30
30
|
homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mariadb
|
|
31
31
|
licenses:
|
|
32
32
|
- LGPL
|