ruby-mdbx/lib/mdbx.rb
mahlon@martini.nu 07cda417c8 Bump version and cleanup for release.
FossilOrigin-Name: 5f0e4ea2518c222d3052ffd46f8b5a3a94c7139bce9bf47895a8ca0d632c9507
2021-03-14 23:30:09 +00:00

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.1.0'
end # module MDBX