jdbc-mysql 5.1.28 → 5.1.30

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: 4a297179faabd0df575be2676e422a3663205e89
4
- data.tar.gz: 0c19160a432cec498334bfe1414f346079e3c026
3
+ metadata.gz: 12b2035fae5b237966298dd3922f4738c7a7fe29
4
+ data.tar.gz: 4f434d422c1206a25adda98c3ac99469e22fce16
5
5
  SHA512:
6
- metadata.gz: 9638684372376e04e40e3213e1ff6e0b0929ec0f2f891e3013b00c0539f53ede93340ae929b3026881ec4f90dacaa63ceabc70f35a7c29d1e174ab1d1d2a96a8
7
- data.tar.gz: ba67b99ca977b1b346ab368aa409cee48f55f5793d3e289edb21819de2548b69c2a19ee96673533cc173940a025ca224057e18da40e6892e2bd7449ae87381de
6
+ metadata.gz: b8aabb88c681253856572a30498eb21dbae5e1c6853d51771eaad5f7f10b6e2388fffad4a3ce82e04fa21891a79a32469e3f7449b2af0e5654ec62d343c65642
7
+ data.tar.gz: 16c86f174743675672f6c28e986ecd8db01b8da3e01a0509722433d890c04afec0ab6385e47321e0f31aeaac4613ca350343bfd42246f01e8a90957fa918f714
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module MySQL
3
- DRIVER_VERSION = '5.1.28'
3
+ DRIVER_VERSION = '5.1.30'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,28 +1,32 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-mysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.28
4
+ version: 5.1.30
5
5
  platform: ruby
6
6
  authors:
7
- - Nick Sieger, Ola Bini and JRuby contributors
7
+ - Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-07 00:00:00.000000000 Z
11
+ date: 2014-04-14 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
- email: nick@nicksieger.com, ola.bini@gmail.com
14
+ email:
15
+ - nick@nicksieger.com
16
+ - ola.bini@gmail.com
17
+ - self@kares.org
15
18
  executables: []
16
19
  extensions: []
17
20
  extra_rdoc_files: []
18
21
  files:
19
- - README.md
20
22
  - LICENSE.txt
21
- - lib/mysql-connector-java-5.1.28-bin.jar
23
+ - README.md
22
24
  - lib/jdbc/mysql.rb
23
25
  - lib/jdbc/mysql/version.rb
26
+ - lib/mysql-connector-java-5.1.30-bin.jar
24
27
  homepage: https://github.com/jruby/activerecord-jdbc-adapter
25
- licenses: []
28
+ licenses:
29
+ - GPL-2
26
30
  metadata: {}
27
31
  post_install_message:
28
32
  rdoc_options:
@@ -41,8 +45,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
41
45
  - !ruby/object:Gem::Version
42
46
  version: '0'
43
47
  requirements: []
44
- rubyforge_project: jruby-extras
45
- rubygems_version: 2.1.9
48
+ rubyforge_project:
49
+ rubygems_version: 2.2.2
46
50
  signing_key:
47
51
  specification_version: 4
48
52
  summary: MySQL JDBC driver for JRuby and MySQL/ActiveRecord-JDBC (activerecord-jdbcmysql-adapter).