about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-29 12:22:32 +0000
committerEric Wong <e@80x24.org>2016-02-29 12:22:55 +0000
commit6ff931c98f22db8095a2a1223d7e78f03689e264 (patch)
tree7204ad71e68658618ddbc13ee967090e66b7bd42
parentf4fe9f0ba32000bb1f547040c5895cd7780cd915 (diff)
downloadraindrops-6ff931c98f22db8095a2a1223d7e78f03689e264.tar.gz
There's mainly a fix/workaround for Ruby 2.3 now returning
locale-aware strings for File.readlink and our test suite
using strange paths allowed by *nix.

	https://bugs.ruby-lang.org/issues/12034

tcp_listener_stats won't return "true" object placeholders
if stats are configured for a non-existent listener.

There are also minor optimizations for Ruby 2.2+ (at the expense
of 2.1 and earlier).

And the usual round of minor tweaks and doc updates.

10 changes since v0.15.0:
      gemspec: avoid circular dependency on unicorn
      remove optimizations which made sense for older rubies
      linux: workaround Ruby 2.3 change
      linux: remove Pathname stdlib dependency
      add .gitattributes for Ruby method detection
      middleware: minor bytecode size reduction
      doc: update URLs and references
      README: remove indentation from URLs in RDoc
      linux: tcp_listener_stats drops "true" placeholders
      build: use '--local' domain for dev gem install
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 1086f83..f2c187b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.15.0
+DEF_VER=v0.16.0
 
 LF='
 '