jdbc-firebird 2.2.3.1 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/{jaybird-2.2.3.jar → jaybird-2.2.4.jar} +0 -0
- data/lib/jdbc/firebird/version.rb +2 -2
- metadata +14 -15
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: c4bd3b0a94d2744617a9ea1ce819963739731312
|
4
|
+
data.tar.gz: 2442ffacd0ccd796e82af6917a40bf4032beb263
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 8856e116e7cf64b02fb49b8d25f85799adf116ef58f0e27215b504c04f8aa0ba8f51c8f13d2108c645390998276f12b0dfd0217f74271df648492314988e041f
|
7
|
+
data.tar.gz: b6b693821b3d4841e65b09964746a44718eb33731a44ea2de35a0110b2c49c785d249a2d2a22a2906fba4320126c99772fa11ce1dc261e76ddab3161450a48d2
|
Binary file
|
metadata
CHANGED
@@ -1,31 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jdbc-firebird
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 2.2.3.1
|
4
|
+
version: 2.2.4
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
|
-
- Karol Bucek
|
7
|
+
- Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-03-07 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: Install this gem `require 'jdbc/firebird'` and invoke `Jdbc::FireBird.load_driver` within JRuby to load the driver.
|
15
|
-
email:
|
14
|
+
email:
|
15
|
+
- nick@nicksieger.com
|
16
|
+
- ola.bini@gmail.com
|
17
|
+
- self@kares.org
|
16
18
|
executables: []
|
17
19
|
extensions: []
|
18
20
|
extra_rdoc_files: []
|
19
21
|
files:
|
20
|
-
- README.md
|
21
22
|
- LICENSE.txt
|
23
|
+
- README.md
|
22
24
|
- lib/antlr-runtime-3.4.jar
|
23
25
|
- lib/connector-api-1.5.jar
|
24
|
-
- lib/jaybird-2.2.
|
26
|
+
- lib/jaybird-2.2.4.jar
|
25
27
|
- lib/jdbc/firebird.rb
|
26
28
|
- lib/jdbc/firebird/version.rb
|
27
29
|
homepage: https://github.com/jruby/activerecord-jdbc-adapter
|
28
|
-
licenses:
|
30
|
+
licenses:
|
31
|
+
- LGPL
|
32
|
+
metadata: {}
|
29
33
|
post_install_message:
|
30
34
|
rdoc_options:
|
31
35
|
- --main
|
@@ -36,22 +40,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
36
40
|
requirements:
|
37
41
|
- - '>='
|
38
42
|
- !ruby/object:Gem::Version
|
39
|
-
segments:
|
40
|
-
- 0
|
41
|
-
hash: 2
|
42
43
|
version: '0'
|
43
|
-
none: false
|
44
44
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '>='
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
|
-
none: false
|
50
49
|
requirements: []
|
51
50
|
rubyforge_project:
|
52
|
-
rubygems_version:
|
51
|
+
rubygems_version: 2.2.2
|
53
52
|
signing_key:
|
54
|
-
specification_version:
|
53
|
+
specification_version: 4
|
55
54
|
summary: FireBird JDBC driver (a.k.a. JayBird) for JRuby and FireBird/ActiveRecord-JDBC.
|
56
55
|
test_files: []
|
57
56
|
has_rdoc:
|