jdbc-jtds 1.2.7 → 1.2.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jdbc/jtds.rb +2 -2
- data/lib/{jtds-1.2.7.jar → jtds-1.2.8.jar} +0 -0
- metadata +42 -36
data/lib/jdbc/jtds.rb
CHANGED
@@ -2,7 +2,7 @@ warn "Jdbc-JTDS is only for use with JRuby" if (JRUBY_VERSION.nil? rescue true)
|
|
2
2
|
|
3
3
|
module Jdbc
|
4
4
|
module JTDS
|
5
|
-
DRIVER_VERSION = '1.2.
|
5
|
+
DRIVER_VERSION = '1.2.8'
|
6
6
|
VERSION = DRIVER_VERSION
|
7
7
|
|
8
8
|
def self.driver_jar
|
@@ -18,7 +18,7 @@ module Jdbc
|
|
18
18
|
end
|
19
19
|
|
20
20
|
if defined?(JRUBY_VERSION) && # enable backwards-compat behavior :
|
21
|
-
( Java::JavaLang::Boolean.get_boolean("jdbc.driver.autoload") ||
|
21
|
+
( Java::JavaLang::Boolean.get_boolean("jdbc.driver.autoload") ||
|
22
22
|
Java::JavaLang::Boolean.get_boolean("jdbc.jtds.autoload") )
|
23
23
|
warn "autoloading JDBC driver on require 'jdbc/jtds'" if $VERBOSE
|
24
24
|
load_driver :require
|
Binary file
|
metadata
CHANGED
@@ -1,56 +1,62 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: jdbc-jtds
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 1.2.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: 1.2.8
|
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-08-24 00:00:00 Z
|
13
14
|
dependencies: []
|
15
|
+
|
14
16
|
description: Install this gem `require 'jdbc/jtds'` and invoke `Jdbc::JDTS.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/jtds-1.2.8.jar
|
29
|
+
- lib/jdbc/jtds.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: jTDS JDBC driver for JRuby and JTDS/ActiveRecord-JDBC (activerecord-jdbcmssql-adapter).
|
56
61
|
test_files: []
|
62
|
+
|