jdbc-derby 10.4.2.0 → 10.5.3.0

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/derby-10.4.2.0.jar
5
+ lib/derby-10.5.3.0.jar
6
6
  lib/jdbc
7
7
  lib/jdbc/derby.rb
Binary file
data/lib/jdbc/derby.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module Derby
3
- VERSION = "10.4.2.0"
3
+ VERSION = "10.5.3.0"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-derby
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.4.2.0
4
+ version: 10.5.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sieger, Ola Bini and JRuby contributors
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-17 00:00:00 -05:00
12
+ date: 2009-10-02 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -28,11 +28,12 @@ files:
28
28
  - Rakefile
29
29
  - README.txt
30
30
  - LICENSE.txt
31
- - lib/derby-10.4.2.0.jar
32
- - lib/jdbc
31
+ - lib/derby-10.5.3.0.jar
33
32
  - lib/jdbc/derby.rb
34
33
  has_rdoc: true
35
34
  homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
35
+ licenses: []
36
+
36
37
  post_install_message:
37
38
  rdoc_options:
38
39
  - --main
@@ -54,9 +55,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
55
  requirements: []
55
56
 
56
57
  rubyforge_project: jruby-extras
57
- rubygems_version: 1.3.1
58
+ rubygems_version: 1.3.5
58
59
  signing_key:
59
- specification_version: 2
60
+ specification_version: 3
60
61
  summary: Derby/JavaDB JDBC driver for Java and Derby/ActiveRecord-JDBC.
61
62
  test_files: []
62
63
 
Binary file