jdbc-mysql 5.1.37 → 5.1.38

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: 3aaf52552a83bd8b298a091a552a88f12c3a6cd3
4
- data.tar.gz: 9c7788bdb6341ea30cd0f2f6ce4a1ca2d6fe21c6
3
+ metadata.gz: c741db260dd0d406fe3d5df707ca7b7439f00719
4
+ data.tar.gz: bae1fb68048c2d843b10df6ad443a5f3cd41c50f
5
5
  SHA512:
6
- metadata.gz: a8cdeede208e7b53b7380fb76d15d5ce25420b44ff369a18e73f7bb705901c4d2e0d404c2864fdb9022acaccd93d553b4290a6264a6f3495b872282dc6e75437
7
- data.tar.gz: 9d0ac357eac5068d0d48c431c1bf2029403d55e3b571c521ba0a98d4ba98e492972276393693eb6a01d82add730d37235879e73cd2f2c7613463854eb111da9e
6
+ metadata.gz: b8bf99ef7e5246d08af07ba8acbd7567e54f44a0ce62dddaeafe7513c3972bafb3f48d39c345d1f087c5887b5933f6fe6c74c2f80180c840f9575c3e9d9c9d19
7
+ data.tar.gz: d95c5caaf6c718424013bd7b128a5adb3e9a41e7f0da1e4096c77585ca085452f36e004cabd99219785ca139dff8e26521d9c83c23a305224b4bd0a2538d18fa
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module MySQL
3
- DRIVER_VERSION = '5.1.37'
3
+ DRIVER_VERSION = '5.1.38'
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.37
4
+ version: 5.1.38
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-03 00:00:00.000000000 Z
11
+ date: 2016-02-05 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:
@@ -26,25 +26,25 @@ files:
26
26
  - jdbc-mysql.gemspec
27
27
  - lib/jdbc/mysql.rb
28
28
  - lib/jdbc/mysql/version.rb
29
- - lib/mysql-connector-java-5.1.37-bin.jar
29
+ - lib/mysql-connector-java-5.1.38-bin.jar
30
30
  homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-mysql
31
31
  licenses:
32
32
  - GPL-2
33
33
  metadata: {}
34
34
  post_install_message:
35
35
  rdoc_options:
36
- - --main
36
+ - "--main"
37
37
  - README.md
38
38
  require_paths:
39
39
  - lib
40
40
  required_ruby_version: !ruby/object:Gem::Requirement
41
41
  requirements:
42
- - - '>='
42
+ - - ">="
43
43
  - !ruby/object:Gem::Version
44
44
  version: '0'
45
45
  required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - '>='
47
+ - - ">="
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  requirements: []