diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob deleted file mode 100644 index cef99dd..0000000 --- a/.fossil-settings/ignore-glob +++ /dev/null @@ -1,7 +0,0 @@ -Session.vim -certs/* -coverage/* -docs/* -gem.deps.rb.lock -*.so -tmp/* diff --git a/.solargraph.yml b/.solargraph.yml deleted file mode 100644 index a8ef410..0000000 --- a/.solargraph.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -include: -- "**/*.rb" -exclude: -- spec/**/* -- test/**/* -- vendor/**/* -- ".bundle/**/*" -require: [] -domains: [] -reporters: -- rubocop -- require_not_found -formatter: - rubocop: - cops: safe - except: [] - only: [] - extra_args: [] -require_paths: [] -plugins: [] -max_files: 5000 diff --git a/README.md b/README.md index 86bb354..65b309a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Ruby::MDBX home -: https://code.martini.nu/fossil/ruby-mdbx +: https://code.martini.nu/mahlon/ruby-mdbx docs : https://martini.nu/docs/ruby-mdbx @@ -407,9 +407,9 @@ protector-strong", ## Contributing -You can check out the current development source with Fossil via its -[home repo](https://code.martini.nu/fossil/ruby-mdbx), or with Git at its -[project mirror](https://github.com/mahlonsmith/ruby-mdbx) +You can check out the current development source with Git/Jujutsu via its +[home repo](https://code.martini.nu/mahlon/ruby-mdbx), or at its +[project mirror](https://github.com/mahlonsmith/ruby-mdbx). After checking out the source, run: @@ -430,7 +430,7 @@ Things may work for you in other environments - I'm just not matrix testing every possible permutation. Bugs reported against tested environments take precedence over others. Please -report any issues [here](https://code.martini.nu/fossil/ruby-mdbx/tktnew). +report any issues [here](https://code.martini.nu/mahlon/ruby-mdbx/issues). ## Authors