ftw 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/ftw/version.rb +1 -1
  2. data/lib/rack/handler/ftw.rb +1 -1
  3. metadata +131 -88
data/lib/ftw/version.rb CHANGED
@@ -3,5 +3,5 @@ require "ftw/namespace"
3
3
  # :nodoc:
4
4
  module FTW
5
5
  # The version of this library
6
- VERSION = "0.0.23"
6
+ VERSION = "0.0.24"
7
7
  end
@@ -123,7 +123,7 @@ class Rack::Handler::FTW
123
123
  while true
124
124
  begin
125
125
  request = read_http_message(connection)
126
- rescue EOFError, Errno::EPIPE, Errno::ECONNRESET, HTTP::Parser::Error
126
+ rescue IOError, EOFError, Errno::EPIPE, Errno::ECONNRESET, HTTP::Parser::Error
127
127
  # Connection EOF'd or errored before we finished reading a full HTTP
128
128
  # message, shut it down.
129
129
  break
metadata CHANGED
@@ -1,181 +1,224 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ftw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
5
- prerelease:
4
+ version: 0.0.24
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jordan Sissel
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-11 00:00:00.000000000 Z
12
+ date: 2012-11-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
16
+ version_requirements: !ruby/object:Gem::Requirement
18
17
  requirements:
19
18
  - - '='
20
19
  - !ruby/object:Gem::Version
21
20
  version: 1.6.5
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
21
  none: false
22
+ requirement: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - '='
28
25
  - !ruby/object:Gem::Version
29
26
  version: 1.6.5
27
+ none: false
28
+ prerelease: false
29
+ type: :runtime
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: cabin
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
32
+ version_requirements: !ruby/object:Gem::Requirement
34
33
  requirements:
35
- - - ! '>'
34
+ - - !binary |-
35
+ Pg==
36
36
  - !ruby/object:Gem::Version
37
- version: '0'
38
- type: :runtime
39
- prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
37
+ version: !binary |-
38
+ MA==
41
39
  none: false
40
+ requirement: !ruby/object:Gem::Requirement
42
41
  requirements:
43
- - - ! '>'
42
+ - - !binary |-
43
+ Pg==
44
44
  - !ruby/object:Gem::Version
45
- version: '0'
45
+ version: !binary |-
46
+ MA==
47
+ none: false
48
+ prerelease: false
49
+ type: :runtime
46
50
  - !ruby/object:Gem::Dependency
47
51
  name: http_parser.rb
48
- requirement: !ruby/object:Gem::Requirement
49
- none: false
52
+ version_requirements: !ruby/object:Gem::Requirement
50
53
  requirements:
51
54
  - - '='
52
55
  - !ruby/object:Gem::Version
53
56
  version: 0.5.3
54
- type: :runtime
55
- prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
57
  none: false
58
+ requirement: !ruby/object:Gem::Requirement
58
59
  requirements:
59
60
  - - '='
60
61
  - !ruby/object:Gem::Version
61
62
  version: 0.5.3
63
+ none: false
64
+ prerelease: false
65
+ type: :runtime
62
66
  - !ruby/object:Gem::Dependency
63
67
  name: addressable
64
- requirement: !ruby/object:Gem::Requirement
65
- none: false
68
+ version_requirements: !ruby/object:Gem::Requirement
66
69
  requirements:
67
70
  - - ~>
68
71
  - !ruby/object:Gem::Version
69
72
  version: 2.2.6
70
- type: :runtime
71
- prerelease: false
72
- version_requirements: !ruby/object:Gem::Requirement
73
73
  none: false
74
+ requirement: !ruby/object:Gem::Requirement
74
75
  requirements:
75
76
  - - ~>
76
77
  - !ruby/object:Gem::Version
77
78
  version: 2.2.6
79
+ none: false
80
+ prerelease: false
81
+ type: :runtime
78
82
  - !ruby/object:Gem::Dependency
79
83
  name: backports
80
- requirement: !ruby/object:Gem::Requirement
81
- none: false
84
+ version_requirements: !ruby/object:Gem::Requirement
82
85
  requirements:
83
86
  - - '='
84
87
  - !ruby/object:Gem::Version
85
88
  version: 2.3.0
86
- type: :runtime
87
- prerelease: false
88
- version_requirements: !ruby/object:Gem::Requirement
89
89
  none: false
