FossilOrigin-Name: 9e5a9243d16f72bb1bf205b0e863537ef75d29de31d7171ceee1b13aa5ba5625
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.2.1'
|
|
|
|
end # module MDBX
|
|
|