jdbc-derby 10.8.3.0 → 10.9.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/jdbc/derby.rb CHANGED
@@ -2,7 +2,7 @@ warn "Jdbc-Derby is only for use with JRuby" if (JRUBY_VERSION.nil? rescue true)
2
2
 
3
3
  module Jdbc
4
4
  module Derby
5
- DRIVER_VERSION = "10.8.3.0"
5
+ DRIVER_VERSION = "10.9.1.0"
6
6
  VERSION = DRIVER_VERSION + ''
7
7
 
8
8
  def self.driver_jar
metadata CHANGED
@@ -1,56 +1,62 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: jdbc-derby
3
- version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 10.8.3.0
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 10.9.1.0
6
6
  platform: ruby
7
- authors:
8
- - Nick Sieger, Ola Bini and JRuby contributors
9
- autorequire:
7
+ authors:
8
+ - Nick Sieger, Ola Bini and JRuby contributors
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-23 00:00:00.000000000 Z
12
+
13
+ date: 2013-03-13 00:00:00 Z
13
14
  dependencies: []
15
+
14
16
  description: Install this gem `require 'jdbc/derby'` and invoke `Jdbc::Derby.load_driver` within JRuby to load the driver.
15
17
  email: nick@nicksieger.com, ola.bini@gmail.com
16
18
  executables: []
19
+
17
20
  extensions: []
21
+
18
22
  extra_rdoc_files: []
19
- files:
20
- - Rakefile
21
- - README.md
22
- - LICENSE.txt
23
- - lib/derby-10.8.3.0.jar
24
- - lib/jdbc/derby.rb
23
+
24
+ files:
25
+ - Rakefile
26
+ - README.md
27
+ - LICENSE.txt
28
+ - lib/derby-10.9.1.0.jar
29
+ - lib/jdbc/derby.rb
25
30
  homepage: https://github.com/jruby/activerecord-jdbc-adapter
26
31
  licenses: []
27
- post_install_message:
28
- rdoc_options:
29
- - "--main"
30
- - README.md
31
- require_paths:
32
- - lib
33
- required_ruby_version: !ruby/object:Gem::Requirement
34
- requirements:
35
- - - ">="
36
- - !ruby/object:Gem::Version
37
- segments:
38
- - 0
39
- hash: 2
40
- version: !binary |-
41
- MA==
32
+
33
+ post_install_message:
34
+ rdoc_options:
35
+ - --main
36
+ - README.md
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
42
40
  none: false
43
- required_rubygems_version: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: !binary |-
48
- MA==
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ hash: 2
45
+ segments:
46
+ - 0
47
+ version: "0"
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  none: false
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
50
54
  requirements: []
55
+
51
56
  rubyforge_project: jruby-extras
52
57
  rubygems_version: 1.8.24
53
- signing_key:
58
+ signing_key:
54
59
  specification_version: 3
55
60
  summary: Derby/JavaDB JDBC driver for JRuby and Derby/ActiveRecord-JDBC (activerecord-jdbcderby-adapter).
56
61
  test_files: []
62
+