advantage 0.1.0-x86-linux → 0.1.1-x86-linux
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +0 -0
- data/README +0 -0
- data/Rakefile +0 -0
- data/ext/Makefile +25 -21
- data/ext/ace.h +6 -1
- data/ext/adscapidll.c +0 -0
- data/ext/adscapidll.h +0 -0
- data/ext/adscapidll.o +0 -0
- data/ext/advantage.c +926 -882
- data/ext/advantage.o +0 -0
- data/ext/advantage.so +0 -0
- data/ext/dbcapi.cpp +1780 -0
- data/ext/dbcapi.h +0 -0
- data/ext/dbcapi.o +0 -0
- data/ext/extconf.rb +0 -0
- data/lib/advantage.so +0 -0
- data/test/advantage_test.rb +0 -0
- data/test/test.sql +0 -0
- metadata +11 -9
data/ext/dbcapi.h
CHANGED
File without changes
|
data/ext/dbcapi.o
ADDED
Binary file
|
data/ext/extconf.rb
CHANGED
File without changes
|
data/lib/advantage.so
CHANGED
Binary file
|
data/test/advantage_test.rb
CHANGED
File without changes
|
data/test/test.sql
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: advantage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: x86-linux
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-12-19 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! ' Advantage Driver for Ruby
|
15
15
|
|
@@ -22,19 +22,21 @@ extra_rdoc_files:
|
|
22
22
|
- LICENSE
|
23
23
|
- ext/advantage.c
|
24
24
|
files:
|
25
|
-
- ext/
|
26
|
-
- ext/advantage.o
|
25
|
+
- ext/dbcapi.o
|
27
26
|
- ext/dbcapi.h
|
28
27
|
- ext/advantage.so
|
29
28
|
- ext/adscapidll.o
|
30
|
-
- ext/advantage.c
|
31
|
-
- ext/adscapidll.h
|
32
29
|
- ext/extconf.rb
|
33
|
-
- ext/
|
30
|
+
- ext/ace.h
|
31
|
+
- ext/dbcapi.cpp
|
34
32
|
- ext/Makefile
|
33
|
+
- ext/advantage.o
|
34
|
+
- ext/adscapidll.c
|
35
|
+
- ext/adscapidll.h
|
36
|
+
- ext/advantage.c
|
35
37
|
- lib/advantage.so
|
36
|
-
- test/advantage_test.rb
|
37
38
|
- test/test.sql
|
39
|
+
- test/advantage_test.rb
|
38
40
|
- LICENSE
|
39
41
|
- README
|
40
42
|
- Rakefile
|
@@ -63,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
65
|
version: '0'
|
64
66
|
requirements: []
|
65
67
|
rubyforge_project:
|
66
|
-
rubygems_version: 1.8.
|
68
|
+
rubygems_version: 1.8.24
|
67
69
|
signing_key:
|
68
70
|
specification_version: 3
|
69
71
|
summary: Advantage library for Ruby
|