90
+ requirement: !ruby/object:Gem::Requirement
90
91
  requirements:
91
92
  - - '='
92
93
  - !ruby/object:Gem::Version
93
94
  version: 2.3.0
95
+ none: false
96
+ prerelease: false
97
+ type: :runtime
94
98
  - !ruby/object:Gem::Dependency
95
99
  name: minitest
96
- requirement: !ruby/object:Gem::Requirement
97
- none: false
100
+ version_requirements: !ruby/object:Gem::Requirement
98
101
  requirements:
99
- - - ! '>'
102
+ - - !binary |-
103
+ Pg==
100
104
  - !ruby/object:Gem::Version
101
- version: '0'
102
- type: :runtime
103
- prerelease: false
104
- version_requirements: !ruby/object:Gem::Requirement
105
+ version: !binary |-
106
+ MA==
105
107
  none: false
108
+ requirement: !ruby/object:Gem::Requirement
106
109
  requirements:
107
- - - ! '>'
110
+ - - !binary |-
111
+ Pg==
108
112
  - !ruby/object:Gem::Version
109
- version: '0'
110
- description: For The Web. Trying to build a solid and sane API for client and server
111
- web stuff. Client and Server operations for HTTP, WebSockets, SPDY, etc.
113
+ version: !binary |-
114
+ MA==
115
+ none: false
116
+ prerelease: false
117
+ type: :runtime
118
+ description: For The Web. Trying to build a solid and sane API for client and server web stuff. Client and Server operations for HTTP, WebSockets, SPDY, etc.
112
119
  email:
113
120
  - jls@semicomplete.com
114
121
  executables: []
115
122
  extensions: []
116
123
  extra_rdoc_files: []
117
124
  files:
