From 99301ae852e152df7073c7ee26722f833b9b546b Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Fri, 23 Nov 2018 15:14:17 +0000 Subject: [PATCH] Add notice about who sponsored mutant-minitest --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 6e687fe2..a041f30a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,22 @@ Mutant supports ruby >= 2.5, MRI only. Mutant uses a pure Ruby [parser](https://github.com/whitequark/parser) and an [unparser](https://github.com/mbj/unparser) to do its magic. +Sponsoring +---------- + +Mutant, as published in the opensource version, would not exist without the help +of [contributors](https://github.com/mbj/mutant/graphs/contributors) spending lots +of their private time. + +Additionally, the following features where sponsored by organizations: + +* The `mutant-minitest` integration was sponsored by [Arkency](https://arkency.com/) +* Mutant's initial concurrency support was sponsored by an undisclosed company that does + currently not wish to be listed here. + +If your organization is interested in sponsoring a feature, general maintainership or bugfixes, contact +[Markus Schirp](mailto:mbj@schirp-dso.com). + Nomenclature ------------