jdbc-derby 10.8.3.0 → 10.9.1.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/lib/{derby-10.8.3.0.jar → derby-10.9.1.0.jar} +0 -0
- data/lib/jdbc/derby.rb +1 -1
- metadata +42 -36
|
Binary file
|
data/lib/jdbc/derby.rb
CHANGED
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.
|
|
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
|
-
|
|
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
|
-
|
|
20
|
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
- lib/
|
|
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
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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
|
+
|