jdbc-mariadb 2.0.3 → 2.2.0

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: e02a1231c8da1f93e85337776859af6207d883de
4
- data.tar.gz: 90a2861f7958bb5e790872d38c8fa348c11f7dd2
3
+ metadata.gz: 62b2be79c3e35404fa2d2253cc7ede2e69847b40
4
+ data.tar.gz: ae05addd88553168fe00be90cc93e91afd67e3a5
5
5
  SHA512:
6
- metadata.gz: a35be6e48e27e4b547eba9a5ea1ce797d124f892fd2bc7a17f1df694cf1af813499cb3ac26ae02266dd5edd53b921d3e8051556c87af4be194de575994150fc1
7
- data.tar.gz: 1d9e667aa701d5266741815debe363a56fa185c3dab5e9a49db20be59b33499f38086a65d59b2b7d99d08aae1d402fb0831439c460d5454aa769afe0d01c15e9
6
+ metadata.gz: bab91aa36675245301f3a425fffeb928eb13e34e83af91cefea546bf1cf447d3bf26b4f7db133976f332b79b7183f433a7134ef9bdbcf3823df41351ee9bf17b
7
+ data.tar.gz: 7458e518f23ff713546b0f45a624fbaf07a748725a004dc76924561d3dbff01dabbd575c787115df3a86b7c78a7b2b0eb6e8d11abc9810355ef69ec109218ebf
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/mariadb/about-mariadb-connector-j/
6
+ See https://mariadb.com/kb/en/about-the-mariadb-java-client/
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-2015 [The JRuby Team](https://github.com/jruby).
17
+ Copyright (c) 2014 [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 = '2.0.3'
3
+ DRIVER_VERSION = '2.2.0'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
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: 2.0.3
4
+ version: 2.2.0
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-11-09 00:00:00.000000000 Z
11
+ date: 2019-07-18 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:
@@ -19,14 +19,11 @@ executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - History.txt
23
22
  - LICENSE.txt
24
23
  - README.md
25
- - Rakefile
26
- - jdbc-mariadb.gemspec
27
24
  - lib/jdbc/mariadb.rb
28
25
  - lib/jdbc/mariadb/version.rb
29
- - lib/mariadb-java-client-2.0.3.jar
26
+ - lib/mariadb-java-client-2.2.0.jar
30
27
  homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mariadb
31
28
  licenses:
32
29
  - LGPL
@@ -49,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
46
  version: '0'
50
47
  requirements: []
51
48
  rubyforge_project:
52
- rubygems_version: 2.6.12
49
+ rubygems_version: 2.4.8
53
50
  signing_key:
54
51
  specification_version: 4
55
52
  summary: JDBC driver for JRuby and MariaDB/MySQL (usable with ActiveRecord-JDBC).
data/History.txt DELETED
@@ -1,12 +0,0 @@
1
- === 1.1.9
2
-
3
- * https://mariadb.com/kb/en/mariadb/mariadb-connector-j-119-release-notes/
4
-
5
- === 1.1.8
6
-
7
- * release following MariaDB Java Client 1.1.8
8
- https://mariadb.com/kb/en/mariadb/mariadb-java-client-118-release-notes/
9
-
10
- === 1.1.7
11
-
12
- * initial release using MariaDB Java Client 1.1.7
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- load File.expand_path('../Rakefile.jdbc', File.dirname(__FILE__))
data/jdbc-mariadb.gemspec DELETED
@@ -1,21 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $LOAD_PATH << File.expand_path('../lib', __FILE__)
3
- require 'jdbc/mariadb/version'
4
-
5
- Gem::Specification.new do |gem|
6
- gem.name = %q{jdbc-mariadb}
7
- gem.version = Jdbc::MariaDB::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-mariadb'
12
- gem.licenses = ['LGPL']
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 MariaDB/MySQL (usable with ActiveRecord-JDBC).}
20
- gem.description = %q{Install this gem `require 'jdbc/mariadb'` and invoke `Jdbc::MariaDB.load_driver` within JRuby to load the driver.}
21
- end
Binary file