rdbxml 0.7 → 2.3.10
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -1
- data/ext/dbxml_wrap.cc +30866 -0
- metadata +2 -1
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rdbxml
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version:
|
6
|
+
version: 2.3.10
|
7
7
|
date: 2007-09-30 00:00:00 -07:00
|
8
8
|
summary: Provides wrappers for the BDB XML C++ APIs, plus pure Ruby extensions
|
9
9
|
require_paths:
|
@@ -41,6 +41,7 @@ files:
|
|
41
41
|
- ext/dbxml.i
|
42
42
|
- ext/db.i
|
43
43
|
- ext/dbxml_ruby.i
|
44
|
+
- ext/dbxml_wrap.cc
|
44
45
|
- test/test_db.rb
|
45
46
|
- test/test_rdbxml.rb
|
46
47
|
- test/test_dbxml.rb
|