jdbc-h2 1.4.187 → 1.4.193

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: 07d64853ac319fc8aab4d02f247b96b2d0aa8c99
4
- data.tar.gz: 0b5c49b45ea68c6bf886c4e82fdbd4bdd37d2144
3
+ metadata.gz: 223307f963a3a6a31df63e8cf1c1daa2bfcfd571
4
+ data.tar.gz: a738c58389d3b77e7ac651b0a487d544c2b5a71f
5
5
  SHA512:
6
- metadata.gz: cc0d0ec839e5c10819bfcb10d883733b902dbee85364f22ae19860418720db022a2951e702c703506ba12a69832f906202cddf8d164f937acf8ce6b2ba572177
7
- data.tar.gz: d9c3c0b718b3e074b04175afea01149e2274fcc658aa86eaee61ec3b726c678707967b571c97f5e5ecf4223d677892ff936918a10b7090300580f9dc59faaa1c
6
+ metadata.gz: a6f3b9b9b6ebd5bbd367feed85c977c5143c3cafba5699cb6c1d804b933982e105b04c2aa850135abd9639ba1a58316d742c4ae46dd0fbacf72540c08ffe7fb0
7
+ data.tar.gz: 60958078be2d9ece48fc3a3707e14634742dc5d8af8a9b93e368d127abd84a26bd9379798c1337cca9061be1c83e0a8a9f6f41fb2bb24a01b11e1f27471fb2ec
data/README.md CHANGED
@@ -23,7 +23,7 @@ For backwards compatibility with older (<= **1.3.154**) versions of the gem use
23
23
 
24
24
  ## Copyright
25
25
 
26
- Copyright (c) 2013 [The JRuby Team](https://github.com/jruby).
26
+ Copyright (c) 2013-2015 [The JRuby Team](https://github.com/jruby).
27
27
 
28
28
  H2 is dual licensed and available under a modified version of the MPL 1.1
29
29
  (Mozilla Public License) or under the (unmodified) EPL 1.0 (Eclipse Public License).
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
 
9
9
  gem.authors = ['Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors']
10
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-hsqldb'
11
+ gem.homepage = 'https://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-h2'
12
12
  gem.licenses = ['H2']
13
13
 
14
14
  Dir.chdir(File.dirname(__FILE__)) { gem.files = `git ls-files`.split("\n") }
Binary file
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module H2
3
- DRIVER_VERSION = '1.4.187'
3
+ DRIVER_VERSION = '1.4.193'
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-h2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.187
4
+ version: 1.4.193
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-04-24 00:00:00.000000000 Z
11
+ date: 2016-12-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to load the driver.
14
14
  email:
@@ -24,34 +24,33 @@ files:
24
24
  - README.md
25
25
  - Rakefile
26
26
  - jdbc-h2.gemspec
27
- - lib/h2-1.4.187.jar
27
+ - lib/h2-1.4.193.jar
28
28
  - lib/jdbc/h2.rb
29
29
  - lib/jdbc/h2/version.rb
30
- homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-hsqldb
30
+ homepage: https://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-h2
31
31
  licenses:
32
32
  - H2
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: []
51
51
  rubyforge_project:
52
- rubygems_version: 2.4.5
52
+ rubygems_version: 2.4.8
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: H2 (JDBC driver) for JRuby (usable with ActiveRecord-JDBC).
56
56
  test_files: []
57
- has_rdoc:
Binary file