sqlanywhere 0.1.0-i486-linux

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.
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: sqlanywhere
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2008-11-03 00:00:00 -05:00
8
+ summary: SQL Anywhere library for Ruby
9
+ require_paths:
10
+ - lib
11
+ email: eric.farrar@ianywhere.com
12
+ homepage: http://sqlanywhere.rubyforge.org
13
+ rubyforge_project: sqlanywhere
14
+ description: SQL Anywhere Driver for Ruby
15
+ autorequire: sqlanywhere
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.8.6
24
+ version:
25
+ platform: i486-linux
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Eric Farrar
31
+ files:
32
+ - test/test.sql
33
+ - test/sqlanywhere_test.rb
34
+ - LICENSE
35
+ - README
36
+ - CHANGELOG
37
+ - ext/sqlanywhere.c
38
+ - lib/sqlanywhere.so
39
+ test_files:
40
+ - test/sqlanywhere_test.rb
41
+ rdoc_options:
42
+ - --title
43
+ - SQL Anywhere Ruby Driver
44
+ - --main
45
+ - README
46
+ - --line-numbers
47
+ extra_rdoc_files:
48
+ - README
49
+ - CHANGELOG
50
+ - LICENSE
51
+ - ext/sqlanywhere.c
52
+ executables: []
53
+
54
+ extensions: []
55
+
56
+ requirements: []
57
+
58
+ dependencies: []
59
+