webmachine 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (907) hide show
  1. data/LICENSE +16 -0
  2. data/README.md +24 -0
  3. data/doc/Webmachine/Adapter.html +580 -0
  4. data/doc/Webmachine/Adapters.html +10 -9
  5. data/doc/Webmachine/Application.html +225 -72
  6. data/doc/Webmachine/CallableEncoder.html +23 -24
  7. data/doc/Webmachine/ChunkedBody.html +44 -29
  8. data/doc/Webmachine/Decision.html +8 -5
  9. data/doc/Webmachine/Dispatcher.html +103 -61
  10. data/doc/Webmachine/EnumerableEncoder.html +20 -25
  11. data/doc/Webmachine/Error.html +7 -6
  12. data/doc/Webmachine/FiberEncoder.html +16 -29
  13. data/doc/Webmachine/Headers.html +42 -30
  14. data/doc/Webmachine/InvalidResource.html +7 -13
  15. data/doc/Webmachine/MalformedRequest.html +8 -14
  16. data/doc/Webmachine/MediaType.html +153 -109
  17. data/doc/Webmachine/Request.html +844 -103
  18. data/doc/Webmachine/Resource.html +46 -48
  19. data/doc/Webmachine/Response.html +79 -50
  20. data/doc/Webmachine/StreamingEncoder.html +36 -23
  21. data/doc/Webmachine/Translation.html +21 -13
  22. data/doc/Webmachine.html +105 -82
  23. data/doc/_index.html +27 -34
  24. data/doc/class_list.html +1 -1
  25. data/doc/css/style.css +10 -10
  26. data/doc/file.README.html +113 -37
  27. data/doc/frames.html +1 -1
  28. data/doc/index.html +113 -37
  29. data/doc/js/app.js +4 -4
  30. data/doc/js/full_list.js +6 -0
  31. data/doc/method_list.html +269 -189
  32. data/lib/webmachine/adapters/mongrel.rb +5 -4
  33. data/lib/webmachine/decision/flow.rb +1 -1
  34. data/lib/webmachine/dispatcher.rb +1 -1
  35. data/lib/webmachine/request.rb +6 -3
  36. data/lib/webmachine/version.rb +1 -1
  37. data/spec/webmachine/adapters/mongrel_spec.rb +9 -0
  38. data/spec/webmachine/dispatcher_spec.rb +13 -0
  39. data/spec/webmachine/request_spec.rb +14 -9
  40. metadata +68 -992
  41. data/b/autospec +0 -16
  42. data/b/gpgen +0 -16
  43. data/b/guard +0 -16
  44. data/b/htmldiff +0 -16
  45. data/b/ldiff +0 -16
  46. data/b/mongrel_rails +0 -16
  47. data/b/rackup +0 -16
  48. data/b/rake +0 -16
  49. data/b/rake2thor +0 -16
  50. data/b/redcarpet +0 -16
  51. data/b/rspec +0 -16
  52. data/b/thor +0 -16
  53. data/b/yard +0 -16
  54. data/b/yardoc +0 -16
  55. data/b/yri +0 -16
  56. data/doc/Webmachine/Adapters/Mongrel/Handler.html +0 -348
  57. data/doc/Webmachine/Adapters/Mongrel.html +0 -212
  58. data/doc/Webmachine/Adapters/Rack.html +0 -316
  59. data/doc/Webmachine/Adapters/WEBrick/RequestBody.html +0 -363
  60. data/doc/Webmachine/Adapters/WEBrick/Server.html +0 -310
  61. data/doc/Webmachine/Adapters/WEBrick.html +0 -202
  62. data/doc/Webmachine/Configuration.html +0 -551
  63. data/doc/Webmachine/Decision/Conneg/MediaTypeList.html +0 -262
  64. data/doc/Webmachine/Decision/Conneg/PriorityList.html +0 -788
  65. data/doc/Webmachine/Decision/Conneg.html +0 -678
  66. data/doc/Webmachine/Decision/FSM.html +0 -648
  67. data/doc/Webmachine/Decision/Flow.html +0 -3989
  68. data/doc/Webmachine/Decision/Helpers.html +0 -733
  69. data/doc/Webmachine/Dispatcher/Route.html +0 -657
  70. data/doc/Webmachine/Resource/Authentication.html +0 -333
  71. data/doc/Webmachine/Resource/Callbacks.html +0 -3046
  72. data/doc/Webmachine/Resource/Encodings.html +0 -325
  73. data/doc/Webmachine/Trace/Call.html +0 -366
  74. data/doc/Webmachine/Trace/TraceResource.html +0 -627
  75. data/doc/Webmachine/Trace/Wrapper.html +0 -451
  76. data/doc/Webmachine/Trace.html +0 -108
  77. data/doc/top-level-namespace.html +0 -103
  78. data/lib/webmachine/adapter.rbc +0 -486
  79. data/lib/webmachine/adapters/mongrel.rbc +0 -2213
  80. data/lib/webmachine/adapters/rack.rbc +0 -1082
  81. data/lib/webmachine/adapters/webrick.rbc +0 -2217
  82. data/lib/webmachine/adapters.rbc +0 -223
  83. data/lib/webmachine/application.rbc +0 -1143
  84. data/lib/webmachine/chunked_body.rbc +0 -552
  85. data/lib/webmachine/configuration.rbc +0 -570
  86. data/lib/webmachine/decision/conneg.rbc +0 -4428
  87. data/lib/webmachine/decision/flow.rbc +0 -8688
  88. data/lib/webmachine/decision/fsm.rbc +0 -1540
  89. data/lib/webmachine/decision/helpers.rbc +0 -2287
  90. data/lib/webmachine/decision.rbc +0 -194
  91. data/lib/webmachine/dispatcher/route.rbc +0 -1616
  92. data/lib/webmachine/dispatcher.rbc +0 -955
  93. data/lib/webmachine/errors.rbc +0 -625
  94. data/lib/webmachine/fiber18.rbc +0 -1251
  95. data/lib/webmachine/headers.rbc +0 -919
  96. data/lib/webmachine/media_type.rbc +0 -1946
  97. data/lib/webmachine/request.rbc +0 -1949
  98. data/lib/webmachine/resource/authentication.rbc +0 -510
  99. data/lib/webmachine/resource/callbacks.rbc +0 -2602
  100. data/lib/webmachine/resource/encodings.rbc +0 -746
  101. data/lib/webmachine/resource.rbc +0 -511
  102. data/lib/webmachine/response.rbc +0 -602
  103. data/lib/webmachine/streaming.rbc +0 -1024
  104. data/lib/webmachine/translation.rbc +0 -393
  105. data/lib/webmachine/version.rbc +0 -161
  106. data/lib/webmachine.rbc +0 -389
  107. data/pkg/public/map.png +0 -0
  108. data/pkg/public/trace.html.erb +0 -54
  109. data/pkg/public/wmtrace.css +0 -107
  110. data/pkg/public/wmtrace.js +0 -713
  111. data/pkg/tests.org +0 -80
  112. data/pkg/trace/trace_resource.rb +0 -83
  113. data/pkg/trace.rb +0 -40
  114. data/pkg/webmachine-0.1.0/Gemfile +0 -16
  115. data/pkg/webmachine-0.1.0/Guardfile +0 -11
  116. data/pkg/webmachine-0.1.0/README.md +0 -90
  117. data/pkg/webmachine-0.1.0/Rakefile +0 -31
  118. data/pkg/webmachine-0.1.0/examples/webrick.rb +0 -19
  119. data/pkg/webmachine-0.1.0/lib/webmachine/adapters/webrick.rb +0 -74
  120. data/pkg/webmachine-0.1.0/lib/webmachine/adapters.rb +0 -15
  121. data/pkg/webmachine-0.1.0/lib/webmachine/decision/conneg.rb +0 -304
  122. data/pkg/webmachine-0.1.0/lib/webmachine/decision/flow.rb +0 -502
  123. data/pkg/webmachine-0.1.0/lib/webmachine/decision/fsm.rb +0 -79
  124. data/pkg/webmachine-0.1.0/lib/webmachine/decision/helpers.rb +0 -80
  125. data/pkg/webmachine-0.1.0/lib/webmachine/decision.rb +0 -12
  126. data/pkg/webmachine-0.1.0/lib/webmachine/dispatcher/route.rb +0 -85
  127. data/pkg/webmachine-0.1.0/lib/webmachine/dispatcher.rb +0 -40
  128. data/pkg/webmachine-0.1.0/lib/webmachine/errors.rb +0 -37
  129. data/pkg/webmachine-0.1.0/lib/webmachine/headers.rb +0 -16
  130. data/pkg/webmachine-0.1.0/lib/webmachine/locale/en.yml +0 -28
  131. data/pkg/webmachine-0.1.0/lib/webmachine/request.rb +0 -56
  132. data/pkg/webmachine-0.1.0/lib/webmachine/resource/callbacks.rb +0 -362
  133. data/pkg/webmachine-0.1.0/lib/webmachine/resource/encodings.rb +0 -36
  134. data/pkg/webmachine-0.1.0/lib/webmachine/resource.rb +0 -48
  135. data/pkg/webmachine-0.1.0/lib/webmachine/response.rb +0 -49
  136. data/pkg/webmachine-0.1.0/lib/webmachine/streaming.rb +0 -27
  137. data/pkg/webmachine-0.1.0/lib/webmachine/translation.rb +0 -11
  138. data/pkg/webmachine-0.1.0/lib/webmachine/version.rb +0 -4
  139. data/pkg/webmachine-0.1.0/lib/webmachine.rb +0 -19
  140. data/pkg/webmachine-0.1.0/spec/spec_helper.rb +0 -13
  141. data/pkg/webmachine-0.1.0/spec/tests.org +0 -57
  142. data/pkg/webmachine-0.1.0/spec/webmachine/decision/conneg_spec.rb +0 -152
  143. data/pkg/webmachine-0.1.0/spec/webmachine/decision/flow_spec.rb +0 -1030
  144. data/pkg/webmachine-0.1.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  145. data/pkg/webmachine-0.1.0/spec/webmachine/dispatcher_spec.rb +0 -34
  146. data/pkg/webmachine-0.1.0/spec/webmachine/headers_spec.rb +0 -19
  147. data/pkg/webmachine-0.1.0/spec/webmachine/request_spec.rb +0 -24
  148. data/pkg/webmachine-0.1.0/webmachine.gemspec +0 -44
  149. data/pkg/webmachine-0.1.0.gem +0 -0
  150. data/pkg/webmachine-0.2.0/Gemfile +0 -24
  151. data/pkg/webmachine-0.2.0/Guardfile +0 -11
  152. data/pkg/webmachine-0.2.0/README.md +0 -117
  153. data/pkg/webmachine-0.2.0/Rakefile +0 -31
  154. data/pkg/webmachine-0.2.0/examples/webrick.rb +0 -19
  155. data/pkg/webmachine-0.2.0/lib/webmachine/adapters/mongrel.rb +0 -84
  156. data/pkg/webmachine-0.2.0/lib/webmachine/adapters/webrick.rb +0 -85
  157. data/pkg/webmachine-0.2.0/lib/webmachine/adapters.rb +0 -9
  158. data/pkg/webmachine-0.2.0/lib/webmachine/configuration.rb +0 -30
  159. data/pkg/webmachine-0.2.0/lib/webmachine/decision/conneg.rb +0 -239
  160. data/pkg/webmachine-0.2.0/lib/webmachine/decision/flow.rb +0 -504
  161. data/pkg/webmachine-0.2.0/lib/webmachine/decision/fsm.rb +0 -71
  162. data/pkg/webmachine-0.2.0/lib/webmachine/decision/helpers.rb +0 -100
  163. data/pkg/webmachine-0.2.0/lib/webmachine/decision.rb +0 -12
  164. data/pkg/webmachine-0.2.0/lib/webmachine/dispatcher/route.rb +0 -85
  165. data/pkg/webmachine-0.2.0/lib/webmachine/dispatcher.rb +0 -40
  166. data/pkg/webmachine-0.2.0/lib/webmachine/errors.rb +0 -38
  167. data/pkg/webmachine-0.2.0/lib/webmachine/headers.rb +0 -40
  168. data/pkg/webmachine-0.2.0/lib/webmachine/locale/en.yml +0 -28
  169. data/pkg/webmachine-0.2.0/lib/webmachine/media_type.rb +0 -117
  170. data/pkg/webmachine-0.2.0/lib/webmachine/request.rb +0 -56
  171. data/pkg/webmachine-0.2.0/lib/webmachine/resource/callbacks.rb +0 -376
  172. data/pkg/webmachine-0.2.0/lib/webmachine/resource/encodings.rb +0 -36
  173. data/pkg/webmachine-0.2.0/lib/webmachine/resource.rb +0 -48
  174. data/pkg/webmachine-0.2.0/lib/webmachine/response.rb +0 -49
  175. data/pkg/webmachine-0.2.0/lib/webmachine/streaming.rb +0 -27
  176. data/pkg/webmachine-0.2.0/lib/webmachine/translation.rb +0 -11
  177. data/pkg/webmachine-0.2.0/lib/webmachine/version.rb +0 -4
  178. data/pkg/webmachine-0.2.0/lib/webmachine.rb +0 -21
  179. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Gemfile +0 -16
  180. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Guardfile +0 -11
  181. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/README.md +0 -90
  182. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Rakefile +0 -31
  183. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/examples/webrick.rb +0 -19
  184. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/adapters/webrick.rb +0 -74
  185. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/adapters.rb +0 -15
  186. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/conneg.rb +0 -304
  187. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/flow.rb +0 -502
  188. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/fsm.rb +0 -79
  189. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/helpers.rb +0 -80
  190. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision.rb +0 -12
  191. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher/route.rb +0 -85
  192. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher.rb +0 -40
  193. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/errors.rb +0 -37
  194. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/headers.rb +0 -16
  195. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/locale/en.yml +0 -28
  196. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/request.rb +0 -56
  197. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource/callbacks.rb +0 -362
  198. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource/encodings.rb +0 -36
  199. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource.rb +0 -48
  200. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/response.rb +0 -49
  201. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/streaming.rb +0 -27
  202. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/translation.rb +0 -11
  203. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/version.rb +0 -4
  204. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine.rb +0 -19
  205. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/spec_helper.rb +0 -13
  206. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/tests.org +0 -57
  207. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/decision/conneg_spec.rb +0 -152
  208. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/decision/flow_spec.rb +0 -1030
  209. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  210. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher_spec.rb +0 -34
  211. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/headers_spec.rb +0 -19
  212. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/request_spec.rb +0 -24
  213. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/webmachine.gemspec +0 -44
  214. data/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0.gem +0 -0
  215. data/pkg/webmachine-0.2.0/spec/spec_helper.rb +0 -13
  216. data/pkg/webmachine-0.2.0/spec/tests.org +0 -57
  217. data/pkg/webmachine-0.2.0/spec/webmachine/configuration_spec.rb +0 -27
  218. data/pkg/webmachine-0.2.0/spec/webmachine/decision/conneg_spec.rb +0 -159
  219. data/pkg/webmachine-0.2.0/spec/webmachine/decision/flow_spec.rb +0 -1032
  220. data/pkg/webmachine-0.2.0/spec/webmachine/decision/helpers_spec.rb +0 -105
  221. data/pkg/webmachine-0.2.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  222. data/pkg/webmachine-0.2.0/spec/webmachine/dispatcher_spec.rb +0 -34
  223. data/pkg/webmachine-0.2.0/spec/webmachine/errors_spec.rb +0 -13
  224. data/pkg/webmachine-0.2.0/spec/webmachine/headers_spec.rb +0 -20
  225. data/pkg/webmachine-0.2.0/spec/webmachine/media_type_spec.rb +0 -78
  226. data/pkg/webmachine-0.2.0/spec/webmachine/request_spec.rb +0 -24
  227. data/pkg/webmachine-0.2.0/webmachine.gemspec +0 -47
  228. data/pkg/webmachine-0.2.0.gem +0 -0
  229. data/pkg/webmachine-0.3.0/Gemfile +0 -28
  230. data/pkg/webmachine-0.3.0/Guardfile +0 -11
  231. data/pkg/webmachine-0.3.0/README.md +0 -169
  232. data/pkg/webmachine-0.3.0/Rakefile +0 -41
  233. data/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/Mongrel/Handler.html +0 -348
  234. data/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/Mongrel.html +0 -212
  235. data/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/Rack.html +0 -316
  236. data/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/WEBrick/RequestBody.html +0 -363
  237. data/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/WEBrick/Server.html +0 -310
  238. data/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/WEBrick.html +0 -202
  239. data/pkg/webmachine-0.3.0/doc/Webmachine/Adapters.html +0 -120
  240. data/pkg/webmachine-0.3.0/doc/Webmachine/CallableEncoder.html +0 -326
  241. data/pkg/webmachine-0.3.0/doc/Webmachine/ChunkedBody.html +0 -350
  242. data/pkg/webmachine-0.3.0/doc/Webmachine/Configuration.html +0 -551
  243. data/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Conneg/MediaTypeList.html +0 -262
  244. data/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Conneg/PriorityList.html +0 -788
  245. data/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Conneg.html +0 -678
  246. data/pkg/webmachine-0.3.0/doc/Webmachine/Decision/FSM.html +0 -648
  247. data/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Flow.html +0 -3989
  248. data/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Helpers.html +0 -733
  249. data/pkg/webmachine-0.3.0/doc/Webmachine/Decision.html +0 -121
  250. data/pkg/webmachine-0.3.0/doc/Webmachine/Dispatcher/Route.html +0 -657
  251. data/pkg/webmachine-0.3.0/doc/Webmachine/Dispatcher.html +0 -530
  252. data/pkg/webmachine-0.3.0/doc/Webmachine/EnumerableEncoder.html +0 -276
  253. data/pkg/webmachine-0.3.0/doc/Webmachine/Error.html +0 -129
  254. data/pkg/webmachine-0.3.0/doc/Webmachine/FiberEncoder.html +0 -250
  255. data/pkg/webmachine-0.3.0/doc/Webmachine/Headers.html +0 -475
  256. data/pkg/webmachine-0.3.0/doc/Webmachine/InvalidResource.html +0 -139
  257. data/pkg/webmachine-0.3.0/doc/Webmachine/MalformedRequest.html +0 -141
  258. data/pkg/webmachine-0.3.0/doc/Webmachine/MediaType.html +0 -1406
  259. data/pkg/webmachine-0.3.0/doc/Webmachine/Request.html +0 -1048
  260. data/pkg/webmachine-0.3.0/doc/Webmachine/Resource/Authentication.html +0 -333
  261. data/pkg/webmachine-0.3.0/doc/Webmachine/Resource/Callbacks.html +0 -3046
  262. data/pkg/webmachine-0.3.0/doc/Webmachine/Resource/Encodings.html +0 -325
  263. data/pkg/webmachine-0.3.0/doc/Webmachine/Resource.html +0 -457
  264. data/pkg/webmachine-0.3.0/doc/Webmachine/Response.html +0 -880
  265. data/pkg/webmachine-0.3.0/doc/Webmachine/StreamingEncoder.html +0 -465
  266. data/pkg/webmachine-0.3.0/doc/Webmachine/Translation.html +0 -236
  267. data/pkg/webmachine-0.3.0/doc/Webmachine.html +0 -836
  268. data/pkg/webmachine-0.3.0/doc/_index.html +0 -478
  269. data/pkg/webmachine-0.3.0/doc/class_list.html +0 -47
  270. data/pkg/webmachine-0.3.0/doc/css/common.css +0 -1
  271. data/pkg/webmachine-0.3.0/doc/css/full_list.css +0 -55
  272. data/pkg/webmachine-0.3.0/doc/css/style.css +0 -322
  273. data/pkg/webmachine-0.3.0/doc/file.README.html +0 -240
  274. data/pkg/webmachine-0.3.0/doc/file_list.html +0 -49
  275. data/pkg/webmachine-0.3.0/doc/frames.html +0 -13
  276. data/pkg/webmachine-0.3.0/doc/index.html +0 -240
  277. data/pkg/webmachine-0.3.0/doc/js/app.js +0 -205
  278. data/pkg/webmachine-0.3.0/doc/js/full_list.js +0 -167
  279. data/pkg/webmachine-0.3.0/doc/js/jquery.js +0 -16
  280. data/pkg/webmachine-0.3.0/doc/method_list.html +0 -1910
  281. data/pkg/webmachine-0.3.0/doc/top-level-namespace.html +0 -103
  282. data/pkg/webmachine-0.3.0/examples/webrick.rb +0 -19
  283. data/pkg/webmachine-0.3.0/lib/webmachine/adapters/mongrel.rb +0 -80
  284. data/pkg/webmachine-0.3.0/lib/webmachine/adapters/rack.rb +0 -50
  285. data/pkg/webmachine-0.3.0/lib/webmachine/adapters/webrick.rb +0 -85
  286. data/pkg/webmachine-0.3.0/lib/webmachine/adapters.rb +0 -9
  287. data/pkg/webmachine-0.3.0/lib/webmachine/chunked_body.rb +0 -43
  288. data/pkg/webmachine-0.3.0/lib/webmachine/configuration.rb +0 -30
  289. data/pkg/webmachine-0.3.0/lib/webmachine/decision/conneg.rb +0 -240
  290. data/pkg/webmachine-0.3.0/lib/webmachine/decision/flow.rb +0 -506
  291. data/pkg/webmachine-0.3.0/lib/webmachine/decision/fsm.rb +0 -71
  292. data/pkg/webmachine-0.3.0/lib/webmachine/decision/helpers.rb +0 -104
  293. data/pkg/webmachine-0.3.0/lib/webmachine/decision.rb +0 -12
  294. data/pkg/webmachine-0.3.0/lib/webmachine/dispatcher/route.rb +0 -89
  295. data/pkg/webmachine-0.3.0/lib/webmachine/dispatcher.rb +0 -53
  296. data/pkg/webmachine-0.3.0/lib/webmachine/errors.rb +0 -38
  297. data/pkg/webmachine-0.3.0/lib/webmachine/fiber18.rb +0 -88
  298. data/pkg/webmachine-0.3.0/lib/webmachine/headers.rb +0 -40
  299. data/pkg/webmachine-0.3.0/lib/webmachine/locale/en.yml +0 -28
  300. data/pkg/webmachine-0.3.0/lib/webmachine/media_type.rb +0 -120
  301. data/pkg/webmachine-0.3.0/lib/webmachine/request.rb +0 -66
  302. data/pkg/webmachine-0.3.0/lib/webmachine/resource/authentication.rb +0 -35
  303. data/pkg/webmachine-0.3.0/lib/webmachine/resource/callbacks.rb +0 -376
  304. data/pkg/webmachine-0.3.0/lib/webmachine/resource/encodings.rb +0 -36
  305. data/pkg/webmachine-0.3.0/lib/webmachine/resource.rb +0 -49
  306. data/pkg/webmachine-0.3.0/lib/webmachine/response.rb +0 -50
  307. data/pkg/webmachine-0.3.0/lib/webmachine/streaming.rb +0 -63
  308. data/pkg/webmachine-0.3.0/lib/webmachine/translation.rb +0 -18
  309. data/pkg/webmachine-0.3.0/lib/webmachine/version.rb +0 -8
  310. data/pkg/webmachine-0.3.0/lib/webmachine.rb +0 -21
  311. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/Gemfile +0 -16
  312. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/Guardfile +0 -11
  313. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/README.md +0 -90
  314. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/Rakefile +0 -31
  315. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/examples/webrick.rb +0 -19
  316. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/adapters/webrick.rb +0 -74
  317. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/adapters.rb +0 -15
  318. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision/conneg.rb +0 -304
  319. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision/flow.rb +0 -502
  320. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision/fsm.rb +0 -79
  321. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision/helpers.rb +0 -80
  322. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision.rb +0 -12
  323. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher/route.rb +0 -85
  324. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher.rb +0 -40
  325. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/errors.rb +0 -37
  326. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/headers.rb +0 -16
  327. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/locale/en.yml +0 -28
  328. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/request.rb +0 -56
  329. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/resource/callbacks.rb +0 -362
  330. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/resource/encodings.rb +0 -36
  331. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/resource.rb +0 -48
  332. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/response.rb +0 -49
  333. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/streaming.rb +0 -27
  334. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/translation.rb +0 -11
  335. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/version.rb +0 -4
  336. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine.rb +0 -19
  337. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/spec_helper.rb +0 -13
  338. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/tests.org +0 -57
  339. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/decision/conneg_spec.rb +0 -152
  340. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/decision/flow_spec.rb +0 -1030
  341. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  342. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher_spec.rb +0 -34
  343. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/headers_spec.rb +0 -19
  344. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/request_spec.rb +0 -24
  345. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/webmachine.gemspec +0 -44
  346. data/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0.gem +0 -0
  347. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Gemfile +0 -24
  348. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Guardfile +0 -11
  349. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/README.md +0 -117
  350. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Rakefile +0 -31
  351. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/examples/webrick.rb +0 -19
  352. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/adapters/mongrel.rb +0 -84
  353. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/adapters/webrick.rb +0 -85
  354. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/adapters.rb +0 -9
  355. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/configuration.rb +0 -30
  356. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision/conneg.rb +0 -239
  357. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision/flow.rb +0 -504
  358. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision/fsm.rb +0 -71
  359. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision/helpers.rb +0 -100
  360. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision.rb +0 -12
  361. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/dispatcher/route.rb +0 -85
  362. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/dispatcher.rb +0 -40
  363. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/errors.rb +0 -38
  364. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/headers.rb +0 -40
  365. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/locale/en.yml +0 -28
  366. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/media_type.rb +0 -117
  367. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/request.rb +0 -56
  368. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/resource/callbacks.rb +0 -376
  369. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/resource/encodings.rb +0 -36
  370. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/resource.rb +0 -48
  371. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/response.rb +0 -49
  372. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/streaming.rb +0 -27
  373. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/translation.rb +0 -11
  374. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/version.rb +0 -4
  375. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine.rb +0 -21
  376. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Gemfile +0 -16
  377. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Guardfile +0 -11
  378. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/README.md +0 -90
  379. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Rakefile +0 -31
  380. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/examples/webrick.rb +0 -19
  381. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/adapters/webrick.rb +0 -74
  382. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/adapters.rb +0 -15
  383. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/conneg.rb +0 -304
  384. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/flow.rb +0 -502
  385. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/fsm.rb +0 -79
  386. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/helpers.rb +0 -80
  387. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision.rb +0 -12
  388. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher/route.rb +0 -85
  389. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher.rb +0 -40
  390. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/errors.rb +0 -37
  391. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/headers.rb +0 -16
  392. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/locale/en.yml +0 -28
  393. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/request.rb +0 -56
  394. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource/callbacks.rb +0 -362
  395. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource/encodings.rb +0 -36
  396. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource.rb +0 -48
  397. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/response.rb +0 -49
  398. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/streaming.rb +0 -27
  399. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/translation.rb +0 -11
  400. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/version.rb +0 -4
  401. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine.rb +0 -19
  402. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/spec_helper.rb +0 -13
  403. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/tests.org +0 -57
  404. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/decision/conneg_spec.rb +0 -152
  405. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/decision/flow_spec.rb +0 -1030
  406. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  407. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher_spec.rb +0 -34
  408. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/headers_spec.rb +0 -19
  409. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/request_spec.rb +0 -24
  410. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/webmachine.gemspec +0 -44
  411. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0.gem +0 -0
  412. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/spec_helper.rb +0 -13
  413. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/tests.org +0 -57
  414. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/configuration_spec.rb +0 -27
  415. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/decision/conneg_spec.rb +0 -159
  416. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/decision/flow_spec.rb +0 -1032
  417. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/decision/helpers_spec.rb +0 -105
  418. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  419. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/dispatcher_spec.rb +0 -34
  420. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/errors_spec.rb +0 -13
  421. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/headers_spec.rb +0 -20
  422. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/media_type_spec.rb +0 -78
  423. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/request_spec.rb +0 -24
  424. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/webmachine.gemspec +0 -47
  425. data/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0.gem +0 -0
  426. data/pkg/webmachine-0.3.0/spec/spec_helper.rb +0 -13
  427. data/pkg/webmachine-0.3.0/spec/tests.org +0 -80
  428. data/pkg/webmachine-0.3.0/spec/webmachine/adapters/rack_spec.rb +0 -64
  429. data/pkg/webmachine-0.3.0/spec/webmachine/chunked_body_spec.rb +0 -30
  430. data/pkg/webmachine-0.3.0/spec/webmachine/configuration_spec.rb +0 -27
  431. data/pkg/webmachine-0.3.0/spec/webmachine/decision/conneg_spec.rb +0 -159
  432. data/pkg/webmachine-0.3.0/spec/webmachine/decision/flow_spec.rb +0 -1032
  433. data/pkg/webmachine-0.3.0/spec/webmachine/decision/helpers_spec.rb +0 -116
  434. data/pkg/webmachine-0.3.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  435. data/pkg/webmachine-0.3.0/spec/webmachine/dispatcher_spec.rb +0 -47
  436. data/pkg/webmachine-0.3.0/spec/webmachine/errors_spec.rb +0 -13
  437. data/pkg/webmachine-0.3.0/spec/webmachine/headers_spec.rb +0 -20
  438. data/pkg/webmachine-0.3.0/spec/webmachine/media_type_spec.rb +0 -78
  439. data/pkg/webmachine-0.3.0/spec/webmachine/request_spec.rb +0 -29
  440. data/pkg/webmachine-0.3.0/spec/webmachine/resource/authentication_spec.rb +0 -68
  441. data/pkg/webmachine-0.3.0/webmachine.gemspec +0 -50
  442. data/pkg/webmachine-0.3.0.gem +0 -0
  443. data/pkg/webmachine-0.4.0/Gemfile +0 -30
  444. data/pkg/webmachine-0.4.0/Guardfile +0 -11
  445. data/pkg/webmachine-0.4.0/README.md +0 -169
  446. data/pkg/webmachine-0.4.0/Rakefile +0 -41
  447. data/pkg/webmachine-0.4.0/doc/Webmachine/Adapters/Mongrel/Handler.html +0 -348
  448. data/pkg/webmachine-0.4.0/doc/Webmachine/Adapters/Mongrel.html +0 -212
  449. data/pkg/webmachine-0.4.0/doc/Webmachine/Adapters/Rack.html +0 -316
  450. data/pkg/webmachine-0.4.0/doc/Webmachine/Adapters/WEBrick/RequestBody.html +0 -363
  451. data/pkg/webmachine-0.4.0/doc/Webmachine/Adapters/WEBrick/Server.html +0 -310
  452. data/pkg/webmachine-0.4.0/doc/Webmachine/Adapters/WEBrick.html +0 -202
  453. data/pkg/webmachine-0.4.0/doc/Webmachine/Adapters.html +0 -120
  454. data/pkg/webmachine-0.4.0/doc/Webmachine/Application.html +0 -755
  455. data/pkg/webmachine-0.4.0/doc/Webmachine/CallableEncoder.html +0 -326
  456. data/pkg/webmachine-0.4.0/doc/Webmachine/ChunkedBody.html +0 -350
  457. data/pkg/webmachine-0.4.0/doc/Webmachine/Configuration.html +0 -551
  458. data/pkg/webmachine-0.4.0/doc/Webmachine/Decision/Conneg/MediaTypeList.html +0 -262
  459. data/pkg/webmachine-0.4.0/doc/Webmachine/Decision/Conneg/PriorityList.html +0 -788
  460. data/pkg/webmachine-0.4.0/doc/Webmachine/Decision/Conneg.html +0 -678
  461. data/pkg/webmachine-0.4.0/doc/Webmachine/Decision/FSM.html +0 -648
  462. data/pkg/webmachine-0.4.0/doc/Webmachine/Decision/Flow.html +0 -3989
  463. data/pkg/webmachine-0.4.0/doc/Webmachine/Decision/Helpers.html +0 -733
  464. data/pkg/webmachine-0.4.0/doc/Webmachine/Decision.html +0 -121
  465. data/pkg/webmachine-0.4.0/doc/Webmachine/Dispatcher/Route.html +0 -657
  466. data/pkg/webmachine-0.4.0/doc/Webmachine/Dispatcher.html +0 -530
  467. data/pkg/webmachine-0.4.0/doc/Webmachine/EnumerableEncoder.html +0 -276
  468. data/pkg/webmachine-0.4.0/doc/Webmachine/Error.html +0 -129
  469. data/pkg/webmachine-0.4.0/doc/Webmachine/FiberEncoder.html +0 -250
  470. data/pkg/webmachine-0.4.0/doc/Webmachine/Headers.html +0 -475
  471. data/pkg/webmachine-0.4.0/doc/Webmachine/InvalidResource.html +0 -139
  472. data/pkg/webmachine-0.4.0/doc/Webmachine/MalformedRequest.html +0 -141
  473. data/pkg/webmachine-0.4.0/doc/Webmachine/MediaType.html +0 -1406
  474. data/pkg/webmachine-0.4.0/doc/Webmachine/Request.html +0 -1048
  475. data/pkg/webmachine-0.4.0/doc/Webmachine/Resource/Authentication.html +0 -333
  476. data/pkg/webmachine-0.4.0/doc/Webmachine/Resource/Callbacks.html +0 -3046
  477. data/pkg/webmachine-0.4.0/doc/Webmachine/Resource/Encodings.html +0 -325
  478. data/pkg/webmachine-0.4.0/doc/Webmachine/Resource.html +0 -457
  479. data/pkg/webmachine-0.4.0/doc/Webmachine/Response.html +0 -880
  480. data/pkg/webmachine-0.4.0/doc/Webmachine/StreamingEncoder.html +0 -465
  481. data/pkg/webmachine-0.4.0/doc/Webmachine/Trace/Call.html +0 -366
  482. data/pkg/webmachine-0.4.0/doc/Webmachine/Trace/TraceResource.html +0 -627
  483. data/pkg/webmachine-0.4.0/doc/Webmachine/Trace/Wrapper.html +0 -451
  484. data/pkg/webmachine-0.4.0/doc/Webmachine/Trace.html +0 -108
  485. data/pkg/webmachine-0.4.0/doc/Webmachine/Translation.html +0 -236
  486. data/pkg/webmachine-0.4.0/doc/Webmachine.html +0 -836
  487. data/pkg/webmachine-0.4.0/doc/_index.html +0 -478
  488. data/pkg/webmachine-0.4.0/doc/class_list.html +0 -47
  489. data/pkg/webmachine-0.4.0/doc/css/common.css +0 -1
  490. data/pkg/webmachine-0.4.0/doc/css/full_list.css +0 -55
  491. data/pkg/webmachine-0.4.0/doc/css/style.css +0 -322
  492. data/pkg/webmachine-0.4.0/doc/file.README.html +0 -240
  493. data/pkg/webmachine-0.4.0/doc/file_list.html +0 -49
  494. data/pkg/webmachine-0.4.0/doc/frames.html +0 -13
  495. data/pkg/webmachine-0.4.0/doc/index.html +0 -240
  496. data/pkg/webmachine-0.4.0/doc/js/app.js +0 -205
  497. data/pkg/webmachine-0.4.0/doc/js/full_list.js +0 -167
  498. data/pkg/webmachine-0.4.0/doc/js/jquery.js +0 -16
  499. data/pkg/webmachine-0.4.0/doc/method_list.html +0 -1910
  500. data/pkg/webmachine-0.4.0/doc/top-level-namespace.html +0 -103
  501. data/pkg/webmachine-0.4.0/examples/application.rb +0 -35
  502. data/pkg/webmachine-0.4.0/examples/webrick.rb +0 -19
  503. data/pkg/webmachine-0.4.0/lib/webmachine/adapter.rb +0 -36
  504. data/pkg/webmachine-0.4.0/lib/webmachine/adapters/mongrel.rb +0 -86
  505. data/pkg/webmachine-0.4.0/lib/webmachine/adapters/rack.rb +0 -69
  506. data/pkg/webmachine-0.4.0/lib/webmachine/adapters/webrick.rb +0 -89
  507. data/pkg/webmachine-0.4.0/lib/webmachine/adapters.rb +0 -9
  508. data/pkg/webmachine-0.4.0/lib/webmachine/application.rb +0 -108
  509. data/pkg/webmachine-0.4.0/lib/webmachine/chunked_body.rb +0 -43
  510. data/pkg/webmachine-0.4.0/lib/webmachine/configuration.rb +0 -40
  511. data/pkg/webmachine-0.4.0/lib/webmachine/decision/conneg.rb +0 -239
  512. data/pkg/webmachine-0.4.0/lib/webmachine/decision/flow.rb +0 -503
  513. data/pkg/webmachine-0.4.0/lib/webmachine/decision/fsm.rb +0 -70
  514. data/pkg/webmachine-0.4.0/lib/webmachine/decision/helpers.rb +0 -104
  515. data/pkg/webmachine-0.4.0/lib/webmachine/decision.rb +0 -12
  516. data/pkg/webmachine-0.4.0/lib/webmachine/dispatcher/route.rb +0 -126
  517. data/pkg/webmachine-0.4.0/lib/webmachine/dispatcher.rb +0 -61
  518. data/pkg/webmachine-0.4.0/lib/webmachine/errors.rb +0 -38
  519. data/pkg/webmachine-0.4.0/lib/webmachine/fiber18.rb +0 -88
  520. data/pkg/webmachine-0.4.0/lib/webmachine/headers.rb +0 -40
  521. data/pkg/webmachine-0.4.0/lib/webmachine/locale/en.yml +0 -28
  522. data/pkg/webmachine-0.4.0/lib/webmachine/media_type.rb +0 -120
  523. data/pkg/webmachine-0.4.0/lib/webmachine/request.rb +0 -141
  524. data/pkg/webmachine-0.4.0/lib/webmachine/resource/authentication.rb +0 -36
  525. data/pkg/webmachine-0.4.0/lib/webmachine/resource/callbacks.rb +0 -377
  526. data/pkg/webmachine-0.4.0/lib/webmachine/resource/encodings.rb +0 -37
  527. data/pkg/webmachine-0.4.0/lib/webmachine/resource.rb +0 -50
  528. data/pkg/webmachine-0.4.0/lib/webmachine/response.rb +0 -51
  529. data/pkg/webmachine-0.4.0/lib/webmachine/streaming.rb +0 -63
  530. data/pkg/webmachine-0.4.0/lib/webmachine/translation.rb +0 -18
  531. data/pkg/webmachine-0.4.0/lib/webmachine/version.rb +0 -8
  532. data/pkg/webmachine-0.4.0/lib/webmachine/version.rbc +0 -161
  533. data/pkg/webmachine-0.4.0/lib/webmachine.rb +0 -22
  534. data/pkg/webmachine-0.4.0/pkg/public/map.png +0 -0
  535. data/pkg/webmachine-0.4.0/pkg/public/trace.html.erb +0 -54
  536. data/pkg/webmachine-0.4.0/pkg/public/wmtrace.css +0 -107
  537. data/pkg/webmachine-0.4.0/pkg/public/wmtrace.js +0 -713
  538. data/pkg/webmachine-0.4.0/pkg/tests.org +0 -80
  539. data/pkg/webmachine-0.4.0/pkg/trace/trace_resource.rb +0 -83
  540. data/pkg/webmachine-0.4.0/pkg/trace.rb +0 -40
  541. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/Gemfile +0 -16
  542. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/Guardfile +0 -11
  543. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/README.md +0 -90
  544. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/Rakefile +0 -31
  545. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/examples/webrick.rb +0 -19
  546. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/adapters/webrick.rb +0 -74
  547. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/adapters.rb +0 -15
  548. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/decision/conneg.rb +0 -304
  549. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/decision/flow.rb +0 -502
  550. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/decision/fsm.rb +0 -79
  551. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/decision/helpers.rb +0 -80
  552. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/decision.rb +0 -12
  553. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher/route.rb +0 -85
  554. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher.rb +0 -40
  555. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/errors.rb +0 -37
  556. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/headers.rb +0 -16
  557. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/locale/en.yml +0 -28
  558. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/request.rb +0 -56
  559. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/resource/callbacks.rb +0 -362
  560. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/resource/encodings.rb +0 -36
  561. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/resource.rb +0 -48
  562. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/response.rb +0 -49
  563. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/streaming.rb +0 -27
  564. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/translation.rb +0 -11
  565. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine/version.rb +0 -4
  566. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/lib/webmachine.rb +0 -19
  567. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/spec/spec_helper.rb +0 -13
  568. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/spec/tests.org +0 -57
  569. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/spec/webmachine/decision/conneg_spec.rb +0 -152
  570. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/spec/webmachine/decision/flow_spec.rb +0 -1030
  571. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  572. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher_spec.rb +0 -34
  573. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/spec/webmachine/headers_spec.rb +0 -19
  574. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/spec/webmachine/request_spec.rb +0 -24
  575. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0/webmachine.gemspec +0 -44
  576. data/pkg/webmachine-0.4.0/pkg/webmachine-0.1.0.gem +0 -0
  577. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/Gemfile +0 -24
  578. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/Guardfile +0 -11
  579. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/README.md +0 -117
  580. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/Rakefile +0 -31
  581. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/examples/webrick.rb +0 -19
  582. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/adapters/mongrel.rb +0 -84
  583. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/adapters/webrick.rb +0 -85
  584. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/adapters.rb +0 -9
  585. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/configuration.rb +0 -30
  586. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/decision/conneg.rb +0 -239
  587. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/decision/flow.rb +0 -504
  588. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/decision/fsm.rb +0 -71
  589. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/decision/helpers.rb +0 -100
  590. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/decision.rb +0 -12
  591. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/dispatcher/route.rb +0 -85
  592. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/dispatcher.rb +0 -40
  593. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/errors.rb +0 -38
  594. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/headers.rb +0 -40
  595. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/locale/en.yml +0 -28
  596. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/media_type.rb +0 -117
  597. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/request.rb +0 -56
  598. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/resource/callbacks.rb +0 -376
  599. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/resource/encodings.rb +0 -36
  600. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/resource.rb +0 -48
  601. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/response.rb +0 -49
  602. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/streaming.rb +0 -27
  603. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/translation.rb +0 -11
  604. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine/version.rb +0 -4
  605. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/lib/webmachine.rb +0 -21
  606. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Gemfile +0 -16
  607. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Guardfile +0 -11
  608. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/README.md +0 -90
  609. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Rakefile +0 -31
  610. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/examples/webrick.rb +0 -19
  611. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/adapters/webrick.rb +0 -74
  612. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/adapters.rb +0 -15
  613. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/conneg.rb +0 -304
  614. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/flow.rb +0 -502
  615. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/fsm.rb +0 -79
  616. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/helpers.rb +0 -80
  617. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision.rb +0 -12
  618. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher/route.rb +0 -85
  619. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher.rb +0 -40
  620. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/errors.rb +0 -37
  621. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/headers.rb +0 -16
  622. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/locale/en.yml +0 -28
  623. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/request.rb +0 -56
  624. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource/callbacks.rb +0 -362
  625. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource/encodings.rb +0 -36
  626. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource.rb +0 -48
  627. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/response.rb +0 -49
  628. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/streaming.rb +0 -27
  629. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/translation.rb +0 -11
  630. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/version.rb +0 -4
  631. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine.rb +0 -19
  632. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/spec_helper.rb +0 -13
  633. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/tests.org +0 -57
  634. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/decision/conneg_spec.rb +0 -152
  635. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/decision/flow_spec.rb +0 -1030
  636. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  637. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher_spec.rb +0 -34
  638. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/headers_spec.rb +0 -19
  639. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/request_spec.rb +0 -24
  640. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/webmachine.gemspec +0 -44
  641. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0.gem +0 -0
  642. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/spec_helper.rb +0 -13
  643. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/tests.org +0 -57
  644. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/configuration_spec.rb +0 -27
  645. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/decision/conneg_spec.rb +0 -159
  646. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/decision/flow_spec.rb +0 -1032
  647. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/decision/helpers_spec.rb +0 -105
  648. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  649. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/dispatcher_spec.rb +0 -34
  650. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/errors_spec.rb +0 -13
  651. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/headers_spec.rb +0 -20
  652. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/media_type_spec.rb +0 -78
  653. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/spec/webmachine/request_spec.rb +0 -24
  654. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0/webmachine.gemspec +0 -47
  655. data/pkg/webmachine-0.4.0/pkg/webmachine-0.2.0.gem +0 -0
  656. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/Gemfile +0 -28
  657. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/Guardfile +0 -11
  658. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/README.md +0 -169
  659. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/Rakefile +0 -41
  660. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/Mongrel/Handler.html +0 -348
  661. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/Mongrel.html +0 -212
  662. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/Rack.html +0 -316
  663. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/WEBrick/RequestBody.html +0 -363
  664. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/WEBrick/Server.html +0 -310
  665. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Adapters/WEBrick.html +0 -202
  666. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Adapters.html +0 -120
  667. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/CallableEncoder.html +0 -326
  668. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/ChunkedBody.html +0 -350
  669. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Configuration.html +0 -551
  670. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Conneg/MediaTypeList.html +0 -262
  671. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Conneg/PriorityList.html +0 -788
  672. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Conneg.html +0 -678
  673. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Decision/FSM.html +0 -648
  674. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Flow.html +0 -3989
  675. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Decision/Helpers.html +0 -733
  676. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Decision.html +0 -121
  677. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Dispatcher/Route.html +0 -657
  678. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Dispatcher.html +0 -530
  679. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/EnumerableEncoder.html +0 -276
  680. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Error.html +0 -129
  681. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/FiberEncoder.html +0 -250
  682. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Headers.html +0 -475
  683. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/InvalidResource.html +0 -139
  684. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/MalformedRequest.html +0 -141
  685. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/MediaType.html +0 -1406
  686. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Request.html +0 -1048
  687. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Resource/Authentication.html +0 -333
  688. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Resource/Callbacks.html +0 -3046
  689. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Resource/Encodings.html +0 -325
  690. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Resource.html +0 -457
  691. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Response.html +0 -880
  692. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/StreamingEncoder.html +0 -465
  693. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine/Translation.html +0 -236
  694. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/Webmachine.html +0 -836
  695. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/_index.html +0 -478
  696. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/class_list.html +0 -47
  697. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/css/common.css +0 -1
  698. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/css/full_list.css +0 -55
  699. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/css/style.css +0 -322
  700. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/file.README.html +0 -240
  701. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/file_list.html +0 -49
  702. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/frames.html +0 -13
  703. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/index.html +0 -240
  704. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/js/app.js +0 -205
  705. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/js/full_list.js +0 -167
  706. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/js/jquery.js +0 -16
  707. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/method_list.html +0 -1910
  708. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/doc/top-level-namespace.html +0 -103
  709. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/examples/webrick.rb +0 -19
  710. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/adapters/mongrel.rb +0 -80
  711. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/adapters/rack.rb +0 -50
  712. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/adapters/webrick.rb +0 -85
  713. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/adapters.rb +0 -9
  714. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/chunked_body.rb +0 -43
  715. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/configuration.rb +0 -30
  716. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/decision/conneg.rb +0 -240
  717. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/decision/flow.rb +0 -506
  718. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/decision/fsm.rb +0 -71
  719. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/decision/helpers.rb +0 -104
  720. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/decision.rb +0 -12
  721. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/dispatcher/route.rb +0 -89
  722. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/dispatcher.rb +0 -53
  723. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/errors.rb +0 -38
  724. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/fiber18.rb +0 -88
  725. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/headers.rb +0 -40
  726. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/locale/en.yml +0 -28
  727. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/media_type.rb +0 -120
  728. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/request.rb +0 -66
  729. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/resource/authentication.rb +0 -35
  730. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/resource/callbacks.rb +0 -376
  731. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/resource/encodings.rb +0 -36
  732. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/resource.rb +0 -49
  733. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/response.rb +0 -50
  734. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/streaming.rb +0 -63
  735. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/translation.rb +0 -18
  736. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine/version.rb +0 -8
  737. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/lib/webmachine.rb +0 -21
  738. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/Gemfile +0 -16
  739. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/Guardfile +0 -11
  740. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/README.md +0 -90
  741. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/Rakefile +0 -31
  742. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/examples/webrick.rb +0 -19
  743. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/adapters/webrick.rb +0 -74
  744. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/adapters.rb +0 -15
  745. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision/conneg.rb +0 -304
  746. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision/flow.rb +0 -502
  747. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision/fsm.rb +0 -79
  748. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision/helpers.rb +0 -80
  749. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/decision.rb +0 -12
  750. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher/route.rb +0 -85
  751. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher.rb +0 -40
  752. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/errors.rb +0 -37
  753. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/headers.rb +0 -16
  754. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/locale/en.yml +0 -28
  755. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/request.rb +0 -56
  756. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/resource/callbacks.rb +0 -362
  757. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/resource/encodings.rb +0 -36
  758. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/resource.rb +0 -48
  759. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/response.rb +0 -49
  760. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/streaming.rb +0 -27
  761. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/translation.rb +0 -11
  762. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine/version.rb +0 -4
  763. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/lib/webmachine.rb +0 -19
  764. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/spec_helper.rb +0 -13
  765. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/tests.org +0 -57
  766. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/decision/conneg_spec.rb +0 -152
  767. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/decision/flow_spec.rb +0 -1030
  768. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  769. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher_spec.rb +0 -34
  770. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/headers_spec.rb +0 -19
  771. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/spec/webmachine/request_spec.rb +0 -24
  772. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0/webmachine.gemspec +0 -44
  773. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.1.0.gem +0 -0
  774. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Gemfile +0 -24
  775. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Guardfile +0 -11
  776. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/README.md +0 -117
  777. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/Rakefile +0 -31
  778. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/examples/webrick.rb +0 -19
  779. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/adapters/mongrel.rb +0 -84
  780. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/adapters/webrick.rb +0 -85
  781. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/adapters.rb +0 -9
  782. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/configuration.rb +0 -30
  783. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision/conneg.rb +0 -239
  784. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision/flow.rb +0 -504
  785. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision/fsm.rb +0 -71
  786. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision/helpers.rb +0 -100
  787. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/decision.rb +0 -12
  788. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/dispatcher/route.rb +0 -85
  789. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/dispatcher.rb +0 -40
  790. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/errors.rb +0 -38
  791. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/headers.rb +0 -40
  792. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/locale/en.yml +0 -28
  793. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/media_type.rb +0 -117
  794. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/request.rb +0 -56
  795. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/resource/callbacks.rb +0 -376
  796. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/resource/encodings.rb +0 -36
  797. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/resource.rb +0 -48
  798. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/response.rb +0 -49
  799. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/streaming.rb +0 -27
  800. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/translation.rb +0 -11
  801. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine/version.rb +0 -4
  802. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/lib/webmachine.rb +0 -21
  803. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Gemfile +0 -16
  804. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Guardfile +0 -11
  805. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/README.md +0 -90
  806. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Rakefile +0 -31
  807. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/examples/webrick.rb +0 -19
  808. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/adapters/webrick.rb +0 -74
  809. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/adapters.rb +0 -15
  810. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/conneg.rb +0 -304
  811. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/flow.rb +0 -502
  812. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/fsm.rb +0 -79
  813. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision/helpers.rb +0 -80
  814. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/decision.rb +0 -12
  815. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher/route.rb +0 -85
  816. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/dispatcher.rb +0 -40
  817. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/errors.rb +0 -37
  818. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/headers.rb +0 -16
  819. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/locale/en.yml +0 -28
  820. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/request.rb +0 -56
  821. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource/callbacks.rb +0 -362
  822. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource/encodings.rb +0 -36
  823. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/resource.rb +0 -48
  824. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/response.rb +0 -49
  825. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/streaming.rb +0 -27
  826. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/translation.rb +0 -11
  827. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine/version.rb +0 -4
  828. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/lib/webmachine.rb +0 -19
  829. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/spec_helper.rb +0 -13
  830. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/tests.org +0 -57
  831. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/decision/conneg_spec.rb +0 -152
  832. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/decision/flow_spec.rb +0 -1030
  833. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  834. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/dispatcher_spec.rb +0 -34
  835. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/headers_spec.rb +0 -19
  836. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/spec/webmachine/request_spec.rb +0 -24
  837. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/webmachine.gemspec +0 -44
  838. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/pkg/webmachine-0.1.0.gem +0 -0
  839. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/spec_helper.rb +0 -13
  840. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/tests.org +0 -57
  841. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/configuration_spec.rb +0 -27
  842. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/decision/conneg_spec.rb +0 -159
  843. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/decision/flow_spec.rb +0 -1032
  844. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/decision/helpers_spec.rb +0 -105
  845. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  846. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/dispatcher_spec.rb +0 -34
  847. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/errors_spec.rb +0 -13
  848. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/headers_spec.rb +0 -20
  849. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/media_type_spec.rb +0 -78
  850. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/spec/webmachine/request_spec.rb +0 -24
  851. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0/webmachine.gemspec +0 -47
  852. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/pkg/webmachine-0.2.0.gem +0 -0
  853. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/spec_helper.rb +0 -13
  854. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/tests.org +0 -80
  855. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/adapters/rack_spec.rb +0 -64
  856. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/chunked_body_spec.rb +0 -30
  857. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/configuration_spec.rb +0 -27
  858. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/decision/conneg_spec.rb +0 -159
  859. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/decision/flow_spec.rb +0 -1032
  860. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/decision/helpers_spec.rb +0 -116
  861. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/dispatcher/route_spec.rb +0 -109
  862. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/dispatcher_spec.rb +0 -47
  863. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/errors_spec.rb +0 -13
  864. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/headers_spec.rb +0 -20
  865. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/media_type_spec.rb +0 -78
  866. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/request_spec.rb +0 -29
  867. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/spec/webmachine/resource/authentication_spec.rb +0 -68
  868. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0/webmachine.gemspec +0 -50
  869. data/pkg/webmachine-0.4.0/pkg/webmachine-0.3.0.gem +0 -0
  870. data/pkg/webmachine-0.4.0/spec/spec_helper.rb +0 -13
  871. data/pkg/webmachine-0.4.0/spec/webmachine/adapter_spec.rb +0 -40
  872. data/pkg/webmachine-0.4.0/spec/webmachine/adapters/mongrel_spec.rb +0 -22
  873. data/pkg/webmachine-0.4.0/spec/webmachine/adapters/rack_spec.rb +0 -90
  874. data/pkg/webmachine-0.4.0/spec/webmachine/adapters/webrick_spec.rb +0 -18
  875. data/pkg/webmachine-0.4.0/spec/webmachine/application_spec.rb +0 -73
  876. data/pkg/webmachine-0.4.0/spec/webmachine/chunked_body_spec.rb +0 -30
  877. data/pkg/webmachine-0.4.0/spec/webmachine/configuration_spec.rb +0 -27
  878. data/pkg/webmachine-0.4.0/spec/webmachine/decision/conneg_spec.rb +0 -159
  879. data/pkg/webmachine-0.4.0/spec/webmachine/decision/flow_spec.rb +0 -1032
  880. data/pkg/webmachine-0.4.0/spec/webmachine/decision/helpers_spec.rb +0 -116
  881. data/pkg/webmachine-0.4.0/spec/webmachine/dispatcher/route_spec.rb +0 -166
  882. data/pkg/webmachine-0.4.0/spec/webmachine/dispatcher_spec.rb +0 -59
  883. data/pkg/webmachine-0.4.0/spec/webmachine/errors_spec.rb +0 -13
  884. data/pkg/webmachine-0.4.0/spec/webmachine/headers_spec.rb +0 -20
  885. data/pkg/webmachine-0.4.0/spec/webmachine/media_type_spec.rb +0 -78
  886. data/pkg/webmachine-0.4.0/spec/webmachine/request_spec.rb +0 -186
  887. data/pkg/webmachine-0.4.0/spec/webmachine/resource/authentication_spec.rb +0 -68
  888. data/pkg/webmachine-0.4.0/webmachine.gemspec +0 -29
  889. data/pkg/webmachine-0.4.0.gem +0 -0
  890. data/spec/spec_helper.rbc +0 -438
  891. data/spec/webmachine/adapter_spec.rbc +0 -1059
  892. data/spec/webmachine/adapters/mongrel_spec.rbc +0 -748
  893. data/spec/webmachine/adapters/rack_spec.rbc +0 -2405
  894. data/spec/webmachine/adapters/webrick_spec.rbc +0 -653
  895. data/spec/webmachine/application_spec.rbc +0 -1979
  896. data/spec/webmachine/chunked_body_spec.rbc +0 -917
  897. data/spec/webmachine/configuration_spec.rbc +0 -874
  898. data/spec/webmachine/decision/conneg_spec.rbc +0 -4563
  899. data/spec/webmachine/decision/flow_spec.rbc +0 -31810
  900. data/spec/webmachine/decision/helpers_spec.rbc +0 -3742
  901. data/spec/webmachine/dispatcher/route_spec.rbc +0 -6354
  902. data/spec/webmachine/dispatcher_spec.rbc +0 -2143
  903. data/spec/webmachine/errors_spec.rbc +0 -387
  904. data/spec/webmachine/headers_spec.rbc +0 -678
  905. data/spec/webmachine/media_type_spec.rbc +0 -3298
  906. data/spec/webmachine/request_spec.rbc +0 -5948
  907. data/spec/webmachine/resource/authentication_spec.rbc +0 -2395
