rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
   commit de313da55531438b73c8cb54663ce0f8ab880465 (patch)
   parent eda1ebc tests: update isolate deps for unicorn and raindrops
     tree ec5402ae86fedbf3111097d8fc8b7c422fe8d42f
   author Eric Wong <e@80x24.org>  2017-04-02 02:04:32 +0000
committer Eric Wong <e@80x24.org>  2017-04-02 02:05:50 +0000

Rainbows! 5.1.1

This release fixes an incompatibility introduced with
the release of unicorn 5.3.0, yesterday :x.

Thanks to Claudio Poli for reporting the bug (and reminding
me this project exists).

Two changes since 5.1.0 (2017-01-12):
      workaround for unicorn 5.3.0
      tests: update isolate deps for unicorn and raindrops
---
 GIT-VERSION-GEN | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ec9d792..4053d57 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.1.0"
+DEF_VER = "v5.1.1"
 CONSTANT = "Rainbows::Const::RAINBOWS_VERSION"
 RVF = "lib/rainbows/version.rb"
 GVF = "GIT-VERSION-FILE"


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone http://yhbt.net/rainbows.git