ruby-mdbx/lib/mdbx.rb
mahlon@laika.com 6a7bfb722f Initial layout/commit.
FossilOrigin-Name: 5ccedce83232d9c4f5341866293f884fde8bcc9c1df2ea7407740d2d984fae9b
2020-11-19 02:06:45 +00:00

18 lines
281 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.
# Note: the MDBX library version can be found in
# the 'LIBRARY_VERSION' constant.
VERSION = '0.0.1'
end