advantage 0.1.0-x86-mingw32 → 0.1.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/Makefile +17 -13
- data/ext/ace.h +6 -1
- 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.o +0 -0
- data/lib/advantage.so +0 -0
- metadata +5 -3
data/ext/dbcapi.o
ADDED
Binary file
|
data/lib/advantage.so
CHANGED
Binary file
|
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-mingw32
|
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
|
|
@@ -30,7 +30,9 @@ files:
|
|
30
30
|
- ext/advantage.c
|
31
31
|
- ext/advantage.o
|
32
32
|
- ext/advantage.so
|
33
|
+
- ext/dbcapi.cpp
|
33
34
|
- ext/dbcapi.h
|
35
|
+
- ext/dbcapi.o
|
34
36
|
- ext/extconf.rb
|
35
37
|
- ext/Makefile
|
36
38
|
- lib/advantage.so
|
@@ -64,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
66
|
version: '0'
|
65
67
|
requirements: []
|
66
68
|
rubyforge_project:
|
67
|
-
rubygems_version: 1.8.
|
69
|
+
rubygems_version: 1.8.24
|
68
70
|
signing_key:
|
69
71
|
specification_version: 3
|
70
72
|
summary: Advantage library for Ruby
|