jdbc-derby 10.3.2.1 → 10.4.2.0

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 CHANGED
@@ -2,6 +2,6 @@ Manifest.txt
2
2
  Rakefile
3
3
  README.txt
4
4
  LICENSE.txt
5
- lib/derby-10.3.2.1.jar
5
+ lib/derby-10.4.2.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.3.2.1"
3
+ VERSION = "10.4.2.0"
4
4
  end
5
5
  end
6
6
 
@@ -8,4 +8,4 @@ if RUBY_PLATFORM =~ /java/
8
8
  require "derby-#{Jdbc::Derby::VERSION}.jar"
9
9
  else
10
10
  warn "jdbc-derby is only for use with JRuby"
11
- end
11
+ end
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.3.2.1
4
+ version: 10.4.2.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: 2008-03-01 00:00:00 -06:00
12
+ date: 2009-03-17 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -28,7 +28,7 @@ files:
28
28
  - Rakefile
29
29
  - README.txt
30
30
  - LICENSE.txt
31
- - lib/derby-10.3.2.1.jar
31
+ - lib/derby-10.4.2.0.jar
32
32
  - lib/jdbc
33
33
  - lib/jdbc/derby.rb
34
34
  has_rdoc: true
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements: []
55
55
 
56
56
  rubyforge_project: jruby-extras
57
- rubygems_version: 1.0.1
57
+ rubygems_version: 1.3.1
58
58
  signing_key:
59
59
  specification_version: 2
60
60
  summary: Derby/JavaDB JDBC driver for Java and Derby/ActiveRecord-JDBC.
Binary file