about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-13 14:26:58 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-13 14:40:56 -0800
commitab4f1a27e5d2c1688a33870b6d070aaa510ccdbc (patch)
tree03003362f97c93454b1620f98bc672a60c2fd426
parentf1729b7dfcf9b77e68d27304bfd7324724d43989 (diff)
downloadsleepy_penguin-1.1.1.tar.gz
SleepyPenguin::Epoll#delete method added for "soft" failures
Documentation updates and cleanups, the website is now
JavaScript-free!

(Ignore the 1.1.0 "release", it was a lie)
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/sleepy_penguin.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4251f36..432f3c0 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.1.0.GIT
+DEF_VER=v1.1.1.GIT
 
 LF='
 '
diff --git a/lib/sleepy_penguin.rb b/lib/sleepy_penguin.rb
index 5f0d5ae..082fce5 100644
--- a/lib/sleepy_penguin.rb
+++ b/lib/sleepy_penguin.rb
@@ -1,7 +1,7 @@
 # -*- encoding: binary -*-
 module SleepyPenguin
 
-  # the version of sleepy_penguin, currently 1.1.0
-  SLEEPY_PENGUIN_VERSION = '1.1.0'
+  # the version of sleepy_penguin, currently 1.1.1
+  SLEEPY_PENGUIN_VERSION = '1.1.1'
 end
 require 'sleepy_penguin_ext'