- Fix some C rdoc so it is parsed correctly. - Fill out transaction testing. - Populate docs for DB options. FossilOrigin-Name: f54dbfacf2dda100a116fdcc856ca5231e249f23238ca9d4355618e3a380a8f8
16 lines
210 B
Ruby
16 lines
210 B
Ruby
# -*- ruby -*-
|
|
# vim: set nosta noet ts=4 sw=4 ft=ruby:
|
|
# encoding: utf-8
|
|
|
|
require 'mdbx_ext'
|
|
|
|
|
|
# Top level namespace for MDBX.
|
|
#
|
|
module MDBX
|
|
|
|
# The version of this gem.
|
|
VERSION = '0.0.1'
|
|
|
|
end # module MDBX
|
|
|