Initial layout/commit.
FossilOrigin-Name: 5ccedce83232d9c4f5341866293f884fde8bcc9c1df2ea7407740d2d984fae9b
This commit is contained in:
commit
6a7bfb722f
17 changed files with 305 additions and 0 deletions
18
lib/mdbx.rb
Normal file
18
lib/mdbx.rb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# -*- 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue