eventmachine 0.8.1 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: eventmachine
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.8.1
7
- date: 2007-07-30 00:00:00 -04:00
6
+ version: 0.9.0
7
+ date: 2007-09-17 00:00:00 -04:00
8
8
  summary: Ruby/EventMachine library
9
9
  require_paths:
10
10
  - lib
@@ -43,7 +43,12 @@ files:
43
43
  - tests/test_next_tick.rb
44
44
  - tests/test_servers.rb
45
45
  - tests/test_send_file.rb
46
+ - tests/test_kb.rb
46
47
  - tests/test_ltp2.rb
48
+ - tests/test_running.rb
49
+ - tests/test_spawn.rb
50
+ - tests/test_smtpclient.rb
51
+ - tests/test_smtpserver.rb
47
52
  - lib/em
48
53
  - lib/protocols
49
54
  - lib/evma
@@ -52,9 +57,11 @@ files:
52
57
  - lib/evma.rb
53
58
  - lib/eventmachine_version.rb
54
59
  - lib/jeventmachine.rb
60
+ - lib/svn-commit.tmp
55
61
  - lib/em/eventable.rb
56
62
  - lib/em/deferrable.rb
57
63
  - lib/em/future.rb
64
+ - lib/em/spawnable.rb
58
65
  - lib/em/messages.rb
59
66
  - lib/em/streamer.rb
60
67
  - lib/protocols/httpclient.rb
@@ -64,6 +71,8 @@ files:
64
71
  - lib/protocols/buftok.rb
65
72
  - lib/protocols/stomp.rb
66
73
  - lib/protocols/linetext2.rb
74
+ - lib/protocols/smtpclient.rb
75
+ - lib/protocols/smtpserver.rb
67
76
  - lib/evma/reactor.rb
68
77
  - lib/evma/protocol.rb
69
78
  - lib/evma/container.rb
@@ -90,11 +99,12 @@ files:
90
99
  - ext/cmain.cpp
91
100
  - ext/ed.cpp
92
101
  - ext/ed.h
93
- - ext/autoscan.log
102
+ - ext/eee
94
103
  - ext/pipe.cpp
95
104
  - ext/epoll.cpp
96
105
  - ext/epoll.h
97
106
  - ext/cplusplus.cpp
107
+ - ext/kb.cpp
98
108
  - ext/eventmachine_cpp.h
99
109
  - README
100
110
  - RELEASE_NOTES
@@ -103,6 +113,11 @@ files:
103
113
  - GNU
104
114
  - LEGAL
105
115
  - TODO
116
+ - KEYBOARD
117
+ - LIGHTWEIGHT_CONCURRENCY
118
+ - SMTP
119
+ - SPAWNED_PROCESSES
120
+ - DEFERRABLES
106
121
  test_files:
107
122
  - tests/testem.rb
108
123
  rdoc_options:
@@ -119,6 +134,11 @@ extra_rdoc_files:
119
134
  - GNU
120
135
  - LEGAL
121
136
  - TODO
137
+ - KEYBOARD
138
+ - LIGHTWEIGHT_CONCURRENCY
139
+ - SMTP
140
+ - SPAWNED_PROCESSES
141
+ - DEFERRABLES
122
142
  executables: []
123
143
 
124
144
  extensions:
data/ext/autoscan.log DELETED
File without changes