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 +4 -4
- data/README.md +1 -1
- data/lib/h2-1.4.197.jar +0 -0
- data/lib/jdbc/h2/version.rb +1 -1
- metadata +4 -7
- data/History.txt +0 -31
- data/Rakefile +0 -1
- data/jdbc-h2.gemspec +0 -21
- data/lib/h2-1.4.193.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12bcb85ab083df5917a7579eeb649e75bc772492
|
4
|
+
data.tar.gz: 52a9f4acb9b7ce7ced947ac6c45d672eac050d05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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).
|
data/lib/h2-1.4.197.jar
ADDED
Binary file
|
data/lib/jdbc/h2/version.rb
CHANGED
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.
|
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:
|
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
|
-
-
|
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.
|
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).
|
data/History.txt
DELETED
@@ -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__))
|
data/jdbc-h2.gemspec
DELETED
@@ -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
|
data/lib/h2-1.4.193.jar
DELETED
Binary file
|