jdbc-mariadb 1.1.8 → 1.1.9

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: e9440dfc14f85d325e59f788e5ec05e2b87204f5
4
- data.tar.gz: 5b4948882ba1d7cab01f59adfe463916523522f2
3
+ metadata.gz: d299619facd23a1f9e2890dd5fdf12980e9c7be2
4
+ data.tar.gz: db1aee59ddfc4147f25c048c22eddf25e382a92d
5
5
  SHA512:
6
- metadata.gz: 90e091646b7fc4cdcb786e6ac5c26cc6452c7a905d82d0743496c2e613d301ba70f911af2df70f463e769afef6faa8ff4941baa85a878e12198afe5750da09dd
7
- data.tar.gz: 8a7a800c71b9f5ae9372205db4675b44f370c9db884666c42c6c358b67bd9dedb7916e728f38c90400c82399f103fdc0128591b039ba9652b7ee9ea0945d4c37
6
+ metadata.gz: 142f0a87071d22034bb9a33ce7d2c18a630532430a32e924ad9f81fe6efb7e36a1ebba30e9f111abc16f76c83a2e57de1fa70c126734ef89dcb1e2321177fbed
7
+ data.tar.gz: 5f7259de0edb268e8c28ff93f0218e802cff0e51e06f2a767e1113ba7c0011d754567255c0dd52fbc0f8b4ec2f9d8ac1ebec0bc3449180046c75d4da33be2a57
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.1.9
2
+
3
+ * https://mariadb.com/kb/en/mariadb/mariadb-connector-j-119-release-notes/
4
+
1
5
  === 1.1.8
2
6
 
3
7
  * release following MariaDB Java Client 1.1.8
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-the-mariadb-java-client/
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
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module MariaDB
3
- DRIVER_VERSION = '1.1.8'
3
+ DRIVER_VERSION = '1.1.9'
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-mariadb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
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-02-16 00:00:00.000000000 Z
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.8.jar
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