about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-02 20:57:59 +0000
committerEric Wong <e@80x24.org>2019-01-02 20:57:59 +0000
commitaa15afd26c7cc98b28e1b59fae5326b601618c99 (patch)
treefbc9fb5dafe77d4bc650e370168cb50b0448d4f4
parentb0a2c6ba206c3be0428cc826008d3e62beaf65ef (diff)
downloadruby_io_splice-aa15afd26c7cc98b28e1b59fae5326b601618c99.tar.gz
This release fixes mismatched indentation warnings in
Ruby 2.6+.  There are also some minor doc updates.

Of course, all the relevant functionality is also in the
"sleepy_penguin" RubyGem.  So chances are you won't need
this package and increase overhead from DSOs(*)

4 changes since v4.4.0

      io/splice: fix mismatched indentation warnings
      pkg.mk: build system updates
      doc: update URLs to HTTPS and remove refs to mail software
      README: add a note on sleepy_penguin providing splice + tee

(*) https://udrepper.livejournal.com/8790.html
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f9c1bfa..45991c9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.4.0
+DEF_VER=v4.4.1
 
 LF='
 '