jdbc-h2 1.3.173 → 1.3.174

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2968151474a104990fc1fac62e5fa3269cf0435d
4
+ data.tar.gz: 3c3becce3665d2d61079a90dab26424d414d8aed
5
+ SHA512:
6
+ metadata.gz: f28bad5aa4849e1ea797c971e69f7af71229f4e8c142d7b9b133cd8cfdf59fe04a2debeafcdd904ea27170e3b98e6d0430d8ea77cdba12c32823c836107ca185
7
+ data.tar.gz: d83ff020e60067400e5397a4762348d17fc3c650c8aea9214777e21132d53fdbdd51be6344f0b08b5d577abcee0dcc1d2e34212f87247c33d5b4bd2143eb86ed
Binary file
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module H2
3
- DRIVER_VERSION = '1.3.173'
3
+ DRIVER_VERSION = '1.3.174'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-h2
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.3.173
4
+ version: 1.3.174
6
5
  platform: ruby
7
6
  authors:
8
7
  - Nick Sieger, Ola Bini and JRuby contributors
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-29 00:00:00.000000000 Z
11
+ date: 2013-11-06 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to load the driver.
15
14
  email: nick@nicksieger.com, ola.bini@gmail.com
@@ -19,11 +18,12 @@ extra_rdoc_files: []
19
18
  files:
20
19
  - README.md
21
20
  - LICENSE.txt
22
- - lib/h2-1.3.173.jar
21
+ - lib/h2-1.3.174.jar
23
22
  - lib/jdbc/h2.rb
24
23
  - lib/jdbc/h2/version.rb
25
24
  homepage: https://github.com/jruby/activerecord-jdbc-adapter
26
25
  licenses: []
26
+ metadata: {}
27
27
  post_install_message:
28
28
  rdoc_options:
29
29
  - --main
@@ -34,22 +34,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
35
  - - '>='
36
36
  - !ruby/object:Gem::Version
37
- segments:
38
- - 0
39
- hash: 2
40
37
  version: '0'
41
- none: false
42
38
  required_rubygems_version: !ruby/object:Gem::Requirement
43
39
  requirements:
44
40
  - - '>='
45
41
  - !ruby/object:Gem::Version
46
42
  version: '0'
47
- none: false
48
43
  requirements: []
49
44
  rubyforge_project: jruby-extras
50
- rubygems_version: 1.8.24
45
+ rubygems_version: 2.1.9
51
46
  signing_key:
52
- specification_version: 3
47
+ specification_version: 4
53
48
  summary: H2 JDBC driver for JRuby and H2/ActiveRecord-JDBC (activerecord-jdbch2-adapter).
54
49
  test_files: []
55
50
  has_rdoc:
data/lib/h2-1.3.173.jar DELETED
Binary file