Update to sixfish for docs. Add a gem badge to the readme.

FossilOrigin-Name: 598b833431986b476da81ad0ffefdf96e976c33d3dafced8fdd5f3e88018c98d
This commit is contained in:
Mahlon E. Smith 2022-12-22 01:29:43 +00:00
parent b7ce0bbaab
commit 07ab25d126
3 changed files with 4 additions and 1 deletions

View file

@ -15,6 +15,8 @@ github mirror
This is a Ruby (MRI) binding for the libmdbx database library. This is a Ruby (MRI) binding for the libmdbx database library.
[![Gem Version](https://badge.fury.io/rb/mdbx.svg)](https://badge.fury.io/rb/mdbx)
libmdbx is an extremely fast, compact, powerful, embedded, transactional libmdbx is an extremely fast, compact, powerful, embedded, transactional
key-value database, with a permissive license. libmdbx has a specific set key-value database, with a permissive license. libmdbx has a specific set
of properties and capabilities, focused on creating unique lightweight of properties and capabilities, focused on creating unique lightweight

View file

@ -19,5 +19,6 @@ Rake::DevEiate.setup( 'mdbx' ) do |project|
focused on creating unique lightweight solutions. focused on creating unique lightweight solutions.
END_DESC END_DESC
project.authors = [ 'Mahlon E. Smith <mahlon@martini.nu>' ] project.authors = [ 'Mahlon E. Smith <mahlon@martini.nu>' ]
project.rdoc_generator = :sixfish
end end

View file

@ -7,7 +7,7 @@ group( :development ) do
gem 'rake', '~> 13.0' gem 'rake', '~> 13.0'
gem 'rake-compiler', '~> 1.1' gem 'rake-compiler', '~> 1.1'
gem 'rake-deveiate', '~> 0.15', '>= 0.15.1' gem 'rake-deveiate', '~> 0.15', '>= 0.15.1'
gem 'rdoc-generator-fivefish', '~> 0.4' gem 'rdoc-generator-sixfish', '~> 0.2'
gem 'rspec', '~> 3.9' gem 'rspec', '~> 3.9'
gem 'rubocop', '~> 0.93' gem 'rubocop', '~> 0.93'
gem 'simplecov', '~> 0.12' gem 'simplecov', '~> 0.12'