jfb 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jfb/jfb.rb +1 -1
- data/lib/jfb/version.rb +4 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90fb8bbb7f234d5b06438c6551461e27565e88ba
|
4
|
+
data.tar.gz: 0fa09b51af00dc201a162d07678c38dbf8b85b02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 340cd01f69dca959b7e935e1bb59d38b58274db4ad51c7e74cee6151bc0b14473a30a9b7b375bd0dce0782546ed968c579b012e40590785beb5aa9545c51f180
|
7
|
+
data.tar.gz: 42d7d23067bb4d852b0c5fb4b5ed897e5bf911417af9a40840e02fa7ade369b7ccf44269833fb63cc8211057124152b15402dfeb5b443283fd85100b960a5a29
|
data/lib/jfb/jfb.rb
CHANGED
data/lib/jfb/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
module Jfb
|
2
|
-
VERSION = "0.2.
|
2
|
+
VERSION = "0.2.4"
|
3
3
|
|
4
4
|
#Version 0.1.0
|
5
5
|
# Creates proper interface with jdbc
|
@@ -20,4 +20,7 @@ module Jfb
|
|
20
20
|
# Adds jaybird version 2.2.10 to gem
|
21
21
|
# Makes connection idependent from standard java.sql, as to prevent 'no suitable driver' related errors
|
22
22
|
# Better handling and detection plausible connections
|
23
|
+
|
24
|
+
#Version 0.2.4
|
25
|
+
# Fixup at the require of the jarfile
|
23
26
|
end
|