From 3dd9f854682be33220e070ad44b5a0febe0553f1 Mon Sep 17 00:00:00 2001 From: Vidar Hokstad Date: Mon, 25 Sep 2023 20:35:47 +0100 Subject: [PATCH] Updated README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c74ab5f..7a6a787 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -Ruby X11 +Pure X11 ======== +This library is now on Rubygems.org as "pure-X11" as I (vidarh) has not had a +response from the original author. If that should change, I'll be happy to +upstread everything. + (under-development) Pure Ruby implementation of the X Window System Protocol. -This library is based off of Mathieu Bouchard's work on his RubyX11 project. +This library is based off of Mathieu Bouchard's work on his RubyX11 project, +and Richard Ramsdens excellent start on Ruby-X11. Contributors ------------