root/version_1/lib/em_version.rb
| Revision 657, 0.8 kB (checked in by blackhedd, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | # $Id$ |
| 2 | # |
| 3 | # Author:: Francis Cianfrocca (gmail: blackhedd) |
| 4 | # Homepage:: http://rubyeventmachine.com |
| 5 | # Date:: 8 Apr 2006 |
| 6 | # |
| 7 | # See EventMachine and EventMachine::Connection for documentation and |
| 8 | # usage examples. |
| 9 | # |
| 10 | #---------------------------------------------------------------------------- |
| 11 | # |
| 12 | # Copyright (C) 2006-08 by Francis Cianfrocca. All Rights Reserved. |
| 13 | # Gmail: blackhedd |
| 14 | # |
| 15 | # This program is free software; you can redistribute it and/or modify |
| 16 | # it under the terms of either: 1) the GNU General Public License |
| 17 | # as published by the Free Software Foundation; either version 2 of the |
| 18 | # License, or (at your option) any later version; or 2) Ruby's License. |
| 19 | # |
| 20 | # See the file COPYING for complete licensing information. |
| 21 | # |
| 22 | #--------------------------------------------------------------------------- |
| 23 | # |
| 24 | # |
| 25 | |
| 26 | module EventMachine |
| 27 | |
| 28 | VERSION = "1.0.1" |
| 29 | |
| 30 | end |
| 31 |
Note: See TracBrowser for help on using the browser.
