jdbc-h2 1.0.63 → 1.1.107

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt CHANGED
@@ -2,6 +2,6 @@ Manifest.txt
2
2
  Rakefile
3
3
  README.txt
4
4
  LICENSE.txt
5
- lib/h2-1.0.63.jar
5
+ lib/h2-1.1.107.jar
6
6
  lib/jdbc
7
7
  lib/jdbc/h2.rb
Binary file
data/lib/jdbc/h2.rb CHANGED
@@ -1,10 +1,10 @@
1
1
  module Jdbc
2
2
  module H2
3
- VERSION = "1.0.63"
3
+ VERSION = "1.1.107"
4
4
  end
5
5
  end
6
6
  if RUBY_PLATFORM =~ /java/
7
7
  require "h2-#{Jdbc::H2::VERSION}.jar"
8
8
  else
9
9
  warn "jdbc-h2 is only for use with JRuby"
10
- end
10
+ end
metadata CHANGED
@@ -1,55 +1,62 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.4
3
- specification_version: 1
4
2
  name: jdbc-h2
5
3
  version: !ruby/object:Gem::Version
6
- version: 1.0.63
7
- date: 2007-12-15 00:00:00 -06:00
8
- summary: H2 JDBC driver for Java and H2/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 'h2' 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
+ version: 1.1.107
25
5
  platform: ruby
26
- signing_key:
27
- cert_chain:
28
- post_install_message:
29
6
  authors:
30
7
  - Nick Sieger, Ola Bini and JRuby contributors
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-03-17 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Install this gem and require 'h2' within JRuby to load the driver.
17
+ email: nick@nicksieger.com, ola.bini@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - Manifest.txt
24
+ - README.txt
25
+ - LICENSE.txt
31
26
  files:
32
27
  - Manifest.txt
33
28
  - Rakefile
34
29
  - README.txt
35
30
  - LICENSE.txt
36
- - lib/h2-1.0.63.jar
31
+ - lib/h2-1.1.107.jar
37
32
  - lib/jdbc
38
33
  - lib/jdbc/h2.rb
39
- test_files: []
40
-
34
+ has_rdoc: true
35
+ homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
36
+ post_install_message:
41
37
  rdoc_options:
42
38
  - --main
43
39
  - README.txt
44
- extra_rdoc_files:
45
- - Manifest.txt
46
- - README.txt
47
- - LICENSE.txt
48
- executables: []
49
-
50
- extensions: []
51
-
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ version:
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ version:
52
54
  requirements: []
53
55
 
54
- dependencies: []
56
+ rubyforge_project: jruby-extras
57
+ rubygems_version: 1.3.1
58
+ signing_key:
59
+ specification_version: 2
60
+ summary: H2 JDBC driver for Java and H2/ActiveRecord-JDBC.
61
+ test_files: []
55
62
 
data/lib/h2-1.0.63.jar DELETED
Binary file