jdbc-hsqldb 1.8.0.7 → 1.8.1.3
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.
- data/Manifest.txt +1 -1
- data/README.txt +9 -1
- data/Rakefile +5 -1
- data/lib/hsqldb-1.8.1.3.jar +0 -0
- data/lib/jdbc/hsqldb.rb +2 -2
- metadata +74 -42
- data/lib/hsqldb-1.8.0.7.jar +0 -0
data/Manifest.txt
CHANGED
data/README.txt
CHANGED
data/Rakefile
CHANGED
@@ -10,7 +10,11 @@ $LOAD_PATH << "lib"
|
|
10
10
|
require "jdbc/hsqldb"
|
11
11
|
begin
|
12
12
|
require 'hoe'
|
13
|
-
Hoe.
|
13
|
+
Hoe.plugin :gemcutter
|
14
|
+
Hoe.spec("jdbc-hsqldb") do |p|
|
15
|
+
version = Jdbc::HSQLDB::VERSION
|
16
|
+
version += '.' + ENV['DRIVER_REV'] if ENV['DRIVER_REV']
|
17
|
+
p.version = version
|
14
18
|
p.rubyforge_name = "jruby-extras"
|
15
19
|
p.url = "http://jruby-extras.rubyforge.org/ActiveRecord-JDBC"
|
16
20
|
p.author = "Nick Sieger, Ola Bini and JRuby contributors"
|
Binary file
|
data/lib/jdbc/hsqldb.rb
CHANGED
metadata
CHANGED
@@ -1,55 +1,87 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.4
|
3
|
-
specification_version: 1
|
4
2
|
name: jdbc-hsqldb
|
5
3
|
version: !ruby/object:Gem::Version
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
-
|
11
|
-
|
12
|
-
|
13
|
-
rubyforge_project: jruby-extras
|
14
|
-
description: Install this gem and require 'hsqldb' within JRuby to load the driver.
|
15
|
-
autorequire:
|
16
|
-
default_executable:
|
17
|
-
bindir: bin
|
18
|
-
has_rdoc: true
|
19
|
-
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
-
requirements:
|
21
|
-
- - ">"
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: 0.0.0
|
24
|
-
version:
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 1
|
7
|
+
- 8
|
8
|
+
- 1
|
9
|
+
- 3
|
10
|
+
version: 1.8.1.3
|
25
11
|
platform: ruby
|
26
|
-
signing_key:
|
27
|
-
cert_chain:
|
28
|
-
post_install_message:
|
29
12
|
authors:
|
30
|
-
- Nick Sieger, Ola Bini and JRuby contributors
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
- README.txt
|
35
|
-
- LICENSE.txt
|
36
|
-
- lib/hsqldb-1.8.0.7.jar
|
37
|
-
- lib/jdbc
|
38
|
-
- lib/jdbc/hsqldb.rb
|
39
|
-
test_files: []
|
13
|
+
- Nick Sieger, Ola Bini and JRuby contributors
|
14
|
+
autorequire:
|
15
|
+
bindir: bin
|
16
|
+
cert_chain: []
|
40
17
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
18
|
+
date: 2010-12-06 00:00:00 -06:00
|
19
|
+
default_executable:
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
22
|
+
name: rubyforge
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
segments:
|
30
|
+
- 2
|
31
|
+
- 0
|
32
|
+
- 4
|
33
|
+
version: 2.0.4
|
34
|
+
type: :development
|
35
|
+
version_requirements: *id001
|
36
|
+
description: Install this gem and require 'hsqldb' within JRuby to load the driver.
|
37
|
+
email: nick@nicksieger.com, ola.bini@gmail.com
|
48
38
|
executables: []
|
49
39
|
|
50
40
|
extensions: []
|
51
41
|
|
42
|
+
extra_rdoc_files:
|
43
|
+
- Manifest.txt
|
44
|
+
- README.txt
|
45
|
+
- LICENSE.txt
|
46
|
+
files:
|
47
|
+
- Manifest.txt
|
48
|
+
- Rakefile
|
49
|
+
- README.txt
|
50
|
+
- LICENSE.txt
|
51
|
+
- lib/hsqldb-1.8.1.3.jar
|
52
|
+
- lib/jdbc/hsqldb.rb
|
53
|
+
has_rdoc: true
|
54
|
+
homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
|
55
|
+
licenses: []
|
56
|
+
|
57
|
+
post_install_message:
|
58
|
+
rdoc_options:
|
59
|
+
- --main
|
60
|
+
- README.txt
|
61
|
+
require_paths:
|
62
|
+
- lib
|
63
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
64
|
+
none: false
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
segments:
|
69
|
+
- 0
|
70
|
+
version: "0"
|
71
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
72
|
+
none: false
|
73
|
+
requirements:
|
74
|
+
- - ">="
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
segments:
|
77
|
+
- 0
|
78
|
+
version: "0"
|
52
79
|
requirements: []
|
53
80
|
|
54
|
-
|
81
|
+
rubyforge_project: jruby-extras
|
82
|
+
rubygems_version: 1.3.7
|
83
|
+
signing_key:
|
84
|
+
specification_version: 3
|
85
|
+
summary: HSQLDB JDBC driver for Java and HSQLDB/ActiveRecord-JDBC.
|
86
|
+
test_files: []
|
55
87
|
|
data/lib/hsqldb-1.8.0.7.jar
DELETED
Binary file
|