lib/eventmachine.rb in eventmachine-win32-0.5.2 vs lib/eventmachine.rb in eventmachine-win32-0.5.3
- old
+ new
@@ -1,6 +1,6 @@
-# $Id: eventmachine.rb 2469 2006-05-10 18:11:10Z francis $
+# $Id: eventmachine.rb 52 2006-05-16 01:01:46Z blackhedd $
#
# Author:: blackhedd (gmail address: garbagecat20).
# Date:: 8 Apr 2006
#
# Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved.
@@ -130,9 +130,10 @@
# Interesting thought.
#
#
module EventMachine
+ VERSION = "0.5.3"
# EventMachine::run initializes and runs an event loop.
# This method only returns if user-callback code calls stop_event_loop.
# Use the supplied block to define your clients and servers.
# The block is called by EventMachine::run immediately after initializing