jdbc-derby 10.2.2.0 → 10.3.2.1

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/derby-10.2.2.0.jar
5
+ lib/derby-10.3.2.1.jar
6
6
  lib/jdbc
7
7
  lib/jdbc/derby.rb
Binary file
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module Derby
3
- VERSION = "10.2.2.0"
3
+ VERSION = "10.3.2.1"
4
4
  end
5
5
  end
6
6
 
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-derby
5
3
  version: !ruby/object:Gem::Version
6
- version: 10.2.2.0
7
- date: 2007-11-05 00:00:00 -06:00
8
- summary: Derby/JavaDB JDBC driver for Java and Derby/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 'derby' 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: 10.3.2.1
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: 2008-03-01 00:00:00 -06:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Install this gem and require 'derby' 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/derby-10.2.2.0.jar
31
+ - lib/derby-10.3.2.1.jar
37
32
  - lib/jdbc
38
33
  - lib/jdbc/derby.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.0.1
58
+ signing_key:
59
+ specification_version: 2
60
+ summary: Derby/JavaDB JDBC driver for Java and Derby/ActiveRecord-JDBC.
61
+ test_files: []
55
62
 
Binary file