From 44f1e91895eff38cc87fa9737ec9d7b7af4d7dac Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 22 Feb 2020 01:02:38 +0000 Subject: [PATCH] Ruby io_splice 4.4.2 - URL + doc updates doc: update URLs to point to YHBT.net bogomips.org is going away since .org isn't going to be affordable, anymore. While we're at it, stop requiring olddoc to just build the gem. --- GIT-VERSION-GEN | 2 +- io_splice.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 45991c9..6224f38 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.4.1 +DEF_VER=v4.4.2 LF=' ' diff --git a/io_splice.gemspec b/io_splice.gemspec index b91a4c4..0159c7d 100644 --- a/io_splice.gemspec +++ b/io_splice.gemspec @@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ? Gem::Specification.new do |s| s.name = %q{io_splice} - s.version = (ENV["VERSION"] || '4.4.1').dup + s.version = (ENV["VERSION"] || '4.4.2').dup s.authors = ["Ruby io_splice hackers"] s.description = File.read('README').split("\n\n")[1] s.email = %q{ruby-io-splice@yhbt.net} -- 2.11.4.GIT