fb_adapter 0.5.9 → 0.5.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,8 +18,7 @@ module ActiveRecord
|
|
18
18
|
begin
|
19
19
|
connection = db.connect
|
20
20
|
rescue
|
21
|
-
|
22
|
-
pp config
|
21
|
+
require_library_or_gem 'pp'; pp config
|
23
22
|
connection = config[:create] ? db.create.connect : (raise ConnectionNotEstablished, "No Firebird connections established.")
|
24
23
|
end
|
25
24
|
ConnectionAdapters::FbAdapter.new(connection, logger, config)
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fb_adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 31
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 5
|
8
|
-
-
|
9
|
-
version: 0.5.
|
9
|
+
- 10
|
10
|
+
version: 0.5.10
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Brent Rowland
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-
|
18
|
+
date: 2010-12-09 00:00:00 -08:00
|
18
19
|
default_executable:
|
19
20
|
dependencies: []
|
20
21
|
|
@@ -28,7 +29,7 @@ extra_rdoc_files: []
|
|
28
29
|
|
29
30
|
files:
|
30
31
|
- lib/active_record/connection_adapters/fb_adapter.rb
|
31
|
-
has_rdoc:
|
32
|
+
has_rdoc: true
|
32
33
|
homepage: http://github.com/rowland/fb_adapter
|
33
34
|
licenses: []
|
34
35
|
|
@@ -38,23 +39,27 @@ rdoc_options: []
|
|
38
39
|
require_paths:
|
39
40
|
- lib
|
40
41
|
required_ruby_version: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
41
43
|
requirements:
|
42
44
|
- - ">="
|
43
45
|
- !ruby/object:Gem::Version
|
46
|
+
hash: 3
|
44
47
|
segments:
|
45
48
|
- 0
|
46
49
|
version: "0"
|
47
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
51
|
+
none: false
|
48
52
|
requirements:
|
49
53
|
- - ">="
|
50
54
|
- !ruby/object:Gem::Version
|
55
|
+
hash: 3
|
51
56
|
segments:
|
52
57
|
- 0
|
53
58
|
version: "0"
|
54
59
|
requirements:
|
55
60
|
- Firebird library fb
|
56
61
|
rubyforge_project: fblib
|
57
|
-
rubygems_version: 1.3.
|
62
|
+
rubygems_version: 1.3.7
|
58
63
|
signing_key:
|
59
64
|
specification_version: 3
|
60
65
|
summary: ActiveRecord Firebird Adapter
|