activerecord-netezza-adapter 0.1-java → 0.1.1-java
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.
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
|
|
|
5
5
|
gem.authors = ["Robb Kidd"]
|
|
6
6
|
gem.email = ["robb@thekidds.org"]
|
|
7
7
|
gem.summary = %q{ActiveRecord JDBC adapter for Netezza}
|
|
8
|
-
gem.description = %q{ActiveRecord adapter for Netezza.
|
|
8
|
+
gem.description = %q{ActiveRecord adapter for Netezza. For use with JRuby.
|
|
9
9
|
Requires a separate Netezza JDBC driver.}
|
|
10
10
|
gem.homepage = "http://github.com/robbkidd/activerecord-netezza-adapter"
|
|
11
11
|
|
metadata
CHANGED
|
@@ -1,76 +1,72 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-netezza-adapter
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.1
|
|
4
5
|
prerelease:
|
|
5
|
-
version: "0.1"
|
|
6
6
|
platform: java
|
|
7
|
-
authors:
|
|
8
|
-
|
|
7
|
+
authors:
|
|
8
|
+
- Robb Kidd
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
12
|
+
date: 2012-08-09 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: activerecord-jdbc-adapter
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 1.0.0
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: 1.0.0
|
|
30
|
+
description: ! "ActiveRecord adapter for Netezza. For use with JRuby.\n Requires
|
|
31
|
+
a separate Netezza JDBC driver."
|
|
32
|
+
email:
|
|
33
|
+
- robb@thekidds.org
|
|
31
34
|
executables: []
|
|
32
|
-
|
|
33
35
|
extensions: []
|
|
34
|
-
|
|
35
36
|
extra_rdoc_files: []
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
- lib/arjdbc/discover.rb
|
|
37
|
+
files:
|
|
38
|
+
- LICENSE
|
|
39
|
+
- README.md
|
|
40
|
+
- Rakefile
|
|
41
|
+
- activerecord-netezza-adapter.gemspec
|
|
42
|
+
- lib/active_record/connection_adapters/netezza_adapter.rb
|
|
43
|
+
- lib/activerecord-netezza-adapter.rb
|
|
44
|
+
- lib/arjdbc/netezza.rb
|
|
45
|
+
- lib/arjdbc/netezza/adapter.rb
|
|
46
|
+
- lib/arjdbc/netezza/connection_methods.rb
|
|
47
|
+
- lib/arjdbc/discover.rb
|
|
48
48
|
homepage: http://github.com/robbkidd/activerecord-netezza-adapter
|
|
49
49
|
licenses: []
|
|
50
|
-
|
|
51
50
|
post_install_message:
|
|
52
51
|
rdoc_options: []
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
|
+
require_paths:
|
|
53
|
+
- lib
|
|
54
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
57
55
|
none: false
|
|
58
|
-
requirements:
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
|
+
requirements:
|
|
57
|
+
- - ! '>='
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '0'
|
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
61
|
none: false
|
|
64
|
-
requirements:
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
62
|
+
requirements:
|
|
63
|
+
- - ! '>='
|
|
64
|
+
- !ruby/object:Gem::Version
|
|
65
|
+
version: '0'
|
|
68
66
|
requirements: []
|
|
69
|
-
|
|
70
67
|
rubyforge_project:
|
|
71
68
|
rubygems_version: 1.8.24
|
|
72
69
|
signing_key:
|
|
73
70
|
specification_version: 3
|
|
74
71
|
summary: ActiveRecord JDBC adapter for Netezza
|
|
75
72
|
test_files: []
|
|
76
|
-
|