118
- - lib/rack/handler/ftw.rb
119
- - lib/ftw.rb
120
- - lib/ftw/connection.rb
121
- - lib/ftw/dns.rb
122
- - lib/ftw/agent/configuration.rb
123
- - lib/ftw/poolable.rb
124
- - lib/ftw/websocket.rb
125
- - lib/ftw/pool.rb
126
- - lib/ftw/namespace.rb
127
- - lib/ftw/request.rb
128
- - lib/ftw/server.rb
129
- - lib/ftw/websocket/parser.rb
130
- - lib/ftw/websocket/writer.rb
131
- - lib/ftw/websocket/rack.rb
132
- - lib/ftw/websocket/constants.rb
133
- - lib/ftw/cacert.pem
134
- - lib/ftw/response.rb
135
- - lib/ftw/webserver.rb
136
- - lib/ftw/agent.rb
137
- - lib/ftw/version.rb
138
- - lib/ftw/dns/dns.rb
139
- - lib/ftw/dns/hash.rb
140
- - lib/ftw/protocol.rb
141
- - lib/ftw/http/message.rb
142
- - lib/ftw/http/headers.rb
143
- - lib/ftw/cookies.rb
144
- - lib/ftw/singleton.rb
145
- - lib/ftw/crlf.rb
146
- - test/docs.rb
147
- - test/all.rb
148
- - test/testing.rb
149
- - test/ftw/http/dns.rb
150
- - test/ftw/http/headers.rb
151
- - test/ftw/singleton.rb
152
- - test/ftw/crlf.rb
125
+ - !binary |-
126
+ bGliL2Z0dy5yYg==
127
+ - !binary |-
128
+ bGliL3JhY2svaGFuZGxlci9mdHcucmI=
129
+ - !binary |-
130
+ bGliL2Z0dy9jb25uZWN0aW9uLnJi
131
+ - !binary |-
132
+ bGliL2Z0dy9kbnMucmI=
133
+ - !binary |-
134
+ bGliL2Z0dy9wb29sYWJsZS5yYg==
135
+ - !binary |-
136
+ bGliL2Z0dy93ZWJzb2NrZXQucmI=
137
+ - !binary |-
138
+ bGliL2Z0dy9wb29sLnJi
139
+ - !binary |-
140
+ bGliL2Z0dy9uYW1lc3BhY2UucmI=
141
+ - !binary |-
142
+ bGliL2Z0dy9yZXF1ZXN0LnJi
143
+ - !binary |-
144
+ bGliL2Z0dy9zZXJ2ZXIucmI=
145
+ - !binary |-
146
+ bGliL2Z0dy9jYWNlcnQucGVt
147
+ - !binary |-
148
+ bGliL2Z0dy9yZXNwb25zZS5yYg==
149
+ - !binary |-
150
+ bGliL2Z0dy93ZWJzZXJ2ZXIucmI=
151
+ - !binary |-
152
+ bGliL2Z0dy9hZ2VudC5yYg==
153
+ - !binary |-
154
+ bGliL2Z0dy92ZXJzaW9uLnJi
155
+ - !binary |-
156
+ bGliL2Z0dy9wcm90b2NvbC5yYg==
157
+ - !binary |-
158
+ bGliL2Z0dy9jb29raWVzLnJi
159
+ - !binary |-
160
+ bGliL2Z0dy9zaW5nbGV0b24ucmI=
161
+ - !binary |-
162
+ bGliL2Z0dy9jcmxmLnJi
163
+ - !binary |-
164
+ bGliL2Z0dy9hZ2VudC9jb25maWd1cmF0aW9uLnJi
165
+ - !binary |-
166
+ bGliL2Z0dy93ZWJzb2NrZXQvcGFyc2VyLnJi
167
+ - !binary |-
168
+ bGliL2Z0dy93ZWJzb2NrZXQvd3JpdGVyLnJi
169
+ - !binary |-
170
+ bGliL2Z0dy93ZWJzb2NrZXQvcmFjay5yYg==
171
+ - !binary |-
172
+ bGliL2Z0dy93ZWJzb2NrZXQvY29uc3RhbnRzLnJi
173
+ - !binary |-
174
+ bGliL2Z0dy9kbnMvZG5zLnJi
175
+ - !binary |-
176
+ bGliL2Z0dy9kbnMvaGFzaC5yYg==
177
+ - !binary |-
178
+ bGliL2Z0dy9odHRwL21lc3NhZ2UucmI=
179
+ - !binary |-
180
+ bGliL2Z0dy9odHRwL2hlYWRlcnMucmI=
181
+ - !binary |-
182
+ dGVzdC9kb2NzLnJi
183
+ - !binary |-
184
+ dGVzdC9hbGwucmI=
185
+ - !binary |-
186
+ dGVzdC90ZXN0aW5nLnJi
187
+ - !binary |-
188
+ dGVzdC9mdHcvc2luZ2xldG9uLnJi
189
+ - !binary |-
190
+ dGVzdC9mdHcvY3JsZi5yYg==
191
+ - !binary |-
192
+ dGVzdC9mdHcvaHR0cC9kbnMucmI=
193
+ - !binary |-
194
+ dGVzdC9mdHcvaHR0cC9oZWFkZXJzLnJi
153
195
  - README.md
154
196
  homepage: http://github.com/jordansissel/ruby-ftw
155
197
  licenses:
156
198
  - Apache License (2.0)
157
- post_install_message:
199
+ post_install_message:
158
200
  rdoc_options: []
159
201
  require_paths:
160
202
  - lib
161
203
  - lib
162
204
  required_ruby_version: !ruby/object:Gem::Requirement
163
- none: false
164
205
  requirements:
165
206
  - - ! '>='
166
207
  - !ruby/object:Gem::Version
167
- version: '0'
168
- required_rubygems_version: !ruby/object:Gem::Requirement
208
+ version: !binary |-
209
+ MA==
169
210
  none: false
211
+ required_rubygems_version: !ruby/object:Gem::Requirement
170
212
  requirements:
171
213
  - - ! '>='
172
214
  - !ruby/object:Gem::Version
173
- version: '0'
215
+ version: !binary |-
216
+ MA==
217
+ none: false
174
218
  requirements: []
175
- rubyforge_project:
219
+ rubyforge_project:
176
220
  rubygems_version: 1.8.24
177
- signing_key:
221
+ signing_key:
178
222
  specification_version: 3
179
- summary: For The Web. Trying to build a solid and sane API for client and server web
180
- stuff. Client and Server operations for HTTP, WebSockets, SPDY, etc.
223
+ summary: For The Web. Trying to build a solid and sane API for client and server web stuff. Client and Server operations for HTTP, WebSockets, SPDY, etc.
181
224
  test_files: []