about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 17:30:26 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 17:33:11 -0700
commit06c5595cb7b77f65648740d47f0b98a1a73eed8c (patch)
treeba02d67eec13aa6314e862a1bdc614ecc16d7c72
parentccf41c19164d9658f7fcbcae170ae11267b1abd0 (diff)
downloadraindrops-06c5595cb7b77f65648740d47f0b98a1a73eed8c.tar.gz
For servers running Unicorn 0.98.0 (and derivative servers)
under Linux, :listeners no longer needs to be passed explicitly
when configuring the Rack middleware.

Some small documentation updates and cleanups, too.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--GNUmakefile2
-rw-r--r--lib/raindrops.rb4
3 files changed, 4 insertions, 4 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4e7f0e3..e36125a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.1.0.GIT
+DEF_VER=v0.2.0.GIT
 
 LF='
 '
diff --git a/GNUmakefile b/GNUmakefile
index 416b87f..ec47b8a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -53,7 +53,7 @@ NEWS: GIT-VERSION-FILE
 latest: NEWS
         @awk 'BEGIN{RS="=== ";ORS=""}NR==2{sub(/\n$$/,"");print RS""$$0 }' $<
 
-SINCE =
+SINCE = 0.1.0
 ChangeLog: LOG_VERSION = \
   $(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \
           echo $(GIT_VERSION) || git describe)
diff --git a/lib/raindrops.rb b/lib/raindrops.rb
index 8b7debd..e9a25eb 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -1,8 +1,8 @@
 # -*- encoding: binary -*-
 class Raindrops
 
-  # Raindrops is currently at version 0.1.0
-  VERSION = '0.1.0'
+  # Raindrops is currently at version 0.2.0
+  VERSION = '0.2.0'
 
   # Used to represent the number of +active+ and +queued+ sockets for
   # a single listen socket across all threads and processes on a