@@ -1,3742 +0,0 @@
1
- !RBIX
2
- 17831730954501249321
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 26
13
- 5
14
- 7
15
- 0
16
- 64
17
- 47
18
- 49
19
- 1
20
- 1
21
- 15
22
- 5
23
- 45
24
- 2
25
- 3
26
- 43
27
- 4
28
- 43
29
- 5
30
- 56
31
- 6
32
- 47
33
- 50
34
- 7
35
- 1
36
- 15
37
- 2
38
- 11
39
- I
40
- 3
41
- I
42
- 0
43
- I
44
- 0
45
- I
46
- 0
47
- n
48
- p
49
- 8
50
- s
51
- 11
52
- spec_helper
53
- x
54
- 7
55
- require
56
- x
57
- 10
58
- Webmachine
59
- n
60
- x
61
- 8
62
- Decision
63
- x
64
- 7
65
- Helpers
66
- M
67
- 1
68
- p
69
- 2
70
- x
71
- 9
72
- for_block
73
- t
74
- n
75
- x
76
- 9
77
- __block__
78
- i
79
- 114
80
- 5
81
- 56
82
- 0
83
- 47
84
- 50
85
- 1
86
- 0
87
- 15
88
- 5
89
- 7
90
- 2
91
- 56
92
- 3
93
- 47
94
- 50
95
- 4
96
- 1
97
- 15
98
- 5
99
- 7
100
- 5
101
- 56
102
- 6
103
- 47
104
- 50
105
- 4
106
- 1
107
- 15
108
- 5
109
- 7
110
- 7
111
- 56
112
- 8
113
- 47
114
- 50
115
- 4
116
- 1
117
- 15
118
- 5
119
- 7
120
- 9
121
- 56
122
- 10
123
- 47
124
- 50
125
- 4
126
- 1
127
- 15
128
- 5
129
- 7
130
- 11
131
- 56
132
- 12
133
- 47
134
- 50
135
- 4
136
- 1
137
- 15
138
- 5
139
- 7
140
- 13
141
- 56
142
- 14
143
- 47
144
- 50
145
- 4
146
- 1
147
- 15
148
- 99
149
- 7
150
- 15
151
- 7
152
- 16
153
- 65
154
- 67
155
- 49
156
- 17
157
- 0
158
- 49
159
- 18
160
- 4
161
- 15
162
- 5
163
- 7
164
- 19
165
- 56
166
- 20
167
- 47
168
- 50
169
- 4
170
- 1
171
- 15
172
- 5
173
- 7
174
- 21
175
- 64
176
- 56
177
- 22
178
- 47
179
- 50
180
- 23
181
- 1
182
- 15
183
- 5
184
- 7
185
- 24
186
- 64
187
- 56
188
- 25
189
- 47
190
- 50
191
- 23
192
- 1
193
- 11
194
- I
195
- 6
196
- I
197
- 0
198
- I
199
- 0
200
- I
201
- 0
202
- I
203
- -2
204
- p
205
- 26
206
- M
207
- 1
208
- p
209
- 2
210
- x
211
- 9
212
- for_block
213
- t
214
- n
215
- x
216
- 9
217
- __block__
218
- i
219
- 47
220
- 45
221
- 0
222
- 1
223
- 43
224
- 2
225
- 43
226
- 3
227
- 13
228
- 71
229
- 4
230
- 47
231
- 9
232
- 34
233
- 47
234
- 49
235
- 5
236
- 0
237
- 13
238
- 5
239
- 48
240
- 6
241
- 5
242
- 48
243
- 7
244
- 5
245
- 48
246
- 8
247
- 47
248
- 49
249
- 9
250
- 3
251
- 15
252
- 8
253
- 46
254
- 5
255
- 48
256
- 6
257
- 5
258
- 48
259
- 7
260
- 5
261
- 48
262
- 8
263
- 49
264
- 4
265
- 3
266
- 11
267
- I
268
- 6
269
- I
270
- 0
271
- I
272
- 0
273
- I
274
- 0
275
- I
276
- -2
277
- p
278
- 10
279
- x
280
- 10
281
- Webmachine
282
- n
283
- x
284
- 8
285
- Decision
286
- x
287
- 3
288
- FSM
289
- x
290
- 3
291
- new
292
- x
293
- 8
294
- allocate
295
- x
296
- 8
297
- resource
298
- x
299
- 7
300
- request
301
- x
302
- 8
303
- response
304
- x
305
- 10
306
- initialize
307
- p
308
- 3
309
- I
310
- 0
311
- I
312
- 4
313
- I
314
- 2f
315
- x
316
- 80
317
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
318
- p
319
- 0
320
- x
321
- 7
322
- subject
323
- x
324
- 6
325
- method
326
- M
327
- 1
328
- p
329
- 2
330
- x
331
- 9
332
- for_block
333
- t
334
- n
335
- x
336
- 9
337
- __block__
338
- i
339
- 4
340
- 7
341
- 0
342
- 64
343
- 11
344
- I
345
- 2
346
- I
347
- 0
348
- I
349
- 0
350
- I
351
- 0
352
- I
353
- -2
354
- p
355
- 1
356
- s
357
- 3
358
- GET
359
- p
360
- 3
361
- I
362
- 0
363
- I
364
- 5
365
- I
366
- 4
367
- x
368
- 80
369
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
370
- p
371
- 0
372
- x
373
- 3
374
- let
375
- x
376
- 3
377
- uri
378
- M
379
- 1
380
- p
381
- 2
382
- x
383
- 9
384
- for_block
385
- t
386
- n
387
- x
388
- 9
389
- __block__
390
- i
391
- 10
392
- 45
393
- 0
394
- 1
395
- 7
396
- 2
397
- 64
398
- 49
399
- 3
400
- 1
401
- 11
402
- I
403
- 3
404
- I
405
- 0
406
- I
407
- 0
408
- I
409
- 0
410
- I
411
- -2
412
- p
413
- 4
414
- x
415
- 3
416
- URI
417
- n
418
- s
419
- 17
420
- http://localhost/
421
- x
422
- 5
423
- parse
424
- p
425
- 3
426
- I
427
- 0
428
- I
429
- 6
430
- I
431
- a
432
- x
433
- 80
434
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
435
- p
436
- 0
437
- x
438
- 7
439
- headers
440
- M
441
- 1
442
- p
443
- 2
444
- x
445
- 9
446
- for_block
447
- t
448
- n
449
- x
450
- 9
451
- __block__
452
- i
453
- 27
454
- 45
455
- 0
456
- 1
457
- 43
458
- 2
459
- 13
460
- 71
461
- 3
462
- 47
463
- 9
464
- 23
465
- 47
466
- 49
467
- 4
468
- 0
469
- 13
470
- 47
471
- 49
472
- 5
473
- 0
474
- 15
475
- 8
476
- 26
477
- 49
478
- 3
479
- 0
480
- 11
481
- I
482
- 3
483
- I
484
- 0
485
- I
486
- 0
487
- I
488
- 0
489
- I
490
- -2
491
- p
492
- 6
493
- x
494
- 10
495
- Webmachine
496
- n
497
- x
498
- 7
499
- Headers
500
- x
501
- 3
502
- new
503
- x
504
- 8
505
- allocate
506
- x
507
- 10
508
- initialize
509
- p
510
- 3
511
- I
512
- 0
513
- I
514
- 7
515
- I
516
- 1b
517
- x
518
- 80
519
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
520
- p
521
- 0
522
- x
523
- 4
524
- body
525
- M
526
- 1
527
- p
528
- 2
529
- x
530
- 9
531
- for_block
532
- t
533
- n
534
- x
535
- 9
536
- __block__
537
- i
538
- 4
539
- 7
540
- 0
541
- 64
542
- 11
543
- I
544
- 2
545
- I
546
- 0
547
- I
548
- 0
549
- I
550
- 0
551
- I
552
- -2
553
- p
554
- 1
555
- s
556
- 0
557
-
558
- p
559
- 3
560
- I
561
- 0
562
- I
563
- 8
564
- I
565
- 4
566
- x
567
- 80
568
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
569
- p
570
- 0
571
- x
572
- 7
573
- request
574
- M
575
- 1
576
- p
577
- 2
578
- x
579
- 9
580
- for_block
581
- t
582
- n
583
- x
584
- 9
585
- __block__
586
- i
587
- 51
588
- 45
589
- 0
590
- 1
591
- 43
592
- 2
593
- 13
594
- 71
595
- 3
596
- 47
597
- 9
598
- 35
599
- 47
600
- 49
601
- 4
602
- 0
603
- 13
604
- 5
605
- 48
606
- 5
607
- 5
608
- 48
609
- 6
610
- 5
611
- 48
612
- 7
613
- 5
614
- 48
615
- 8
616
- 47
617
- 49
618
- 9
619
- 4
620
- 15
621
- 8
622
- 50
623
- 5
624
- 48
625
- 5
626
- 5
627
- 48
628
- 6
629
- 5
630
- 48
631
- 7
632
- 5
633
- 48
634
- 8
635
- 49
636
- 3
637
- 4
638
- 11
639
- I
640
- 7
641
- I
642
- 0
643
- I
644
- 0
645
- I
646
- 0
647
- I
648
- -2
649
- p
650
- 10
651
- x
652
- 10
653
- Webmachine
654
- n
655
- x
656
- 7
657
- Request
658
- x
659
- 3
660
- new
661
- x
662
- 8
663
- allocate
664
- x
665
- 6
666
- method
667
- x
668
- 3
669
- uri
670
- x
671
- 7
672
- headers
673
- x
674
- 4
675
- body
676
- x
677
- 10
678
- initialize
679
- p
680
- 3
681
- I
682
- 0
683
- I
684
- 9
685
- I
686
- 33
687
- x
688
- 80
689
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
690
- p
691
- 0
692
- x
693
- 8
694
- response
695
- M
696
- 1
697
- p
698
- 2
699
- x
700
- 9
701
- for_block
702
- t
703
- n
704
- x
705
- 9
706
- __block__
707
- i
708
- 27
709
- 45
710
- 0
711
- 1
712
- 43
713
- 2
714
- 13
715
- 71
716
- 3
717
- 47
718
- 9
719
- 23
720
- 47
721
- 49
722
- 4
723
- 0
724
- 13
725
- 47
726
- 49
727
- 5
728
- 0
729
- 15
730
- 8
731
- 26
732
- 49
733
- 3
734
- 0
735
- 11
736
- I
737
- 3
738
- I
739
- 0
740
- I
741
- 0
742
- I
743
- 0
744
- I
745
- -2
746
- p
747
- 6
748
- x
749
- 10
750
- Webmachine
751
- n
752
- x
753
- 8
754
- Response
755
- x
756
- 3
757
- new
758
- x
759
- 8
760
- allocate
761
- x
762
- 10
763
- initialize
764
- p
765
- 3
766
- I
767
- 0
768
- I
769
- a
770
- I
771
- 1b
772
- x
773
- 80
774
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
775
- p
776
- 0
777
- x
778
- 13
779
- resource_with
780
- M
781
- 1
782
- n
783
- n
784
- x
785
- 13
786
- resource_with
787
- i
788
- 81
789
- 95
790
- 19
791
- 0
792
- 15
793
- 45
794
- 0
795
- 1
796
- 45
797
- 2
798
- 3
799
- 43
800
- 4
801
- 56
802
- 5
803
- 50
804
- 6
805
- 1
806
- 19
807
- 1
808
- 15
809
- 94
810
- 9
811
- 43
812
- 20
813
- 1
814
- 20
815
- 0
816
- 13
817
- 70
818
- 10
819
- 38
820
- 44
821
- 43
822
- 7
823
- 12
824
- 49
825
- 8
826
- 1
827
- 50
828
- 9
829
- 0
830
- 8
831
- 44
832
- 1
833
- 15
834
- 20
835
- 1
836
- 13
837
- 71
838
- 6
839
- 47
840
- 9
841
- 71
842
- 47
843
- 49
844
- 10
845
- 0
846
- 13
847
- 5
848
- 48
849
- 11
850
- 5
851
- 48
852
- 12
853
- 47
854
- 49
855
- 13
856
- 2
857
- 15
858
- 8
859
- 80
860
- 5
861
- 48
862
- 11
863
- 5
864
- 48
865
- 12
866
- 49
867
- 6
868
- 2
869
- 11
870
- I
871
- 6
872
- I
873
- 2
874
- I
875
- 0
876
- I
877
- 0
878
- n
879
- p
880
- 14
881
- x
882
- 5
883
- Class
884
- n
885
- x
886
- 10
887
- Webmachine
888
- n
889
- x
890
- 8
891
- Resource
892
- M
893
- 1
894
- p
895
- 2
896
- x
897
- 9
898
- for_block
899
- t
900
- n
901
- x
902
- 13
903
- resource_with
904
- i
905
- 14
906
- 99
907
- 7
908
- 0
909
- 7
910
- 1
911
- 65
912
- 67
913
- 49
914
- 2
915
- 0
916
- 49
917
- 3
918
- 4
919
- 11
920
- I
921
- 6
922
- I
923
- 0
924
- I
925
- 0
926
- I
927
- 0
928
- I
929
- -2
930
- p
931
- 4
932
- x
933
- 7
934
- to_html
935
- M
936
- 1
937
- n
938
- n
939
- x
940
- 7
941
- to_html
942
- i
943
- 4
944
- 7
945
- 0
946
- 64
947
- 11
948
- I
949
- 1
950
- I
951
- 0
952
- I
953
- 0
954
- I
955
- 0
956
- n
957
- p
958
- 1
959
- s
960
- 13
961
- test resource
962
- p
963
- 3
964
- I
965
- -1
966
- I
967
- e
968
- I
969
- 4
970
- x
971
- 80
972
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
973
- p
974
- 0
975
- x
976
- 17
977
- method_visibility
978
- x
979
- 15
980
- add_defn_method
981
- p
982
- 3
983
- I
984
- 0
985
- I
986
- e
987
- I
988
- e
989
- x
990
- 80
991
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
992
- p
993
- 0
994
- x
995
- 3
996
- new
997
- x
998
- 4
999
- Proc
1000
- x
1001
- 14
1002
- __from_block__
1003
- x
1004
- 11
1005
- module_eval
1006
- x
1007
- 8
1008
- allocate
1009
- x
1010
- 7
1011
- request
1012
- x
1013
- 8
1014
- response
1015
- x
1016
- 10
1017
- initialize
1018
- p
1019
- 11
1020
- I
1021
- -1
1022
- I
1023
- c
1024
- I
1025
- 4
1026
- I
1027
- d
1028
- I
1029
- 14
1030
- I
1031
- 10
1032
- I
1033
- 2c
1034
- I
1035
- 0
1036
- I
1037
- 2d
1038
- I
1039
- 11
1040
- I
1041
- 51
1042
- x
1043
- 80
1044
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1045
- p
1046
- 2
1047
- x
1048
- 5
1049
- block
1050
- x
1051
- 5
1052
- klass
1053
- x
1054
- 17
1055
- method_visibility
1056
- x
1057
- 15
1058
- add_defn_method
1059
- x
1060
- 8
1061
- resource
1062
- M
1063
- 1
1064
- p
1065
- 2
1066
- x
1067
- 9
1068
- for_block
1069
- t
1070
- n
1071
- x
1072
- 9
1073
- __block__
1074
- i
1075
- 4
1076
- 5
1077
- 48
1078
- 0
1079
- 11
1080
- I
1081
- 2
1082
- I
1083
- 0
1084
- I
1085
- 0
1086
- I
1087
- 0
1088
- I
1089
- -2
1090
- p
1091
- 1
1092
- x
1093
- 13
1094
- resource_with
1095
- p
1096
- 3
1097
- I
1098
- 0
1099
- I
1100
- 14
1101
- I
1102
- 4
1103
- x
1104
- 80
1105
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1106
- p
1107
- 0
1108
- s
1109
- 24
1110
- accepting request bodies
1111
- M
1112
- 1
1113
- p
1114
- 2
1115
- x
1116
- 9
1117
- for_block
1118
- t
1119
- n
1120
- x
1121
- 9
1122
- __block__
1123
- i
1124
- 43
1125
- 5
1126
- 7
1127
- 0
1128
- 56
1129
- 1
1130
- 47
1131
- 50
1132
- 2
1133
- 1
1134
- 15
1135
- 5
1136
- 7
1137
- 3
1138
- 64
1139
- 56
1140
- 4
1141
- 47
1142
- 50
1143
- 5
1144
- 1
1145
- 15
1146
- 5
1147
- 7
1148
- 6
1149
- 64
1150
- 56
1151
- 7
1152
- 47
1153
- 50
1154
- 5
1155
- 1
1156
- 15
1157
- 5
1158
- 7
1159
- 8
1160
- 64
1161
- 56
1162
- 9
1163
- 47
1164
- 50
1165
- 5
1166
- 1
1167
- 11
1168
- I
1169
- 4
1170
- I
1171
- 0
1172
- I
1173
- 0
1174
- I
1175
- 0
1176
- I
1177
- -2
1178
- p
1179
- 10
1180
- x
1181
- 8
1182
- resource
1183
- M
1184
- 1
1185
- p
1186
- 2
1187
- x
1188
- 9
1189
- for_block
1190
- t
1191
- n
1192
- x
1193
- 9
1194
- __block__
1195
- i
1196
- 8
1197
- 5
1198
- 56
1199
- 0
1200
- 47
1201
- 50
1202
- 1
1203
- 0
1204
- 11
1205
- I
1206
- 3
1207
- I
1208
- 0
1209
- I
1210
- 0
1211
- I
1212
- 0
1213
- I
1214
- -2
1215
- p
1216
- 2
1217
- M
1218
- 1
1219
- p
1220
- 2
1221
- x
1222
- 9
1223
- for_block
1224
- t
1225
- n
1226
- x
1227
- 9
1228
- __block__
1229
- i
1230
- 52
1231
- 99
1232
- 7
1233
- 0
1234
- 7
1235
- 1
1236
- 65
1237
- 67
1238
- 49
1239
- 2
1240
- 0
1241
- 49
1242
- 3
1243
- 4
1244
- 15
1245
- 5
1246
- 7
1247
- 4
1248
- 7
1249
- 5
1250
- 47
1251
- 49
1252
- 6
1253
- 2
1254
- 15
1255
- 99
1256
- 7
1257
- 7
1258
- 7
1259
- 8
1260
- 65
1261
- 67
1262
- 49
1263
- 2
1264
- 0
1265
- 49
1266
- 3
1267
- 4
1268
- 15
1269
- 99
1270
- 7
1271
- 9
1272
- 7
1273
- 10
1274
- 65
1275
- 67
1276
- 49
1277
- 2
1278
- 0
1279
- 49
1280
- 3
1281
- 4
1282
- 11
1283
- I
1284
- 6
1285
- I
1286
- 0
1287
- I
1288
- 0
1289
- I
1290
- 0
1291
- I
1292
- -2
1293
- p
1294
- 11
1295
- x
1296
- 10
1297
- initialize
1298
- M
1299
- 1
1300
- n
1301
- n
1302
- x
1303
- 10
1304
- initialize
1305
- i
1306
- 13
1307
- 35
1308
- 0
1309
- 2
1310
- 17
1311
- 2
1312
- 38
1313
- 0
1314
- 15
1315
- 38
1316
- 1
1317
- 15
1318
- 2
1319
- 11
1320
- I
1321
- 2
1322
- I
1323
- 0
1324
- I
1325
- 0
1326
- I
1327
- 0
1328
- n
1329
- p
1330
- 2
1331
- x
1332
- 9
1333
- @accepted
1334
- x
1335
- 7
1336
- @result
1337
- p
1338
- 5
1339
- I
1340
- -1
1341
- I
1342
- 19
1343
- I
1344
- 0
1345
- I
1346
- 1a
1347
- I
1348
- d
1349
- x
1350
- 80
1351
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1352
- p
1353
- 0
1354
- x
1355
- 17
1356
- method_visibility
1357
- x
1358
- 15
1359
- add_defn_method
1360
- x
1361
- 8
1362
- accepted
1363
- x
1364
- 6
1365
- result
1366
- x
1367
- 13
1368
- attr_accessor
1369
- x
1370
- 22
1371
- content_types_accepted
1372
- M
1373
- 1
1374
- n
1375
- n
1376
- x
1377
- 22
1378
- content_types_accepted
1379
- i
1380
- 15
1381
- 5
1382
- 48
1383
- 0
1384
- 13
1385
- 10
1386
- 9
1387
- 15
1388
- 35
1389
- 0
1390
- 56
1391
- 1
1392
- 50
1393
- 2
1394
- 0
1395
- 11
1396
- I
1397
- 2
1398
- I
1399
- 0
1400
- I
1401
- 0
1402
- I
1403
- 0
1404
- n
1405
- p
1406
- 3
1407
- x
1408
- 8
1409
- accepted
1410
- M
1411
- 1
1412
- p
1413
- 2
1414
- x
1415
- 9
1416
- for_block
1417
- t
1418
- n
1419
- x
1420
- 22
1421
- content_types_accepted
1422
- i
1423
- 24
1424
- 57
1425
- 19
1426
- 0
1427
- 15
1428
- 45
1429
- 0
1430
- 1
1431
- 20
1432
- 0
1433
- 86
1434
- 2
1435
- 9
1436
- 17
1437
- 20
1438
- 0
1439
- 8
1440
- 23
1441
- 20
1442
- 0
1443
- 7
1444
- 3
1445
- 35
1446
- 2
1447
- 11
1448
- I
1449
- 4
1450
- I
1451
- 1
1452
- I
1453
- 1
1454
- I
1455
- 1
1456
- n
1457
- p
1458
- 4
1459
- x
1460
- 5
1461
- Array
1462
- n
1463
- x
1464
- 3
1465
- ===
1466
- x
1467
- 10
1468
- accept_doc
1469
- p
1470
- 5
1471
- I
1472
- 0
1473
- I
1474
- 1e
1475
- I
1476
- 17
1477
- I
1478
- 0
1479
- I
1480
- 18
1481
- x
1482
- 80
1483
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1484
- p
1485
- 1
1486
- x
1487
- 1
1488
- t
1489
- x
1490
- 3
1491
- map
1492
- p
1493
- 5
1494
- I
1495
- -1
1496
- I
1497
- 1d
1498
- I
1499
- 0
1500
- I
1501
- 1e
1502
- I
1503
- f
1504
- x
1505
- 80
1506
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1507
- p
1508
- 0
1509
- x
1510
- 10
1511
- accept_doc
1512
- M
1513
- 1
1514
- n
1515
- n
1516
- x
1517
- 10
1518
- accept_doc
1519
- i
1520
- 4
1521
- 5
1522
- 48
1523
- 0
1524
- 11
1525
- I
1526
- 1
1527
- I
1528
- 0
1529
- I
1530
- 0
1531
- I
1532
- 0
1533
- n
1534
- p
1535
- 1
1536
- x
1537
- 6
1538
- result
1539
- p
1540
- 3
1541
- I
1542
- -1
1543
- I
1544
- 20
1545
- I
1546
- 4
1547
- x
1548
- 80
1549
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1550
- p
1551
- 0
1552
- p
1553
- 9
1554
- I
1555
- 0
1556
- I
1557
- 19
1558
- I
1559
- e
1560
- I
1561
- 1c
1562
- I
1563
- 18
1564
- I
1565
- 1d
1566
- I
1567
- 26
1568
- I
1569
- 20
1570
- I
1571
- 34
1572
- x
1573
- 80
1574
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1575
- p
1576
- 0
1577
- x
1578
- 13
1579
- resource_with
1580
- p
1581
- 3
1582
- I
1583
- 0
1584
- I
1585
- 18
1586
- I
1587
- 8
1588
- x
1589
- 80
1590
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1591
- p
1592
- 0
1593
- x
1594
- 3
1595
- let
1596
- s
1597
- 44
1598
- should return 415 when no types are accepted
1599
- M
1600
- 1
1601
- p
1602
- 2
1603
- x
1604
- 9
1605
- for_block
1606
- t
1607
- n
1608
- x
1609
- 9
1610
- __block__
1611
- i
1612
- 14
1613
- 5
1614
- 48
1615
- 0
1616
- 49
1617
- 1
1618
- 0
1619
- 49
1620
- 2
1621
- 0
1622
- 7
1623
- 3
1624
- 83
1625
- 4
1626
- 11
1627
- I
1628
- 3
1629
- I
1630
- 0
1631
- I
1632
- 0
1633
- I
1634
- 0
1635
- I
1636
- -2
1637
- p
1638
- 5
1639
- x
1640
- 7
1641
- subject
1642
- x
1643
- 13
1644
- accept_helper
1645
- x
1646
- 6
1647
- should
1648
- I
1649
- 19f
1650
- x
1651
- 2
1652
- ==
1653
- p
1654
- 3
1655
- I
1656
- 0
1657
- I
1658
- 25
1659
- I
1660
- e
1661
- x
1662
- 80
1663
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1664
- p
1665
- 0
1666
- x
1667
- 2
1668
- it
1669
- s
1670
- 56
1671
- should return 415 when the posted type is not acceptable
1672
- M
1673
- 1
1674
- p
1675
- 2
1676
- x
1677
- 9
1678
- for_block
1679
- t
1680
- n
1681
- x
1682
- 9
1683
- __block__
1684
- i
1685
- 47
1686
- 5
1687
- 48
1688
- 0
1689
- 7
1690
- 1
1691
- 64
1692
- 35
1693
- 1
1694
- 13
1695
- 18
1696
- 2
1697
- 49
1698
- 2
1699
- 1
1700
- 15
1701
- 15
1702
- 5
1703
- 48
1704
- 3
1705
- 7
1706
- 4
1707
- 64
1708
- 7
1709
- 5
1710
- 64
1711
- 13
1712
- 18
1713
- 3
1714
- 49
1715
- 6
1716
- 2
1717
- 15
1718
- 15
1719
- 5
1720
- 48
1721
- 7
1722
- 49
1723
- 8
1724
- 0
1725
- 49
1726
- 9
1727
- 0
1728
- 7
1729
- 10
1730
- 83
1731
- 11
1732
- 11
1733
- I
1734
- 5
1735
- I
1736
- 0
1737
- I
1738
- 0
1739
- I
1740
- 0
1741
- I
1742
- -2
1743
- p
1744
- 12
1745
- x
1746
- 8
1747
- resource
1748
- s
1749
- 16
1750
- application/json
1751
- x
1752
- 9
1753
- accepted=
1754
- x
1755
- 7
1756
- headers
1757
- s
1758
- 12
1759
- Content-Type
1760
- s
1761
- 8
1762
- text/xml
1763
- x
1764
- 3
1765
- []=
1766
- x
1767
- 7
1768
- subject
1769
- x
1770
- 13
1771
- accept_helper
1772
- x
1773
- 6
1774
- should
1775
- I
1776
- 19f
1777
- x
1778
- 2
1779
- ==
1780
- p
1781
- 7
1782
- I
1783
- 0
1784
- I
1785
- 29
1786
- I
1787
- 10
1788
- I
1789
- 2a
1790
- I
1791
- 21
1792
- I
1793
- 2b
1794
- I
1795
- 2f
1796
- x
1797
- 80
1798
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1799
- p
1800
- 0
1801
- s
1802
- 80
1803
- should call the method for the first acceptable type, taking into account params
1804
- M
1805
- 1
1806
- p
1807
- 2
1808
- x
1809
- 9
1810
- for_block
1811
- t
1812
- n
1813
- x
1814
- 9
1815
- __block__
1816
- i
1817
- 66
1818
- 5
1819
- 48
1820
- 0
1821
- 7
1822
- 1
1823
- 64
1824
- 7
1825
- 2
1826
- 64
1827
- 7
1828
- 3
1829
- 35
1830
- 2
1831
- 35
1832
- 2
1833
- 13
1834
- 18
1835
- 2
1836
- 49
1837
- 4
1838
- 1
1839
- 15
1840
- 15
1841
- 5
1842
- 48
1843
- 0
1844
- 7
1845
- 3
1846
- 49
1847
- 5
1848
- 1
1849
- 2
1850
- 49
1851
- 6
1852
- 1
1853
- 15
1854
- 5
1855
- 48
1856
- 7
1857
- 7
1858
- 8
1859
- 64
1860
- 7
1861
- 9
1862
- 64
1863
- 13
1864
- 18
1865
- 3
1866
- 49
1867
- 10
1868
- 2
1869
- 15
1870
- 15
1871
- 5
1872
- 48
1873
- 11
1874
- 49
1875
- 12
1876
- 0
1877
- 5
1878
- 48
1879
- 13
1880
- 49
1881
- 14
1882
- 1
1883
- 11
1884
- I
1885
- 5
1886
- I
1887
- 0
1888
- I
1889
- 0
1890
- I
1891
- 0
1892
- I
1893
- -2
1894
- p
1895
- 15
1896
- x
1897
- 8
1898
- resource
1899
- s
1900
- 20
1901
- application/json;v=3
1902
- s
1903
- 16
1904
- application/json
1905
- x
1906
- 5
1907
- other
1908
- x
1909
- 9
1910
- accepted=
1911
- x
1912
- 14
1913
- should_receive
1914
- x
1915
- 10
1916
- and_return
1917
- x
1918
- 7
1919
- headers
1920
- s
1921
- 12
1922
- Content-Type
1923
- s
1924
- 20
1925
- application/json;v=2
1926
- x
1927
- 3
1928
- []=
1929
- x
1930
- 7
1931
- subject
1932
- x
1933
- 13
1934
- accept_helper
1935
- x
1936
- 7
1937
- be_true
1938
- x
1939
- 6
1940
- should
1941
- p
1942
- 9
1943
- I
1944
- 0
1945
- I
1946
- 2f
1947
- I
1948
- 17
1949
- I
1950
- 30
1951
- I
1952
- 24
1953
- I
1954
- 31
1955
- I
1956
- 35
1957
- I
1958
- 32
1959
- I
1960
- 42
1961
- x
1962
- 80
1963
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1964
- p
1965
- 0
1966
- p
1967
- 9
1968
- I
1969
- 0
1970
- I
1971
- 17
1972
- I
1973
- a
1974
- I
1975
- 24
1976
- I
1977
- 15
1978
- I
1979
- 28
1980
- I
1981
- 20
1982
- I
1983
- 2e
1984
- I
1985
- 2b
1986
- x
1987
- 80
1988
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
1989
- p
1990
- 0
1991
- x
1992
- 8
1993
- describe
1994
- s
1995
- 12
1996
- #encode_body
1997
- M
1998
- 1
1999
- p
2000
- 2
2001
- x
2002
- 9
2003
- for_block
2004
- t
2005
- n
2006
- x
2007
- 9
2008
- __block__
2009
- i
2010
- 63
2011
- 5
2012
- 56
2013
- 0
2014
- 47
2015
- 50
2016
- 1
2017
- 0
2018
- 15
2019
- 5
2020
- 7
2021
- 2
2022
- 64
2023
- 56
2024
- 3
2025
- 47
2026
- 50
2027
- 4
2028
- 1
2029
- 15
2030
- 5
2031
- 7
2032
- 5
2033
- 64
2034
- 56
2035
- 6
2036
- 47
2037
- 50
2038
- 7
2039
- 1
2040
- 15
2041
- 5
2042
- 7
2043
- 8
2044
- 64
2045
- 56
2046
- 9
2047
- 47
2048
- 50
2049
- 4
2050
- 1
2051
- 15
2052
- 5
2053
- 7
2054
- 10
2055
- 64
2056
- 56
2057
- 11
2058
- 47
2059
- 50
2060
- 4
2061
- 1
2062
- 15
2063
- 5
2064
- 7
2065
- 12
2066
- 64
2067
- 56
2068
- 13
2069
- 47
2070
- 50
2071
- 4
2072
- 1
2073
- 11
2074
- I
2075
- 4
2076
- I
2077
- 0
2078
- I
2079
- 0
2080
- I
2081
- 0
2082
- I
2083
- -2
2084
- p
2085
- 14
2086
- M
2087
- 1
2088
- p
2089
- 2
2090
- x
2091
- 9
2092
- for_block
2093
- t
2094
- n
2095
- x
2096
- 9
2097
- __block__
2098
- i
2099
- 7
2100
- 5
2101
- 48
2102
- 0
2103
- 49
2104
- 1
2105
- 0
2106
- 11
2107
- I
2108
- 2
2109
- I
2110
- 0
2111
- I
2112
- 0
2113
- I
2114
- 0
2115
- I
2116
- -2
2117
- p
2118
- 2
2119
- x
2120
- 7
2121
- subject
2122
- x
2123
- 3
2124
- run
2125
- p
2126
- 3
2127
- I
2128
- 0
2129
- I
2130
- 37
2131
- I
2132
- 7
2133
- x
2134
- 80
2135
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2136
- p
2137
- 0
2138
- x
2139
- 6
2140
- before
2141
- s
2142
- 18
2143
- with a String body
2144
- M
2145
- 1
2146
- p
2147
- 2
2148
- x
2149
- 9
2150
- for_block
2151
- t
2152
- n
2153
- x
2154
- 9
2155
- __block__
2156
- i
2157
- 30
2158
- 5
2159
- 56
2160
- 0
2161
- 47
2162
- 50
2163
- 1
2164
- 0
2165
- 15
2166
- 5
2167
- 7
2168
- 2
2169
- 64
2170
- 56
2171
- 3
2172
- 47
2173
- 50
2174
- 4
2175
- 1
2176
- 15
2177
- 5
2178
- 7
2179
- 5
2180
- 64
2181
- 56
2182
- 6
2183
- 47
2184
- 50
2185
- 4
2186
- 1
2187
- 11
2188
- I
2189
- 4
2190
- I
2191
- 0
2192
- I
2193
- 0
2194
- I
2195
- 0
2196
- I
2197
- -2
2198
- p
2199
- 7
2200
- M
2201
- 1
2202
- p
2203
- 2
2204
- x
2205
- 9
2206
- for_block
2207
- t
2208
- n
2209
- x
2210
- 9
2211
- __block__
2212
- i
2213
- 14
2214
- 5
2215
- 48
2216
- 0
2217
- 7
2218
- 1
2219
- 64
2220
- 13
2221
- 18
2222
- 2
2223
- 49
2224
- 2
2225
- 1
2226
- 15
2227
- 11
2228
- I
2229
- 4
2230
- I
2231
- 0
2232
- I
2233
- 0
2234
- I
2235
- 0
2236
- I
2237
- -2
2238
- p
2239
- 3
2240
- x
2241
- 8
2242
- response
2243
- s
2244
- 13
2245
- <body></body>
2246
- x
2247
- 5
2248
- body=
2249
- p
2250
- 3
2251
- I
2252
- 0
2253
- I
2254
- 3a
2255
- I
2256
- e
2257
- x
2258
- 80
2259
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2260
- p
2261
- 0
2262
- x
2263
- 6
2264
- before
2265
- s
2266
- 33
2267
- does not modify the response body
2268
- M
2269
- 1
2270
- p
2271
- 2
2272
- x
2273
- 9
2274
- for_block
2275
- t
2276
- n
2277
- x
2278
- 9
2279
- __block__
2280
- i
2281
- 22
2282
- 5
2283
- 48
2284
- 0
2285
- 49
2286
- 1
2287
- 0
2288
- 15
2289
- 45
2290
- 2
2291
- 3
2292
- 49
2293
- 4
2294
- 0
2295
- 5
2296
- 48
2297
- 5
2298
- 49
2299
- 6
2300
- 0
2301
- 86
2302
- 7
2303
- 11
2304
- I
2305
- 3
2306
- I
2307
- 0
2308
- I
2309
- 0
2310
- I
2311
- 0
2312
- I
2313
- -2
2314
- p
2315
- 8
2316
- x
2317
- 7
2318
- subject
2319
- x
2320
- 11
2321
- encode_body
2322
- x
2323
- 6
2324
- String
2325
- n
2326
- x
2327
- 6
2328
- should
2329
- x
2330
- 8
2331
- response
2332
- x
2333
- 4
2334
- body
2335
- x
2336
- 3
2337
- ===
2338
- p
2339
- 5
2340
- I
2341
- 0
2342
- I
2343
- 3d
2344
- I
2345
- 7
2346
- I
2347
- 3e
2348
- I
2349
- 16
2350
- x
2351
- 80
2352
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2353
- p
2354
- 0
2355
- x
2356
- 2
2357
- it
2358
- s
2359
- 46
2360
- sets the Content-Length header in the response
2361
- M
2362
- 1
2363
- p
2364
- 2
2365
- x
2366
- 9
2367
- for_block
2368
- t
2369
- n
2370
- x
2371
- 9
2372
- __block__
2373
- i
2374
- 37
2375
- 5
2376
- 48
2377
- 0
2378
- 49
2379
- 1
2380
- 0
2381
- 15
2382
- 5
2383
- 48
2384
- 2
2385
- 49
2386
- 3
2387
- 0
2388
- 7
2389
- 4
2390
- 64
2391
- 49
2392
- 5
2393
- 1
2394
- 49
2395
- 6
2396
- 0
2397
- 5
2398
- 48
2399
- 2
2400
- 49
2401
- 7
2402
- 0
2403
- 49
2404
- 8
2405
- 0
2406
- 49
2407
- 9
2408
- 0
2409
- 83
2410
- 10
2411
- 11
2412
- I
2413
- 3
2414
- I
2415
- 0
2416
- I
2417
- 0
2418
- I
2419
- 0
2420
- I
2421
- -2
2422
- p
2423
- 11
2424
- x
2425
- 7
2426
- subject
2427
- x
2428
- 11
2429
- encode_body
2430
- x
2431
- 8
2432
- response
2433
- x
2434
- 7
2435
- headers
2436
- s
2437
- 14
2438
- Content-Length
2439
- x
2440
- 2
2441
- []
2442
- x
2443
- 6
2444
- should
2445
- x
2446
- 4
2447
- body
2448
- x
2449
- 8
2450
- bytesize
2451
- x
2452
- 4
2453
- to_s
2454
- x
2455
- 2
2456
- ==
2457
- p
2458
- 5
2459
- I
2460
- 0
2461
- I
2462
- 42
2463
- I
2464
- 7
2465
- I
2466
- 43
2467
- I
2468
- 25
2469
- x
2470
- 80
2471
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2472
- p
2473
- 0
2474
- p
2475
- 7
2476
- I
2477
- 0
2478
- I
2479
- 3a
2480
- I
2481
- 8
2482
- I
2483
- 3c
2484
- I
2485
- 13
2486
- I
2487
- 41
2488
- I
2489
- 1e
2490
- x
2491
- 80
2492
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2493
- p
2494
- 0
2495
- x
2496
- 7
2497
- context
2498
- s
2499
- 17
2500
- a non-String body
2501
- M
2502
- 1
2503
- p
2504
- 2
2505
- x
2506
- 9
2507
- for_block
2508
- t
2509
- n
2510
- x
2511
- 9
2512
- __block__
2513
- i
2514
- 22
2515
- 5
2516
- 7
2517
- 0
2518
- 64
2519
- 56
2520
- 1
2521
- 47
2522
- 50
2523
- 2
2524
- 1
2525
- 15
2526
- 5
2527
- 7
2528
- 3
2529
- 64
2530
- 56
2531
- 4
2532
- 47
2533
- 50
2534
- 2
2535
- 1
2536
- 11
2537
- I
2538
- 4
2539
- I
2540
- 0
2541
- I
2542
- 0
2543
- I
2544
- 0
2545
- I
2546
- -2
2547
- p
2548
- 5
2549
- s
2550
- 54
2551
- does not set the Content-Length header in the response
2552
- M
2553
- 1
2554
- p
2555
- 2
2556
- x
2557
- 9
2558
- for_block
2559
- t
2560
- n
2561
- x
2562
- 9
2563
- __block__
2564
- i
2565
- 25
2566
- 5
2567
- 48
2568
- 0
2569
- 49
2570
- 1
2571
- 0
2572
- 15
2573
- 5
2574
- 48
2575
- 2
2576
- 49
2577
- 3
2578
- 0
2579
- 5
2580
- 7
2581
- 4
2582
- 64
2583
- 47
2584
- 49
2585
- 5
2586
- 1
2587
- 49
2588
- 6
2589
- 1
2590
- 11
2591
- I
2592
- 4
2593
- I
2594
- 0
2595
- I
2596
- 0
2597
- I
2598
- 0
2599
- I
2600
- -2
2601
- p
2602
- 7
2603
- x
2604
- 7
2605
- subject
2606
- x
2607
- 11
2608
- encode_body
2609
- x
2610
- 8
2611
- response
2612
- x
2613
- 7
2614
- headers
2615
- s
2616
- 14
2617
- Content-Length
2618
- x
2619
- 8
2620
- have_key
2621
- x
2622
- 10
2623
- should_not
2624
- p
2625
- 5
2626
- I
2627
- 0
2628
- I
2629
- 49
2630
- I
2631
- 7
2632
- I
2633
- 4a
2634
- I
2635
- 19
2636
- x
2637
- 80
2638
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2639
- p
2640
- 0
2641
- x
2642
- 2
2643
- it
2644
- s
2645
- 53
2646
- sets the Transfer-Encoding response header to chunked
2647
- M
2648
- 1
2649
- p
2650
- 2
2651
- x
2652
- 9
2653
- for_block
2654
- t
2655
- n
2656
- x
2657
- 9
2658
- __block__
2659
- i
2660
- 28
2661
- 5
2662
- 48
2663
- 0
2664
- 49
2665
- 1
2666
- 0
2667
- 15
2668
- 5
2669
- 48
2670
- 2
2671
- 49
2672
- 3
2673
- 0
2674
- 7
2675
- 4
2676
- 64
2677
- 49
2678
- 5
2679
- 1
2680
- 49
2681
- 6
2682
- 0
2683
- 7
2684
- 7
2685
- 64
2686
- 83
2687
- 8
2688
- 11
2689
- I
2690
- 3
2691
- I
2692
- 0
2693
- I
2694
- 0
2695
- I
2696
- 0
2697
- I
2698
- -2
2699
- p
2700
- 9
2701
- x
2702
- 7
2703
- subject
2704
- x
2705
- 11
2706
- encode_body
2707
- x
2708
- 8
2709
- response
2710
- x
2711
- 7
2712
- headers
2713
- s
2714
- 17
2715
- Transfer-Encoding
2716
- x
2717
- 2
2718
- []
2719
- x
2720
- 6
2721
- should
2722
- s
2723
- 7
2724
- chunked
2725
- x
2726
- 2
2727
- ==
2728
- p
2729
- 5
2730
- I
2731
- 0
2732
- I
2733
- 4e
2734
- I
2735
- 7
2736
- I
2737
- 4f
2738
- I
2739
- 1c
2740
- x
2741
- 80
2742
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2743
- p
2744
- 0
2745
- p
2746
- 5
2747
- I
2748
- 0
2749
- I
2750
- 48
2751
- I
2752
- b
2753
- I
2754
- 4d
2755
- I
2756
- 16
2757
- x
2758
- 80
2759
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2760
- p
2761
- 0
2762
- x
2763
- 19
2764
- shared_examples_for
2765
- s
2766
- 23
2767
- with an Enumerable body
2768
- M
2769
- 1
2770
- p
2771
- 2
2772
- x
2773
- 9
2774
- for_block
2775
- t
2776
- n
2777
- x
2778
- 9
2779
- __block__
2780
- i
2781
- 28
2782
- 5
2783
- 56
2784
- 0
2785
- 47
2786
- 50
2787
- 1
2788
- 0
2789
- 15
2790
- 5
2791
- 7
2792
- 2
2793
- 64
2794
- 56
2795
- 3
2796
- 47
2797
- 50
2798
- 4
2799
- 1
2800
- 15
2801
- 5
2802
- 7
2803
- 5
2804
- 64
2805
- 47
2806
- 49
2807
- 6
2808
- 1
2809
- 11
2810
- I
2811
- 4
2812
- I
2813
- 0
2814
- I
2815
- 0
2816
- I
2817
- 0
2818
- I
2819
- -2
2820
- p
2821
- 7
2822
- M
2823
- 1
2824
- p
2825
- 2
2826
- x
2827
- 9
2828
- for_block
2829
- t
2830
- n
2831
- x
2832
- 9
2833
- __block__
2834
- i
2835
- 19
2836
- 5
2837
- 48
2838
- 0
2839
- 7
2840
- 1
2841
- 64
2842
- 7
2843
- 2
2844
- 64
2845
- 35
2846
- 2
2847
- 13
2848
- 18
2849
- 2
2850
- 49
2851
- 3
2852
- 1
2853
- 15
2854
- 11
2855
- I
2856
- 4
2857
- I
2858
- 0
2859
- I
2860
- 0
2861
- I
2862
- 0
2863
- I
2864
- -2
2865
- p
2866
- 4
2867
- x
2868
- 8
2869
- response
2870
- s
2871
- 3
2872
- one
2873
- s
2874
- 3
2875
- two
2876
- x
2877
- 5
2878
- body=
2879
- p
2880
- 3
2881
- I
2882
- 0
2883
- I
2884
- 54
2885
- I
2886
- 13
2887
- x
2888
- 80
2889
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2890
- p
2891
- 0
2892
- x
2893
- 6
2894
- before
2895
- s
2896
- 47
2897
- wraps the response body in an EnumerableEncoder
2898
- M
2899
- 1
2900
- p
2901
- 2
2902
- x
2903
- 9
2904
- for_block
2905
- t
2906
- n
2907
- x
2908
- 9
2909
- __block__
2910
- i
2911
- 24
2912
- 5
2913
- 48
2914
- 0
2915
- 49
2916
- 1
2917
- 0
2918
- 15
2919
- 45
2920
- 2
2921
- 3
2922
- 43
2923
- 4
2924
- 49
2925
- 5
2926
- 0
2927
- 5
2928
- 48
2929
- 6
2930
- 49
2931
- 7
2932
- 0
2933
- 86
2934
- 8
2935
- 11
2936
- I
2937
- 3
2938
- I
2939
- 0
2940
- I
2941
- 0
2942
- I
2943
- 0
2944
- I
2945
- -2
2946
- p
2947
- 9
2948
- x
2949
- 7
2950
- subject
2951
- x
2952
- 11
2953
- encode_body
2954
- x
2955
- 10
2956
- Webmachine
2957
- n
2958
- x
2959
- 17
2960
- EnumerableEncoder
2961
- x
2962
- 6
2963
- should
2964
- x
2965
- 8
2966
- response
2967
- x
2968
- 4
2969
- body
2970
- x
2971
- 3
2972
- ===
2973
- p
2974
- 5
2975
- I
2976
- 0
2977
- I
2978
- 57
2979
- I
2980
- 7
2981
- I
2982
- 58
2983
- I
2984
- 18
2985
- x
2986
- 80
2987
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
2988
- p
2989
- 0
2990
- x
2991
- 2
2992
- it
2993
- s
2994
- 17
2995
- a non-String body
2996
- x
2997
- 21
2998
- it_should_behave_like
2999
- p
3000
- 7
3001
- I
3002
- 0
3003
- I
3004
- 54
3005
- I
3006
- 8
3007
- I
3008
- 56
3009
- I
3010
- 13
3011
- I
3012
- 5b
3013
- I
3014
- 1c
3015
- x
3016
- 80
3017
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3018
- p
3019
- 0
3020
- s
3021
- 20
3022
- with a callable body
3023
- M
3024
- 1
3025
- p
3026
- 2
3027
- x
3028
- 9
3029
- for_block
3030
- t
3031
- n
3032
- x
3033
- 9
3034
- __block__
3035
- i
3036
- 28
3037
- 5
3038
- 56
3039
- 0
3040
- 47
3041
- 50
3042
- 1
3043
- 0
3044
- 15
3045
- 5
3046
- 7
3047
- 2
3048
- 64
3049
- 56
3050
- 3
3051
- 47
3052
- 50
3053
- 4
3054
- 1
3055
- 15
3056
- 5
3057
- 7
3058
- 5
3059
- 64
3060
- 47
3061
- 49
3062
- 6
3063
- 1
3064
- 11
3065
- I
3066
- 4
3067
- I
3068
- 0
3069
- I
3070
- 0
3071
- I
3072
- 0
3073
- I
3074
- -2
3075
- p
3076
- 7
3077
- M
3078
- 1
3079
- p
3080
- 2
3081
- x
3082
- 9
3083
- for_block
3084
- t
3085
- n
3086
- x
3087
- 9
3088
- __block__
3089
- i
3090
- 19
3091
- 5
3092
- 48
3093
- 0
3094
- 45
3095
- 1
3096
- 2
3097
- 56
3098
- 3
3099
- 50
3100
- 4
3101
- 0
3102
- 13
3103
- 18
3104
- 2
3105
- 49
3106
- 5
3107
- 1
3108
- 15
3109
- 11
3110
- I
3111
- 4
3112
- I
3113
- 0
3114
- I
3115
- 0
3116
- I
3117
- 0
3118
- I
3119
- -2
3120
- p
3121
- 6
3122
- x
3123
- 8
3124
- response
3125
- x
3126
- 4
3127
- Proc
3128
- n
3129
- M
3130
- 1
3131
- p
3132
- 2
3133
- x
3134
- 9
3135
- for_block
3136
- t
3137
- n
3138
- x
3139
- 9
3140
- __block__
3141
- i
3142
- 4
3143
- 7
3144
- 0
3145
- 64
3146
- 11
3147
- I
3148
- 2
3149
- I
3150
- 0
3151
- I
3152
- 0
3153
- I
3154
- 0
3155
- I
3156
- -2
3157
- p
3158
- 1
3159
- s
3160
- 4
3161
- proc
3162
- p
3163
- 3
3164
- I
3165
- 0
3166
- I
3167
- 5f
3168
- I
3169
- 4
3170
- x
3171
- 80
3172
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3173
- p
3174
- 0
3175
- x
3176
- 3
3177
- new
3178
- x
3179
- 5
3180
- body=
3181
- p
3182
- 3
3183
- I
3184
- 0
3185
- I
3186
- 5f
3187
- I
3188
- 13
3189
- x
3190
- 80
3191
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3192
- p
3193
- 0
3194
- x
3195
- 6
3196
- before
3197
- s
3198
- 44
3199
- wraps the response body in a CallableEncoder
3200
- M
3201
- 1
3202
- p
3203
- 2
3204
- x
3205
- 9
3206
- for_block
3207
- t
3208
- n
3209
- x
3210
- 9
3211
- __block__
3212
- i
3213
- 24
3214
- 5
3215
- 48
3216
- 0
3217
- 49
3218
- 1
3219
- 0
3220
- 15
3221
- 45
3222
- 2
3223
- 3
3224
- 43
3225
- 4
3226
- 49
3227
- 5
3228
- 0
3229
- 5
3230
- 48
3231
- 6
3232
- 49
3233
- 7
3234
- 0
3235
- 86
3236
- 8
3237
- 11
3238
- I
3239
- 3
3240
- I
3241
- 0
3242
- I
3243
- 0
3244
- I
3245
- 0
3246
- I
3247
- -2
3248
- p
3249
- 9
3250
- x
3251
- 7
3252
- subject
3253
- x
3254
- 11
3255
- encode_body
3256
- x
3257
- 10
3258
- Webmachine
3259
- n
3260
- x
3261
- 15
3262
- CallableEncoder
3263
- x
3264
- 6
3265
- should
3266
- x
3267
- 8
3268
- response
3269
- x
3270
- 4
3271
- body
3272
- x
3273
- 3
3274
- ===
3275
- p
3276
- 5
3277
- I
3278
- 0
3279
- I
3280
- 62
3281
- I
3282
- 7
3283
- I
3284
- 63
3285
- I
3286
- 18
3287
- x
3288
- 80
3289
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3290
- p
3291
- 0
3292
- x
3293
- 2
3294
- it
3295
- s
3296
- 17
3297
- a non-String body
3298
- x
3299
- 21
3300
- it_should_behave_like
3301
- p
3302
- 7
3303
- I
3304
- 0
3305
- I
3306
- 5f
3307
- I
3308
- 8
3309
- I
3310
- 61
3311
- I
3312
- 13
3313
- I
3314
- 66
3315
- I
3316
- 1c
3317
- x
3318
- 80
3319
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3320
- p
3321
- 0
3322
- s
3323
- 17
3324
- with a Fiber body
3325
- M
3326
- 1
3327
- p
3328
- 2
3329
- x
3330
- 9
3331
- for_block
3332
- t
3333
- n
3334
- x
3335
- 9
3336
- __block__
3337
- i
3338
- 28
3339
- 5
3340
- 56
3341
- 0
3342
- 47
3343
- 50
3344
- 1
3345
- 0
3346
- 15
3347
- 5
3348
- 7
3349
- 2
3350
- 64
3351
- 56
3352
- 3
3353
- 47
3354
- 50
3355
- 4
3356
- 1
3357
- 15
3358
- 5
3359
- 7
3360
- 5
3361
- 64
3362
- 47
3363
- 49
3364
- 6
3365
- 1
3366
- 11
3367
- I
3368
- 4
3369
- I
3370
- 0
3371
- I
3372
- 0
3373
- I
3374
- 0
3375
- I
3376
- -2
3377
- p
3378
- 7
3379
- M
3380
- 1
3381
- p
3382
- 2
3383
- x
3384
- 9
3385
- for_block
3386
- t
3387
- n
3388
- x
3389
- 9
3390
- __block__
3391
- i
3392
- 19
3393
- 5
3394
- 48
3395
- 0
3396
- 45
3397
- 1
3398
- 2
3399
- 56
3400
- 3
3401
- 50
3402
- 4
3403
- 0
3404
- 13
3405
- 18
3406
- 2
3407
- 49
3408
- 5
3409
- 1
3410
- 15
3411
- 11
3412
- I
3413
- 4
3414
- I
3415
- 0
3416
- I
3417
- 0
3418
- I
3419
- 0
3420
- I
3421
- -2
3422
- p
3423
- 6
3424
- x
3425
- 8
3426
- response
3427
- x
3428
- 5
3429
- Fiber
3430
- n
3431
- M
3432
- 1
3433
- p
3434
- 2
3435
- x
3436
- 9
3437
- for_block
3438
- t
3439
- n
3440
- x
3441
- 9
3442
- __block__
3443
- i
3444
- 10
3445
- 45
3446
- 0
3447
- 1
3448
- 7
3449
- 2
3450
- 64
3451
- 49
3452
- 3
3453
- 1
3454
- 11
3455
- I
3456
- 3
3457
- I
3458
- 0
3459
- I
3460
- 0
3461
- I
3462
- 0
3463
- I
3464
- -2
3465
- p
3466
- 4
3467
- x
3468
- 5
3469
- Fiber
3470
- n
3471
- s
3472
- 3
3473
- foo
3474
- x
3475
- 5
3476
- yield
3477
- p
3478
- 3
3479
- I
3480
- 0
3481
- I
3482
- 6a
3483
- I
3484
- a
3485
- x
3486
- 80
3487
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3488
- p
3489
- 0
3490
- x
3491
- 3
3492
- new
3493
- x
3494
- 5
3495
- body=
3496
- p
3497
- 3
3498
- I
3499
- 0
3500
- I
3501
- 6a
3502
- I
3503
- 13
3504
- x
3505
- 80
3506
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3507
- p
3508
- 0
3509
- x
3510
- 6
3511
- before
3512
- s
3513
- 41
3514
- wraps the response body in a FiberEncoder
3515
- M
3516
- 1
3517
- p
3518
- 2
3519
- x
3520
- 9
3521
- for_block
3522
- t
3523
- n
3524
- x
3525
- 9
3526
- __block__
3527
- i
3528
- 24
3529
- 5
3530
- 48
3531
- 0
3532
- 49
3533
- 1
3534
- 0
3535
- 15
3536
- 45
3537
- 2
3538
- 3
3539
- 43
3540
- 4
3541
- 49
3542
- 5
3543
- 0
3544
- 5
3545
- 48
3546
- 6
3547
- 49
3548
- 7
3549
- 0
3550
- 86
3551
- 8
3552
- 11
3553
- I
3554
- 3
3555
- I
3556
- 0
3557
- I
3558
- 0
3559
- I
3560
- 0
3561
- I
3562
- -2
3563
- p
3564
- 9
3565
- x
3566
- 7
3567
- subject
3568
- x
3569
- 11
3570
- encode_body
3571
- x
3572
- 10
3573
- Webmachine
3574
- n
3575
- x
3576
- 12
3577
- FiberEncoder
3578
- x
3579
- 6
3580
- should
3581
- x
3582
- 8
3583
- response
3584
- x
3585
- 4
3586
- body
3587
- x
3588
- 3
3589
- ===
3590
- p
3591
- 5
3592
- I
3593
- 0
3594
- I
3595
- 6d
3596
- I
3597
- 7
3598
- I
3599
- 6e
3600
- I
3601
- 18
3602
- x
3603
- 80
3604
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3605
- p
3606
- 0
3607
- x
3608
- 2
3609
- it
3610
- s
3611
- 17
3612
- a non-String body
3613
- x
3614
- 21
3615
- it_should_behave_like
3616
- p
3617
- 7
3618
- I
3619
- 0
3620
- I
3621
- 6a
3622
- I
3623
- 8
3624
- I
3625
- 6c
3626
- I
3627
- 13
3628
- I
3629
- 71
3630
- I
3631
- 1c
3632
- x
3633
- 80
3634
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3635
- p
3636
- 0
3637
- p
3638
- 13
3639
- I
3640
- 0
3641
- I
3642
- 37
3643
- I
3644
- 8
3645
- I
3646
- 39
3647
- I
3648
- 13
3649
- I
3650
- 47
3651
- I
3652
- 1e
3653
- I
3654
- 53
3655
- I
3656
- 29
3657
- I
3658
- 5e
3659
- I
3660
- 34
3661
- I
3662
- 69
3663
- I
3664
- 3f
3665
- x
3666
- 80
3667
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3668
- p
3669
- 0
3670
- p
3671
- 23
3672
- I
3673
- 0
3674
- I
3675
- 4
3676
- I
3677
- 8
3678
- I
3679
- 5
3680
- I
3681
- 12
3682
- I
3683
- 6
3684
- I
3685
- 1c
3686
- I
3687
- 7
3688
- I
3689
- 26
3690
- I
3691
- 8
3692
- I
3693
- 30
3694
- I
3695
- 9
3696
- I
3697
- 3a
3698
- I
3699
- a
3700
- I
3701
- 44
3702
- I
3703
- c
3704
- I
3705
- 52
3706
- I
3707
- 14
3708
- I
3709
- 5c
3710
- I
3711
- 16
3712
- I
3713
- 67
3714
- I
3715
- 36
3716
- I
3717
- 72
3718
- x
3719
- 80
3720
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3721
- p
3722
- 0
3723
- x
3724
- 8
3725
- describe
3726
- p
3727
- 5
3728
- I
3729
- 0
3730
- I
3731
- 1
3732
- I
3733
- 9
3734
- I
3735
- 3
3736
- I
3737
- 1a
3738
- x
3739
- 80
3740
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/helpers_spec.rb
3741
- p
3742
- 0