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,4563 +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
- 6
65
- Conneg
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
- 82
80
- 5
81
- 7
82
- 0
83
- 56
84
- 1
85
- 47
86
- 50
87
- 2
88
- 1
89
- 15
90
- 5
91
- 7
92
- 3
93
- 56
94
- 4
95
- 47
96
- 50
97
- 2
98
- 1
99
- 15
100
- 5
101
- 7
102
- 5
103
- 56
104
- 6
105
- 47
106
- 50
107
- 2
108
- 1
109
- 15
110
- 5
111
- 56
112
- 7
113
- 47
114
- 50
115
- 8
116
- 0
117
- 15
118
- 5
119
- 7
120
- 9
121
- 64
122
- 56
123
- 10
124
- 47
125
- 50
126
- 11
127
- 1
128
- 15
129
- 5
130
- 7
131
- 12
132
- 64
133
- 56
134
- 13
135
- 47
136
- 50
137
- 11
138
- 1
139
- 15
140
- 5
141
- 7
142
- 14
143
- 64
144
- 56
145
- 15
146
- 47
147
- 50
148
- 11
149
- 1
150
- 15
151
- 5
152
- 7
153
- 16
154
- 64
155
- 56
156
- 17
157
- 47
158
- 50
159
- 11
160
- 1
161
- 11
162
- I
163
- 4
164
- I
165
- 0
166
- I
167
- 0
168
- I
169
- 0
170
- I
171
- -2
172
- p
173
- 18
174
- x
175
- 7
176
- request
177
- M
178
- 1
179
- p
180
- 2
181
- x
182
- 9
183
- for_block
184
- t
185
- n
186
- x
187
- 9
188
- __block__
189
- i
190
- 109
191
- 45
192
- 0
193
- 1
194
- 43
195
- 2
196
- 13
197
- 71
198
- 3
199
- 47
200
- 9
201
- 64
202
- 47
203
- 49
204
- 4
205
- 0
206
- 13
207
- 7
208
- 5
209
- 64
210
- 45
211
- 6
212
- 7
213
- 7
214
- 8
215
- 64
216
- 49
217
- 9
218
- 1
219
- 45
220
- 0
221
- 10
222
- 43
223
- 11
224
- 44
225
- 43
226
- 12
227
- 79
228
- 49
229
- 13
230
- 1
231
- 13
232
- 7
233
- 14
234
- 64
235
- 7
236
- 15
237
- 64
238
- 49
239
- 16
240
- 2
241
- 15
242
- 49
243
- 17
244
- 1
245
- 7
246
- 18
247
- 64
248
- 47
249
- 49
250
- 19
251
- 4
252
- 15
253
- 8
254
- 108
255
- 7
256
- 5
257
- 64
258
- 45
259
- 6
260
- 20
261
- 7
262
- 8
263
- 64
264
- 49
265
- 9
266
- 1
267
- 45
268
- 0
269
- 21
270
- 43
271
- 11
272
- 44
273
- 43
274
- 12
275
- 79
276
- 49
277
- 13
278
- 1
279
- 13
280
- 7
281
- 14
282
- 64
283
- 7
284
- 15
285
- 64
286
- 49
287
- 16
288
- 2
289
- 15
290
- 49
291
- 17
292
- 1
293
- 7
294
- 18
295
- 64
296
- 49
297
- 3
298
- 4
299
- 11
300
- I
301
- a
302
- I
303
- 0
304
- I
305
- 0
306
- I
307
- 0
308
- I
309
- -2
310
- p
311
- 22
312
- x
313
- 10
314
- Webmachine
315
- n
316
- x
317
- 7
318
- Request
319
- x
320
- 3
321
- new
322
- x
323
- 8
324
- allocate
325
- s
326
- 3
327
- GET
328
- x
329
- 3
330
- URI
331
- n
332
- s
333
- 22
334
- http://localhost:8080/
335
- x
336
- 5
337
- parse
338
- n
339
- x
340
- 7
341
- Headers
342
- x
343
- 4
344
- Hash
345
- x
346
- 16
347
- new_from_literal
348
- s
349
- 6
350
- accept
351
- s
352
- 3
353
- */*
354
- x
355
- 3
356
- []=
357
- x
358
- 2
359
- []
360
- s
361
- 0
362
-
363
- x
364
- 10
365
- initialize
366
- n
367
- n
368
- p
369
- 3
370
- I
371
- 0
372
- I
373
- 4
374
- I
375
- 6d
376
- x
377
- 79
378
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
379
- p
380
- 0
381
- x
382
- 3
383
- let
384
- x
385
- 8
386
- response
387
- M
388
- 1
389
- p
390
- 2
391
- x
392
- 9
393
- for_block
394
- t
395
- n
396
- x
397
- 9
398
- __block__
399
- i
400
- 27
401
- 45
402
- 0
403
- 1
404
- 43
405
- 2
406
- 13
407
- 71
408
- 3
409
- 47
410
- 9
411
- 23
412
- 47
413
- 49
414
- 4
415
- 0
416
- 13
417
- 47
418
- 49
419
- 5
420
- 0
421
- 15
422
- 8
423
- 26
424
- 49
425
- 3
426
- 0
427
- 11
428
- I
429
- 3
430
- I
431
- 0
432
- I
433
- 0
434
- I
435
- 0
436
- I
437
- -2
438
- p
439
- 6
440
- x
441
- 10
442
- Webmachine
443
- n
444
- x
445
- 8
446
- Response
447
- x
448
- 3
449
- new
450
- x
451
- 8
452
- allocate
453
- x
454
- 10
455
- initialize
456
- p
457
- 3
458
- I
459
- 0
460
- I
461
- 5
462
- I
463
- 1b
464
- x
465
- 79
466
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
467
- p
468
- 0
469
- x
470
- 8
471
- resource
472
- M
473
- 1
474
- p
475
- 2
476
- x
477
- 9
478
- for_block
479
- t
480
- n
481
- x
482
- 9
483
- __block__
484
- i
485
- 14
486
- 45
487
- 0
488
- 1
489
- 45
490
- 2
491
- 3
492
- 43
493
- 4
494
- 56
495
- 5
496
- 50
497
- 6
498
- 1
499
- 11
500
- I
501
- 4
502
- I
503
- 0
504
- I
505
- 0
506
- I
507
- 0
508
- I
509
- -2
510
- p
511
- 7
512
- x
513
- 5
514
- Class
515
- n
516
- x
517
- 10
518
- Webmachine
519
- n
520
- x
521
- 8
522
- Resource
523
- M
524
- 1
525
- p
526
- 2
527
- x
528
- 9
529
- for_block
530
- t
531
- n
532
- x
533
- 9
534
- __block__
535
- i
536
- 14
537
- 99
538
- 7
539
- 0
540
- 7
541
- 1
542
- 65
543
- 67
544
- 49
545
- 2
546
- 0
547
- 49
548
- 3
549
- 4
550
- 11
551
- I
552
- 6
553
- I
554
- 0
555
- I
556
- 0
557
- I
558
- 0
559
- I
560
- -2
561
- p
562
- 4
563
- x
564
- 7
565
- to_html
566
- M
567
- 1
568
- n
569
- n
570
- x
571
- 7
572
- to_html
573
- i
574
- 4
575
- 7
576
- 0
577
- 64
578
- 11
579
- I
580
- 1
581
- I
582
- 0
583
- I
584
- 0
585
- I
586
- 0
587
- n
588
- p
589
- 1
590
- s
591
- 12
592
- hello world!
593
- p
594
- 3
595
- I
596
- -1
597
- I
598
- 8
599
- I
600
- 4
601
- x
602
- 79
603
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
604
- p
605
- 0
606
- x
607
- 17
608
- method_visibility
609
- x
610
- 15
611
- add_defn_method
612
- p
613
- 3
614
- I
615
- 0
616
- I
617
- 8
618
- I
619
- e
620
- x
621
- 79
622
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
623
- p
624
- 0
625
- x
626
- 3
627
- new
628
- p
629
- 3
630
- I
631
- 0
632
- I
633
- 7
634
- I
635
- e
636
- x
637
- 79
638
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
639
- p
640
- 0
641
- M
642
- 1
643
- p
644
- 2
645
- x
646
- 9
647
- for_block
648
- t
649
- n
650
- x
651
- 9
652
- __block__
653
- i
654
- 47
655
- 45
656
- 0
657
- 1
658
- 43
659
- 2
660
- 43
661
- 3
662
- 13
663
- 71
664
- 4
665
- 47
666
- 9
667
- 34
668
- 47
669
- 49
670
- 5
671
- 0
672
- 13
673
- 5
674
- 48
675
- 6
676
- 5
677
- 48
678
- 7
679
- 5
680
- 48
681
- 8
682
- 47
683
- 49
684
- 9
685
- 3
686
- 15
687
- 8
688
- 46
689
- 5
690
- 48
691
- 6
692
- 5
693
- 48
694
- 7
695
- 5
696
- 48
697
- 8
698
- 49
699
- 4
700
- 3
701
- 11
702
- I
703
- 6
704
- I
705
- 0
706
- I
707
- 0
708
- I
709
- 0
710
- I
711
- -2
712
- p
713
- 10
714
- x
715
- 10
716
- Webmachine
717
- n
718
- x
719
- 8
720
- Decision
721
- x
722
- 3
723
- FSM
724
- x
725
- 3
726
- new
727
- x
728
- 8
729
- allocate
730
- x
731
- 8
732
- resource
733
- x
734
- 7
735
- request
736
- x
737
- 8
738
- response
739
- x
740
- 10
741
- initialize
742
- p
743
- 3
744
- I
745
- 0
746
- I
747
- d
748
- I
749
- 2f
750
- x
751
- 79
752
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
753
- p
754
- 0
755
- x
756
- 7
757
- subject
758
- s
759
- 21
760
- choosing a media type
761
- M
762
- 1
763
- p
764
- 2
765
- x
766
- 9
767
- for_block
768
- t
769
- n
770
- x
771
- 9
772
- __block__
773
- i
774
- 77
775
- 5
776
- 7
777
- 0
778
- 64
779
- 56
780
- 1
781
- 47
782
- 50
783
- 2
784
- 1
785
- 15
786
- 5
787
- 7
788
- 3
789
- 64
790
- 56
791
- 4
792
- 47
793
- 50
794
- 2
795
- 1
796
- 15
797
- 5
798
- 7
799
- 5
800
- 64
801
- 56
802
- 6
803
- 47
804
- 50
805
- 2
806
- 1
807
- 15
808
- 5
809
- 7
810
- 7
811
- 64
812
- 56
813
- 8
814
- 47
815
- 50
816
- 2
817
- 1
818
- 15
819
- 5
820
- 7
821
- 9
822
- 64
823
- 56
824
- 10
825
- 47
826
- 50
827
- 2
828
- 1
829
- 15
830
- 5
831
- 7
832
- 11
833
- 64
834
- 56
835
- 12
836
- 47
837
- 50
838
- 2
839
- 1
840
- 15
841
- 5
842
- 7
843
- 13
844
- 64
845
- 56
846
- 14
847
- 47
848
- 50
849
- 2
850
- 1
851
- 11
852
- I
853
- 4
854
- I
855
- 0
856
- I
857
- 0
858
- I
859
- 0
860
- I
861
- -2
862
- p
863
- 15
864
- s
865
- 47
866
- should not choose a type when none are provided
867
- M
868
- 1
869
- p
870
- 2
871
- x
872
- 9
873
- for_block
874
- t
875
- n
876
- x
877
- 9
878
- __block__
879
- i
880
- 18
881
- 5
882
- 48
883
- 0
884
- 35
885
- 0
886
- 7
887
- 1
888
- 64
889
- 49
890
- 2
891
- 2
892
- 5
893
- 48
894
- 3
895
- 49
896
- 4
897
- 1
898
- 11
899
- I
900
- 4
901
- I
902
- 0
903
- I
904
- 0
905
- I
906
- 0
907
- I
908
- -2
909
- p
910
- 5
911
- x
912
- 7
913
- subject
914
- s
915
- 3
916
- */*
917
- x
918
- 17
919
- choose_media_type
920
- x
921
- 6
922
- be_nil
923
- x
924
- 6
925
- should
926
- p
927
- 3
928
- I
929
- 0
930
- I
931
- 12
932
- I
933
- 12
934
- x
935
- 79
936
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
937
- p
938
- 0
939
- x
940
- 2
941
- it
942
- s
943
- 49
944
- should not choose a type when none are acceptable
945
- M
946
- 1
947
- p
948
- 2
949
- x
950
- 9
951
- for_block
952
- t
953
- n
954
- x
955
- 9
956
- __block__
957
- i
958
- 21
959
- 5
960
- 48
961
- 0
962
- 7
963
- 1
964
- 64
965
- 35
966
- 1
967
- 7
968
- 2
969
- 64
970
- 49
971
- 3
972
- 2
973
- 5
974
- 48
975
- 4
976
- 49
977
- 5
978
- 1
979
- 11
980
- I
981
- 4
982
- I
983
- 0
984
- I
985
- 0
986
- I
987
- 0
988
- I
989
- -2
990
- p
991
- 6
992
- x
993
- 7
994
- subject
995
- s
996
- 9
997
- text/html
998
- s
999
- 16
1000
- application/json
1001
- x
1002
- 17
1003
- choose_media_type
1004
- x
1005
- 6
1006
- be_nil
1007
- x
1008
- 6
1009
- should
1010
- p
1011
- 3
1012
- I
1013
- 0
1014
- I
1015
- 16
1016
- I
1017
- 15
1018
- x
1019
- 79
1020
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1021
- p
1022
- 0
1023
- s
1024
- 39
1025
- should choose the first acceptable type
1026
- M
1027
- 1
1028
- p
1029
- 2
1030
- x
1031
- 9
1032
- for_block
1033
- t
1034
- n
1035
- x
1036
- 9
1037
- __block__
1038
- i
1039
- 26
1040
- 5
1041
- 48
1042
- 0
1043
- 7
1044
- 1
1045
- 64
1046
- 7
1047
- 2
1048
- 64
1049
- 35
1050
- 2
1051
- 7
1052
- 3
1053
- 64
1054
- 49
1055
- 4
1056
- 2
1057
- 49
1058
- 5
1059
- 0
1060
- 7
1061
- 2
1062
- 64
1063
- 83
1064
- 6
1065
- 11
1066
- I
1067
- 4
1068
- I
1069
- 0
1070
- I
1071
- 0
1072
- I
1073
- 0
1074
- I
1075
- -2
1076
- p
1077
- 7
1078
- x
1079
- 7
1080
- subject
1081
- s
1082
- 9
1083
- text/html
1084
- s
1085
- 15
1086
- application/xml
1087
- s
1088
- 31
1089
- application/xml, text/html, */*
1090
- x
1091
- 17
1092
- choose_media_type
1093
- x
1094
- 6
1095
- should
1096
- x
1097
- 2
1098
- ==
1099
- p
1100
- 9
1101
- I
1102
- 0
1103
- I
1104
- 1a
1105
- I
1106
- b
1107
- I
1108
- 1b
1109
- I
1110
- e
1111
- I
1112
- 1a
1113
- I
1114
- 14
1115
- I
1116
- 1b
1117
- I
1118
- 1a
1119
- x
1120
- 79
1121
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1122
- p
1123
- 0
1124
- s
1125
- 67
1126
- should choose the type that matches closest when matching subparams
1127
- M
1128
- 1
1129
- p
1130
- 2
1131
- x
1132
- 9
1133
- for_block
1134
- t
1135
- n
1136
- x
1137
- 9
1138
- __block__
1139
- i
1140
- 46
1141
- 5
1142
- 48
1143
- 0
1144
- 7
1145
- 1
1146
- 64
1147
- 7
1148
- 1
1149
- 64
1150
- 44
1151
- 43
1152
- 2
1153
- 79
1154
- 49
1155
- 3
1156
- 1
1157
- 13
1158
- 7
1159
- 4
1160
- 64
1161
- 7
1162
- 5
1163
- 64
1164
- 49
1165
- 6
1166
- 2
1167
- 15
1168
- 35
1169
- 2
1170
- 35
1171
- 2
1172
- 7
1173
- 7
1174
- 64
1175
- 49
1176
- 8
1177
- 2
1178
- 49
1179
- 9
1180
- 0
1181
- 7
1182
- 10
1183
- 64
1184
- 83
1185
- 11
1186
- 11
1187
- I
1188
- 8
1189
- I
1190
- 0
1191
- I
1192
- 0
1193
- I
1194
- 0
1195
- I
1196
- -2
1197
- p
1198
- 12
1199
- x
1200
- 7
1201
- subject
1202
- s
1203
- 9
1204
- text/html
1205
- x
1206
- 4
1207
- Hash
1208
- x
1209
- 16
1210
- new_from_literal
1211
- s
1212
- 7
1213
- charset
1214
- s
1215
- 9
1216
- iso8859-1
1217
- x
1218
- 3
1219
- []=
1220
- s
1221
- 44
1222
- text/html;charset=iso8859-1, application/xml
1223
- x
1224
- 17
1225
- choose_media_type
1226
- x
1227
- 6
1228
- should
1229
- s
1230
- 27
1231
- text/html;charset=iso8859-1
1232
- x
1233
- 2
1234
- ==
1235
- p
1236
- 11
1237
- I
1238
- 0
1239
- I
1240
- 1f
1241
- I
1242
- 6
1243
- I
1244
- 20
1245
- I
1246
- 1f
1247
- I
1248
- 21
1249
- I
1250
- 22
1251
- I
1252
- 1f
1253
- I
1254
- 28
1255
- I
1256
- 22
1257
- I
1258
- 2e
1259
- x
1260
- 79
1261
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1262
- p
1263
- 0
1264
- s
1265
- 84
1266
- should choose a type more specific than requested when an exact match is not present
1267
- M
1268
- 1
1269
- p
1270
- 2
1271
- x
1272
- 9
1273
- for_block
1274
- t
1275
- n
1276
- x
1277
- 9
1278
- __block__
1279
- i
1280
- 26
1281
- 5
1282
- 48
1283
- 0
1284
- 7
1285
- 1
1286
- 64
1287
- 7
1288
- 2
1289
- 64
1290
- 35
1291
- 2
1292
- 7
1293
- 3
1294
- 64
1295
- 49
1296
- 4
1297
- 2
1298
- 49
1299
- 5
1300
- 0
1301
- 7
1302
- 1
1303
- 64
1304
- 83
1305
- 6
1306
- 11
1307
- I
1308
- 4
1309
- I
1310
- 0
1311
- I
1312
- 0
1313
- I
1314
- 0
1315
- I
1316
- -2
1317
- p
1318
- 7
1319
- x
1320
- 7
1321
- subject
1322
- s
1323
- 28
1324
- application/json;v=3;foo=bar
1325
- s
1326
- 20
1327
- application/json;v=2
1328
- s
1329
- 27
1330
- text/html, application/json
1331
- x
1332
- 17
1333
- choose_media_type
1334
- x
1335
- 6
1336
- should
1337
- x
1338
- 2
1339
- ==
1340
- p
1341
- 9
1342
- I
1343
- 0
1344
- I
1345
- 26
1346
- I
1347
- b
1348
- I
1349
- 27
1350
- I
1351
- e
1352
- I
1353
- 26
1354
- I
1355
- 14
1356
- I
1357
- 28
1358
- I
1359
- 1a
1360
- x
1361
- 79
1362
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1363
- p
1364
- 0
1365
- s
1366
- 58
1367
- should choose the preferred type over less-preferred types
1368
- M
1369
- 1
1370
- p
1371
- 2
1372
- x
1373
- 9
1374
- for_block
1375
- t
1376
- n
1377
- x
1378
- 9
1379
- __block__
1380
- i
1381
- 26
1382
- 5
1383
- 48
1384
- 0
1385
- 7
1386
- 1
1387
- 64
1388
- 7
1389
- 2
1390
- 64
1391
- 35
1392
- 2
1393
- 7
1394
- 3
1395
- 64
1396
- 49
1397
- 4
1398
- 2
1399
- 49
1400
- 5
1401
- 0
1402
- 7
1403
- 1
1404
- 64
1405
- 83
1406
- 6
1407
- 11
1408
- I
1409
- 4
1410
- I
1411
- 0
1412
- I
1413
- 0
1414
- I
1415
- 0
1416
- I
1417
- -2
1418
- p
1419
- 7
1420
- x
1421
- 7
1422
- subject
1423
- s
1424
- 9
1425
- text/html
1426
- s
1427
- 15
1428
- application/xml
1429
- s
1430
- 37
1431
- application/xml;q=0.7, text/html, */*
1432
- x
1433
- 17
1434
- choose_media_type
1435
- x
1436
- 6
1437
- should
1438
- x
1439
- 2
1440
- ==
1441
- p
1442
- 9
1443
- I
1444
- 0
1445
- I
1446
- 2d
1447
- I
1448
- b
1449
- I
1450
- 2e
1451
- I
1452
- e
1453
- I
1454
- 2d
1455
- I
1456
- 14
1457
- I
1458
- 2e
1459
- I
1460
- 1a
1461
- x
1462
- 79
1463
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1464
- p
1465
- 0
1466
- s
1467
- 67
1468
- should raise an exception when a media-type is improperly formatted
1469
- M
1470
- 1
1471
- p
1472
- 2
1473
- x
1474
- 9
1475
- for_block
1476
- t
1477
- n
1478
- x
1479
- 9
1480
- __block__
1481
- i
1482
- 21
1483
- 5
1484
- 56
1485
- 0
1486
- 47
1487
- 50
1488
- 1
1489
- 0
1490
- 5
1491
- 45
1492
- 2
1493
- 3
1494
- 43
1495
- 4
1496
- 47
1497
- 49
1498
- 5
1499
- 1
1500
- 49
1501
- 6
1502
- 1
1503
- 11
1504
- I
1505
- 4
1506
- I
1507
- 0
1508
- I
1509
- 0
1510
- I
1511
- 0
1512
- I
1513
- -2
1514
- p
1515
- 7
1516
- M
1517
- 1
1518
- p
1519
- 2
1520
- x
1521
- 9
1522
- for_block
1523
- t
1524
- n
1525
- x
1526
- 9
1527
- __block__
1528
- i
1529
- 18
1530
- 5
1531
- 48
1532
- 0
1533
- 7
1534
- 1
1535
- 64
1536
- 7
1537
- 2
1538
- 64
1539
- 35
1540
- 2
1541
- 7
1542
- 3
1543
- 64
1544
- 49
1545
- 4
1546
- 2
1547
- 11
1548
- I
1549
- 4
1550
- I
1551
- 0
1552
- I
1553
- 0
1554
- I
1555
- 0
1556
- I
1557
- -2
1558
- p
1559
- 5
1560
- x
1561
- 7
1562
- subject
1563
- s
1564
- 9
1565
- text/html
1566
- s
1567
- 15
1568
- application/xml
1569
- s
1570
- 4
1571
- bah;
1572
- x
1573
- 17
1574
- choose_media_type
1575
- p
1576
- 7
1577
- I
1578
- 0
1579
- I
1580
- 34
1581
- I
1582
- b
1583
- I
1584
- 35
1585
- I
1586
- e
1587
- I
1588
- 34
1589
- I
1590
- 12
1591
- x
1592
- 79
1593
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1594
- p
1595
- 0
1596
- x
1597
- 6
1598
- expect
1599
- x
1600
- 10
1601
- Webmachine
1602
- n
1603
- x
1604
- 16
1605
- MalformedRequest
1606
- x
1607
- 11
1608
- raise_error
1609
- x
1610
- 2
1611
- to
1612
- p
1613
- 7
1614
- I
1615
- 0
1616
- I
1617
- 33
1618
- I
1619
- 7
1620
- I
1621
- 36
1622
- I
1623
- 11
1624
- I
1625
- 33
1626
- I
1627
- 15
1628
- x
1629
- 79
1630
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1631
- p
1632
- 0
1633
- p
1634
- 15
1635
- I
1636
- 0
1637
- I
1638
- 11
1639
- I
1640
- b
1641
- I
1642
- 15
1643
- I
1644
- 16
1645
- I
1646
- 19
1647
- I
1648
- 21
1649
- I
1650
- 1e
1651
- I
1652
- 2c
1653
- I
1654
- 25
1655
- I
1656
- 37
1657
- I
1658
- 2c
1659
- I
1660
- 42
1661
- I
1662
- 32
1663
- I
1664
- 4d
1665
- x
1666
- 79
1667
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1668
- p
1669
- 0
1670
- x
1671
- 7
1672
- context
1673
- s
1674
- 20
1675
- choosing an encoding
1676
- M
1677
- 1
1678
- p
1679
- 2
1680
- x
1681
- 9
1682
- for_block
1683
- t
1684
- n
1685
- x
1686
- 9
1687
- __block__
1688
- i
1689
- 55
1690
- 5
1691
- 7
1692
- 0
1693
- 64
1694
- 56
1695
- 1
1696
- 47
1697
- 50
1698
- 2
1699
- 1
1700
- 15
1701
- 5
1702
- 7
1703
- 3
1704
- 64
1705
- 56
1706
- 4
1707
- 47
1708
- 50
1709
- 2
1710
- 1
1711
- 15
1712
- 5
1713
- 7
1714
- 5
1715
- 64
1716
- 56
1717
- 6
1718
- 47
1719
- 50
1720
- 2
1721
- 1
1722
- 15
1723
- 5
1724
- 7
1725
- 7
1726
- 64
1727
- 56
1728
- 8
1729
- 47
1730
- 50
1731
- 2
1732
- 1
1733
- 15
1734
- 5
1735
- 7
1736
- 9
1737
- 64
1738
- 56
1739
- 10
1740
- 47
1741
- 50
1742
- 2
1743
- 1
1744
- 11
1745
- I
1746
- 4
1747
- I
1748
- 0
1749
- I
1750
- 0
1751
- I
1752
- 0
1753
- I
1754
- -2
1755
- p
1756
- 11
1757
- s
1758
- 50
1759
- should not set the encoding when none are provided
1760
- M
1761
- 1
1762
- p
1763
- 2
1764
- x
1765
- 9
1766
- for_block
1767
- t
1768
- n
1769
- x
1770
- 9
1771
- __block__
1772
- i
1773
- 58
1774
- 5
1775
- 48
1776
- 0
1777
- 44
1778
- 43
1779
- 1
1780
- 78
1781
- 49
1782
- 2
1783
- 1
1784
- 7
1785
- 3
1786
- 64
1787
- 49
1788
- 4
1789
- 2
1790
- 15
1791
- 5
1792
- 48
1793
- 0
1794
- 49
1795
- 5
1796
- 0
1797
- 7
1798
- 6
1799
- 64
1800
- 49
1801
- 7
1802
- 1
1803
- 5
1804
- 48
1805
- 8
1806
- 49
1807
- 9
1808
- 1
1809
- 15
1810
- 5
1811
- 48
1812
- 0
1813
- 49
1814
- 10
1815
- 0
1816
- 49
1817
- 11
1818
- 0
1819
- 7
1820
- 6
1821
- 64
1822
- 49
1823
- 7
1824
- 1
1825
- 5
1826
- 48
1827
- 8
1828
- 49
1829
- 9
1830
- 1
1831
- 11
1832
- I
1833
- 4
1834
- I
1835
- 0
1836
- I
1837
- 0
1838
- I
1839
- 0
1840
- I
1841
- -2
1842
- p
1843
- 12
1844
- x
1845
- 7
1846
- subject
1847
- x
1848
- 4
1849
- Hash
1850
- x
1851
- 16
1852
- new_from_literal
1853
- s
1854
- 14
1855
- identity, gzip
1856
- x
1857
- 15
1858
- choose_encoding
1859
- x
1860
- 8
1861
- metadata
1862
- s
1863
- 16
1864
- Content-Encoding
1865
- x
1866
- 2
1867
- []
1868
- x
1869
- 6
1870
- be_nil
1871
- x
1872
- 6
1873
- should
1874
- x
1875
- 8
1876
- response
1877
- x
1878
- 7
1879
- headers
1880
- p
1881
- 7
1882
- I
1883
- 0
1884
- I
1885
- 3c
1886
- I
1887
- 11
1888
- I
1889
- 3d
1890
- I
1891
- 24
1892
- I
1893
- 3e
1894
- I
1895
- 3a
1896
- x
1897
- 79
1898
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
1899
- p
1900
- 0
1901
- x
1902
- 2
1903
- it
1904
- s
1905
- 62
1906
- should not set the Content-Encoding header when it is identity
1907
- M
1908
- 1
1909
- p
1910
- 2
1911
- x
1912
- 9
1913
- for_block
1914
- t
1915
- n
1916
- x
1917
- 9
1918
- __block__
1919
- i
1920
- 77
1921
- 5
1922
- 48
1923
- 0
1924
- 44
1925
- 43
1926
- 1
1927
- 80
1928
- 49
1929
- 2
1930
- 1
1931
- 13
1932
- 7
1933
- 3
1934
- 64
1935
- 7
1936
- 4
1937
- 49
1938
- 5
1939
- 2
1940
- 15
1941
- 13
1942
- 7
1943
- 6
1944
- 64
1945
- 7
1946
- 7
1947
- 49
1948
- 5
1949
- 2
1950
- 15
1951
- 7
1952
- 6
1953
- 64
1954
- 49
1955
- 8
1956
- 2
1957
- 15
1958
- 5
1959
- 48
1960
- 0
1961
- 49
1962
- 9
1963
- 0
1964
- 7
1965
- 10
1966
- 64
1967
- 49
1968
- 11
1969
- 1
1970
- 49
1971
- 12
1972
- 0
1973
- 7
1974
- 6
1975
- 64
1976
- 83
1977
- 13
1978
- 15
1979
- 5
1980
- 48
1981
- 14
1982
- 49
1983
- 15
1984
- 0
1985
- 7
1986
- 10
1987
- 64
1988
- 49
1989
- 11
1990
- 1
1991
- 5
1992
- 48
1993
- 16
1994
- 49
1995
- 12
1996
- 1
1997
- 11
1998
- I
1999
- 6
2000
- I
2001
- 0
2002
- I
2003
- 0
2004
- I
2005
- 0
2006
- I
2007
- -2
2008
- p
2009
- 17
2010
- x
2011
- 7
2012
- subject
2013
- x
2014
- 4
2015
- Hash
2016
- x
2017
- 16
2018
- new_from_literal
2019
- s
2020
- 4
2021
- gzip
2022
- x
2023
- 11
2024
- encode_gzip
2025
- x
2026
- 3
2027
- []=
2028
- s
2029
- 8
2030
- identity
2031
- x
2032
- 15
2033
- encode_identity
2034
- x
2035
- 15
2036
- choose_encoding
2037
- x
2038
- 8
2039
- metadata
2040
- s
2041
- 16
2042
- Content-Encoding
2043
- x
2044
- 2
2045
- []
2046
- x
2047
- 6
2048
- should
2049
- x
2050
- 2
2051
- ==
2052
- x
2053
- 8
2054
- response
2055
- x
2056
- 7
2057
- headers
2058
- x
2059
- 6
2060
- be_nil
2061
- p
2062
- 7
2063
- I
2064
- 0
2065
- I
2066
- 42
2067
- I
2068
- 25
2069
- I
2070
- 43
2071
- I
2072
- 3a
2073
- I
2074
- 44
2075
- I
2076
- 4d
2077
- x
2078
- 79
2079
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
2080
- p
2081
- 0
2082
- s
2083
- 43
2084
- should choose the first acceptable encoding
2085
- M
2086
- 1
2087
- p
2088
- 2
2089
- x
2090
- 9
2091
- for_block
2092
- t
2093
- n
2094
- x
2095
- 9
2096
- __block__
2097
- i
2098
- 69
2099
- 5
2100
- 48
2101
- 0
2102
- 44
2103
- 43
2104
- 1
2105
- 79
2106
- 49
2107
- 2
2108
- 1
2109
- 13
2110
- 7
2111
- 3
2112
- 64
2113
- 7
2114
- 4
2115
- 49
2116
- 5
2117
- 2
2118
- 15
2119
- 7
2120
- 6
2121
- 64
2122
- 49
2123
- 7
2124
- 2
2125
- 15
2126
- 5
2127
- 48
2128
- 0
2129
- 49
2130
- 8
2131
- 0
2132
- 7
2133
- 9
2134
- 64
2135
- 49
2136
- 10
2137
- 1
2138
- 49
2139
- 11
2140
- 0
2141
- 7
2142
- 3
2143
- 64
2144
- 83
2145
- 12
2146
- 15
2147
- 5
2148
- 48
2149
- 13
2150
- 49
2151
- 14
2152
- 0
2153
- 7
2154
- 9
2155
- 64
2156
- 49
2157
- 10
2158
- 1
2159
- 49
2160
- 11
2161
- 0
2162
- 7
2163
- 3
2164
- 64
2165
- 83
2166
- 12
2167
- 11
2168
- I
2169
- 6
2170
- I
2171
- 0
2172
- I
2173
- 0
2174
- I
2175
- 0
2176
- I
2177
- -2
2178
- p
2179
- 15
2180
- x
2181
- 7
2182
- subject
2183
- x
2184
- 4
2185
- Hash
2186
- x
2187
- 16
2188
- new_from_literal
2189
- s
2190
- 4
2191
- gzip
2192
- x
2193
- 11
2194
- encode_gzip
2195
- x
2196
- 3
2197
- []=
2198
- s
2199
- 14
2200
- identity, gzip
2201
- x
2202
- 15
2203
- choose_encoding
2204
- x
2205
- 8
2206
- metadata
2207
- s
2208
- 16
2209
- Content-Encoding
2210
- x
2211
- 2
2212
- []
2213
- x
2214
- 6
2215
- should
2216
- x
2217
- 2
2218
- ==
2219
- x
2220
- 8
2221
- response
2222
- x
2223
- 7
2224
- headers
2225
- p
2226
- 7
2227
- I
2228
- 0
2229
- I
2230
- 48
2231
- I
2232
- 1b
2233
- I
2234
- 49
2235
- I
2236
- 30
2237
- I
2238
- 4a
2239
- I
2240
- 45
2241
- x
2242
- 79
2243
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
2244
- p
2245
- 0
2246
- s
2247
- 66
2248
- should choose the preferred encoding over less-preferred encodings
2249
- M
2250
- 1
2251
- p
2252
- 2
2253
- x
2254
- 9
2255
- for_block
2256
- t
2257
- n
2258
- x
2259
- 9
2260
- __block__
2261
- i
2262
- 79
2263
- 5
2264
- 48
2265
- 0
2266
- 44
2267
- 43
2268
- 1
2269
- 80
2270
- 49
2271
- 2
2272
- 1
2273
- 13
2274
- 7
2275
- 3
2276
- 64
2277
- 7
2278
- 4
2279
- 49
2280
- 5
2281
- 2
2282
- 15
2283
- 13
2284
- 7
2285
- 6
2286
- 64
2287
- 7
2288
- 7
2289
- 49
2290
- 5
2291
- 2
2292
- 15
2293
- 7
2294
- 8
2295
- 64
2296
- 49
2297
- 9
2298
- 2
2299
- 15
2300
- 5
2301
- 48
2302
- 0
2303
- 49
2304
- 10
2305
- 0
2306
- 7
2307
- 11
2308
- 64
2309
- 49
2310
- 12
2311
- 1
2312
- 49
2313
- 13
2314
- 0
2315
- 7
2316
- 3
2317
- 64
2318
- 83
2319
- 14
2320
- 15
2321
- 5
2322
- 48
2323
- 15
2324
- 49
2325
- 16
2326
- 0
2327
- 7
2328
- 11
2329
- 64
2330
- 49
2331
- 12
2332
- 1
2333
- 49
2334
- 13
2335
- 0
2336
- 7
2337
- 3
2338
- 64
2339
- 83
2340
- 14
2341
- 11
2342
- I
2343
- 6
2344
- I
2345
- 0
2346
- I
2347
- 0
2348
- I
2349
- 0
2350
- I
2351
- -2
2352
- p
2353
- 17
2354
- x
2355
- 7
2356
- subject
2357
- x
2358
- 4
2359
- Hash
2360
- x
2361
- 16
2362
- new_from_literal
2363
- s
2364
- 4
2365
- gzip
2366
- x
2367
- 11
2368
- encode_gzip
2369
- x
2370
- 3
2371
- []=
2372
- s
2373
- 8
2374
- identity
2375
- x
2376
- 15
2377
- encode_identity
2378
- s
2379
- 20
2380
- gzip, identity;q=0.7
2381
- x
2382
- 15
2383
- choose_encoding
2384
- x
2385
- 8
2386
- metadata
2387
- s
2388
- 16
2389
- Content-Encoding
2390
- x
2391
- 2
2392
- []
2393
- x
2394
- 6
2395
- should
2396
- x
2397
- 2
2398
- ==
2399
- x
2400
- 8
2401
- response
2402
- x
2403
- 7
2404
- headers
2405
- p
2406
- 7
2407
- I
2408
- 0
2409
- I
2410
- 4e
2411
- I
2412
- 25
2413
- I
2414
- 4f
2415
- I
2416
- 3a
2417
- I
2418
- 50
2419
- I
2420
- 4f
2421
- x
2422
- 79
2423
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
2424
- p
2425
- 0
2426
- s
2427
- 50
2428
- should not set the encoding if none are acceptable
2429
- M
2430
- 1
2431
- p
2432
- 2
2433
- x
2434
- 9
2435
- for_block
2436
- t
2437
- n
2438
- x
2439
- 9
2440
- __block__
2441
- i
2442
- 65
2443
- 5
2444
- 48
2445
- 0
2446
- 44
2447
- 43
2448
- 1
2449
- 79
2450
- 49
2451
- 2
2452
- 1
2453
- 13
2454
- 7
2455
- 3
2456
- 64
2457
- 7
2458
- 4
2459
- 49
2460
- 5
2461
- 2
2462
- 15
2463
- 7
2464
- 6
2465
- 64
2466
- 49
2467
- 7
2468
- 2
2469
- 15
2470
- 5
2471
- 48
2472
- 0
2473
- 49
2474
- 8
2475
- 0
2476
- 7
2477
- 9
2478
- 64
2479
- 49
2480
- 10
2481
- 1
2482
- 5
2483
- 48
2484
- 11
2485
- 49
2486
- 12
2487
- 1
2488
- 15
2489
- 5
2490
- 48
2491
- 13
2492
- 49
2493
- 14
2494
- 0
2495
- 7
2496
- 9
2497
- 64
2498
- 49
2499
- 10
2500
- 1
2501
- 5
2502
- 48
2503
- 11
2504
- 49
2505
- 12
2506
- 1
2507
- 11
2508
- I
2509
- 6
2510
- I
2511
- 0
2512
- I
2513
- 0
2514
- I
2515
- 0
2516
- I
2517
- -2
2518
- p
2519
- 15
2520
- x
2521
- 7
2522
- subject
2523
- x
2524
- 4
2525
- Hash
2526
- x
2527
- 16
2528
- new_from_literal
2529
- s
2530
- 4
2531
- gzip
2532
- x
2533
- 11
2534
- encode_gzip
2535
- x
2536
- 3
2537
- []=
2538
- s
2539
- 8
2540
- identity
2541
- x
2542
- 15
2543
- choose_encoding
2544
- x
2545
- 8
2546
- metadata
2547
- s
2548
- 16
2549
- Content-Encoding
2550
- x
2551
- 2
2552
- []
2553
- x
2554
- 6
2555
- be_nil
2556
- x
2557
- 6
2558
- should
2559
- x
2560
- 8
2561
- response
2562
- x
2563
- 7
2564
- headers
2565
- p
2566
- 7
2567
- I
2568
- 0
2569
- I
2570
- 54
2571
- I
2572
- 1b
2573
- I
2574
- 55
2575
- I
2576
- 2e
2577
- I
2578
- 56
2579
- I
2580
- 41
2581
- x
2582
- 79
2583
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
2584
- p
2585
- 0
2586
- p
2587
- 11
2588
- I
2589
- 0
2590
- I
2591
- 3b
2592
- I
2593
- b
2594
- I
2595
- 41
2596
- I
2597
- 16
2598
- I
2599
- 47
2600
- I
2601
- 21
2602
- I
2603
- 4d
2604
- I
2605
- 2c
2606
- I
2607
- 53
2608
- I
2609
- 37
2610
- x
2611
- 79
2612
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
2613
- p
2614
- 0
2615
- s
2616
- 18
2617
- choosing a charset
2618
- M
2619
- 1
2620
- p
2621
- 2
2622
- x
2623
- 9
2624
- for_block
2625
- t
2626
- n
2627
- x
2628
- 9
2629
- __block__
2630
- i
2631
- 55
2632
- 5
2633
- 7
2634
- 0
2635
- 64
2636
- 56
2637
- 1
2638
- 47
2639
- 50
2640
- 2
2641
- 1
2642
- 15
2643
- 5
2644
- 7
2645
- 3
2646
- 64
2647
- 56
2648
- 4
2649
- 47
2650
- 50
2651
- 2
2652
- 1
2653
- 15
2654
- 5
2655
- 7
2656
- 5
2657
- 64
2658
- 56
2659
- 6
2660
- 47
2661
- 50
2662
- 2
2663
- 1
2664
- 15
2665
- 5
2666
- 7
2667
- 7
2668
- 64
2669
- 56
2670
- 8
2671
- 47
2672
- 50
2673
- 2
2674
- 1
2675
- 15
2676
- 5
2677
- 7
2678
- 9
2679
- 64
2680
- 56
2681
- 10
2682
- 47
2683
- 50
2684
- 2
2685
- 1
2686
- 11
2687
- I
2688
- 4
2689
- I
2690
- 0
2691
- I
2692
- 0
2693
- I
2694
- 0
2695
- I
2696
- -2
2697
- p
2698
- 11
2699
- s
2700
- 49
2701
- should not set the charset when none are provided
2702
- M
2703
- 1
2704
- p
2705
- 2
2706
- x
2707
- 9
2708
- for_block
2709
- t
2710
- n
2711
- x
2712
- 9
2713
- __block__
2714
- i
2715
- 31
2716
- 5
2717
- 48
2718
- 0
2719
- 35
2720
- 0
2721
- 7
2722
- 1
2723
- 64
2724
- 49
2725
- 2
2726
- 2
2727
- 15
2728
- 5
2729
- 48
2730
- 0
2731
- 49
2732
- 3
2733
- 0
2734
- 7
2735
- 4
2736
- 64
2737
- 49
2738
- 5
2739
- 1
2740
- 5
2741
- 48
2742
- 6
2743
- 49
2744
- 7
2745
- 1
2746
- 11
2747
- I
2748
- 4
2749
- I
2750
- 0
2751
- I
2752
- 0
2753
- I
2754
- 0
2755
- I
2756
- -2
2757
- p
2758
- 8
2759
- x
2760
- 7
2761
- subject
2762
- s
2763
- 10
2764
- ISO-8859-1
2765
- x
2766
- 14
2767
- choose_charset
2768
- x
2769
- 8
2770
- metadata
2771
- s
2772
- 7
2773
- Charset
2774
- x
2775
- 2
2776
- []
2777
- x
2778
- 6
2779
- be_nil
2780
- x
2781
- 6
2782
- should
2783
- p
2784
- 5
2785
- I
2786
- 0
2787
- I
2788
- 5c
2789
- I
2790
- c
2791
- I
2792
- 5d
2793
- I
2794
- 1f
2795
- x
2796
- 79
2797
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
2798
- p
2799
- 0
2800
- x
2801
- 2
2802
- it
2803
- s
2804
- 42
2805
- should choose the first acceptable charset
2806
- M
2807
- 1
2808
- p
2809
- 2
2810
- x
2811
- 9
2812
- for_block
2813
- t
2814
- n
2815
- x
2816
- 9
2817
- __block__
2818
- i
2819
- 47
2820
- 5
2821
- 48
2822
- 0
2823
- 7
2824
- 1
2825
- 64
2826
- 7
2827
- 2
2828
- 35
2829
- 2
2830
- 7
2831
- 3
2832
- 64
2833
- 7
2834
- 4
2835
- 35
2836
- 2
2837
- 35
2838
- 2
2839
- 7
2840
- 5
2841
- 64
2842
- 49
2843
- 6
2844
- 2
2845
- 15
2846
- 5
2847
- 48
2848
- 0
2849
- 49
2850
- 7
2851
- 0
2852
- 7
2853
- 8
2854
- 64
2855
- 49
2856
- 9
2857
- 1
2858
- 49
2859
- 10
2860
- 0
2861
- 7
2862
- 3
2863
- 64
2864
- 83
2865
- 11
2866
- 11
2867
- I
2868
- 5
2869
- I
2870
- 0
2871
- I
2872
- 0
2873
- I
2874
- 0
2875
- I
2876
- -2
2877
- p
2878
- 12
2879
- x
2880
- 7
2881
- subject
2882
- s
2883
- 5
2884
- UTF-8
2885
- x
2886
- 7
2887
- to_utf8
2888
- s
2889
- 8
2890
- US-ASCII
2891
- x
2892
- 8
2893
- to_ascii
2894
- s
2895
- 15
2896
- US-ASCII, UTF-8
2897
- x
2898
- 14
2899
- choose_charset
2900
- x
2901
- 8
2902
- metadata
2903
- s
2904
- 7
2905
- Charset
2906
- x
2907
- 2
2908
- []
2909
- x
2910
- 6
2911
- should
2912
- x
2913
- 2
2914
- ==
2915
- p
2916
- 5
2917
- I
2918
- 0
2919
- I
2920
- 61
2921
- I
2922
- 1a
2923
- I
2924
- 62
2925
- I
2926
- 2f
2927
- x
2928
- 79
2929
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
2930
- p
2931
- 0
2932
- s
2933
- 64
2934
- should choose the preferred charset over less-preferred charsets
2935
- M
2936
- 1
2937
- p
2938
- 2
2939
- x
2940
- 9
2941
- for_block
2942
- t
2943
- n
2944
- x
2945
- 9
2946
- __block__
2947
- i
2948
- 47
2949
- 5
2950
- 48
2951
- 0
2952
- 7
2953
- 1
2954
- 64
2955
- 7
2956
- 2
2957
- 35
2958
- 2
2959
- 7
2960
- 3
2961
- 64
2962
- 7
2963
- 4
2964
- 35
2965
- 2
2966
- 35
2967
- 2
2968
- 7
2969
- 5
2970
- 64
2971
- 49
2972
- 6
2973
- 2
2974
- 15
2975
- 5
2976
- 48
2977
- 0
2978
- 49
2979
- 7
2980
- 0
2981
- 7
2982
- 8
2983
- 64
2984
- 49
2985
- 9
2986
- 1
2987
- 49
2988
- 10
2989
- 0
2990
- 7
2991
- 1
2992
- 64
2993
- 83
2994
- 11
2995
- 11
2996
- I
2997
- 5
2998
- I
2999
- 0
3000
- I
3001
- 0
3002
- I
3003
- 0
3004
- I
3005
- -2
3006
- p
3007
- 12
3008
- x
3009
- 7
3010
- subject
3011
- s
3012
- 5
3013
- UTF-8
3014
- x
3015
- 7
3016
- to_utf8
3017
- s
3018
- 8
3019
- US-ASCII
3020
- x
3021
- 8
3022
- to_ascii
3023
- s
3024
- 21
3025
- US-ASCII;q=0.7, UTF-8
3026
- x
3027
- 14
3028
- choose_charset
3029
- x
3030
- 8
3031
- metadata
3032
- s
3033
- 7
3034
- Charset
3035
- x
3036
- 2
3037
- []
3038
- x
3039
- 6
3040
- should
3041
- x
3042
- 2
3043
- ==
3044
- p
3045
- 5
3046
- I
3047
- 0
3048
- I
3049
- 66
3050
- I
3051
- 1a
3052
- I
3053
- 67
3054
- I
3055
- 2f
3056
- x
3057
- 79
3058
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
3059
- p
3060
- 0
3061
- s
3062
- 49
3063
- should not set the charset if none are acceptable
3064
- M
3065
- 1
3066
- p
3067
- 2
3068
- x
3069
- 9
3070
- for_block
3071
- t
3072
- n
3073
- x
3074
- 9
3075
- __block__
3076
- i
3077
- 45
3078
- 5
3079
- 48
3080
- 0
3081
- 7
3082
- 1
3083
- 64
3084
- 7
3085
- 2
3086
- 35
3087
- 2
3088
- 7
3089
- 3
3090
- 64
3091
- 7
3092
- 4
3093
- 35
3094
- 2
3095
- 35
3096
- 2
3097
- 7
3098
- 5
3099
- 64
3100
- 49
3101
- 6
3102
- 2
3103
- 15
3104
- 5
3105
- 48
3106
- 0
3107
- 49
3108
- 7
3109
- 0
3110
- 7
3111
- 8
3112
- 64
3113
- 49
3114
- 9
3115
- 1
3116
- 5
3117
- 48
3118
- 10
3119
- 49
3120
- 11
3121
- 1
3122
- 11
3123
- I
3124
- 5
3125
- I
3126
- 0
3127
- I
3128
- 0
3129
- I
3130
- 0
3131
- I
3132
- -2
3133
- p
3134
- 12
3135
- x
3136
- 7
3137
- subject
3138
- s
3139
- 5
3140
- UTF-8
3141
- x
3142
- 7
3143
- to_utf8
3144
- s
3145
- 8
3146
- US-ASCII
3147
- x
3148
- 8
3149
- to_ascii
3150
- s
3151
- 10
3152
- ISO-8859-1
3153
- x
3154
- 14
3155
- choose_charset
3156
- x
3157
- 8
3158
- metadata
3159
- s
3160
- 7
3161
- Charset
3162
- x
3163
- 2
3164
- []
3165
- x
3166
- 6
3167
- be_nil
3168
- x
3169
- 6
3170
- should
3171
- p
3172
- 5
3173
- I
3174
- 0
3175
- I
3176
- 6b
3177
- I
3178
- 1a
3179
- I
3180
- 6c
3181
- I
3182
- 2d
3183
- x
3184
- 79
3185
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
3186
- p
3187
- 0
3188
- s
3189
- 42
3190
- should choose a charset case-insensitively
3191
- M
3192
- 1
3193
- p
3194
- 2
3195
- x
3196
- 9
3197
- for_block
3198
- t
3199
- n
3200
- x
3201
- 9
3202
- __block__
3203
- i
3204
- 47
3205
- 5
3206
- 48
3207
- 0
3208
- 7
3209
- 1
3210
- 64
3211
- 7
3212
- 2
3213
- 35
3214
- 2
3215
- 7
3216
- 3
3217
- 64
3218
- 7
3219
- 4
3220
- 35
3221
- 2
3222
- 35
3223
- 2
3224
- 7
3225
- 5
3226
- 64
3227
- 49
3228
- 6
3229
- 2
3230
- 15
3231
- 5
3232
- 48
3233
- 0
3234
- 49
3235
- 7
3236
- 0
3237
- 7
3238
- 8
3239
- 64
3240
- 49
3241
- 9
3242
- 1
3243
- 49
3244
- 10
3245
- 0
3246
- 7
3247
- 11
3248
- 64
3249
- 83
3250
- 12
3251
- 11
3252
- I
3253
- 5
3254
- I
3255
- 0
3256
- I
3257
- 0
3258
- I
3259
- 0
3260
- I
3261
- -2
3262
- p
3263
- 13
3264
- x
3265
- 7
3266
- subject
3267
- s
3268
- 5
3269
- UtF-8
3270
- x
3271
- 7
3272
- to_utf8
3273
- s
3274
- 8
3275
- US-ASCII
3276
- x
3277
- 8
3278
- to_ascii
3279
- s
3280
- 17
3281
- iso-8859-1, utf-8
3282
- x
3283
- 14
3284
- choose_charset
3285
- x
3286
- 8
3287
- metadata
3288
- s
3289
- 7
3290
- Charset
3291
- x
3292
- 2
3293
- []
3294
- x
3295
- 6
3296
- should
3297
- s
3298
- 5
3299
- utf-8
3300
- x
3301
- 2
3302
- ==
3303
- p
3304
- 5
3305
- I
3306
- 0
3307
- I
3308
- 70
3309
- I
3310
- 1a
3311
- I
3312
- 71
3313
- I
3314
- 2f
3315
- x
3316
- 79
3317
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
3318
- p
3319
- 0
3320
- p
3321
- 11
3322
- I
3323
- 0
3324
- I
3325
- 5b
3326
- I
3327
- b
3328
- I
3329
- 60
3330
- I
3331
- 16
3332
- I
3333
- 65
3334
- I
3335
- 21
3336
- I
3337
- 6a
3338
- I
3339
- 2c
3340
- I
3341
- 6f
3342
- I
3343
- 37
3344
- x
3345
- 79
3346
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
3347
- p
3348
- 0
3349
- s
3350
- 19
3351
- choosing a language
3352
- M
3353
- 1
3354
- p
3355
- 2
3356
- x
3357
- 9
3358
- for_block
3359
- t
3360
- n
3361
- x
3362
- 9
3363
- __block__
3364
- i
3365
- 77
3366
- 5
3367
- 7
3368
- 0
3369
- 64
3370
- 56
3371
- 1
3372
- 47
3373
- 50
3374
- 2
3375
- 1
3376
- 15
3377
- 5
3378
- 7
3379
- 3
3380
- 64
3381
- 56
3382
- 4
3383
- 47
3384
- 50
3385
- 2
3386
- 1
3387
- 15
3388
- 5
3389
- 7
3390
- 5
3391
- 64
3392
- 56
3393
- 6
3394
- 47
3395
- 50
3396
- 2
3397
- 1
3398
- 15
3399
- 5
3400
- 7
3401
- 7
3402
- 64
3403
- 56
3404
- 8
3405
- 47
3406
- 50
3407
- 2
3408
- 1
3409
- 15
3410
- 5
3411
- 7
3412
- 9
3413
- 64
3414
- 56
3415
- 10
3416
- 47
3417
- 50
3418
- 2
3419
- 1
3420
- 15
3421
- 5
3422
- 7
3423
- 11
3424
- 64
3425
- 56
3426
- 12
3427
- 47
3428
- 50
3429
- 2
3430
- 1
3431
- 15
3432
- 5
3433
- 7
3434
- 13
3435
- 64
3436
- 56
3437
- 14
3438
- 47
3439
- 50
3440
- 2
3441
- 1
3442
- 11
3443
- I
3444
- 4
3445
- I
3446
- 0
3447
- I
3448
- 0
3449
- I
3450
- 0
3451
- I
3452
- -2
3453
- p
3454
- 15
3455
- s
3456
- 50
3457
- should not set the language when none are provided
3458
- M
3459
- 1
3460
- p
3461
- 2
3462
- x
3463
- 9
3464
- for_block
3465
- t
3466
- n
3467
- x
3468
- 9
3469
- __block__
3470
- i
3471
- 31
3472
- 5
3473
- 48
3474
- 0
3475
- 35
3476
- 0
3477
- 7
3478
- 1
3479
- 64
3480
- 49
3481
- 2
3482
- 2
3483
- 15
3484
- 5
3485
- 48
3486
- 0
3487
- 49
3488
- 3
3489
- 0
3490
- 7
3491
- 4
3492
- 64
3493
- 49
3494
- 5
3495
- 1
3496
- 5
3497
- 48
3498
- 6
3499
- 49
3500
- 7
3501
- 1
3502
- 11
3503
- I
3504
- 4
3505
- I
3506
- 0
3507
- I
3508
- 0
3509
- I
3510
- 0
3511
- I
3512
- -2
3513
- p
3514
- 8
3515
- x
3516
- 7
3517
- subject
3518
- s
3519
- 2
3520
- en
3521
- x
3522
- 15
3523
- choose_language
3524
- x
3525
- 8
3526
- metadata
3527
- s
3528
- 8
3529
- Language
3530
- x
3531
- 2
3532
- []
3533
- x
3534
- 6
3535
- be_nil
3536
- x
3537
- 6
3538
- should
3539
- p
3540
- 5
3541
- I
3542
- 0
3543
- I
3544
- 77
3545
- I
3546
- c
3547
- I
3548
- 78
3549
- I
3550
- 1f
3551
- x
3552
- 79
3553
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
3554
- p
3555
- 0
3556
- x
3557
- 2
3558
- it
3559
- s
3560
- 43
3561
- should choose the first acceptable language
3562
- M
3563
- 1
3564
- p
3565
- 2
3566
- x
3567
- 9
3568
- for_block
3569
- t
3570
- n
3571
- x
3572
- 9
3573
- __block__
3574
- i
3575
- 63
3576
- 5
3577
- 48
3578
- 0
3579
- 7
3580
- 1
3581
- 64
3582
- 7
3583
- 2
3584
- 64
3585
- 7
3586
- 3
3587
- 64
3588
- 35
3589
- 3
3590
- 7
3591
- 4
3592
- 64
3593
- 49
3594
- 5
3595
- 2
3596
- 15
3597
- 5
3598
- 48
3599
- 0
3600
- 49
3601
- 6
3602
- 0
3603
- 7
3604
- 7
3605
- 64
3606
- 49
3607
- 8
3608
- 1
3609
- 49
3610
- 9
3611
- 0
3612
- 7
3613
- 2
3614
- 64
3615
- 83
3616
- 10
3617
- 15
3618
- 5
3619
- 48
3620
- 11
3621
- 49
3622
- 12
3623
- 0
3624
- 7
3625
- 13
3626
- 64
3627
- 49
3628
- 8
3629
- 1
3630
- 49
3631
- 9
3632
- 0
3633
- 7
3634
- 2
3635
- 64
3636
- 83
3637
- 10
3638
- 11
3639
- I
3640
- 5
3641
- I
3642
- 0
3643
- I
3644
- 0
3645
- I
3646
- 0
3647
- I
3648
- -2
3649
- p
3650
- 14
3651
- x
3652
- 7
3653
- subject
3654
- s
3655
- 2
3656
- en
3657
- s
3658
- 5
3659
- en-US
3660
- s
3661
- 2
3662
- es
3663
- s
3664
- 9
3665
- en-US, es
3666
- x
3667
- 15
3668
- choose_language
3669
- x
3670
- 8
3671
- metadata
3672
- s
3673
- 8
3674
- Language
3675
- x
3676
- 2
3677
- []
3678
- x
3679
- 6
3680
- should
3681
- x
3682
- 2
3683
- ==
3684
- x
3685
- 8
3686
- response
3687
- x
3688
- 7
3689
- headers
3690
- s
3691
- 16
3692
- Content-Language
3693
- p
3694
- 7
3695
- I
3696
- 0
3697
- I
3698
- 7c
3699
- I
3700
- 15
3701
- I
3702
- 7d
3703
- I
3704
- 2a
3705
- I
3706
- 7e
3707
- I
3708
- 3f
3709
- x
3710
- 79
3711
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
3712
- p
3713
- 0
3714
- s
3715
- 66
3716
- should choose the preferred language over less-preferred languages
3717
- M
3718
- 1
3719
- p
3720
- 2
3721
- x
3722
- 9
3723
- for_block
3724
- t
3725
- n
3726
- x
3727
- 9
3728
- __block__
3729
- i
3730
- 63
3731
- 5
3732
- 48
3733
- 0
3734
- 7
3735
- 1
3736
- 64
3737
- 7
3738
- 2
3739
- 64
3740
- 7
3741
- 3
3742
- 64
3743
- 35
3744
- 3
3745
- 7
3746
- 4
3747
- 64
3748
- 49
3749
- 5
3750
- 2
3751
- 15
3752
- 5
3753
- 48
3754
- 0
3755
- 49
3756
- 6
3757
- 0
3758
- 7
3759
- 7
3760
- 64
3761
- 49
3762
- 8
3763
- 1
3764
- 49
3765
- 9
3766
- 0
3767
- 7
3768
- 3
3769
- 64
3770
- 83
3771
- 10
3772
- 15
3773
- 5
3774
- 48
3775
- 11
3776
- 49
3777
- 12
3778
- 0
3779
- 7
3780
- 13
3781
- 64
3782
- 49
3783
- 8
3784
- 1
3785
- 49
3786
- 9
3787
- 0
3788
- 7
3789
- 3
3790
- 64
3791
- 83
3792
- 10
3793
- 11
3794
- I
3795
- 5
3796
- I
3797
- 0
3798
- I
3799
- 0
3800
- I
3801
- 0
3802
- I
3803
- -2
3804
- p
3805
- 14
3806
- x
3807
- 7
3808
- subject
3809
- s
3810
- 2
3811
- en
3812
- s
3813
- 5
3814
- en-US
3815
- s
3816
- 2
3817
- es
3818
- s
3819
- 15
3820
- en-US;q=0.6, es
3821
- x
3822
- 15
3823
- choose_language
3824
- x
3825
- 8
3826
- metadata
3827
- s
3828
- 8
3829
- Language
3830
- x
3831
- 2
3832
- []
3833
- x
3834
- 6
3835
- should
3836
- x
3837
- 2
3838
- ==
3839
- x
3840
- 8
3841
- response
3842
- x
3843
- 7
3844
- headers
3845
- s
3846
- 16
3847
- Content-Language
3848
- p
3849
- 7
3850
- I
3851
- 0
3852
- I
3853
- 82
3854
- I
3855
- 15
3856
- I
3857
- 83
3858
- I
3859
- 2a
3860
- I
3861
- 84
3862
- I
3863
- 3f
3864
- x
3865
- 79
3866
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
3867
- p
3868
- 0
3869
- s
3870
- 54
3871
- should select the first language if all are acceptable
3872
- M
3873
- 1
3874
- p
3875
- 2
3876
- x
3877
- 9
3878
- for_block
3879
- t
3880
- n
3881
- x
3882
- 9
3883
- __block__
3884
- i
3885
- 63
3886
- 5
3887
- 48
3888
- 0
3889
- 7
3890
- 1
3891
- 64
3892
- 7
3893
- 2
3894
- 64
3895
- 7
3896
- 3
3897
- 64
3898
- 35
3899
- 3
3900
- 7
3901
- 4
3902
- 64
3903
- 49
3904
- 5
3905
- 2
3906
- 15
3907
- 5
3908
- 48
3909
- 0
3910
- 49
3911
- 6
3912
- 0
3913
- 7
3914
- 7
3915
- 64
3916
- 49
3917
- 8
3918
- 1
3919
- 49
3920
- 9
3921
- 0
3922
- 7
3923
- 1
3924
- 64
3925
- 83
3926
- 10
3927
- 15
3928
- 5
3929
- 48
3930
- 11
3931
- 49
3932
- 12
3933
- 0
3934
- 7
3935
- 13
3936
- 64
3937
- 49
3938
- 8
3939
- 1
3940
- 49
3941
- 9
3942
- 0
3943
- 7
3944
- 1
3945
- 64
3946
- 83
3947
- 10
3948
- 11
3949
- I
3950
- 5
3951
- I
3952
- 0
3953
- I
3954
- 0
3955
- I
3956
- 0
3957
- I
3958
- -2
3959
- p
3960
- 14
3961
- x
3962
- 7
3963
- subject
3964
- s
3965
- 2
3966
- en
3967
- s
3968
- 2
3969
- fr
3970
- s
3971
- 2
3972
- es
3973
- s
3974
- 1
3975
- *
3976
- x
3977
- 15
3978
- choose_language
3979
- x
3980
- 8
3981
- metadata
3982
- s
3983
- 8
3984
- Language
3985
- x
3986
- 2
3987
- []
3988
- x
3989
- 6
3990
- should
3991
- x
3992
- 2
3993
- ==
3994
- x
3995
- 8
3996
- response
3997
- x
3998
- 7
3999
- headers
4000
- s
4001
- 16
4002
- Content-Language
4003
- p
4004
- 7
4005
- I
4006
- 0
4007
- I
4008
- 88
4009
- I
4010
- 15
4011
- I
4012
- 89
4013
- I
4014
- 2a
4015
- I
4016
- 8a
4017
- I
4018
- 3f
4019
- x
4020
- 79
4021
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
4022
- p
4023
- 0
4024
- s
4025
- 82
4026
- should select the closest acceptable language when an exact match is not available
4027
- M
4028
- 1
4029
- p
4030
- 2
4031
- x
4032
- 9
4033
- for_block
4034
- t
4035
- n
4036
- x
4037
- 9
4038
- __block__
4039
- i
4040
- 60
4041
- 5
4042
- 48
4043
- 0
4044
- 7
4045
- 1
4046
- 64
4047
- 7
4048
- 2
4049
- 64
4050
- 35
4051
- 2
4052
- 7
4053
- 3
4054
- 64
4055
- 49
4056
- 4
4057
- 2
4058
- 15
4059
- 5
4060
- 48
4061
- 0
4062
- 49
4063
- 5
4064
- 0
4065
- 7
4066
- 6
4067
- 64
4068
- 49
4069
- 7
4070
- 1
4071
- 49
4072
- 8
4073
- 0
4074
- 7
4075
- 1
4076
- 64
4077
- 83
4078
- 9
4079
- 15
4080
- 5
4081
- 48
4082
- 10
4083
- 49
4084
- 11
4085
- 0
4086
- 7
4087
- 12
4088
- 64
4089
- 49
4090
- 7
4091
- 1
4092
- 49
4093
- 8
4094
- 0
4095
- 7
4096
- 1
4097
- 64
4098
- 83
4099
- 9
4100
- 11
4101
- I
4102
- 4
4103
- I
4104
- 0
4105
- I
4106
- 0
4107
- I
4108
- 0
4109
- I
4110
- -2
4111
- p
4112
- 13
4113
- x
4114
- 7
4115
- subject
4116
- s
4117
- 5
4118
- en-US
4119
- s
4120
- 2
4121
- es
4122
- s
4123
- 6
4124
- en, fr
4125
- x
4126
- 15
4127
- choose_language
4128
- x
4129
- 8
4130
- metadata
4131
- s
4132
- 8
4133
- Language
4134
- x
4135
- 2
4136
- []
4137
- x
4138
- 6
4139
- should
4140
- x
4141
- 2
4142
- ==
4143
- x
4144
- 8
4145
- response
4146
- x
4147
- 7
4148
- headers
4149
- s
4150
- 16
4151
- Content-Language
4152
- p
4153
- 7
4154
- I
4155
- 0
4156
- I
4157
- 8e
4158
- I
4159
- 12
4160
- I
4161
- 8f
4162
- I
4163
- 27
4164
- I
4165
- 90
4166
- I
4167
- 3c
4168
- x
4169
- 79
4170
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
4171
- p
4172
- 0
4173
- s
4174
- 50
4175
- should not set the language if none are acceptable
4176
- M
4177
- 1
4178
- p
4179
- 2
4180
- x
4181
- 9
4182
- for_block
4183
- t
4184
- n
4185
- x
4186
- 9
4187
- __block__
4188
- i
4189
- 52
4190
- 5
4191
- 48
4192
- 0
4193
- 7
4194
- 1
4195
- 64
4196
- 35
4197
- 1
4198
- 7
4199
- 2
4200
- 64
4201
- 49
4202
- 3
4203
- 2
4204
- 15
4205
- 5
4206
- 48
4207
- 0
4208
- 49
4209
- 4
4210
- 0
4211
- 7
4212
- 5
4213
- 64
4214
- 49
4215
- 6
4216
- 1
4217
- 5
4218
- 48
4219
- 7
4220
- 49
4221
- 8
4222
- 1
4223
- 15
4224
- 5
4225
- 48
4226
- 9
4227
- 49
4228
- 10
4229
- 0
4230
- 5
4231
- 7
4232
- 11
4233
- 64
4234
- 47
4235
- 49
4236
- 12
4237
- 1
4238
- 49
4239
- 13
4240
- 1
4241
- 11
4242
- I
4243
- 4
4244
- I
4245
- 0
4246
- I
4247
- 0
4248
- I
4249
- 0
4250
- I
4251
- -2
4252
- p
4253
- 14
4254
- x
4255
- 7
4256
- subject
4257
- s
4258
- 2
4259
- en
4260
- s
4261
- 2
4262
- es
4263
- x
4264
- 15
4265
- choose_language
4266
- x
4267
- 8
4268
- metadata
4269
- s
4270
- 8
4271
- Language
4272
- x
4273
- 2
4274
- []
4275
- x
4276
- 6
4277
- be_nil
4278
- x
4279
- 6
4280
- should
4281
- x
4282
- 8
4283
- response
4284
- x
4285
- 7
4286
- headers
4287
- s
4288
- 16
4289
- Content-Language
4290
- x
4291
- 7
4292
- include
4293
- x
4294
- 10
4295
- should_not
4296
- p
4297
- 7
4298
- I
4299
- 0
4300
- I
4301
- 94
4302
- I
4303
- f
4304
- I
4305
- 95
4306
- I
4307
- 22
4308
- I
4309
- 96
4310
- I
4311
- 34
4312
- x
4313
- 79
4314
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
4315
- p
4316
- 0
4317
- s
4318
- 43
4319
- should choose a language case-insensitively
4320
- M
4321
- 1
4322
- p
4323
- 2
4324
- x
4325
- 9
4326
- for_block
4327
- t
4328
- n
4329
- x
4330
- 9
4331
- __block__
4332
- i
4333
- 60
4334
- 5
4335
- 48
4336
- 0
4337
- 7
4338
- 1
4339
- 64
4340
- 7
4341
- 2
4342
- 64
4343
- 35
4344
- 2
4345
- 7
4346
- 3
4347
- 64
4348
- 49
4349
- 4
4350
- 2
4351
- 15
4352
- 5
4353
- 48
4354
- 0
4355
- 49
4356
- 5
4357
- 0
4358
- 7
4359
- 6
4360
- 64
4361
- 49
4362
- 7
4363
- 1
4364
- 49
4365
- 8
4366
- 0
4367
- 7
4368
- 1
4369
- 64
4370
- 83
4371
- 9
4372
- 15
4373
- 5
4374
- 48
4375
- 10
4376
- 49
4377
- 11
4378
- 0
4379
- 7
4380
- 12
4381
- 64
4382
- 49
4383
- 7
4384
- 1
4385
- 49
4386
- 8
4387
- 0
4388
- 7
4389
- 1
4390
- 64
4391
- 83
4392
- 9
4393
- 11
4394
- I
4395
- 4
4396
- I
4397
- 0
4398
- I
4399
- 0
4400
- I
4401
- 0
4402
- I
4403
- -2
4404
- p
4405
- 13
4406
- x
4407
- 7
4408
- subject
4409
- s
4410
- 5
4411
- en-US
4412
- s
4413
- 2
4414
- ZH
4415
- s
4416
- 9
4417
- zh-ch, EN
4418
- x
4419
- 15
4420
- choose_language
4421
- x
4422
- 8
4423
- metadata
4424
- s
4425
- 8
4426
- Language
4427
- x
4428
- 2
4429
- []
4430
- x
4431
- 6
4432
- should
4433
- x
4434
- 2
4435
- ==
4436
- x
4437
- 8
4438
- response
4439
- x
4440
- 7
4441
- headers
4442
- s
4443
- 16
4444
- Content-Language
4445
- p
4446
- 7
4447
- I
4448
- 0
4449
- I
4450
- 9a
4451
- I
4452
- 12
4453
- I
4454
- 9b
4455
- I
4456
- 27
4457
- I
4458
- 9c
4459
- I
4460
- 3c
4461
- x
4462
- 79
4463
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
4464
- p
4465
- 0
4466
- p
4467
- 15
4468
- I
4469
- 0
4470
- I
4471
- 76
4472
- I
4473
- b
4474
- I
4475
- 7b
4476
- I
4477
- 16
4478
- I
4479
- 81
4480
- I
4481
- 21
4482
- I
4483
- 87
4484
- I
4485
- 2c
4486
- I
4487
- 8d
4488
- I
4489
- 37
4490
- I
4491
- 93
4492
- I
4493
- 42
4494
- I
4495
- 99
4496
- I
4497
- 4d
4498
- x
4499
- 79
4500
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
4501
- p
4502
- 0
4503
- p
4504
- 17
4505
- I
4506
- 0
4507
- I
4508
- 4
4509
- I
4510
- a
4511
- I
4512
- 5
4513
- I
4514
- 14
4515
- I
4516
- 6
4517
- I
4518
- 1e
4519
- I
4520
- c
4521
- I
4522
- 26
4523
- I
4524
- 10
4525
- I
4526
- 31
4527
- I
4528
- 3a
4529
- I
4530
- 3c
4531
- I
4532
- 5a
4533
- I
4534
- 47
4535
- I
4536
- 75
4537
- I
4538
- 52
4539
- x
4540
- 79
4541
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
4542
- p
4543
- 0
4544
- x
4545
- 8
4546
- describe
4547
- p
4548
- 5
4549
- I
4550
- 0
4551
- I
4552
- 1
4553
- I
4554
- 9
4555
- I
4556
- 3
4557
- I
4558
- 1a
4559
- x
4560
- 79
4561
- /Users/sean/Development/webmachine-ruby/spec/webmachine/decision/conneg_spec.rb
4562
- p
4563
- 0