jdbc-mysql 5.1.31 → 5.1.33

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: c9d5d71c288f1e7ea71dd9fe0889aea7f0b45109
4
- data.tar.gz: a7162cc2999b0f3076838a3dd6d26119529a557d
3
+ metadata.gz: 0a8190b53df57017d4c4e6803c40bbf07cd22776
4
+ data.tar.gz: 9c6a740572b467962a8508e2d817ce329b98da71
5
5
  SHA512:
6
- metadata.gz: 8479b50d7326d92119b8ea42fcbe19b6595a13b1c727927b20b901cc924f302c0fe9ebf67b1ba37c7f170871dcde9a444a8c2cc1120664a4975938927a5b3b6d
7
- data.tar.gz: d661b4baa4e5a149b9c3802def7b3dca333f476ef9a50196c4aa1bb1c87a49d481cdc0e7085767f72b102138e7070eb9993757cbc2f2919cb84d93ea53612715
6
+ metadata.gz: 7befe378f65c4ebd526354bb81eb97622ed967e40f0aa0cb233cbbd9c05f8a7918d895f97971c5229eea58007f67da6b8f6fdd7731b43c82c26260ec44880dd8
7
+ data.tar.gz: f6214fab0ec8e743149c46076ad3d83a6f06694baf6bbd4fca5a792b03bd15203c63394fe7a7010f35eeb8a036279e8aa0bc8d4ed28fa45c84d2844d50d2b867
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module MySQL
3
- DRIVER_VERSION = '5.1.31'
3
+ DRIVER_VERSION = '5.1.33'
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-mysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.31
4
+ version: 5.1.33
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-07-08 00:00:00.000000000 Z
11
+ date: 2014-10-20 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:
@@ -19,12 +19,12 @@ executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - LICENSE.txt
23
22
  - README.md
23
+ - LICENSE.txt
24
+ - lib/mysql-connector-java-5.1.33-bin.jar
24
25
  - lib/jdbc/mysql.rb
25
26
  - lib/jdbc/mysql/version.rb
26
- - lib/mysql-connector-java-5.1.31-bin.jar
27
- homepage: https://github.com/jruby/activerecord-jdbc-adapter
27
+ homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
28
28
  licenses:
29
29
  - GPL-2
30
30
  metadata: {}
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  version: '0'
47
47
  requirements: []
48
48
  rubyforge_project:
49
- rubygems_version: 2.2.2
49
+ rubygems_version: 2.1.9
50
50
  signing_key:
51
51
  specification_version: 4
52
52
  summary: JDBC driver for JRuby and MySQL (used by ActiveRecord-JDBC).