activerecord-jdbcmssql-adapter 1.3.13 → 1.3.14
Sign up to get free protection for your applications and to get access to all the features.
- metadata +74 -69
- checksums.yaml +0 -7
metadata
CHANGED
@@ -1,82 +1,87 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-jdbcmssql-adapter
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: 1.3.14
|
5
6
|
platform: ruby
|
6
|
-
authors:
|
7
|
-
- Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors
|
8
|
-
autorequire:
|
7
|
+
authors:
|
8
|
+
- Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors
|
9
|
+
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
description:
|
42
|
-
email:
|
43
|
-
- nick@nicksieger.com
|
44
|
-
- ola.bini@gmail.com
|
45
|
-
- self@kares.org
|
12
|
+
|
13
|
+
date: 2015-01-28 00:00:00 Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: activerecord-jdbc-adapter
|
17
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
|
+
requirements:
|
20
|
+
- - ~>
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 1.3.14
|
23
|
+
requirement: *id001
|
24
|
+
prerelease: false
|
25
|
+
type: :runtime
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: jdbc-jtds
|
28
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
29
|
+
none: false
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 1.2.7
|
34
|
+
requirement: *id002
|
35
|
+
prerelease: false
|
36
|
+
type: :runtime
|
37
|
+
description:
|
38
|
+
email:
|
39
|
+
- nick@nicksieger.com
|
40
|
+
- ola.bini@gmail.com
|
41
|
+
- self@kares.org
|
46
42
|
executables: []
|
43
|
+
|
47
44
|
extensions: []
|
45
|
+
|
48
46
|
extra_rdoc_files: []
|
49
|
-
|
50
|
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
- lib/
|
47
|
+
|
48
|
+
files:
|
49
|
+
- History.txt
|
50
|
+
- LICENSE.txt
|
51
|
+
- README.rdoc
|
52
|
+
- Rakefile
|
53
|
+
- activerecord-jdbcmssql-adapter.gemspec
|
54
|
+
- lib/active_record/connection_adapters/jdbcmssql_adapter.rb
|
55
|
+
- lib/activerecord-jdbcmssql-adapter.rb
|
57
56
|
homepage: https://github.com/jruby/activerecord-jdbc-adapter
|
58
|
-
licenses:
|
59
|
-
- BSD
|
60
|
-
|
61
|
-
post_install_message:
|
57
|
+
licenses:
|
58
|
+
- BSD
|
59
|
+
post_install_message:
|
62
60
|
rdoc_options: []
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
61
|
+
|
62
|
+
require_paths:
|
63
|
+
- lib
|
64
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
66
|
+
requirements:
|
67
|
+
- - ">="
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
hash: 2
|
70
|
+
segments:
|
71
|
+
- 0
|
72
|
+
version: "0"
|
73
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
75
|
+
requirements:
|
76
|
+
- - ">="
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: "0"
|
75
79
|
requirements: []
|
80
|
+
|
76
81
|
rubyforge_project: jruby-extras
|
77
|
-
rubygems_version:
|
78
|
-
signing_key:
|
79
|
-
specification_version:
|
82
|
+
rubygems_version: 1.8.24
|
83
|
+
signing_key:
|
84
|
+
specification_version: 3
|
80
85
|
summary: MS_SQL JDBC adapter for JRuby on Rails.
|
81
86
|
test_files: []
|
82
|
-
|
87
|
+
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 92e0293030b10c1402167e1a0bb2fb41b38630fb
|
4
|
-
data.tar.gz: a92f919aab1b8b0de89f523b964ea3903c5ad3da
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 9baf45e56114aaf4f6bc8f58d68afccbc8dad3a07fe8438e25c4aeb0f3f5006814ae795894cf0dd6691e9c61216489716c18cdcaed643b94d438836f4cc87446
|
7
|
-
data.tar.gz: 00d664fba9d38a39e67bad9671648a76396deab3fa857238f63f63d99f91fdbfe90e0d682f2fc011586c119c73165331f23b645439419685e2df7cfe15f631f0
|