From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 372571F463; Wed, 8 Jan 2020 09:29:06 +0000 (UTC) Date: Wed, 8 Jan 2020 09:29:06 +0000 From: Eric Wong To: kgio-public@yhbt.net Subject: [ANN] kgio 2.11.3 - deprecated project moves off deprecated TLD Message-ID: <20200108092906.GA23961@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: This is a legacy project, do not use it for new projects. Ruby 2.3 and later should make this obsolete. kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. Note: I do not recommend using kgio for future applications, Ruby 2.x has a lot of the functionality of kgio and Ruby 2.3+ has even more. * homepage: https://yhbt.net/kgio/ * public mailing list: kgio-public@yhbt.net * git clone https://yhbt.net/kgio.git * Atom feed https://yhbt.net/kgio/NEWS.atom.xml * mail archives: https://yhbt.net/kgio-public/ Changes: Some doc and warning fixes for newer Rubies. We're no longer on bogomips.org since it's due for expiry and I can't pay extortionists for a .org, so s/bogomips.org/yhbt.net/ for now, and be prepared to move again when extortionists move onto the .net TLD. pkg.mk: use --local to "gem install" pkg.mk: use dark216 theme for Earth Day 2019 test: fix warnings with RUBYOPT=-w tests: fix unused variable warnings from newer Rubies test_connect_fd_leak: do not close socket if non-existent test_syssend: avoid warning on cleanup build: remove olddoc from the gemspec doc: remove private email and outdated gmane archives doc: move from bogomips.org/kgio to yhbt.net/kgio Again, using kgio for new projects is strongly discouraged. Use Ruby 2.3+ instead.