From 2eb54ed4024c544448a712ffe4acd1e575823c9f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 7 Apr 2010 17:44:50 -0700 Subject: raindrops 0.1.0 initial release --- .gitignore | 1 - lib/raindrops.rb | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be0d7ed..fb5991b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ Makefile /NEWS /ChangeLog /.manifest -/GIT-VERSION-FILE /man /pkg /doc diff --git a/lib/raindrops.rb b/lib/raindrops.rb index 693358a..8b7debd 100644 --- a/lib/raindrops.rb +++ b/lib/raindrops.rb @@ -1,6 +1,9 @@ # -*- encoding: binary -*- class Raindrops + # Raindrops is currently at version 0.1.0 + VERSION = '0.1.0' + # Used to represent the number of +active+ and +queued+ sockets for # a single listen socket across all threads and processes on a # machine. -- cgit v1.2.3-24-ge0c7