about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-22 01:02:38 +0000
committerEric Wong <e@yhbt.net>2020-02-22 01:02:38 +0000
commit44f1e91895eff38cc87fa9737ec9d7b7af4d7dac (patch)
treecff6a8c90fc43e9a730eb8245195b0365f299703
parent2b91616c43ac16ff68854cbe57169fda71e15e57 (diff)
downloadruby_io_splice-master.tar.gz
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.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--io_splice.gemspec2
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}