ruby-mdbx/lib/mdbx.rb

21 lines
328 B
Ruby
Raw Normal View History

# -*- 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.
#
# Note: the MDBX library version this gem was built
# against can be found in the 'LIBRARY_VERSION' constant.
#
VERSION = '0.0.1'
end # module MDBX