From 07ab25d126a2c8233a7f783ec648a80019d5bedc Mon Sep 17 00:00:00 2001 From: mahlon Date: Thu, 22 Dec 2022 01:29:43 +0000 Subject: [PATCH] Update to sixfish for docs. Add a gem badge to the readme. FossilOrigin-Name: 598b833431986b476da81ad0ffefdf96e976c33d3dafced8fdd5f3e88018c98d --- README.md | 2 ++ Rakefile | 1 + gem.deps.rb | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd8659..935ed13 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ github mirror 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 key-value database, with a permissive license. libmdbx has a specific set of properties and capabilities, focused on creating unique lightweight diff --git a/Rakefile b/Rakefile index 8e99b43..f8dfd9a 100644 --- a/Rakefile +++ b/Rakefile @@ -19,5 +19,6 @@ Rake::DevEiate.setup( 'mdbx' ) do |project| focused on creating unique lightweight solutions. END_DESC project.authors = [ 'Mahlon E. Smith ' ] + project.rdoc_generator = :sixfish end diff --git a/gem.deps.rb b/gem.deps.rb index 3ee64ce..63b4e02 100644 --- a/gem.deps.rb +++ b/gem.deps.rb @@ -7,7 +7,7 @@ group( :development ) do gem 'rake', '~> 13.0' gem 'rake-compiler', '~> 1.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 'rubocop', '~> 0.93' gem 'simplecov', '~> 0.12'