From ab4f1a27e5d2c1688a33870b6d070aaa510ccdbc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 13 Jan 2011 14:26:58 -0800 Subject: [PATCH] sleepy_penguin 1.1.1 - soft feathers, soft delete 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) --- GIT-VERSION-GEN | 2 +- lib/sleepy_penguin.rb | 4 ++-- 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' -- 2.11.4.GIT