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.
@@ -2,6 +2,6 @@ Manifest.txt
2
2
  Rakefile
3
3
  README.txt
4
4
  LICENSE.txt
5
- lib/hsqldb-1.8.0.7.jar
5
+ lib/hsqldb-1.8.1.3.jar
6
6
  lib/jdbc
7
7
  lib/jdbc/hsqldb.rb
data/README.txt CHANGED
@@ -1,4 +1,12 @@
1
- This is a HSQLDB JDBC driver gem for JRuby. Use
1
+ = jdbc-hsqldb
2
+
3
+ * http://jruby-extras.rubyforge.org/activerecord-jdbc-adapter/
4
+
5
+ == DESCRIPTION:
6
+
7
+ This is a HSQLDB JDBC driver gem for JRuby.
8
+
9
+ Use
2
10
 
3
11
  require 'jdbc/hsqldb'
4
12
 
data/Rakefile CHANGED
@@ -10,7 +10,11 @@ $LOAD_PATH << "lib"
10
10
  require "jdbc/hsqldb"
11
11
  begin
12
12
  require 'hoe'
13
- Hoe.new("jdbc-hsqldb", Jdbc::HSQLDB::VERSION) do |p|
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
@@ -1,10 +1,10 @@
1
1
  module Jdbc
2
2
  module HSQLDB
3
- VERSION = "1.8.0.7"
3
+ VERSION = "1.8.1.3"
4
4
  end
5
5
  end
6
6
  if RUBY_PLATFORM =~ /java/
7
7
  require "hsqldb-#{Jdbc::HSQLDB::VERSION}.jar"
8
8
  else
9
9
  warn "jdbc-hsqldb is only for use with JRuby"
10
- end
10
+ end
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
- version: 1.8.0.7
7
- date: 2007-11-05 00:00:00 -06:00
8
- summary: HSQLDB JDBC driver for Java and HSQLDB/ActiveRecord-JDBC.
9
- require_paths:
10
- - lib
11
- email: nick@nicksieger.com, ola.bini@gmail.com
12
- homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
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
- files:
32
- - Manifest.txt
33
- - Rakefile
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
- rdoc_options:
42
- - --main
43
- - README.txt
44
- extra_rdoc_files:
45
- - Manifest.txt
46
- - README.txt
47
- - LICENSE.txt
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
- dependencies: []
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
 
Binary file