fb 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.4
5
+ platform: ruby
6
+ authors: []
7
+
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2007-12-13 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: rowland@rowlandresearch.com
18
+ executables: []
19
+
20
+ extensions:
21
+ - extconf.rb
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - extconf.rb
26
+ - fb.c
27
+ - README
28
+ - test/ConnectionTestCases.rb
29
+ - test/CursorTestCases.rb
30
+ - test/DatabaseTestCases.rb
31
+ - test/DataTypesTestCases.rb
32
+ - test/FbTestCases.rb
33
+ - test/FbTestSuite.rb
34
+ - test/TransactionTestCases.rb
35
+ has_rdoc: true
36
+ homepage: http://www.rowlandresearch.com/ruby/
37
+ post_install_message:
38
+ rdoc_options:
39
+ - --title
40
+ - Fb -- Ruby Firebird Extension
41
+ - --main
42
+ - README
43
+ - -x
44
+ - test
45
+ require_paths:
46
+ - .
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: "0"
52
+ version:
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ requirements:
60
+ - Firebird client library fbclient.dll
61
+ rubyforge_project: fblib
62
+ rubygems_version: 0.9.5
63
+ signing_key:
64
+ specification_version: 2
65
+ summary: Firebird and Interbase driver
66
+ test_files:
67
+ - test/FbTestSuite.rb