about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-19 21:10:04 +0000
committerEric Wong <e@80x24.org>2015-10-19 21:22:08 +0000
commitf377d466ae7ca0d988f140606f2c2b658d5fdb97 (patch)
tree280794da39c0063a3bdf3c2f04e0c4e129fc2c1b
parent495ee76f9168523e10b9e343a22e21e183e81d41 (diff)
downloadrainbows-f377d466ae7ca0d988f140606f2c2b658d5fdb97.tar.gz
This release includes fixes for upcoming changes in Ruby 2.3.0
(due December 2015).  Use of Rainbows! for new projects is not
recommended, try other servers instead.

* update dependencies for Ruby 2.2.0dev
* switch docs + website to olddoc
* gemspec: fix bad reference to rdoc_options
* README: reference yahns
* build: fix quoting issue with double parens
* response: avoid unnecessary args to IO.copy_stream
* t/close-has-env.ru: ensure close is idempotent
* sync_close: This fix breakage from Ruby-trunk r50118
* t/t0044-autopush.sh: remove test
* t/test_isolate.rb: updates for various gem versions
* response: convert source arg to path before IO.copy_stream
* speed up QUIT for users of the unicorn worker_loop
* gemspec: use SPDX-compatible license for GPL-2.0+
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 669a604..9a064f3 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v4.6.2"
+DEF_VER = "v4.7.0"
 CONSTANT = "Rainbows::Const::RAINBOWS_VERSION"
 RVF = "lib/rainbows/version.rb"
 GVF = "GIT-VERSION-FILE"