io-reactor 0.05

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: "0.8"
3
+ specification_version: 1
4
+ name: io-reactor
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.05"
7
+ date: 2004-10-27
8
+ summary: An implementation of the Reactor design pattern for multiplexed asynchronous single-thread IO.
9
+ require_paths:
10
+ - lib
11
+ - "."
12
+ author: Michael Granger
13
+ email: ged@FaerieMUD.org
14
+ homepage: http://www.deveiate.org/code/IO-Reactor.html
15
+ rubyforge_project:
16
+ description: An implementation of the Reactor design pattern for multiplexed asynchronous single-thread IO.
17
+ autorequire: io/reactor
18
+ default_executable:
19
+ bindir: bin
20
+ has_rdoc: true
21
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
22
+ requirements:
23
+ -
24
+ - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 1.8.0
27
+ version:
28
+ platform: ruby
29
+ files:
30
+ - lib
31
+ - README
32
+ - install.rb
33
+ - test.rb
34
+ - makedocs.rb
35
+ - CATALOG
36
+ - examples
37
+ - ChangeLog
38
+ - utils.rb
39
+ - io-reactor.gemspec
40
+ - lib/io
41
+ - lib/io/reactor.rb
42
+ - examples/chatserver.rb
43
+ test_files:
44
+ - test.rb
45
+ rdoc_options:
46
+ - "--main"
47
+ - README
48
+ extra_rdoc_files:
49
+ - README
50
+ executables: []
51
+ extensions: []
52
+ requirements: []
53
+ dependencies: []