ruby-frontbase 1.0.0

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.
Files changed (4) hide show
  1. data/README +88 -0
  2. data/extconf.rb +9 -0
  3. data/frontbase.c +1471 -0
  4. metadata +49 -0
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: ruby-frontbase
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.0.0
7
+ date: 2006-04-28 00:00:00 -04:00
8
+ summary: FrontBase Ruby binding.
9
+ require_paths:
10
+ - lib
11
+ email: mlaster@metavillage.com
12
+ homepage: http://rubyforge.org/projects/frontbase-rails
13
+ rubyforge_project: frontbase-rails
14
+ description: Ruby bindings for the FrontBase database server (http://www.frontbase.com).
15
+ autorequire: frontbase
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Cail Borrell
30
+ - Mike Laster
31
+ files:
32
+ - README
33
+ - extconf.rb
34
+ - frontbase.c
35
+ test_files: []
36
+
37
+ rdoc_options: []
38
+
39
+ extra_rdoc_files: []
40
+
41
+ executables: []
42
+
43
+ extensions:
44
+ - extconf.rb
45
+ requirements:
46
+ - A C compiler.
47
+ - FrontBase 4.x
48
+ dependencies: []
49
+