jdbc-h2 1.4.193 → 1.4.197

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: 223307f963a3a6a31df63e8cf1c1daa2bfcfd571
4
- data.tar.gz: a738c58389d3b77e7ac651b0a487d544c2b5a71f
3
+ metadata.gz: 12bcb85ab083df5917a7579eeb649e75bc772492
4
+ data.tar.gz: 52a9f4acb9b7ce7ced947ac6c45d672eac050d05
5
5
  SHA512:
6
- metadata.gz: a6f3b9b9b6ebd5bbd367feed85c977c5143c3cafba5699cb6c1d804b933982e105b04c2aa850135abd9639ba1a58316d742c4ae46dd0fbacf72540c08ffe7fb0
7
- data.tar.gz: 60958078be2d9ece48fc3a3707e14634742dc5d8af8a9b93e368d127abd84a26bd9379798c1337cca9061be1c83e0a8a9f6f41fb2bb24a01b11e1f27471fb2ec
6
+ metadata.gz: 180c68b11b3d7875295001e52ca4729a362a9bdc65dc2dff645d401a05adcce9d1086de15d85542a4fde8d5e2382219fc35e7a8e6efee868631456d49127a564
7
+ data.tar.gz: 72de11bc6976355e2a688d75787ef781e3b36d6dc35ee71419ec83544ab1808bb2a7c292323636b008d2fd7676c4842da2caca9296ec475fc510fc66dc1111b6
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-2015 [The JRuby Team](https://github.com/jruby).
26
+ Copyright (c) 2013 [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).
Binary file
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module H2
3
- DRIVER_VERSION = '1.4.193'
3
+ DRIVER_VERSION = '1.4.197'
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.193
4
+ version: 1.4.197
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: 2016-12-23 00:00:00.000000000 Z
11
+ date: 2018-11-29 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:
@@ -19,12 +19,9 @@ executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - History.txt
23
22
  - LICENSE.txt
24
23
  - README.md
25
- - Rakefile
26
- - jdbc-h2.gemspec
27
- - lib/h2-1.4.193.jar
24
+ - lib/h2-1.4.197.jar
28
25
  - lib/jdbc/h2.rb
29
26
  - lib/jdbc/h2/version.rb
30
27
  homepage: https://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-h2
@@ -49,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
46
  version: '0'
50
47
  requirements: []
51
48
  rubyforge_project:
52
- rubygems_version: 2.4.8
49
+ rubygems_version: 2.6.12
53
50
  signing_key:
54
51
  specification_version: 4
55
52
  summary: H2 (JDBC driver) for JRuby (usable with ActiveRecord-JDBC).
@@ -1,31 +0,0 @@
1
- === 1.4.187
2
-
3
- * http://www.h2database.com/html/changelog.html for 1.4.187 Beta (2015-04-10)
4
-
5
- === 1.4.185
6
-
7
- * http://www.h2database.com/html/changelog.html for 1.4.185 Beta (2015-01-16)
8
-
9
- === 1.4.181
10
-
11
- * http://www.h2database.com/html/changelog.html for 1.4.181 Beta (2014-08-06)
12
-
13
- === 1.3.175
14
-
15
- * http://www.h2database.com/html/changelog.html for 1.3.175 (2013-01-18)
16
-
17
- === 1.3.174
18
-
19
- * http://www.h2database.com/html/changelog.html for 1.3.174 (2013-10-19)
20
-
21
- === 1.3.173
22
-
23
- * http://www.h2database.com/html/changelog.html for 1.3.173 (2013-07-28)
24
-
25
- === 1.3.170
26
-
27
- * http://www.h2database.com/html/changelog.html for 1.3.170 (2012-11-30)
28
-
29
- === 1.3.154
30
-
31
- * http://www.h2database.com/html/changelog.html
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- load File.expand_path('../Rakefile.jdbc', File.dirname(__FILE__))
@@ -1,21 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $LOAD_PATH << File.expand_path('../lib', __FILE__)
3
- require 'jdbc/h2/version'
4
-
5
- Gem::Specification.new do |gem|
6
- gem.name = %q{jdbc-h2}
7
- gem.version = Jdbc::H2::VERSION
8
-
9
- gem.authors = ['Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors']
10
- gem.email = ['nick@nicksieger.com', 'ola.bini@gmail.com', 'self@kares.org']
11
- gem.homepage = 'https://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-h2'
12
- gem.licenses = ['H2']
13
-
14
- Dir.chdir(File.dirname(__FILE__)) { gem.files = `git ls-files`.split("\n") }
15
-
16
- gem.rdoc_options = ["--main", "README.md"]
17
- gem.require_paths = ["lib"]
18
-
19
- gem.summary = %q{H2 (JDBC driver) for JRuby (usable with ActiveRecord-JDBC).}
20
- gem.description = %q{Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to load the driver.}
21
- end
Binary file