bitclust-core 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (858) hide show
  1. data/ChangeLog +24 -0
  2. data/Gemfile.lock +5 -5
  3. data/lib/bitclust/app.rb +1 -1
  4. data/lib/bitclust/nameutils.rb +1 -1
  5. data/lib/bitclust/runner.rb +3 -3
  6. data/lib/bitclust/subcommand.rb +5 -3
  7. data/lib/bitclust/version.rb +1 -1
  8. data/packer.rb +27 -22
  9. data/server.rb +15 -10
  10. data/test/test_nameutils.rb +1 -1
  11. data/vendor/bundle/ruby/1.9.1/bin/bc-ancestors.rb +1 -1
  12. data/vendor/bundle/ruby/1.9.1/bin/bc-checkparams.rb +1 -1
  13. data/vendor/bundle/ruby/1.9.1/bin/bc-classes.rb +1 -1
  14. data/vendor/bundle/ruby/1.9.1/bin/bc-convert.rb +1 -1
  15. data/vendor/bundle/ruby/1.9.1/bin/bc-list.rb +1 -1
  16. data/vendor/bundle/ruby/1.9.1/bin/bc-methods.rb +1 -1
  17. data/vendor/bundle/ruby/1.9.1/bin/bc-preproc.rb +1 -1
  18. data/vendor/bundle/ruby/1.9.1/bin/bc-rdoc.rb +1 -1
  19. data/vendor/bundle/ruby/1.9.1/bin/bc-tochm.rb +1 -1
  20. data/vendor/bundle/ruby/1.9.1/bin/bc-tohtml.rb +1 -1
  21. data/vendor/bundle/ruby/1.9.1/bin/bc-tohtmlpackage.rb +1 -1
  22. data/vendor/bundle/ruby/1.9.1/bin/bitclust +1 -1
  23. data/vendor/bundle/ruby/1.9.1/bin/check-signature.rb +1 -1
  24. data/vendor/bundle/ruby/1.9.1/bin/forall-ruby.rb +1 -1
  25. data/vendor/bundle/ruby/1.9.1/bin/gencatalog.rb +1 -1
  26. data/vendor/bundle/ruby/1.9.1/bin/refe +1 -1
  27. data/vendor/bundle/ruby/1.9.1/bin/statrefm.rb +1 -1
  28. data/vendor/bundle/ruby/1.9.1/bin/stattodo.rb +1 -1
  29. data/vendor/bundle/ruby/1.9.1/bin/update-database.rb +1 -1
  30. data/vendor/bundle/ruby/1.9.1/cache/bitclust-core-0.5.1.gem +0 -0
  31. data/vendor/bundle/ruby/1.9.1/cache/bitclust-dev-0.5.1.gem +0 -0
  32. data/vendor/bundle/ruby/1.9.1/cache/refe2-0.5.1.gem +0 -0
  33. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/ChangeLog +2924 -0
  34. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/Gemfile +14 -0
  35. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/Gemfile.lock +34 -0
  36. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/README +21 -0
  37. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/Rakefile +20 -0
  38. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/bin/bitclust +14 -0
  39. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/bin/refe +36 -0
  40. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/bitclust-dev.gemspec +33 -0
  41. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/bitclust.gemspec +30 -0
  42. data/{category-bitclust.patch → vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/category-bitclust.patch} +0 -0
  43. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/config.in +23 -0
  44. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/config.ru +48 -0
  45. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/config.ru.sample +31 -0
  46. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/catalog/ja_JP.UTF-8 +108 -0
  47. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.lillia/class +98 -0
  48. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.lillia/class-index +28 -0
  49. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.lillia/doc +48 -0
  50. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.lillia/layout +19 -0
  51. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.lillia/library +129 -0
  52. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.lillia/library-index +32 -0
  53. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.lillia/method +20 -0
  54. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.lillia/rd_file +6 -0
  55. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/class +67 -0
  56. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/class-index +28 -0
  57. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/doc +13 -0
  58. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/function +22 -0
  59. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/function-index +24 -0
  60. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/layout +18 -0
  61. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/library +87 -0
  62. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/library-index +47 -0
  63. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/method +21 -0
  64. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template.offline/rd_file +6 -0
  65. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/class +133 -0
  66. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/class-index +30 -0
  67. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/doc +14 -0
  68. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/function +21 -0
  69. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/function-index +25 -0
  70. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/layout +19 -0
  71. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/library +89 -0
  72. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/library-index +50 -0
  73. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/method +24 -0
  74. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/opensearchdescription +10 -0
  75. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/search +57 -0
  76. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust.rb +9 -0
  77. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/app.rb +129 -0
  78. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/classentry.rb +443 -0
  79. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/compat.rb +39 -0
  80. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/completion.rb +531 -0
  81. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/crossrubyutils.rb +91 -0
  82. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/database.rb +181 -0
  83. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/docentry.rb +83 -0
  84. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/entry.rb +223 -0
  85. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/exception.rb +38 -0
  86. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/functiondatabase.rb +115 -0
  87. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/functionentry.rb +81 -0
  88. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/functionreferenceparser.rb +76 -0
  89. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/htmlutils.rb +80 -0
  90. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/interface.rb +87 -0
  91. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/libraryentry.rb +212 -0
  92. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/lineinput.rb +166 -0
  93. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/messagecatalog.rb +95 -0
  94. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/methoddatabase.rb +401 -0
  95. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/methodentry.rb +202 -0
  96. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/methodid.rb +209 -0
  97. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/methodsignature.rb +82 -0
  98. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/nameutils.rb +236 -0
  99. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/parseutils.rb +60 -0
  100. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/preprocessor.rb +273 -0
  101. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/rdcompiler.rb +507 -0
  102. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/refsdatabase.rb +66 -0
  103. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/requesthandler.rb +330 -0
  104. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/ridatabase.rb +349 -0
  105. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/rrdparser.rb +528 -0
  106. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/runner.rb +143 -0
  107. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/screen.rb +554 -0
  108. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/searcher.rb +523 -0
  109. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/server.rb +59 -0
  110. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/simplesearcher.rb +84 -0
  111. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/subcommand.rb +746 -0
  112. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/textutils.rb +51 -0
  113. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/lib/bitclust/version.rb +3 -0
  114. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/packer.rb +224 -0
  115. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/refe2.gemspec +29 -0
  116. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/server.exe +0 -0
  117. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/server.exy +159 -0
  118. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/server.rb +10 -0
  119. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/setup.rb +1596 -0
  120. data/{standalone.rb → vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/standalone.rb} +0 -0
  121. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/run_test.rb +15 -0
  122. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_bitclust.rb +81 -0
  123. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_entry.rb +53 -0
  124. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_functiondatabase.rb +55 -0
  125. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_libraryentry.rb +39 -0
  126. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_methoddatabase.rb +81 -0
  127. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_methodsignature.rb +14 -0
  128. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_nameutils.rb +324 -0
  129. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_preprocessor.rb +84 -0
  130. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_rdcompiler.rb +534 -0
  131. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_refsdatabase.rb +76 -0
  132. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_rrdparser.rb +26 -0
  133. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_runner.rb +102 -0
  134. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/test/test_simplesearcher.rb +48 -0
  135. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/theme/default/images/external.png +0 -0
  136. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/theme/default/rurema.png +0 -0
  137. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/theme/default/style.css +288 -0
  138. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/theme/default/test.css +254 -0
  139. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/theme/lillia/rurema.png +0 -0
  140. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/theme/lillia/style.css +331 -0
  141. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/theme/lillia/test.css +254 -0
  142. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-ancestors.rb +153 -0
  143. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-checkparams.rb +246 -0
  144. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-classes.rb +80 -0
  145. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-convert.rb +165 -0
  146. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-list.rb +63 -0
  147. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-methods.rb +171 -0
  148. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-preproc.rb +42 -0
  149. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-rdoc.rb +343 -0
  150. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-tochm.rb +301 -0
  151. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-tohtml.rb +125 -0
  152. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/bc-tohtmlpackage.rb +247 -0
  153. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/check-signature.rb +19 -0
  154. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/forall-ruby.rb +20 -0
  155. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/gencatalog.rb +69 -0
  156. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/statrefm.rb +98 -0
  157. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/stattodo.rb +150 -0
  158. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/tools/update-database.rb +146 -0
  159. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-ancestors.rb +23 -0
  160. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-checkparams.rb +23 -0
  161. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-classes.rb +23 -0
  162. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-convert.rb +23 -0
  163. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-list.rb +23 -0
  164. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-methods.rb +23 -0
  165. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-preproc.rb +23 -0
  166. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-rdoc.rb +23 -0
  167. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-tochm.rb +23 -0
  168. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-tohtml.rb +23 -0
  169. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bc-tohtmlpackage.rb +23 -0
  170. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/bitclust +23 -0
  171. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/check-signature.rb +23 -0
  172. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/forall-ruby.rb +23 -0
  173. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/gencatalog.rb +23 -0
  174. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/rackup +23 -0
  175. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/rake +23 -0
  176. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/refe +23 -0
  177. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/statrefm.rb +23 -0
  178. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/stattodo.rb +23 -0
  179. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/bin/update-database.rb +23 -0
  180. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/cache/rack-1.4.1.gem +0 -0
  181. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/cache/rake-0.9.2.2.gem +0 -0
  182. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/cache/rr-1.0.4.gem +0 -0
  183. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/cache/test-unit-2.4.8.gem +0 -0
  184. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/cache/test-unit-2.5.1.gem +0 -0
  185. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/cache/test-unit-notify-0.3.0.gem +0 -0
  186. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/cache/test-unit-rr-1.0.1.gem +0 -0
  187. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/COPYING +18 -0
  188. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/KNOWN-ISSUES +21 -0
  189. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/README.rdoc +498 -0
  190. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/Rakefile +115 -0
  191. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/SPEC +171 -0
  192. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/bin/rackup +4 -0
  193. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/contrib/rack_logo.svg +111 -0
  194. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/lobster.ru +4 -0
  195. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/protectedlobster.rb +14 -0
  196. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/protectedlobster.ru +8 -0
  197. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack.rb +83 -0
  198. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/abstract/handler.rb +37 -0
  199. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/abstract/request.rb +43 -0
  200. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/basic.rb +58 -0
  201. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/md5.rb +129 -0
  202. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/nonce.rb +51 -0
  203. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/params.rb +53 -0
  204. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/request.rb +41 -0
  205. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/backports/uri/common_18.rb +70 -0
  206. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/backports/uri/common_192.rb +55 -0
  207. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/body_proxy.rb +29 -0
  208. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb +145 -0
  209. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/cascade.rb +41 -0
  210. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/chunked.rb +58 -0
  211. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/commonlogger.rb +51 -0
  212. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb +67 -0
  213. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/config.rb +15 -0
  214. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb +33 -0
  215. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/content_type.rb +29 -0
  216. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/deflater.rb +99 -0
  217. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/directory.rb +161 -0
  218. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb +61 -0
  219. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/file.rb +142 -0
  220. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler.rb +94 -0
  221. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/cgi.rb +61 -0
  222. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/evented_mongrel.rb +8 -0
  223. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/fastcgi.rb +98 -0
  224. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/lsws.rb +61 -0
  225. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/mongrel.rb +100 -0
  226. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/scgi.rb +67 -0
  227. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  228. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/thin.rb +24 -0
  229. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb +80 -0
  230. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/head.rb +19 -0
  231. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lint.rb +567 -0
  232. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lobster.rb +65 -0
  233. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb +25 -0
  234. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/logger.rb +18 -0
  235. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb +33 -0
  236. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/mime.rb +648 -0
  237. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/mock.rb +189 -0
  238. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart.rb +34 -0
  239. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/generator.rb +93 -0
  240. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/parser.rb +167 -0
  241. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/uploaded_file.rb +34 -0
  242. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/nulllogger.rb +18 -0
  243. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/recursive.rb +61 -0
  244. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/reloader.rb +109 -0
  245. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/request.rb +341 -0
  246. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/response.rb +155 -0
  247. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/rewindable_input.rb +104 -0
  248. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb +27 -0
  249. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/sendfile.rb +141 -0
  250. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb +323 -0
  251. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb +372 -0
  252. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/cookie.rb +161 -0
  253. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/memcache.rb +93 -0
  254. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/pool.rb +79 -0
  255. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/showexceptions.rb +378 -0
  256. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/showstatus.rb +113 -0
  257. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/static.rb +71 -0
  258. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb +75 -0
  259. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/utils.rb +547 -0
  260. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/rack.gemspec +37 -0
  261. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/anything.rb +5 -0
  262. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/comment.ru +4 -0
  263. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/end.ru +5 -0
  264. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/options.ru +2 -0
  265. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/lighttpd.conf +26 -0
  266. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/rackup_stub.rb +6 -0
  267. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/sample_rackup.ru +5 -0
  268. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test +9 -0
  269. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test+directory/test+file +1 -0
  270. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test.fcgi +8 -0
  271. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test.ru +5 -0
  272. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/gemloader.rb +10 -0
  273. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/bad_robots +259 -0
  274. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/binary +0 -0
  275. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/content_type_and_no_filename +6 -0
  276. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/empty +10 -0
  277. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/fail_16384_nofile +814 -0
  278. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/file1.txt +1 -0
  279. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_and_modification_param +7 -0
  280. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_escaped_quotes +6 -0
  281. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
  282. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_percent_escaped_quotes +6 -0
  283. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages +6 -0
  284. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages2 +6 -0
  285. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages3 +6 -0
  286. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_quotes +6 -0
  287. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/ie +6 -0
  288. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/mixed_files +21 -0
  289. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/nested +10 -0
  290. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/none +9 -0
  291. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/semicolon +6 -0
  292. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/text +15 -0
  293. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/webkit +32 -0
  294. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/rackup/config.ru +31 -0
  295. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/registering_handler/rack/handler/registering_myself.rb +8 -0
  296. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_auth_basic.rb +73 -0
  297. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_auth_digest.rb +245 -0
  298. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_body_proxy.rb +65 -0
  299. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_builder.rb +201 -0
  300. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_cascade.rb +53 -0
  301. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_cgi.rb +102 -0
  302. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_chunked.rb +87 -0
  303. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_commonlogger.rb +57 -0
  304. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_conditionalget.rb +102 -0
  305. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_config.rb +23 -0
  306. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_content_length.rb +73 -0
  307. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_content_type.rb +35 -0
  308. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_deflater.rb +169 -0
  309. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_directory.rb +69 -0
  310. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_etag.rb +82 -0
  311. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_fastcgi.rb +107 -0
  312. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_file.rb +183 -0
  313. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_handler.rb +59 -0
  314. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_head.rb +30 -0
  315. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lint.rb +515 -0
  316. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lobster.rb +43 -0
  317. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lock.rb +142 -0
  318. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_logger.rb +28 -0
  319. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_methodoverride.rb +73 -0
  320. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_mock.rb +264 -0
  321. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_mongrel.rb +182 -0
  322. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_multipart.rb +363 -0
  323. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_nulllogger.rb +12 -0
  324. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_recursive.rb +69 -0
  325. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_request.rb +938 -0
  326. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_response.rb +283 -0
  327. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_rewindable_input.rb +118 -0
  328. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_runtime.rb +39 -0
  329. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_sendfile.rb +86 -0
  330. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_server.rb +74 -0
  331. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_abstract_id.rb +43 -0
  332. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_cookie.rb +294 -0
  333. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_memcache.rb +319 -0
  334. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_pool.rb +206 -0
  335. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_showexceptions.rb +87 -0
  336. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_showstatus.rb +79 -0
  337. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_static.rb +69 -0
  338. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_thin.rb +86 -0
  339. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_urlmap.rb +213 -0
  340. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_utils.rb +524 -0
  341. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_webrick.rb +143 -0
  342. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/static/index.html +1 -0
  343. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/testrequest.rb +78 -0
  344. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
  345. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
  346. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/CHANGES +522 -0
  347. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/MIT-LICENSE +21 -0
  348. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/README.rdoc +197 -0
  349. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/Rakefile +369 -0
  350. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/TODO +20 -0
  351. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/bin/rake +33 -0
  352. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/command_line_usage.rdoc +114 -0
  353. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/Rakefile1 +38 -0
  354. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/Rakefile2 +35 -0
  355. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/a.c +6 -0
  356. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/b.c +6 -0
  357. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/main.c +11 -0
  358. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/glossary.rdoc +51 -0
  359. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/jamis.rb +591 -0
  360. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/proto_rake.rdoc +127 -0
  361. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rake.1.gz +0 -0
  362. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rakefile.rdoc +557 -0
  363. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rational.rdoc +151 -0
  364. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
  365. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
  366. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
  367. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
  368. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
  369. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
  370. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
  371. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
  372. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
  373. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
  374. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
  375. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
  376. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
  377. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
  378. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
  379. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.6.rdoc +55 -0
  380. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
  381. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
  382. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
  383. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
  384. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/install.rb +90 -0
  385. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake.rb +69 -0
  386. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/alt_system.rb +109 -0
  387. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb +595 -0
  388. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/classic_namespace.rb +11 -0
  389. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/clean.rb +32 -0
  390. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/cloneable.rb +25 -0
  391. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/compositepublisher.rb +21 -0
  392. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/ftptools.rb +150 -0
  393. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/publisher.rb +73 -0
  394. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/rubyforgepublisher.rb +16 -0
  395. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/sshpublisher.rb +50 -0
  396. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/sys.rb +191 -0
  397. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/default_loader.rb +10 -0
  398. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/dsl_definition.rb +176 -0
  399. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/early_time.rb +18 -0
  400. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/core.rb +27 -0
  401. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/module.rb +39 -0
  402. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/string.rb +167 -0
  403. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/time.rb +14 -0
  404. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_creation_task.rb +24 -0
  405. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_list.rb +403 -0
  406. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_task.rb +47 -0
  407. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_utils.rb +114 -0
  408. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb +145 -0
  409. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/gempackagetask.rb +15 -0
  410. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/invocation_chain.rb +51 -0
  411. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/invocation_exception_mixin.rb +16 -0
  412. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/loaders/makefile.rb +40 -0
  413. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/multi_task.rb +16 -0
  414. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/name_space.rb +25 -0
  415. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/packagetask.rb +185 -0
  416. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/pathmap.rb +1 -0
  417. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/pseudo_status.rb +24 -0
  418. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_module.rb +29 -0
  419. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb +22 -0
  420. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rdoctask.rb +234 -0
  421. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ruby182_test_unit_fix.rb +25 -0
  422. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
  423. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/runtest.rb +21 -0
  424. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb +327 -0
  425. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_argument_error.rb +7 -0
  426. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_arguments.rb +78 -0
  427. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_manager.rb +307 -0
  428. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/tasklib.rb +22 -0
  429. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/testtask.rb +191 -0
  430. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/version.rb +8 -0
  431. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/win32.rb +55 -0
  432. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/file_creation.rb +34 -0
  433. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/helper.rb +492 -0
  434. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake.rb +40 -0
  435. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_application.rb +489 -0
  436. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_application_options.rb +335 -0
  437. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_clean.rb +14 -0
  438. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_definitions.rb +80 -0
  439. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_directory_task.rb +46 -0
  440. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_dsl.rb +77 -0
  441. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_early_time.rb +31 -0
  442. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_extension.rb +59 -0
  443. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_creation_task.rb +56 -0
  444. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_list.rb +628 -0
  445. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_list_path_map.rb +8 -0
  446. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_task.rb +102 -0
  447. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_utils.rb +305 -0
  448. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_ftp_file.rb +59 -0
  449. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_functional.rb +450 -0
  450. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_invocation_chain.rb +52 -0
  451. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_makefile_loader.rb +44 -0
  452. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_multi_task.rb +51 -0
  453. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_name_space.rb +43 -0
  454. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_package_task.rb +79 -0
  455. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map.rb +157 -0
  456. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map_explode.rb +34 -0
  457. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map_partial.rb +18 -0
  458. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_pseudo_status.rb +21 -0
  459. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rake_test_loader.rb +21 -0
  460. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rdoc_task.rb +83 -0
  461. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_require.rb +40 -0
  462. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rules.rb +327 -0
  463. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task.rb +267 -0
  464. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_argument_parsing.rb +103 -0
  465. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_arguments.rb +88 -0
  466. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_lib.rb +9 -0
  467. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_manager.rb +157 -0
  468. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_manager_argument_resolution.rb +36 -0
  469. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_with_arguments.rb +173 -0
  470. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_test_task.rb +120 -0
  471. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_top_level_functions.rb +111 -0
  472. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_win32.rb +72 -0
  473. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_sys.rb +20 -0
  474. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/CHANGES +266 -0
  475. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/Gemfile +12 -0
  476. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/Gemfile.lock +31 -0
  477. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/LICENSE +22 -0
  478. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/README.rdoc +392 -0
  479. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/Rakefile +88 -0
  480. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/benchmarks/rr_benchmark.rb +32 -0
  481. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/benchmarks/rspec_benchmark.rb +14 -0
  482. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/doc/0.6.0.release.markdown +81 -0
  483. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/doc/todo.txt +0 -0
  484. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/introducting_rr.txt +206 -0
  485. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr.rb +100 -0
  486. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/adapters/minitest.rb +31 -0
  487. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/adapters/rr_methods.rb +146 -0
  488. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/adapters/rspec.rb +61 -0
  489. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/adapters/test_unit.rb +31 -0
  490. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/blank_slate.rb +17 -0
  491. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/class_instance_method_defined.rb +9 -0
  492. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double.rb +154 -0
  493. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/child_double_definition_create.rb +27 -0
  494. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/double_definition.rb +365 -0
  495. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/double_definition_create.rb +139 -0
  496. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/double_definition_create_blank_slate.rb +26 -0
  497. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/double_injections/any_instance_of.rb +28 -0
  498. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/double_injections/instance.rb +16 -0
  499. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/double_injection/any_instance_of.rb +30 -0
  500. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/double_injection/double_injection_strategy.rb +10 -0
  501. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/double_injection/instance.rb +17 -0
  502. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/implementation/implementation_strategy.rb +10 -0
  503. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/implementation/proxy.rb +60 -0
  504. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/implementation/reimplementation.rb +14 -0
  505. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/implementation/strongly_typed_reimplementation.rb +15 -0
  506. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/strategy.rb +43 -0
  507. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/strategy_methods.rb +53 -0
  508. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/verification/dont_allow.rb +31 -0
  509. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/verification/mock.rb +42 -0
  510. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/verification/stub.rb +43 -0
  511. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_definitions/strategies/verification/verification_strategy.rb +10 -0
  512. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/double_matches.rb +42 -0
  513. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/argument_equality_error.rb +6 -0
  514. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/double_definition_error.rb +6 -0
  515. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/double_not_found_error.rb +6 -0
  516. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/double_order_error.rb +6 -0
  517. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/rr_error.rb +20 -0
  518. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/spy_verification_errors/double_injection_not_found_error.rb +8 -0
  519. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/spy_verification_errors/invocation_count_error.rb +8 -0
  520. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/spy_verification_errors/spy_verification_error.rb +8 -0
  521. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/subject_does_not_implement_method_error.rb +6 -0
  522. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/subject_has_different_arity_error.rb +6 -0
  523. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/errors/times_called_error.rb +6 -0
  524. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/expectations/any_argument_expectation.rb +21 -0
  525. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/expectations/argument_equality_expectation.rb +41 -0
  526. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/expectations/times_called_expectation.rb +57 -0
  527. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/hash_with_object_id_key.rb +46 -0
  528. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/injections/double_injection.rb +220 -0
  529. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/injections/injection.rb +33 -0
  530. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/injections/method_missing_injection.rb +73 -0
  531. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/injections/singleton_method_added_injection.rb +72 -0
  532. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/method_dispatches/base_method_dispatch.rb +84 -0
  533. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/method_dispatches/method_dispatch.rb +59 -0
  534. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/method_dispatches/method_missing_dispatch.rb +61 -0
  535. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/proc_from_block.rb +7 -0
  536. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/recorded_calls.rb +103 -0
  537. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/space.rb +119 -0
  538. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/spy_verification.rb +48 -0
  539. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/spy_verification_proxy.rb +13 -0
  540. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/any_times_matcher.rb +18 -0
  541. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/at_least_matcher.rb +15 -0
  542. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/at_most_matcher.rb +23 -0
  543. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/integer_matcher.rb +19 -0
  544. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/never_matcher.rb +23 -0
  545. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/non_terminal.rb +27 -0
  546. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/proc_matcher.rb +11 -0
  547. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/range_matcher.rb +21 -0
  548. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/terminal.rb +20 -0
  549. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/times_called_matchers/times_called_matcher.rb +44 -0
  550. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers.rb +158 -0
  551. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/anything.rb +18 -0
  552. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/boolean.rb +23 -0
  553. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/duck_type.rb +32 -0
  554. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/hash_including.rb +29 -0
  555. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/is_a.rb +25 -0
  556. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/numeric.rb +13 -0
  557. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/range.rb +7 -0
  558. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/regexp.rb +7 -0
  559. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/lib/rr/wildcard_matchers/satisfy.rb +26 -0
  560. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/rr.gemspec +37 -0
  561. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/any_instance_of/all_instances_of_spec.rb +12 -0
  562. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/any_instance_of/any_instance_of_spec.rb +47 -0
  563. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/any_instance_of/instance_of_spec.rb +12 -0
  564. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/dont_allow/dont_allow_after_stub_spec.rb +14 -0
  565. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/mock/mock_spec.rb +193 -0
  566. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/proxy/proxy_spec.rb +86 -0
  567. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/spy/spy_spec.rb +49 -0
  568. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/strong/strong_spec.rb +87 -0
  569. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/api/stub/stub_spec.rb +152 -0
  570. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/core_spec_suite.rb +19 -0
  571. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/environment_fixture_setup.rb +8 -0
  572. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/minitest_spec_suite.rb +21 -0
  573. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/proc_from_block_spec.rb +14 -0
  574. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/adapters/rr_methods_argument_matcher_spec.rb +67 -0
  575. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/adapters/rr_methods_creator_spec.rb +137 -0
  576. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/adapters/rr_methods_space_spec.rb +98 -0
  577. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/adapters/rr_methods_spec_helper.rb +11 -0
  578. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/adapters/rr_methods_times_matcher_spec.rb +13 -0
  579. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/double_definitions/child_double_definition_creator_spec.rb +112 -0
  580. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/double_definitions/double_definition_create_blank_slate_spec.rb +91 -0
  581. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/double_definitions/double_definition_create_spec.rb +443 -0
  582. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/double_injection/double_injection_spec.rb +546 -0
  583. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/double_injection/double_injection_verify_spec.rb +29 -0
  584. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/errors/rr_error_spec.rb +67 -0
  585. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/any_argument_expectation_spec.rb +47 -0
  586. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/anything_argument_equality_expectation_spec.rb +14 -0
  587. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/argument_equality_expectation_spec.rb +135 -0
  588. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/boolean_argument_equality_expectation_spec.rb +34 -0
  589. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/hash_including_argument_equality_expectation_spec.rb +82 -0
  590. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/hash_including_spec.rb +17 -0
  591. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/satisfy_argument_equality_expectation_spec.rb +59 -0
  592. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/satisfy_spec.rb +14 -0
  593. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/times_called_expectation/times_called_expectation_any_times_spec.rb +22 -0
  594. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/times_called_expectation/times_called_expectation_at_least_spec.rb +37 -0
  595. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/times_called_expectation/times_called_expectation_at_most_spec.rb +43 -0
  596. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/times_called_expectation/times_called_expectation_helper.rb +15 -0
  597. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/times_called_expectation/times_called_expectation_integer_spec.rb +58 -0
  598. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/times_called_expectation/times_called_expectation_proc_spec.rb +35 -0
  599. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/expectations/times_called_expectation/times_called_expectation_range_spec.rb +39 -0
  600. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/minitest/minitest_integration_test.rb +59 -0
  601. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/minitest/test_helper.rb +7 -0
  602. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/rspec/invocation_matcher_spec.rb +279 -0
  603. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/rspec/rspec_adapter_spec.rb +63 -0
  604. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/rspec/rspec_backtrace_tweaking_spec.rb +31 -0
  605. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/rspec/rspec_backtrace_tweaking_spec_fixture.rb +11 -0
  606. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/rspec/rspec_usage_spec.rb +86 -0
  607. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/space/hash_with_object_id_key_spec.rb +88 -0
  608. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/space/space_spec.rb +596 -0
  609. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/test_unit/test_helper.rb +7 -0
  610. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/test_unit/test_unit_backtrace_test.rb +36 -0
  611. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/test_unit/test_unit_integration_test.rb +59 -0
  612. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/times_called_matchers/any_times_matcher_spec.rb +47 -0
  613. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/times_called_matchers/at_least_matcher_spec.rb +55 -0
  614. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/times_called_matchers/at_most_matcher_spec.rb +70 -0
  615. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/times_called_matchers/integer_matcher_spec.rb +70 -0
  616. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/times_called_matchers/proc_matcher_spec.rb +55 -0
  617. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/times_called_matchers/range_matcher_spec.rb +76 -0
  618. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/times_called_matchers/times_called_matcher_spec.rb +118 -0
  619. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/wildcard_matchers/anything_spec.rb +24 -0
  620. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/wildcard_matchers/boolean_spec.rb +36 -0
  621. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/wildcard_matchers/duck_type_spec.rb +52 -0
  622. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/wildcard_matchers/is_a_spec.rb +32 -0
  623. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/wildcard_matchers/numeric_spec.rb +32 -0
  624. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/wildcard_matchers/range_spec.rb +35 -0
  625. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr/wildcard_matchers/regexp_spec.rb +43 -0
  626. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rr_spec.rb +28 -0
  627. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/rspec_spec_suite.rb +17 -0
  628. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/spec.opts +10 -0
  629. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/spec_helper.rb +41 -0
  630. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/spec_suite.rb +54 -0
  631. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/spy_verification_spec.rb +129 -0
  632. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/rr-1.0.4/spec/test_unit_spec_suite.rb +21 -0
  633. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/COPYING +64 -0
  634. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/GPL +340 -0
  635. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/PSFL +271 -0
  636. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/README.textile +90 -0
  637. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/Rakefile +332 -0
  638. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/TODO +1 -0
  639. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test-unit.rb +3 -0
  640. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit.rb +328 -0
  641. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/assertionfailederror.rb +25 -0
  642. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/assertions.rb +1911 -0
  643. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/attribute.rb +129 -0
  644. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/autorunner.rb +425 -0
  645. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/code-snippet-fetcher.rb +32 -0
  646. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/collector.rb +38 -0
  647. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/collector/descendant.rb +23 -0
  648. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/collector/dir.rb +108 -0
  649. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/collector/load.rb +187 -0
  650. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/collector/objectspace.rb +34 -0
  651. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/collector/xml.rb +250 -0
  652. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/color-scheme.rb +153 -0
  653. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/color.rb +123 -0
  654. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/data.rb +80 -0
  655. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/diff.rb +740 -0
  656. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/error.rb +151 -0
  657. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/exceptionhandler.rb +39 -0
  658. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/failure.rb +136 -0
  659. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/fixture.rb +227 -0
  660. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/notification.rb +133 -0
  661. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/omission.rb +191 -0
  662. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/pending.rb +150 -0
  663. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/priority.rb +182 -0
  664. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/runner/console.rb +59 -0
  665. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/runner/emacs.rb +8 -0
  666. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/runner/xml.rb +15 -0
  667. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/testcase.rb +632 -0
  668. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/testresult.rb +125 -0
  669. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/testsuite.rb +134 -0
  670. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/testsuitecreator.rb +79 -0
  671. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/ui/console/outputlevel.rb +15 -0
  672. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/ui/console/testrunner.rb +591 -0
  673. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/ui/emacs/testrunner.rb +49 -0
  674. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/ui/testrunner.rb +53 -0
  675. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/ui/testrunnermediator.rb +86 -0
  676. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/ui/testrunnerutilities.rb +41 -0
  677. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/ui/xml/testrunner.rb +224 -0
  678. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/util/backtracefilter.rb +53 -0
  679. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/util/method-owner-finder.rb +28 -0
  680. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/util/observable.rb +90 -0
  681. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/util/output.rb +31 -0
  682. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/util/procwrapper.rb +48 -0
  683. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/lib/test/unit/version.rb +5 -0
  684. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/sample/adder.rb +13 -0
  685. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/sample/subtracter.rb +12 -0
  686. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/sample/test_adder.rb +20 -0
  687. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/sample/test_subtracter.rb +20 -0
  688. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/sample/test_user.rb +23 -0
  689. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/collector/test-descendant.rb +133 -0
  690. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/collector/test-load.rb +442 -0
  691. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/collector/test_dir.rb +406 -0
  692. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/collector/test_objectspace.rb +100 -0
  693. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/fixtures/plus.csv +3 -0
  694. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/run-test.rb +22 -0
  695. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-assertions.rb +1911 -0
  696. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-attribute.rb +86 -0
  697. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-code-snippet.rb +37 -0
  698. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-color-scheme.rb +82 -0
  699. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-color.rb +47 -0
  700. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-data.rb +191 -0
  701. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-diff.rb +518 -0
  702. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-emacs-runner.rb +60 -0
  703. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-fixture.rb +632 -0
  704. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-notification.rb +33 -0
  705. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-omission.rb +81 -0
  706. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-pending.rb +70 -0
  707. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-priority.rb +134 -0
  708. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test-testcase.rb +590 -0
  709. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test_error.rb +26 -0
  710. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test_failure.rb +33 -0
  711. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test_testresult.rb +113 -0
  712. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/test_testsuite.rb +137 -0
  713. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/testunit-test-util.rb +22 -0
  714. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/ui/test_testrunmediator.rb +20 -0
  715. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/util/test-method-owner-finder.rb +38 -0
  716. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/util/test-output.rb +11 -0
  717. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/util/test_backtracefilter.rb +41 -0
  718. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/util/test_observable.rb +102 -0
  719. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.4.8/test/util/test_procwrapper.rb +36 -0
  720. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/COPYING +64 -0
  721. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/GPL +340 -0
  722. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/PSFL +271 -0
  723. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/README.textile +91 -0
  724. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/Rakefile +302 -0
  725. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/TODO +1 -0
  726. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test-unit.rb +13 -0
  727. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit.rb +332 -0
  728. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/assertionfailederror.rb +25 -0
  729. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/assertions.rb +1934 -0
  730. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/attribute.rb +129 -0
  731. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/autorunner.rb +443 -0
  732. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/code-snippet-fetcher.rb +32 -0
  733. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/collector.rb +38 -0
  734. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/collector/descendant.rb +23 -0
  735. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/collector/dir.rb +108 -0
  736. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/collector/load.rb +187 -0
  737. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/collector/objectspace.rb +34 -0
  738. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/collector/xml.rb +250 -0
  739. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/color-scheme.rb +153 -0
  740. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/color.rb +123 -0
  741. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/data.rb +80 -0
  742. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/diff.rb +740 -0
  743. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/error.rb +151 -0
  744. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/exceptionhandler.rb +39 -0
  745. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/failure.rb +136 -0
  746. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/fixture.rb +227 -0
  747. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/notification.rb +133 -0
  748. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/omission.rb +191 -0
  749. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/pending.rb +150 -0
  750. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/priority.rb +182 -0
  751. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/runner/console.rb +59 -0
  752. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/runner/emacs.rb +8 -0
  753. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/runner/xml.rb +15 -0
  754. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/testcase.rb +633 -0
  755. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/testresult.rb +125 -0
  756. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/testsuite.rb +168 -0
  757. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/testsuitecreator.rb +79 -0
  758. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/ui/console/outputlevel.rb +15 -0
  759. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/ui/console/testrunner.rb +603 -0
  760. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/ui/emacs/testrunner.rb +49 -0
  761. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/ui/testrunner.rb +53 -0
  762. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/ui/testrunnermediator.rb +100 -0
  763. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/ui/testrunnerutilities.rb +41 -0
  764. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/ui/xml/testrunner.rb +224 -0
  765. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/util/backtracefilter.rb +53 -0
  766. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/util/method-owner-finder.rb +28 -0
  767. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/util/observable.rb +90 -0
  768. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/util/output.rb +31 -0
  769. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/util/procwrapper.rb +48 -0
  770. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/lib/test/unit/version.rb +5 -0
  771. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/sample/adder.rb +13 -0
  772. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/sample/subtracter.rb +12 -0
  773. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/sample/test_adder.rb +20 -0
  774. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/sample/test_subtracter.rb +20 -0
  775. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/sample/test_user.rb +23 -0
  776. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/collector/test-descendant.rb +133 -0
  777. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/collector/test-load.rb +442 -0
  778. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/collector/test_dir.rb +406 -0
  779. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/collector/test_objectspace.rb +100 -0
  780. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/fixtures/plus.csv +3 -0
  781. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/run-test.rb +22 -0
  782. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-assertions.rb +1926 -0
  783. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-attribute.rb +86 -0
  784. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-code-snippet.rb +37 -0
  785. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-color-scheme.rb +82 -0
  786. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-color.rb +47 -0
  787. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-data.rb +191 -0
  788. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-diff.rb +518 -0
  789. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-emacs-runner.rb +60 -0
  790. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-fixture.rb +632 -0
  791. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-notification.rb +33 -0
  792. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-omission.rb +81 -0
  793. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-pending.rb +70 -0
  794. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-priority.rb +134 -0
  795. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test-testcase.rb +590 -0
  796. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test_error.rb +26 -0
  797. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test_failure.rb +33 -0
  798. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test_testresult.rb +113 -0
  799. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/test_testsuite.rb +137 -0
  800. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/testunit-test-util.rb +22 -0
  801. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/ui/test_testrunmediator.rb +20 -0
  802. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/util/test-method-owner-finder.rb +38 -0
  803. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/util/test-output.rb +11 -0
  804. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/util/test_backtracefilter.rb +41 -0
  805. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/util/test_observable.rb +102 -0
  806. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-2.5.1/test/util/test_procwrapper.rb +36 -0
  807. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/COPYING +502 -0
  808. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/History.txt +31 -0
  809. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/Manifest.txt +14 -0
  810. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/README.txt +37 -0
  811. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/Rakefile +47 -0
  812. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/data/icons/kinotan/default.png +0 -0
  813. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/data/icons/kinotan/error.png +0 -0
  814. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/data/icons/kinotan/failure.png +0 -0
  815. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/data/icons/kinotan/omission.png +0 -0
  816. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/data/icons/kinotan/pass.png +0 -0
  817. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/data/icons/kinotan/pending.png +0 -0
  818. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/lib/test/unit/notify.rb +215 -0
  819. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/screenshot/notify-on-gnome.png +0 -0
  820. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-notify-0.3.0/screenshot/notify-on-mac-os-x.png +0 -0
  821. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-rr-1.0.1/COPYING +502 -0
  822. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-rr-1.0.1/History.txt +12 -0
  823. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-rr-1.0.1/Manifest.txt +6 -0
  824. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-rr-1.0.1/README.txt +30 -0
  825. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-rr-1.0.1/Rakefile +38 -0
  826. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/gems/test-unit-rr-1.0.1/lib/test/unit/rr.rb +44 -0
  827. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/rack-1.4.1.gemspec +47 -0
  828. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/rake-0.9.2.2.gemspec +34 -0
  829. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/rr-1.0.4.gemspec +29 -0
  830. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/test-unit-2.4.8.gemspec +38 -0
  831. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/test-unit-2.5.1.gemspec +36 -0
  832. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/test-unit-notify-0.3.0.gemspec +35 -0
  833. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/test-unit-rr-1.0.1.gemspec +38 -0
  834. data/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/view.cgi +6 -0
  835. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/lib/bitclust.rb +9 -0
  836. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-ancestors.rb +153 -0
  837. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-checkparams.rb +246 -0
  838. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-classes.rb +80 -0
  839. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-convert.rb +165 -0
  840. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-list.rb +63 -0
  841. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-methods.rb +171 -0
  842. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-preproc.rb +42 -0
  843. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-rdoc.rb +343 -0
  844. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-tochm.rb +301 -0
  845. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-tohtml.rb +125 -0
  846. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/bc-tohtmlpackage.rb +247 -0
  847. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/check-signature.rb +19 -0
  848. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/forall-ruby.rb +20 -0
  849. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/gencatalog.rb +69 -0
  850. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/statrefm.rb +98 -0
  851. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/stattodo.rb +150 -0
  852. data/vendor/bundle/ruby/1.9.1/gems/bitclust-dev-0.5.1/tools/update-database.rb +146 -0
  853. data/vendor/bundle/ruby/1.9.1/gems/refe2-0.5.1/bin/refe +36 -0
  854. data/vendor/bundle/ruby/1.9.1/gems/refe2-0.5.1/lib/bitclust.rb +9 -0
  855. data/vendor/bundle/ruby/1.9.1/specifications/bitclust-core-0.5.1.gemspec +34 -0
  856. data/vendor/bundle/ruby/1.9.1/specifications/bitclust-dev-0.5.1.gemspec +35 -0
  857. data/vendor/bundle/ruby/1.9.1/specifications/refe2-0.5.1.gemspec +34 -0
  858. metadata +832 -6
data/ChangeLog CHANGED
@@ -1,3 +1,27 @@
1
+ 2012-08-26 Sho Hashimoto <sho-h@netlab.jp>
2
+
3
+ * lib/bitclust/subcommand.rb (BitClust::ServerCommand#initialize):
4
+ add :BindAddress to @params to delete warning.
5
+
6
+ 2012-08-25 Sho Hashimoto <sho-h@netlab.jp>
7
+
8
+ * lib/bitclust/runner.rb: do not push Pathname object to
9
+ $LOAD_PATH. (fixes #6925)
10
+
11
+ 2012-08-25 Sho Hashimoto <sho-h@netlab.jp>
12
+
13
+ * lib/bitclust/subcommand.rb (BitClust::ServerCommand#parse): fix
14
+ instance method reference. (fixes #6924)
15
+
16
+ 2012-08-25 Sho Hashimoto <sho-h@netlab.jp>
17
+
18
+ * lib/bitclust/nameutils.rb (BitClust::NameUtils): add #!~ to
19
+ methodname (fixes #6915)
20
+
21
+ 2012-08-15 okkez <okkez000@gmail.com>
22
+
23
+ * standalone.rb: remove unused file.
24
+
1
25
  2012-08-12 Sho Hashimoto <sho-h@netlab.jp>
2
26
 
3
27
  * lib/bitclust/classentry.rb (BitClust::ClassEntry#superclass):
@@ -1,12 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bitclust-core (0.5.1)
4
+ bitclust-core (0.5.2)
5
5
  rack
6
- bitclust-dev (0.5.1)
7
- bitclust-core (= 0.5.1)
8
- refe2 (0.5.1)
9
- bitclust-core (= 0.5.1)
6
+ bitclust-dev (0.5.2)
7
+ bitclust-core (= 0.5.2)
8
+ refe2 (0.5.2)
9
+ bitclust-core (= 0.5.2)
10
10
 
11
11
  GEM
12
12
  remote: http://rubygems.org/
@@ -40,7 +40,7 @@ module BitClust
40
40
  dbpaths = dbpath
41
41
  @versions = []
42
42
  dbpaths.each do |dbpath|
43
- next unless /db-([\d_]+)/ =~ dbpath
43
+ next unless /db-([\d_\.]+)/ =~ dbpath
44
44
  dbpath = File.expand_path(dbpath)
45
45
  version = $1.tr("_", ".")
46
46
  @versions << version
@@ -20,7 +20,7 @@ module BitClust
20
20
  CONST_PATH_RE = /#{CONST_RE}(?:::#{CONST_RE})*/
21
21
  CLASS_NAME_RE = /(?:#{CONST_RE}|fatal)/
22
22
  CLASS_PATH_RE = /(?:#{CONST_PATH_RE}|fatal)/
23
- METHOD_NAME_RE = /\w+[?!=]?|===|==|=~|<=>|<=|>=|!=|!|!@|\[\]=|\[\]|\*\*|>>|<<|\+@|\-@|[~+\-*\/%&|^<>`]/
23
+ METHOD_NAME_RE = /\w+[?!=]?|===|==|=~|<=>|<=|>=|!=|!|!@|!~|\[\]=|\[\]|\*\*|>>|<<|\+@|\-@|[~+\-*\/%&|^<>`]/
24
24
  TYPEMARK_RE = /(?:\.|\#|\.\#|::|\$)/
25
25
  METHOD_SPEC_RE = /#{CLASS_PATH_RE}#{TYPEMARK_RE}#{METHOD_NAME_RE}/
26
26
  GVAR_RE = /\$(?:\w+|-.|\S)/
@@ -9,7 +9,7 @@ def srcdir_root
9
9
  Pathname.new(__FILE__).realpath.dirname.parent.cleanpath
10
10
  end
11
11
 
12
- $LOAD_PATH.unshift srcdir_root() + 'lib'
12
+ $LOAD_PATH.unshift((srcdir_root() + 'lib').to_s)
13
13
 
14
14
  require 'bitclust'
15
15
  require 'bitclust/subcommand'
@@ -83,14 +83,14 @@ Global Options:
83
83
  @parser.order!(argv)
84
84
  if argv.empty?
85
85
  $stderr.puts 'no sub-command given'
86
- $stderr.puts parser.help
86
+ $stderr.puts @parser.help
87
87
  exit 1
88
88
  end
89
89
  name = argv.shift
90
90
  cmd = @subcommands[name] or error "no such sub-command: #{name}"
91
91
  rescue OptionParser::ParseError => err
92
92
  $stderr.puts err.message
93
- $stderr.puts parser.help
93
+ $stderr.puts @parser.help
94
94
  exit 1
95
95
  end
96
96
  begin
@@ -545,6 +545,7 @@ module BitClust
545
545
  require 'uri'
546
546
 
547
547
  @params = {
548
+ :BindAddress => "0.0.0.0",
548
549
  :Port => 10080
549
550
  }
550
551
  @baseurl = nil
@@ -634,7 +635,7 @@ module BitClust
634
635
  end
635
636
  if @pid_file
636
637
  if File.exist?(@pid_file)
637
- $stderr.puts "There is still #{pid_file}. Is another process running?"
638
+ $stderr.puts "There is still #{@pid_file}. Is another process running?"
638
639
  exit 1
639
640
  end
640
641
  @pid_file = File.expand_path(@pid_file)
@@ -659,7 +660,7 @@ module BitClust
659
660
 
660
661
  if @autop
661
662
  app = BitClust::App.new(
662
- :dbpath => Dir.glob("db-*"),
663
+ :dbpath => Dir.glob("#{@database_prefix}-*"),
663
664
  :baseurl => @baseurl,
664
665
  :datadir => @datadir,
665
666
  :templatedir => @templatedir,
@@ -668,7 +669,7 @@ module BitClust
668
669
  :capi => @capi
669
670
  )
670
671
  app.interfaces.each do |version, interface|
671
- server.mount File.join(basepath, version), interface
672
+ server.mount(File.join(basepath, version), interface)
672
673
  end
673
674
  server.mount(File.join(basepath, '/'), app)
674
675
  else
@@ -738,6 +739,7 @@ module BitClust
738
739
  @dbpath ||= "#{config[:database_prefix]}-#{config[:default_version]}"
739
740
  @port ||= config[:port]
740
741
  @pid_file ||= config[:pid_file]
742
+ @database_prefix ||= config[:database_prefix]
741
743
  end
742
744
  end
743
745
 
@@ -1,3 +1,3 @@
1
1
  module BitClust
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
data/packer.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/ruby -Ke
2
- # -*- coding: euc-jp -*-
2
+ # -*- coding: utf-8 -*-
3
3
 
4
4
  require 'fileutils'
5
5
  require 'optparse'
@@ -21,7 +21,7 @@ output_path = File.join(parent_path, "ruby-refm-1.9.3-dynamic")
21
21
  bitclust_dest_dir = "bitclust"
22
22
  rubydoc_refm_api_src_path = File.join(parent_path, "rubydoc/refm/api/src")
23
23
  rubydoc_refm_capi_src_path = File.join(parent_path, "rubydoc/refm/capi/src/*")
24
- database_encoding = "euc-jp"
24
+ database_encoding = "utf-8"
25
25
  database_versions = [
26
26
  "1.8.7",
27
27
  "1.9.3",
@@ -86,9 +86,9 @@ end
86
86
  database_versions.each do |version|
87
87
  database_path = File.join(output_path, database_version_to_dir.call(version))
88
88
  unless File.exist?(database_path)
89
- system_verbose(ruby, "-Ke", "-I#{bitclust_libdir}", bitclust_command, "--database=#{database_path}", "init", "encoding=#{database_encoding}", "version=#{version}")
90
- system_verbose(ruby, "-Ke", "-I#{bitclust_libdir}", bitclust_command, "--database=#{database_path}", "update", "--stdlibtree=#{rubydoc_refm_api_src_path}")
91
- system_verbose(ruby, "-Ke", "-I#{bitclust_libdir}", bitclust_command, "--database=#{database_path}", "--capi", "update", *Dir.glob(rubydoc_refm_capi_src_path).to_a)
89
+ system_verbose(ruby, "-Ku", "-I#{bitclust_libdir}", bitclust_command, "--database=#{database_path}", "init", "encoding=#{database_encoding}", "version=#{version}")
90
+ system_verbose(ruby, "-Ku", "-I#{bitclust_libdir}", bitclust_command, "--database=#{database_path}", "update", "--stdlibtree=#{rubydoc_refm_api_src_path}")
91
+ system_verbose(ruby, "-Ku", "-I#{bitclust_libdir}", bitclust_command, "--database=#{database_path}", "--capi", "update", *Dir.glob(rubydoc_refm_capi_src_path).to_a)
92
92
  end
93
93
  end
94
94
 
@@ -97,16 +97,21 @@ unless File.exist?(server_rb)
97
97
  puts "write #{server_rb}"
98
98
  File.open(server_rb, "wb", 0755) do |f|
99
99
  f.puts <<-RUBY
100
- #!/usr/bin/ruby -Ke
101
- Dir.chdir File.dirname(__FILE__)
102
- standalone = "#{bitclust_dest_dir}/standalone.rb"
103
- src = File.read(standalone).sub(/\\$0/) { standalone.dump }
104
- ARGV.unshift "--bind-address=127.0.0.1"
105
- ARGV.unshift "--baseurl="
106
- ARGV.unshift "--debug"
107
- ARGV.unshift "--auto"
108
- ARGV.unshift "--capi"
109
- eval src, binding, standalone, 1
100
+ #!/usr/bin/ruby -Ku
101
+ require 'pathname'
102
+ lib_dir = "#{bitclust_dest_dir}/lib"
103
+ $LOAD_PATH.unshift(lib_dir)
104
+ require "bitclust"
105
+ require "bitclust/runner"
106
+ argv = [
107
+ "server",
108
+ "--bind-address=127.0.0.1",
109
+ "--baseurl=",
110
+ "--debug",
111
+ "--auto",
112
+ "--capi"
113
+ ]
114
+ BitClust::Runner.new.run(argv)
110
115
  RUBY
111
116
  end
112
117
  end
@@ -120,30 +125,30 @@ unless File.exist?(readme_html)
120
125
 
121
126
  <html lang="ja-JP">
122
127
  <head>
123
- <meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
128
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
124
129
  <meta http-equiv="Content-Language" content="ja-JP">
125
130
  <link rel="stylesheet" type="text/css" href="./bitclust/theme/default/style.css">
126
- <title>Ruby ��ե���󥹥ޥ˥奢������ײ�</title>
131
+ <title>Ruby リファレンスマニュアル刷新計画</title>
127
132
  </head>
128
133
  <body>
129
- <h1>Ruby ��ե���󥹥ޥ˥奢������ײ�</h1>
134
+ <h1>Ruby リファレンスマニュアル刷新計画</h1>
130
135
 
131
- <h2>����ϲ���</h2>
136
+ <h2>これは何?</h2>
132
137
  <p>
133
- Ruby ��ե���󥹥ޥ˥奢��δʰ� Web �����Х����ƥ�Ǥ���
138
+ Ruby リファレンスマニュアルの簡易 Web サーバシステムです。
134
139
  </p>
135
140
 
136
141
  <!--links-->
137
142
 
138
143
  <p>
139
- �Ȥ����˴ؤ��Ƥϰʲ��� URL �򻲾Ȥ��Ƥ���������
144
+ 使い方に関しては以下の URL を参照してください。
140
145
  </p>
141
146
  <ul>
142
147
  <li><a href="http://bugs.ruby-lang.org/projects/rurema/wiki/ReleasePackageHowTo">http://bugs.ruby-lang.org/projects/rurema/wiki/ReleasePackageHowTo</a></li>
143
148
  </ul>
144
149
 
145
150
  <p>
146
- �ץ������������Τ˴ؤ��Ƥϰʲ��� URL �򻲾Ȥ��Ƥ���������
151
+ プロジェクト全体に関しては以下の URL を参照してください。
147
152
  </p>
148
153
  <ul>
149
154
  <li><a href="http://bugs.ruby-lang.org/projects/rurema/wiki">http://bugs.ruby-lang.org/projects/rurema/wiki</a></li>
data/server.rb CHANGED
@@ -1,10 +1,15 @@
1
- #!/usr/bin/ruby -Ke
2
- Dir.chdir File.dirname(__FILE__)
3
- standalone = "bitclust/standalone.rb"
4
- src = File.read(standalone).sub(/\$0/) { standalone.dump }
5
- ARGV.unshift "--bind-address=127.0.0.1"
6
- ARGV.unshift "--baseurl="
7
- ARGV.unshift "--debug"
8
- ARGV.unshift "--auto"
9
- ARGV.unshift "--capi"
10
- eval src, binding, standalone, 1
1
+ #!/usr/bin/ruby -Ku
2
+ require 'pathname'
3
+ lib_dir = Pathname(File.dirname(__FILE__)) + "lib"
4
+ $LOAD_PATH.unshift(lib_dir.expand_path.to_s)
5
+ require "bitclust"
6
+ require "bitclust/runner"
7
+ argv = [
8
+ "server",
9
+ "--bind-address=127.0.0.1",
10
+ "--baseurl=",
11
+ "--debug",
12
+ "--auto",
13
+ "--capi"
14
+ ]
15
+ BitClust::Runner.new.run(argv)
@@ -163,7 +163,7 @@ class TestNameUtils < Test::Unit::TestCase
163
163
 
164
164
  assert_equal false, methodname?("")
165
165
  assert_equal true, methodname?("!=")
166
- assert_equal false, methodname?("!~")
166
+ assert_equal true, methodname?("!~")
167
167
  assert_equal false, methodname?("&&")
168
168
  assert_equal false, methodname?("||")
169
169
  assert_equal false, methodname?("++")
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/home/kenji/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
2
2
  #
3
3
  # This file was generated by RubyGems.
4
4
  #
@@ -0,0 +1,2924 @@
1
+ 2012-08-12 Sho Hashimoto <sho-h@netlab.jp>
2
+
3
+ * lib/bitclust/classentry.rb (BitClust::ClassEntry#superclass):
4
+ enable to return superclass from alias class. (see #6826)
5
+
6
+ 2012-08-11 Sho Hashimoto <sho-h@netlab.jp>
7
+
8
+ * lib/bitclust/subcommand.rb (BitClust::SetupCommand#prepare): fix
9
+ typo. thanks dice (fixes #6856)
10
+
11
+ 2012-08-07 Sho Hashimoto <sho-h@netlab.jp>
12
+
13
+ * tools/bc-tohtmlpackage.rb (#main): support multi name
14
+ method. (see #5257)
15
+ (#create_html_file): ditto.
16
+ (#create_html_method_file): ditto.
17
+
18
+ 2012-06-04 Sho Hashimoto <sho-h@netlab.jp>
19
+
20
+ * lib/bitclust/completion.rb
21
+ (BitClust::Completion::search_methods_from_mname): remove unused
22
+ line. (fixes #6542)
23
+
24
+ 2012-06-01 Sho Hashimoto <sho-h@netlab.jp>
25
+
26
+ * data/bitclust/template.lillia/library: display all error
27
+ classes. (see #6350)
28
+
29
+ * data/bitclust/template.offline/library: ditto.
30
+
31
+ * data/bitclust/template/library: ditto.
32
+
33
+ 2012-06-01 Sho Hashimoto <sho-h@netlab.jp>
34
+
35
+ * data/bitclust/template.lillia/library: display all classes.
36
+ (see #6350)
37
+
38
+ * data/bitclust/template.offline/library: ditto.
39
+
40
+ * data/bitclust/template/library: ditto.
41
+
42
+ 2012-05-27 wanabe <s.wanabe@gmail.com>
43
+
44
+ * data/bitclust/template.offline/class: update to keep with template/.
45
+ fix #5944. see #5503.
46
+
47
+ * data/bitclust/template.offline/library: ditto.
48
+
49
+ 2012-05-25 Sho Hashimoto <sho-h@netlab.jp>
50
+
51
+ * tools/bc-tohtmlpackage.rb (main): do not copy .svn in images.
52
+
53
+ 2012-05-23 Sho Hashimoto <sho-h@netlab.jp>
54
+
55
+ * standalone.rb: start browser mingw, cygwin and bccwin.
56
+ (fixes #6461)
57
+
58
+ 2012-02-29 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
59
+
60
+ * packer.rb: add bitclust_libdir to avoid LoadError in bin/bitclust.
61
+
62
+ 2012-02-12 wanabe <s.wanabe@gmail.com>
63
+
64
+ * data/bitclust/template/library: sort classes according to
65
+ inheritance hierarchy. #5943
66
+
67
+ * data/bitclust/template.offline/library: ditto.
68
+
69
+ * data/bitclust/template.lillia/library: ditto.
70
+
71
+ * data/bitclust/catalog/ja_JP.EUC-JP: add "Classes", "Modules" and
72
+ "Objects".
73
+
74
+
75
+ 2011-12-19 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
76
+
77
+ * bitclust.gemspec, packer.rb: change from redmine.ruby-lang.org
78
+ to bugs.ruby-lang.org.
79
+
80
+ 2011-12-19 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
81
+
82
+ * packer.rb: follow rename at r4950.
83
+
84
+ 2011-12-17 okkez <okkez000gmail.com>
85
+
86
+ * lib/bitclust/subcommand (BitClust::ServerCommand): add.
87
+
88
+ 2011-12-15 okkez <okkez000gmail.com>
89
+
90
+ * lib/bitclust/subcommand: move subcommand classes under BitClust
91
+ module.
92
+
93
+ 2011-12-12 okkez <okkez000gmail.com>
94
+
95
+ * bin/bitclust: split subcommands from bin/bitclust.
96
+ * lib/bitclust/subcommand: split subcommands from bin/bitclust.
97
+
98
+ 2011-12-11 okkez <okkez000@gmail.com>
99
+
100
+ * bin/bitclust (SetupCommand): add.
101
+ (#_main): add --version option.
102
+ (#_main): read config from $HOME/.bitclust/config.
103
+ (#_main): add --target option.
104
+
105
+ 2011-10-31 okkez <okkez000@gmail.com>
106
+
107
+ * standalone.rb: add srcdir_root method and use it.
108
+
109
+ * bin/bitclust.rb (PropertyCommand#exec): bin/bitclust.rb is a
110
+ command line tool.
111
+
112
+ * Rakefile: add gem related tasks.
113
+
114
+ * lib/bitclust/version.rb: add.
115
+
116
+ * bitclust.gemspec (Gem): add.
117
+
118
+ * Gemfile: add.
119
+
120
+ 2011-08-14 okkez <okkez000@gmail.com>
121
+
122
+ * lib/bitclust/rdcompiler.rb
123
+ (BitClust::RDCompiler#method_entry_chunk): compile @todo.
124
+ (BitClust::RDCompiler#todo): add.
125
+
126
+ * lib/bitclust/preprocessor.rb (BitClust::Preprocessor#next_line):
127
+ preprocess #@todo to @todo.
128
+
129
+ 2011-07-18 okkez <okkez000@gmail.com>
130
+
131
+ * packer.rb (#system_verbose): fix deprecated links. fixes #5040
132
+
133
+ 2011-07-17 Sho Hashimoto <sho-h@netlab.jp>
134
+
135
+ * lib/bitclust/refsdatabase.rb
136
+ (BitClust::RefsDatabase#extract): allow level 5 and 6 refs.
137
+ (fixes #5035)
138
+
139
+ 2011-06-21 okkez <okkez000@gmail.com>
140
+
141
+ * lib/bitclust/libraryentry.rb
142
+ (BitClust::LibraryEntry#sublibrary): do not append duplicate
143
+ sublibraries. fixes #4901
144
+
145
+ 2011-06-10 okkez <okkez000@gmail.com>
146
+
147
+ * tools/forall-ruby.rb (#main): remove GEM_HOME environment
148
+ variable.
149
+
150
+ 2011-06-01 okkez <okkez000@gmail.com>
151
+
152
+ * lib/bitclust/crossrubyutils.rb
153
+ (BitClust::CrossRubyUtils#forall_ruby): reject rvm's gemset.
154
+ (BitClust::CrossRubyUtils#build_crossruby_table): remove GEM_HOME
155
+ environment variable.
156
+ (BitClust::CrossRubyUtils#print_table): beautify table content.
157
+
158
+ 2011-04-29 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
159
+
160
+ * packer.rb: make *.tar.xz instead of *.tar.bz2.
161
+
162
+ 2011-02-13 okkez <okkez000@gmail.com>
163
+
164
+ * tools/bc-tohtmlpackage.rb: set Encoding.default_external.
165
+
166
+ * lib/bitclust.rb: do not set Encoding.default_external.
167
+
168
+ 2011-02-12 okkez <okkez000@gmail.com>
169
+
170
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler#method_info):
171
+ unset Regexp 'n' option to reduce warnings when Ruby1.9.
172
+
173
+ * lib/bitclust.rb: set Encoding.default_external = 'euc-jp'.
174
+
175
+ * tools/bc-convert.rb: do not set $KCODE when Ruby1.9.
176
+
177
+ * tools/bc-tohtml.rb: ditto.
178
+
179
+ * config.in: ditto.
180
+
181
+ * bin/bitclust.rb (#srcdir_root): reduce warnings.
182
+
183
+ * lib/bitclust/parseutils.rb (BitClust::LineStream#gets):
184
+ StrintIO#path is removed after Ruby1.9.
185
+
186
+ * Rakefile: add.
187
+
188
+ * test/run_test.rb: add.
189
+
190
+ 2011-02-11 okkez <okkez000@gmail.com>
191
+
192
+ * tools/bc-tohtml.rb (#main): fix template path.
193
+
194
+ * template.offline: move to ...
195
+
196
+ * data/bitclust/template.offline: ... this.
197
+
198
+ 2010-10-28 okkez <okkez000@gmail.com>
199
+
200
+ * server.rb: now can see C API
201
+
202
+ * packer.rb (#system_verbose): change URI of "rurema wiki" (fix #3885)
203
+
204
+ 2010-09-29 okkez <okkez000@gmail.com>
205
+
206
+ * packer.rb: bump version 1.9.1 -> 1.9.2
207
+
208
+ 2010-06-27 Sho Hashimoto <sho-h@netlab.jp>
209
+
210
+ * lib/bitclust/screen.rb (BitClust::URLMapper#document_url): allow
211
+ '-' to document_url.
212
+
213
+ 2010-06-25 okkez <okkez000@gmail.com>
214
+
215
+ * theme/default/style.css: remove attributes align, valign (fix #55)
216
+
217
+ * theme/lillia/style.css: ditto.
218
+
219
+ 2010-06-21 okkez <okkez000@gmail.com>
220
+
221
+ * tools/bc-checkparams.rb: add a tool to check difference between
222
+ signature and @param list.
223
+
224
+ 2010-05-02 okkez <okkez000@gmail.com>
225
+
226
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler#bracket_link):
227
+ now can handle type 'f' bracket link.
228
+
229
+ * test/test_rdcompiler.rb (TestRDCompiler#test_bracket_link): fix
230
+ typo and add test for type 'f' bracket link.
231
+
232
+ * data/bitclust/template.lillia/layout: apply layout to lillia theme.
233
+
234
+ * data/bitclust/template.lillia/class: ditto.
235
+
236
+ * data/bitclust/template.lillia/class-index: ditto.
237
+
238
+ * data/bitclust/template.lillia/doc: ditto.
239
+
240
+ * data/bitclust/template.lillia/library: ditto.
241
+
242
+ * data/bitclust/template.lillia/library-index: ditto.
243
+
244
+ * data/bitclust/template.lillia/method: ditto.
245
+
246
+ * data/bitclust/template.lillia/rd_file: ditto.
247
+
248
+ 2010-04-18 wanabe <s.wanabe@gmail.com>
249
+
250
+ * lib/bitclust/searcher.rb: add require 'functiondatabase'.
251
+ a patch from Ippei Obayashi (fix #3166).
252
+
253
+ 2010-04-15 wanabe <s.wanabe@gmail.com>
254
+
255
+ * tools/bc-tohtml.rb (main): enable 'bc-tohtml --capi file --target=NAME'.
256
+ (lookup): accept function name when C API mode.
257
+
258
+ * lib/bitclust/functionreferenceparser.rb (FunctionReferenceParser.parse_file):
259
+ added.
260
+ (FunctionReferenceParser#parse): return array of functions.
261
+
262
+ * template.offline/function: added.
263
+
264
+ 2010-04-10 wanabe <s.wanabe@gmail.com>
265
+
266
+ * standalone.rb: enable 'ruby standalone.rb --baseurl=URL
267
+ {--auto|--database=PATH} --capi'.
268
+
269
+ * lib/bitclust/app.rb (BitClust::App#initialize): enable to pass
270
+ FunctionDatabase to request handler.
271
+
272
+ * lib/bitclust/requesthandler.rb: save FunctionDatabase and use.
273
+
274
+ 2010-04-09 okkez <okkez000@gmail.com>
275
+
276
+ * tools/bc-methods.rb (#main): avoid tracer.
277
+
278
+ 2010-04-08 okkez <okkez000@gmail.com>
279
+
280
+ * tools/bc-rdoc.rb (DiffCommand#parse): use
281
+ BitClust::MethodDatabase instead of BitClust::Database
282
+
283
+ 2010-04-01 okkez <okkez000@gmail.com>
284
+
285
+ * data/bitclust/template/layout: apply layout.
286
+
287
+ * data/bitclust/template/search: ditto.
288
+
289
+ * data/bitclust/template/library-index: ditto.
290
+
291
+ * data/bitclust/template/library: ditto.
292
+
293
+ * data/bitclust/template/function-index: ditto.
294
+
295
+ * data/bitclust/template/function: ditto.
296
+
297
+ * data/bitclust/template/doc: ditto.
298
+
299
+ * data/bitclust/template/class-index: ditto.
300
+
301
+ * data/bitclust/template/class: ditto.
302
+
303
+ * data/bitclust/template/method: ditto.
304
+
305
+ * lib/bitclust/screen.rb (BitClust::TemplateScreen#run_template): ditto.
306
+
307
+ 2010-03-30 wanabe <s.wanabe@gmail.com>
308
+
309
+ * lib/bitclust/searcher.rb: enable "bitclust --capi search [NAME]".
310
+
311
+ * lib/bitclust/functiondatabase.rb(search_functions): add.
312
+
313
+ * lib/bitclust/completion.rb (_search_functions): add for completion.
314
+
315
+ * lib/bitclust/functionentry.rb (name_match?): ditto.
316
+
317
+ 2010-03-29 wanabe <s.wanabe@gmail.com>
318
+
319
+ * bin/bitclust.rb (LookupCommand): enable "bitclust --capi lookup
320
+ --function".
321
+
322
+ * lib/bitclust/functionentry.rb (BitClust::FunctionEntry): new alias
323
+ kind -> type_label.
324
+
325
+ * test/test_bitclust.rb: add test for above.
326
+
327
+ 2010-03-28 wanabe <s.wanabe@gmail.com>
328
+
329
+ * bin/bitclust.rb (ListCommand): enable "bitclust --capi list --function".
330
+
331
+ * test/test_bitclust.rb: add test of bin/bitclust.rb.
332
+
333
+ * test/db-test/: add DB for test.
334
+
335
+ 2010-03-25 Sho Hashimoto <sho-h@netlab.jp>
336
+
337
+ * data/bitclust/template/method: translate topic path.
338
+
339
+ * template.offline/method: ditto.
340
+
341
+ 2009-12-14 okkez <okkez000@gmail.com>
342
+
343
+ * data/bitclust/template/search: display elapsed time.
344
+
345
+ * lib/bitclust/requesthandler.rb
346
+ (BitClust::RequestHandler#handle_search): ditto.
347
+
348
+ * lib/bitclust/screen.rb (BitClust::SearchScreen#initialize): ditto.
349
+
350
+ * tools/bc-tohtmlpackage.rb (#main): copy images to output directory.
351
+
352
+ * theme/default/style.css: fix style problems.
353
+
354
+ 2009-10-13 okkez <okkez000@gmail.com>
355
+
356
+ * lib/bitclust/requesthandler.rb
357
+ (BitClust::RackRequestHandler#handle): rescue
358
+ BitClust::NotFoundError and return not_found_response.
359
+
360
+ 2009-09-14 okkez <okkez000@gmail.com>
361
+
362
+ * lib/bitclust/exception.rb (BitClust::NotFoundError): add new
363
+ error.
364
+ (BitClust::LibraryNotFound, BitClust::ClassNotFound)
365
+ (BitClust::MethodNotFound, BitClust::FunctionNotFound)
366
+ (BitClust::DocNotFound): change super class UserError to NotFoundError.
367
+
368
+ * lib/bitclust/screen.rb (BitClust::NotFoundScreen): add new
369
+ screen.
370
+
371
+ * lib/bitclust/requesthandler.rb
372
+ (BitClust::RequestHandler#handle_method): raise MethodNotFound
373
+ when cannot fetch methods.
374
+ (BitClust::RequestHandler#handle): handle BitClust::NotFoundError.
375
+
376
+ 2009-08-08 okkez <okkez000@gmail.com>
377
+
378
+ * lib/bitclust/completion.rb
379
+ (BitClust::Completion#search_methods_from_mname): handle module
380
+ function correctly. a patch from Ippei Obayashi (fix #1409).
381
+ (BitClust::Completion#mspec_from_cref_mname): add new method.
382
+
383
+ 2009-07-22 okkez <okkez000@gmail.com>
384
+
385
+ * test/test_rdcompiler.rb: add require 'methoddatabase' (see #1770)
386
+
387
+ 2009-07-15 okkez <okkez000@gmail.com>
388
+
389
+ * test/test_rdcompiler.rb (TestRDCompiler#test_method): add css classes.
390
+ (TestRDCompiler#test_method2): ditto.
391
+
392
+ * lib/bitclust/rdcompiler.rb
393
+ (BitClust::RDCompiler#method_entry_chunk): remove needless space.
394
+
395
+ 2009-07-15 okkez <okkez000@gmail.com>
396
+
397
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler#man_link):
398
+ remove needless space.
399
+
400
+ * test/test_rdcompiler.rb (TestRDCompiler#test_braket_link): ditto.
401
+
402
+ 2009-07-10 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
403
+
404
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler#see): do not
405
+ split [[m:$,]] (closes #1754)
406
+
407
+ * test/test_rdcompiler.rb (TestRDCompiler#test_array_join): add a
408
+ test.
409
+
410
+ 2009-07-04 okkez <okkez000@gmail.com>
411
+
412
+ * theme/default/images/external.png: add svn:mime-type image/png.
413
+
414
+ 2009-07-04 okkez <okkez000@gmail.com>
415
+
416
+ * theme/default/style.css: add style "a.external".
417
+
418
+ * theme/default/images/external.png: add a png image.
419
+
420
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler#direct_url)
421
+ (BitClust::RDCompiler#blade_link, BitClust::RDCompiler#rfc_link)
422
+ (BitClust::RDCompiler#man_link): add "external" css class.
423
+
424
+ 2009-07-04 okkez <okkez000@gmail.com>
425
+
426
+ * lib/bitclust/rdcompiler.rb: trim spaces.
427
+
428
+ * lib/bitclust/app.rb: ditto.
429
+
430
+ 2009-06-25 okkez <okkez000@gmail.com>
431
+
432
+ * tools/bc-ancestors.rb: add new tool.
433
+
434
+ 2009-06-04 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
435
+
436
+ * lib/bitclust/methodsignature.rb
437
+ (BitClust::MethodSignature#friendly_string): `command` should
438
+ treat as a special case. (closes #1561)
439
+
440
+ * test/test_methodsignature.rb: add tests.
441
+
442
+ 2009-05-03 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
443
+
444
+ * data/bitclust/template/library: add a missing </tr>.
445
+
446
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler::bracket_link):
447
+ use readable labels for '/' and '_builtin'.
448
+
449
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler::initialize):
450
+ use a hash to pass catalog to rdcompiler.
451
+
452
+ * lib/bitclust/screen.rb (BitClust::DocScreen::rdcompiler)
453
+ * lib/bitclust/screen.rb (BitClust::TemplateScreen::rdcompiler): ditto.
454
+
455
+ 2009-04-25 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
456
+
457
+ * data/bitclust/template.lillia/:
458
+ add the system identifier of HTML 4.01 to templates.
459
+
460
+ * data/bitclust/template.lillia/library:
461
+ use added methods.
462
+
463
+ * lib/bitclust/libraryentry.rb (BitClust::LibraryEntry::all_classes):
464
+ (BitClust::LibraryEntry::all_error_classes):
465
+ add new methods.
466
+
467
+ * lib/bitclust/screen.rb (BitClust::TemplateScreen::compile_method):
468
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler::method_signature):
469
+ (BitClust::RDCompiler::compile_method):
470
+ compile_method now can take an option.
471
+
472
+ * theme/lillia/:
473
+ * data/bitclust/template.lillia:
474
+ add a theme and a template.
475
+
476
+ * lib/bitclust/app.rb (BitClust::App::initialize): add new options.
477
+ * standalone.rb: ditto.
478
+
479
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler):
480
+ set class to html elemets.
481
+
482
+ * lib/bitclust/screen.rb (BitClust::URLMapper::js_url): add a new method.
483
+ * lib/bitclust/screen.rb (BitClust::TemplateScreen::js_url): ditto.
484
+ * lib/bitclust/libraryentry.rb (BitClust::LibraryEntry::error_classes): ditto.
485
+ * lib/bitclust/docentry.rb (BitClust::DocEntry): ditto.
486
+
487
+ 2009-04-20 okkez <okkez000@gmail.com>
488
+
489
+ * template.offline/rd_file: change to the same design as template for online.
490
+
491
+ * template.offline/method: ditto.
492
+
493
+ * template.offline/library-index: ditto.
494
+
495
+ * template.offline/library: ditto.
496
+
497
+ * template.offline/doc: ditto.
498
+
499
+ * template.offline/class-index: ditto.
500
+
501
+ * template.offline/class: ditto.
502
+
503
+ 2009-04-20 okkez <okkez000@gmail.com>
504
+
505
+ * data/bitclust/template/function-index: fix classes.
506
+
507
+ * data/bitclust/template/library-index: ditto.
508
+
509
+ * data/bitclust/template/library: ditto.
510
+
511
+ 2009-04-20 okkez <okkez000@gmail.com>
512
+
513
+ * tools/bc-tohtmlpackage.rb: change default output directory.
514
+
515
+ * tools/bc-tohtmlpackage.rb: create output directory if it doesn't exist.
516
+
517
+ * tools/bc-tochm.rb: ditto.
518
+
519
+ 2009-04-20 okkez <okkez000@gmail.com>
520
+
521
+ * tools/bc-tohtmlpackage.rb: add favicon. trim white spaces.
522
+
523
+
524
+ 2009-04-20 okkez <okkez000@gmail.com>
525
+
526
+ * tools/bc-tochm.rb: set svn:executable.
527
+
528
+ * tools/bc-tohtmlpackage.rb: ditto.
529
+
530
+ * tools/stattodo.rb: ditto.
531
+
532
+ 2009-04-20 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
533
+
534
+ * data/bitclust/template/*: remove / because there are not XHTML.
535
+
536
+ 2009-04-18 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
537
+
538
+ * tools/bc-tohtmlpackage.rb
539
+ add a tool to create an html package.
540
+
541
+ * tools/bc-tohtmlpackage.rb (encodename_package):
542
+ Add an option, --fs-casesensitive, which allow case-sensitive file names.
543
+
544
+ 2009-04-17 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
545
+
546
+ * lib/bitclust/methodsignature.rb, lib/bitclust/nameutils.rb,
547
+ test/test_nameutils.rb: fix unary operator signature (fix #1384)
548
+
549
+ 2009-04-17 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
550
+
551
+ * lib/bitclust/screen.rb, theme/default/rurema.png,
552
+ data/bitclust/template/*: add favicon.
553
+
554
+ 2009-03-15 okkez <okkez000@gmail.com>
555
+
556
+ * config.ru.sample: Add another sample of config.ru for rackup command.
557
+
558
+ 2009-03-15 okkez <okkez000@gmail.com>
559
+
560
+ * standalone.rb: fix mount point.
561
+
562
+ * lib/bitclust/app.rb (BitClust::App#service): fix redirect (fix #1228)
563
+
564
+ * lib/bitclust/app.rb (BitClust::App#initialize): fix multi
565
+ version's viewpath.
566
+
567
+ * lib/bitclust/app.rb (BitClust::App#index): fix redirect.
568
+
569
+ 2009-02-24 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
570
+
571
+ * lib/bitclust/screen.rb, lib/bitclust/requesthandler.rb,
572
+ data/bitclust/template/*: add opensearchdescription.
573
+
574
+ 2009-02-13 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
575
+
576
+ * packer.rb: add -Ke to `bitclust init` and `bitclust update` too.
577
+
578
+ * config.ru: auto search themedir.
579
+
580
+ 2008-12-08 okkez <okkez000@gmail.com>
581
+
582
+ * standalone.rb: Fix view_path.
583
+
584
+ * lib/bitclust/app.rb (BitClust::App#initialize): Fix :cgi_url.
585
+
586
+ 2008-11-03 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
587
+
588
+ * config.ru, standalone.rb, lib/bitclust/app.rb,
589
+ lib/bitclust/interface.rb,
590
+ lib/bitclust/requesthandler.rb, standalone.rb:
591
+ support rack.
592
+
593
+ * lib/bitclust/compat.rb, lib/bitclust/requesthandler.rb:
594
+ use bytesize instead of size.
595
+
596
+ 2008-08-31 okkez <okkez000@gmail.com>
597
+
598
+ * lib/bitclust/methodsignature.rb (BitClust::MethodSignature):
599
+ fix regexp to match '-> ()' (fix #521)
600
+
601
+ 2008-08-29 okkez <okkez000@gmail.com>
602
+
603
+ * tools/bc-tochm.rb (#main): use BitClust::MethodDatabase instead
604
+ BitClust::Database
605
+ * tools/bc-tochm.rb (#main): template -> data/bitclust/template
606
+
607
+ 2008-08-26 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
608
+
609
+ * standalone.rb: do not mount '/' twice when --auto.
610
+
611
+ 2008-08-23 Yutaka HARA <yhara.at.kmc.gr.jp>
612
+
613
+ * bin/standalone.rb: redirect '/' to '#{basepath}/view/'.
614
+
615
+ Sat Aug 16 15:49:16 2008 Minero Aoki <aamine@loveruby.net>
616
+
617
+ * theme/default/style.css: table should always printed in 100%
618
+ width.
619
+
620
+ * data/bitclust/template/*: <table>s participate in the entries
621
+ class.
622
+
623
+ * lib/bitclust/methodsignature.rb: gvar should be shown as
624
+ "$gvar", not "self $gvar".
625
+
626
+ Sat Aug 16 15:07:23 2008 Minero Aoki <aamine@loveruby.net>
627
+
628
+ * theme/default/style.css: make method links a block, to widen
629
+ clickable area. (refs #177)
630
+
631
+ * data/bitclust/template/class: locate only one anchor for one
632
+ <td>.
633
+
634
+ * lib/bitclust/htmlutils.rb: new method #method_url.
635
+
636
+ Fri Aug 15 02:21:17 2008 Minero Aoki <aamine@loveruby.net>
637
+
638
+ * data/bitclust/template/search: method parameters were wrongly
639
+ shown.
640
+
641
+ Fri Aug 15 02:11:40 2008 Minero Aoki <aamine@loveruby.net>
642
+
643
+ * data/bitclust/template/search: translate topic path.
644
+
645
+ Fri Aug 15 02:10:12 2008 Minero Aoki <aamine@loveruby.net>
646
+
647
+ * lib/bitclust/screen.rb: new method friendly_library_name.
648
+
649
+ * data/bitclust/template/library: do not link to current page in
650
+ topic path.
651
+
652
+ * data/bitclust/template/class: translate "ancestors".
653
+
654
+ * lib/bitclust/screen.rb: translate search button label.
655
+
656
+ * data/bitclust/catalog/ja_JP.EUC-JP: more translation.
657
+
658
+ * data/bitclust/template/search: fix syntax error.
659
+
660
+ Fri Aug 15 01:16:48 2008 Minero Aoki <aamine@loveruby.net>
661
+
662
+ * lib/bitclust/screen.rb: add utility methods #manual_home_link
663
+ and #friendly_library_link.
664
+
665
+ * tools/gencatalog.rb: strip "\n" from catalog keys and values.
666
+
667
+ * data/bitclust/template/*: translate topic-path.
668
+
669
+ * data/bitclust/catalog/ja_JP.EUC-JP: more translation.
670
+
671
+ Fri Aug 15 01:15:01 2008 Minero Aoki <aamine@loveruby.net>
672
+
673
+ * lib/bitclust/htmlutils.rb: refactoring.
674
+
675
+ Fri Aug 15 00:36:23 2008 Minero Aoki <aamine@loveruby.net>
676
+
677
+ * lib/bitclust/screen.rb (default_message_catalog): :datadir
678
+ includes "bitclust/" prefix.
679
+
680
+ Thu Aug 14 23:45:42 2008 Minero Aoki <aamine@loveruby.net>
681
+
682
+ * standalone.rb: templatedir -> datadir.
683
+
684
+ Thu Aug 14 22:44:47 2008 Minero Aoki <aamine@loveruby.net>
685
+
686
+ * template -> data/bitclust/template
687
+
688
+ * catalog -> data/bitclust/catalog
689
+
690
+ Thu Aug 14 22:42:18 2008 Minero Aoki <aamine@loveruby.net>
691
+
692
+ * lib/bitclust/messagecatalog.rb: new file.
693
+
694
+ * lib/bitclust/screen.rb: make messages translatable by
695
+ MessageCatalog.
696
+
697
+ * lib/bitclust/rdcompiler.rb: receive a MessageCatalog (but not
698
+ used yet).
699
+
700
+ * template/*: translate messages.
701
+
702
+ * catalog/ja_JP.EUC-JP: new file.
703
+
704
+ * config.in: new configuration parameter :catalogdir.
705
+
706
+ * config.in: new configuration parameter :datadir.
707
+
708
+ * tools/gencatalog.rb: new tool to generate message translation
709
+ catalog file from source codes.
710
+
711
+ Wed Aug 13 14:16:41 2008 Minero Aoki <aamine@loveruby.net>
712
+
713
+ * lib/bitclust/methodsignature.rb (friendly_string): show return
714
+ types for also unary/binary operators.
715
+
716
+ Wed Aug 13 13:59:21 2008 Minero Aoki <aamine@loveruby.net>
717
+
718
+ * lib/bitclust/methodsignature.rb: new class MethodSignature,
719
+ which represents RRD method signature line ("--- m(param) {...} ->
720
+ type").
721
+
722
+ * lib/bitclust/screen.rb (foreach_method_chunk): yields a
723
+ MethodSignature to the template.
724
+
725
+ * lib/bitclust/rdcompiler.rb (method_signature): show method
726
+ signature in user-friendly form ("x + y" rather than "+(y)").
727
+ (refs #170)
728
+
729
+ * template/class: ditto.
730
+
731
+ * lib/bitclust/rdcompiler.rb (method_signature): makes the whole
732
+ signature a hyperlink. (refs #188)
733
+
734
+ * template/class: ditto.
735
+
736
+ * template/search: ditto.
737
+
738
+ * tools/check-signature.rb: a new tool to check method signature
739
+ format.
740
+
741
+ Tue Aug 12 18:55:06 2008 Minero Aoki <aamine@loveruby.net>
742
+
743
+ * config.in: use MethodDatabase instead of Database.
744
+
745
+ Tue Aug 12 18:54:18 2008 Minero Aoki <aamine@loveruby.net>
746
+
747
+ * tools/update-database.rb: use MethodDatabase.
748
+
749
+ Tue Aug 12 18:29:16 2008 Minero Aoki <aamine@loveruby.net>
750
+
751
+ * lib/bitclust/methoddatabase.rb: LoadError fixed.
752
+
753
+ * lib/bitclust/functiondatabase.rb: ditto.
754
+
755
+ * lib/bitclust/server.rb: ditto.
756
+
757
+ * lib/bitclust/libraryentry.rb: fix typo.
758
+
759
+ Tue Aug 12 18:22:16 2008 Minero Aoki <aamine@loveruby.net>
760
+
761
+ * lib/bitclust/entry.rb: split file.
762
+
763
+ * lib/bitclust/libraryentry.rb: new file.
764
+
765
+ * lib/bitclust/classentry.rb: new file.
766
+
767
+ * lib/bitclust/methodentry.rb: new file.
768
+
769
+ * lib/bitclust/functionentry.rb: new file.
770
+
771
+ * lib/bitclust/docentry.rb: new file.
772
+
773
+ Tue Aug 12 18:03:32 2008 Minero Aoki <aamine@loveruby.net>
774
+
775
+ * lib/bitclust.rb: should require bitclust/*database.rb.
776
+ (refs #422)
777
+
778
+ * lib/bitclust/server.rb: ditto.
779
+
780
+ Tue Aug 12 17:56:27 2008 Minero Aoki <aamine@loveruby.net>
781
+
782
+ * lib/bitclust/completion.rb (search_methods_by_cname):
783
+ _search_methods must return a SearchResult. (closes #425)
784
+
785
+ Tue Aug 12 17:52:13 2008 Minero Aoki <aamine@loveruby.net>
786
+
787
+ * lib/bitclust/refsdatabase.rb: reduce warnings.
788
+
789
+ * lib/bitclust/entry.rb: ditto.
790
+
791
+ * lib/bitclust/methoddatabase.rb: ditto.
792
+
793
+ Tue Aug 12 17:49:46 2008 Minero Aoki <aamine@loveruby.net>
794
+
795
+ * lib/bitclust/entry.rb: use better error message. (closes #424)
796
+
797
+ Tue Aug 12 17:31:51 2008 Minero Aoki <aamine@loveruby.net>
798
+
799
+ * lib/bitclust/database.rb: fork methoddatabase.rb.
800
+
801
+ * lib/bitclust/methoddatabase.rb: new file.
802
+
803
+ * lib/bitclust/functiondatabase.rb: inherit Database class, to
804
+ provide #propget. It is required to get work C-API reference.
805
+ (refs #422)
806
+
807
+ * lib/bitclust/searcher.rb: Database -> MethodDatabase.
808
+
809
+ * lib/bitclust/rrdparser.rb: ditto.
810
+
811
+ * bin/bitclust.rb: ditto.
812
+
813
+ Tue Aug 12 17:29:31 2008 Minero Aoki <aamine@loveruby.net>
814
+
815
+ * lib/bitclust/completion.rb: implement class+type search.
816
+ (fixes #423)
817
+
818
+ * lib/bitclust/completion.rb: class name only search did not work.
819
+
820
+ Tue Aug 12 09:27:30 2008 Minero Aoki <aamine@loveruby.net>
821
+
822
+ * lib/bitclust/database.rb (#search_method): result may not have
823
+ any class.
824
+
825
+ * lib/bitclust/completion.rb (#expand_method_name): should not
826
+ return nil.
827
+
828
+ 2008-06-30 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
829
+
830
+ * standalone.rb: allow without --database option when with --auto
831
+ option.
832
+
833
+ * packer.rb: remove default_version and --database option in server.rb.
834
+
835
+ 2008-06-30 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
836
+
837
+ * lib/bitclust/screen.rb, lib/bitclust/requesthandler.rb: error
838
+ response should not be 200 OK. see #204
839
+
840
+ 2008-06-29 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
841
+
842
+ * packer.rb: update default_version from "1.8.6" to "1.8.7".
843
+
844
+ 2008-06-29 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
845
+
846
+ * lib/bitclust/simplesearcher.rb (BitClust::SimpleSearcher::search_pattern):
847
+ Fixed #204
848
+
849
+ * lib/bitclust/requesthandler.rb (BitClust::RequestHandler::handle_search):
850
+ ditto.
851
+
852
+ * test/test_simplesearcher.rb (TestSearcher::test_simple_search):
853
+ new assertions.
854
+
855
+ 2008-06-29 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
856
+
857
+ * lib/bitclust/simplesearcher.rb (BitClust::SimpleSearcher::search_pattern):
858
+ should check whether pat includes only white spaces.
859
+
860
+ * test/test_rrdparser.rb (TestRRDParser::test_title):
861
+ new test.
862
+
863
+ * test/test_simplesearcher.rb (TestSearcher::test_simple_search):
864
+ ditto.
865
+
866
+ 2008-06-28 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
867
+
868
+ * tools/bc-tohtml.rb (main): fix a bug.
869
+
870
+ 2008-06-25 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
871
+
872
+ * template/method: fix heading levels.
873
+ * template/doc: ditto.
874
+
875
+ * lib/bitclust/rrdparser.rb (BitClust::RRDParser::RRDParser.split_doc):
876
+ split the title and the other.
877
+ * lib/bitclust/database.rb (BitClust::Database::copy_doc):
878
+ ditto.
879
+
880
+ 2008-06-22 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
881
+
882
+ * lib/bitclust/requesthandler.rb (BitClust::RequestHandler::handle_search):
883
+ use String#scan. use appropriate regexp.
884
+
885
+ * lib/bitclust/simplesearcher.rb (BitClust::SimpleSearcher::find_class):
886
+ should escape strings in regexps.
887
+
888
+ Sun Jun 22 00:30:59 2008 Minero Aoki <aamine@loveruby.net>
889
+
890
+ * bin/refe.rb: automatically add command-relative libdir to the
891
+ load path.
892
+
893
+ * bin/refe.rb: automatically set $KCODE to 'EUC' on Ruby 1.8
894
+ (tmp).
895
+
896
+ 2008-06-21 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
897
+
898
+ * theme/default/style.css:
899
+ add margin to orderd lists.
900
+ change font-size of h4.
901
+
902
+ 2008-06-19 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
903
+
904
+ * lib/bitclust/preprocessor.rb (BitClust::Preprocessor::self.read):
905
+ should use wrap.
906
+
907
+ 2008-06-16 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
908
+
909
+ * template/doc: minor edit.
910
+
911
+ 2008-06-14 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
912
+
913
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler::read_paragraph):
914
+ in regexp, should use //emlist\{ instead of //\w.
915
+
916
+ (BitClust::RDCompiler::read_method_entry_paragraph): ditto.
917
+
918
+ * test/test_rdcompiler.rb (TestRDCompiler::test_invalid_case):
919
+ new test.
920
+
921
+ 2008-06-11 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
922
+
923
+ * tools/bc-tochm.rb: refm.chm now includes other documents.
924
+
925
+ 2008-06-10 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
926
+
927
+ * packer.rb: generate refe-{1_8_6,1_9_0}{,.cmd}.
928
+
929
+ 2008-06-09 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
930
+
931
+ * lib/bitclust/screen.rb (BitClust::TemplateScreen::initialize):
932
+ set the encoding of the database to default_encoding.
933
+
934
+ * template: add `Home' to each breadcrumb navigation.
935
+
936
+ 2008-06-08 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
937
+
938
+ * lib/bitclust/screen.rb (BitClust::URLMapper::search_url):
939
+ new method.
940
+
941
+ * test/test_refsdatabase.rb (Test_RefsDatabase::test_make_refs):
942
+ new test.
943
+
944
+ 2008-06-08 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
945
+
946
+ * test/test_rdcompiler.rb (TestRDCompiler::test_braket_link):
947
+ add new assertions.
948
+
949
+ 2008-06-08 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
950
+
951
+ * tools/bc-tohtml.rb (main):
952
+ should pass the database to ScreenManager.entry_screen.
953
+
954
+ * lib/bitclust/database.rb (BitClust::Database::Database.dummy):
955
+ set Database#refs for dummy databases.
956
+
957
+ 2008-06-08 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
958
+
959
+ * tools/bc-tochm.rb (main):
960
+ delete ScreenManagerEx. use ScreenManager.
961
+ should pass the database to ScreenManager.entry_screen and others.
962
+
963
+ * lib/bitclust/screen.rb (BitClust::ScreenManager::initialize):
964
+ should not overwrite given configuration.
965
+
966
+ (BitClust::TemplateScreen::initialize): ditto.
967
+
968
+ 2008-06-08 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
969
+
970
+ * lib/bitclust/requesthandler.rb (BitClust::RequestHandler::handle_class):
971
+ pass the database to screen objects through the second argument.
972
+
973
+ (BitClust::RequestHandler::handle_doc): ditto.
974
+ (BitClust::RequestHandler::handle_search): ditto.
975
+ (BitClust::RequestHandler::handle_function): ditto.
976
+ (BitClust::RequestHandler::handle_method): ditto.
977
+ (BitClust::RequestHandler::handle_library): ditto.
978
+
979
+ * lib/bitclust/screen.rb (BitClust::IndexScreen::initialize):
980
+ now can take a database through the third argument.
981
+
982
+ (BitClust::EntryBoundScreen::initialize): ditto.
983
+ (BitClust::MethodScreen::initialize): ditto.
984
+
985
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
986
+
987
+ * lib/bitclust/database.rb (BitClust::Database::make_refs):
988
+ Database now contains references in method entries.
989
+
990
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler::reference_link):
991
+ new method. create a link from a reference ([[ref:c:String#m17n]] ...etc).
992
+
993
+ (BitClust::RDCompiler::bracket_link):
994
+ bracket_link now can take a label and a fragment.
995
+ bracket_link now can treat [[ref:c:String#m17n]] ...etc.
996
+
997
+ (BitClust::RDCompiler::h): now can take a fragment.
998
+
999
+ * lib/bitclust/htmlutils.rb (BitClust::HTMLUtils::library_link):
1000
+ now can take a fragment.
1001
+
1002
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1003
+
1004
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler::document_link):
1005
+ new method. create a link to a document.
1006
+
1007
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1008
+
1009
+ * lib/bitclust/exception.rb (BitClust::DocNotFound):
1010
+ new error class.
1011
+
1012
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1013
+
1014
+ * lib/bitclust/screen.rb (BitClust::DocScreen):
1015
+ BitClust now can display documents.
1016
+
1017
+ * lib/bitclust/entry.rb (BitClust::DocEntry):
1018
+ ditto.
1019
+
1020
+ * lib/bitclust/requesthandler.rb (BitClust::RequestHandler::handle_doc):
1021
+ ditto.
1022
+
1023
+ * template/doc: ditto.
1024
+
1025
+ * template.offline/doc: ditto.
1026
+
1027
+ * tools/bc-tohtml.rb (main): ditto.
1028
+
1029
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1030
+
1031
+ * lib/bitclust/database.rb (BitClust::Database::docs):
1032
+ Database now can contain documents.
1033
+
1034
+ (BitClust::Database::make_refs):
1035
+ new method. make the database of references.
1036
+
1037
+ (BitClust::Database::copy_doc):
1038
+ new method. copy documents.
1039
+
1040
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1041
+
1042
+ * lib/bitclust/rrdparser.rb (BitClust::RRDParser::RRDParser.title):
1043
+ new method. extract the title of a document.
1044
+
1045
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1046
+
1047
+ * lib/bitclust/refsdatabase.rb (BitClust::RefsDatabase):
1048
+ add a new reference-database class.
1049
+
1050
+ * test/test_refsdatabase.rb (Test_RefsDatabase): ditto.
1051
+
1052
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1053
+
1054
+ * lib/bitclust/completion.rb (BitClust::SearchResult::inspect):
1055
+ avoid too big SearchResult#inspect.
1056
+
1057
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1058
+
1059
+ * lib/bitclust/preprocessor.rb (BitClust::Preprocessor::Preprocessor.read):
1060
+ add a File.read-like method.
1061
+
1062
+ 2008-06-07 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1063
+
1064
+ * lib/bitclust/simplesearcher.rb (BitClust::SimpleSearcher::search_pattern):
1065
+ check whether pattern is empty.
1066
+
1067
+ 2008-06-02 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1068
+
1069
+ * lib/bitclust/screen.rb (BitClust::ScreenManager):
1070
+ use a hash to store configuration data.
1071
+
1072
+ * lib/bitclust/screen.rb (BitClust::TemplateScreen::search_form):
1073
+ check whether called by bc-tochm.rb.
1074
+
1075
+ * tools/bc-tochm.rb (main): ditto.
1076
+
1077
+ * template/class (ancestors): ditto.
1078
+
1079
+ 2008-06-01 okkez <okkez000@gmail.com>
1080
+
1081
+ * tools/bc-tochm.rb (main):
1082
+ bc-tochm now can display target ruby version.
1083
+
1084
+ 2008-06-01 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1085
+
1086
+ * standalone.rb: add default_encoding to the manager.
1087
+
1088
+ 2008-06-01 TAMURA Takashi <sh@sheepman.sakura.ne.jp>
1089
+
1090
+ * template/search: BitClust now takes a search query.
1091
+
1092
+ * template/class-index: ditto.
1093
+
1094
+ * template/function-index: ditto.
1095
+
1096
+ * template/function: ditto.
1097
+
1098
+ * template/library-index: ditto.
1099
+
1100
+ * template/library: ditto.
1101
+
1102
+ * template/class: ditto.
1103
+
1104
+ * template/method: ditto
1105
+
1106
+ * theme/default/style.css: ditto.
1107
+
1108
+ * lib/bitclust/screen.rb (BitClust::ScreenManager::seach_screen): ditto.
1109
+ (BitClust::TemplateScreen::search_form): ditto.
1110
+ (BitClust::SearchScreen::initialize): ditto.
1111
+
1112
+ * lib/bitclust/requesthandler.rb (BitClust::RequestHandler::handle_search): ditto.
1113
+
1114
+ * lib/bitclust/simplesearcher.rb (BitClust::SimpleSearcher): ditto.
1115
+
1116
+ * test/test_simplesearcher.rb (TestSearcher::test_simple_search): add a new test.
1117
+
1118
+ * test/test_entry.rb: minor edit.
1119
+
1120
+ * lib/bitclust/rrdparser.rb (BitClust::RRDParser.parse):
1121
+ add a new class method for debug.
1122
+
1123
+ 2008-05-29 okkez <okkez000@gmail.com>
1124
+
1125
+ * lib/bitclust/screen.rb (BitClust::ScreenManager::new_screen):
1126
+ BitClust now can display ruby version (from database property).
1127
+
1128
+ * standalone.rb: ditto.
1129
+
1130
+ * template/class: ditto.
1131
+
1132
+ * template/method: ditto.
1133
+
1134
+ * template/function: ditto.
1135
+
1136
+ * template/function-index: ditto.
1137
+
1138
+ * template/library-index: ditto.
1139
+
1140
+ * template/library: ditto.
1141
+
1142
+ 2008-05-25 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1143
+
1144
+ * lib/bitclust/requesthandler.rb (BitClust::RequestHandler::handle_class):
1145
+ BitClust now can display methods of ancestors in template/class pages.
1146
+
1147
+ * lib/bitclust/screen.rb (BitClust::ScreenManager::class_screen): ditto.
1148
+
1149
+ * template/class: ditto.
1150
+
1151
+ * lib/bitclust/entry.rb (BitClust::ClassEntry::entries):
1152
+ ClassEntry#entries now takes the depth of recursion.
1153
+
1154
+ * test/test_entry.rb: ditto.
1155
+
1156
+ 2008-05-24 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1157
+
1158
+ * template/class: allow the case that spaces don't exist between a signature and `{'
1159
+
1160
+ * tools/bc-rdoc.rb: should use ``require 'bitclust/ridatabase' ''
1161
+
1162
+ * tools/bc-methods.rb: take constants into a list when diff.
1163
+
1164
+ * test_nameutils.rb: add a test.
1165
+
1166
+ 2008-05-01 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
1167
+
1168
+ * packer.rb: File.expand_path path arguments.
1169
+
1170
+ 2008-02-17 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
1171
+
1172
+ * packer.rb: mkpath File.join(output_path, bitclust_dest_dir) instead
1173
+ of output_path.
1174
+
1175
+ 2008-01-26 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1176
+
1177
+ * tools/bc-methods.rb (defined_methods):
1178
+ should treat Object and Kernel as special cases.
1179
+
1180
+ * tools/bc-methods.rb : add a new option `--ruby='.
1181
+
1182
+ * lib/bitclust/crossrubyutils.rb (BitClust::CrossRubyUtils::get_ruby):
1183
+ add a new method that return the ruby interpreter path of a given version.
1184
+
1185
+ 2008-01-05 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1186
+
1187
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler):
1188
+ fix parsing at @param separated by empty lines.
1189
+
1190
+ * test/test_rdcompiler.rb (TestRDCompiler::test_dlist):
1191
+ ditto.
1192
+
1193
+ 2008-01-02 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1194
+
1195
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler):
1196
+ refactoring.
1197
+ fix the regexp of bracket link.
1198
+
1199
+ * test/test_rdcompiler.rb (TestRDCompiler):
1200
+ ditto.
1201
+
1202
+ 2008-01-01 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1203
+
1204
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler):
1205
+ use dlist for @param, @raise and so on.
1206
+
1207
+ * test/test_rdcompiler.rb (TestRDCompiler::test_method):
1208
+ ditto.
1209
+
1210
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler::dlist):
1211
+ allow nested pre (//emlist{) in dlist.
1212
+ use <p> in <dd>. empty lines separate paragraphs in dlist.
1213
+
1214
+ * test/test_rdcompiler.rb (TestRDCompiler): ditto.
1215
+
1216
+ 2007-12-31 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1217
+
1218
+ * test/test_rdcompiler.rb (TestRDCompiler):
1219
+ add new tests.
1220
+
1221
+ 2007-12-30 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1222
+
1223
+ * test/test_rdcompiler.rb (TestRDCompiler):
1224
+ add new tests.
1225
+
1226
+ 2007-12-29 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1227
+
1228
+ * test/test_rdcompiler.rb (TestRDCompiler):
1229
+ add new assertions.
1230
+
1231
+ 2007-12-27 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1232
+
1233
+ * lib/bitclust/nameutils.rb (BitClust::NameUtils::libname2id):
1234
+ fix regexp for redefinable not operator. a patch from Yugui
1235
+ [ruby-reference-manual:660].
1236
+
1237
+ * test/test_nameutils.rb (TestNameUtils::test_methodname): ditto
1238
+
1239
+ 2007-12-26 IWATSUKI Hiroyuki <don@na.rim.or.jp>
1240
+
1241
+ * tools/bc-tochm.rb (main): add alias method names to keyword page.
1242
+
1243
+ 2007-12-25 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
1244
+
1245
+ * packer.rb: generate readme.html.
1246
+
1247
+ * standalone.rb: use readme.html if exists.
1248
+
1249
+ * lib/bitclust/database.rb: do not write db files as CRLF.
1250
+
1251
+ 2007-12-24 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1252
+
1253
+ * test/test_rdcompiler.rb: add a new test.
1254
+
1255
+ Mon Dec 24 17:13:12 2007 Minero Aoki <aamine@loveruby.net>
1256
+
1257
+ * lib/bitclust/screen.rb (encoding): had failed when
1258
+ @entries.first is nil.
1259
+
1260
+ 2007-12-24 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1261
+
1262
+ * test/test_preprocessor.rb (TestPreprocessor::test_eval_cond):
1263
+ add new assertions.
1264
+
1265
+ * lib/bitclust/parseutils.rb: add a new require.
1266
+
1267
+ 2007-12-23 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1268
+
1269
+ * lib/bitclust/preprocessor.rb (BitClust::Preprocessor::eval_expr):
1270
+ make conjunctions(and, or) available.
1271
+
1272
+ * test/test_preprocessor.rb: add a new test.
1273
+
1274
+ 2007-12-18 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1275
+
1276
+ * template/*: escape entry names. [ruby-reference-manual:607]
1277
+
1278
+ * lib/bitclust/entry.rb (BitClust::Entry::Property::deserializer):
1279
+ fix [ruby-reference-manual:454].
1280
+
1281
+ 2007-12-16 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1282
+
1283
+ * lib/bitclust/database.rb (BitClust::Database::Database.dummy):
1284
+ dummy databases should have version info.
1285
+
1286
+ * lib/bitclust/rrdparser.rb (BitClust::RRDParser::RRDParser.parse_stdlib_file): ditto
1287
+
1288
+ 2007-12-13 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1289
+
1290
+ * lib/bitclust/rrdparser.rb (BitClust::RRDParser::Context::define_class):
1291
+ top class is BasicObject in 1.9.0
1292
+
1293
+ 2007-11-26 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1294
+
1295
+ * template/library: display Required Libraries and Sublibraries.
1296
+
1297
+ * template.offline/library: ditto.
1298
+
1299
+ * template/library-index: remove an adhoc indexing. do not display libraries that are sublibraries.
1300
+
1301
+ * template.offline/library-index: ditto.
1302
+
1303
+ * lib/bitclust/database.rb (Bitclust::Database::update_requires): LibraryEntry#requires should
1304
+ include all the required libraries recursively.
1305
+
1306
+ * lib/bitclust/database.rb (BitClust::Database::transaction): call update methods.
1307
+
1308
+ * lib/bitclust/database.rb (BitClust::Database): add new methods, Database#update_requires
1309
+ and Database#update_sublibraries.
1310
+
1311
+ * lib/bitclust/rrdparser.rb (BitClust::RRDParser::do_parse): add a new command `sublibrary'.
1312
+
1313
+ * lib/bitclust/entry.rb (LibraryEntry): add new properties, LibraryEntry#sublibraries and
1314
+ LibraryEntry#is_sublibrary.
1315
+
1316
+ * lib/bitclust/entry.rb (LibraryEntry): add new methods, LibraryEntry#sublibrary and
1317
+ LibraryEntry#all_requires.
1318
+
1319
+ 2007-11-25 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1320
+
1321
+ * template/class: fix a regexp to split signatures of Added Methods.
1322
+
1323
+ * template/method: put `$' in the cases of global variables.
1324
+
1325
+ * template.offline/method: ditto
1326
+
1327
+ 2007-11-24 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1328
+
1329
+ * template/class: fix a regexp to split signatures of methods.
1330
+
1331
+ 2007-11-23 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1332
+
1333
+ * template/library: do not display classes in required libraries
1334
+
1335
+ 2007-11-15 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1336
+
1337
+ * tools/bc-preproc.rb (main): fix typo
1338
+
1339
+ * lib/bitclust/preprocessor.rb (BitClust::Preprocessor::next_line): should check cond also when #@include
1340
+
1341
+ 2007-11-10 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1342
+
1343
+ * lib/bitclust/rrdparser.rb (BitClust::RRDParser.parse_stdlib_file): add a new argument `params'.
1344
+
1345
+ * lib/bitclust/screen.rb (BitClust::RDFileScreen): minor edit.
1346
+
1347
+ * lib/bitclust/rdcompiler.rb (BitClust::RDCompiler): add a new instance variable `@option'.
1348
+
1349
+ * template.offline/rd_file: minor edit
1350
+
1351
+ * tools/bc-tohtml.rb (main): add new options, --force and --ruby_version.
1352
+
1353
+ 2007-11-08 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1354
+
1355
+ * lib/bitclust/screen.rb (BitClust::RDFileScreen): add a new class for general RD files.
1356
+
1357
+ * tools/bc-tohtml.rb (main): a new feature of compiling general RD files.
1358
+
1359
+ * template.offline/rd_file: add a new template for general RD files.
1360
+
1361
+ * template.offline/class: fix the url of a css file.
1362
+
1363
+ 2007-11-07 TAMURA Takashi <sheepman@sheepman.sakura.ne.jp>
1364
+
1365
+ * lib/bitclust/ridatabase.rb (RiDatabase): take out RiDatabase from tools/bc-rdoc.rb.
1366
+
1367
+ * tools/bc-methods.rb (main): display RDoc domcuments of entries that do not exist in Rurima.
1368
+
1369
+ * template.offline/class: display all the methods in a single page. [ruby-reference-manual:557].
1370
+
1371
+ * template/library: separate classes into Exception ones and others.
1372
+
1373
+ Wed Nov 7 01:47:22 2007 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
1374
+
1375
+ * packer.rb: --database-version -> --database-versions.
1376
+ remove --database-dir.
1377
+
1378
+ * standalone.rb: add new option --auto and --browser.
1379
+
1380
+ Sun Nov 4 19:37:37 2007 Minero Aoki <aamine@loveruby.net>
1381
+
1382
+ * lib/bitclust/preprocessor.rb: new conditional statement #@until.
1383
+
1384
+ * lib/bitclust/rdcompiler.rb: new alias @arg (== @param).
1385
+
1386
+ Sat Oct 13 05:59:03 2007 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
1387
+
1388
+ * packer.rb: create archive files.
1389
+
1390
+ Tue Oct 9 12:08:50 2007 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
1391
+
1392
+ * packer.rb: new file.
1393
+
1394
+ * standalone.rb: add new option --bind-address.
1395
+
1396
+ Thu Aug 9 01:41:19 2007 Minero Aoki <aamine@loveruby.net>
1397
+
1398
+ * lib/bitclust/rdcompiler.rb (method_info): @see accepts comma
1399
+ separated ref list.
1400
+
1401
+ Thu Aug 9 01:23:23 2007 Minero Aoki <aamine@loveruby.net>
1402
+
1403
+ * lib/bitclust/rdcompiler.rb (method_info): compile @see.
1404
+
1405
+ Wed Aug 8 06:42:44 2007 Minero Aoki <aamine@loveruby.net>
1406
+
1407
+ * lib/bitclust/rdcompiler.rb (method_info): change output (tmp).
1408
+
1409
+ Wed Aug 8 06:38:11 2007 Minero Aoki <aamine@loveruby.net>
1410
+
1411
+ * lib/bitclust/rdcompiler.rb: compile @return, @param, ...
1412
+
1413
+ Mon Aug 6 03:36:02 2007 Minero Aoki <aamine@loveruby.net>
1414
+
1415
+ * tools/stattodo.rb: use history database.
1416
+
1417
+ * tools/ToDoHistory: add database file for backup.
1418
+
1419
+ * lib/bitclust/rrdparser.rb: fork preprocessor.rb and
1420
+ parseutils.rb.
1421
+
1422
+ * lib/bitclust/preprocessor.rb: new file.
1423
+
1424
+ * lib/bitclust/parseutils.rb: new file.
1425
+
1426
+ Sun Jul 1 18:45:03 2007 Minero Aoki <aamine@loveruby.net>
1427
+
1428
+ * standalone.rb: now --srcdir is optional.
1429
+
1430
+ Sun Jul 1 18:19:41 2007 Minero Aoki <aamine@loveruby.net>
1431
+
1432
+ * standalone.rb: --cgidir -> --themedir.
1433
+
1434
+ Sun Jul 1 18:09:56 2007 Minero Aoki <aamine@loveruby.net>
1435
+
1436
+ * standalone.rb: new file. WEBrick based server entry point.
1437
+
1438
+ * lib/bitclust/interface.rb: support WEBrick servlet (still
1439
+ multi-thread unsafe).
1440
+
1441
+ Sun Jun 17 04:40:59 2007 Minero Aoki <aamine@loveruby.net>
1442
+
1443
+ * lib/bitclust/functionreferenceparser.rb: parse function header.
1444
+
1445
+ * lib/bitclust/entry.rb (FunctionEntry): new persistent attribute
1446
+ "filename".
1447
+
1448
+ * template/function: show static and macro symbol.
1449
+
1450
+ Sat Jun 9 16:44:00 2007 Minero Aoki <aamine@loveruby.net>
1451
+
1452
+ * template/function: new file.
1453
+
1454
+ * template/function-index: new file.
1455
+
1456
+ * bin/bitclust.rb: support function database.
1457
+
1458
+ * lib/bitclust/requesthandler.rb: ditto.
1459
+
1460
+ * lib/bitclust/screen.rb: ditto.
1461
+
1462
+ * lib/bitclust/database.rb: new class FunctionDatabase.
1463
+
1464
+ * lib/bitclust/database.rb: new module DirectFileAccess.
1465
+
1466
+ * lib/bitclust/entry.rb: new class FunctionEntry.
1467
+
1468
+ * lib/bitclust/htmlutils.rb: new method #function_link.
1469
+
1470
+ * lib/bitclust/nameutils.rb: new method #functionname?.
1471
+
1472
+ * lib/bitclust/exception.rb: new exception class FunctionNotFound.
1473
+
1474
+ * lib/bitclust/functionreferenceparser.rb: new file.
1475
+
1476
+ Sun May 6 21:30:56 2007 Minero Aoki <aamine@loveruby.net>
1477
+
1478
+ * lib/bitclust/rdcompiler.rb (method_entry_paragraph): last change
1479
+ was incomplete.
1480
+
1481
+ Sun May 6 19:48:40 2007 Minero Aoki <aamine@loveruby.net>
1482
+
1483
+ * lib/bitclust/rdcompiler.rb: support [[m:Array#[] ]].
1484
+ [ruby-reference-manual:405]
1485
+
1486
+ * tools/bc-tohtml.rb: --target=C did not work.
1487
+
1488
+ * lib/bitclust/screen.rb: accept multiple method entries.
1489
+
1490
+ * lib/bitclust/entry.rb: new method LibraryEntry#get_class.
1491
+
1492
+ * lib/bitclust/entry.rb: new method LibraryEntry#fetch_methods.
1493
+
1494
+ Sun Apr 22 14:55:03 2007 Minero Aoki <aamine@loveruby.net>
1495
+
1496
+ * lib/bitclust/entry.rb (inherited_method_specs): did not reject
1497
+ methods of the current class (Local variable was wrongly
1498
+ overwritten).
1499
+
1500
+ * bin/bitclust.rb: new subcommand "query".
1501
+
1502
+ Sun Apr 22 14:35:19 2007 Minero Aoki <aamine@loveruby.net>
1503
+
1504
+ * template/method: show all method entries.
1505
+
1506
+ * lib/bitclust/screen.rb (MethodScreen): accept multiple entries.
1507
+
1508
+ * lib/bitclust/requesthandler.rb: search all methods.
1509
+
1510
+ * lib/bitclust/database.rb: new method Database#fetch_methods.
1511
+
1512
+ * lib/bitclust/entry.rb: new method ClassEntry#fetch_methods.
1513
+
1514
+ * template/class: parameterize entry type name.
1515
+
1516
+ * lib/bitclust/screen.rb (h): call to_s for argument.
1517
+
1518
+ * lib/bitclust/entry.rb (ClassEntry#inherited_method_specs): names
1519
+ must be unique.
1520
+
1521
+ Sun Apr 22 13:35:14 2007 Minero Aoki <aamine@loveruby.net>
1522
+
1523
+ * template/method: parameterize method entry type label (instance
1524
+ method, ...)
1525
+
1526
+ * lib/bitclust/entry.rb: new method MethodEntry#type_label.
1527
+
1528
+ * lib/bitclust/entry.rb: new method MethodEntry#short_label.
1529
+
1530
+ * lib/bitclust/entry.rb (label): do not include class name for
1531
+ variables.
1532
+
1533
+ * lib/bitclust/htmlutils.rb (link_to_method): use #short_label.
1534
+
1535
+ Sun Apr 22 13:10:56 2007 Minero Aoki <aamine@loveruby.net>
1536
+
1537
+ * lib/bitclust/requesthandler.rb (handle_method): check gvar name
1538
+ indivisually. [ruby-reference-manual:398]
1539
+
1540
+ * lib/bitclust/nameutils.rb: new method #gvarname?.
1541
+
1542
+ Thu Mar 29 11:49:54 2007 Minero Aoki <aamine@loveruby.net>
1543
+
1544
+ * lib/bitclust/screen.rb: new method ErrorScreen#content_type.
1545
+
1546
+ Thu Mar 29 06:34:49 2007 Minero Aoki <aamine@loveruby.net>
1547
+
1548
+ * lib/bitclust/lineinput.rb: import latest version.
1549
+
1550
+ Tue Mar 20 16:38:28 2007 Minero Aoki <aamine@loveruby.net>
1551
+
1552
+ * template/method: show visibility on topic path.
1553
+
1554
+ Tue Mar 20 16:19:06 2007 Minero Aoki <aamine@loveruby.net>
1555
+
1556
+ * lib/bitclust/completion.rb: cref includes class ID, not class
1557
+ name.
1558
+
1559
+ Tue Mar 20 16:11:54 2007 Minero Aoki <aamine@loveruby.net>
1560
+
1561
+ * lib/bitclust/entry.rb (LibraryEntry#<=>): case-insensitive.
1562
+
1563
+ * lib/bitclust/entry.rb (MethodEntry#<=>): defined entry preceeds
1564
+ other entries.
1565
+
1566
+ * lib/bitclust/entry.rb (MethodEntry#spec, spec_string, typemark,
1567
+ typechar): optimize.
1568
+
1569
+ * lib/bitclust/nameutils.rb: new method methodid2typechar.
1570
+
1571
+ * lib/bitclust/nameutils.rb: new method methodid2typemark.
1572
+
1573
+ * lib/bitclust/nameutils.rb: new method methodid2specparts.
1574
+
1575
+ * lib/bitclust/nameutils.rb: rename methodid2spec ->
1576
+ methodid2specstring.
1577
+
1578
+ * lib/bitclust/htmlutils.rb: ditto.
1579
+
1580
+ * lib/bitclust/nameutils.rb (typechar2mark, typemark2char):
1581
+ optimize.
1582
+
1583
+ Tue Mar 20 02:04:38 2007 Minero Aoki <aamine@loveruby.net>
1584
+
1585
+ * template/library-index: show abstract of each entries.
1586
+
1587
+ * template/library: ditto.
1588
+
1589
+ * template/class: ditto.
1590
+
1591
+ * lib/bitclust/screen.rb: new method Screen#foreach_method_chunk.
1592
+
1593
+ * lib/bitclust/methodid.rb: new method MethodSpec#<=>.
1594
+
1595
+ * lib/bitclust/rdcompiler.rb: $VAR should be rendered as "$VAR",
1596
+ not "Kernel$VAR".
1597
+
1598
+ * lib/bitclust/entry.rb (synopsis_source): might be nil.
1599
+
1600
+ * lib/bitclust/entry.rb (partitioned_entries): separate added
1601
+ entries.
1602
+
1603
+ * lib/bitclust/lineinput.rb: new method LineInput.for_string.
1604
+
1605
+ * theme/default/style.css: add table/tr/th/td rules.
1606
+
1607
+ Mon Mar 19 23:44:04 2007 Minero Aoki <aamine@loveruby.net>
1608
+
1609
+ * template/library: show added/redefined methods.
1610
+
1611
+ * lib/bitclust/htmlutils.rb (link_to_method): add 2nd parameter
1612
+ "specp".
1613
+
1614
+ * lib/bitclust/entry.rb: new method Entry#detail_source.
1615
+
1616
+ Mon Mar 19 22:50:51 2007 Minero Aoki <aamine@loveruby.net>
1617
+
1618
+ * lib/bitclust/completion.rb: never load MethoEntry until needed.
1619
+
1620
+ * bin/refe.rb: require specific library for speed.
1621
+
1622
+ * lib/bitclust/searcher.rb: do not require bitclust/server
1623
+ (webrick/config) until needed.
1624
+
1625
+ * lib/bitclust/server.rb: include DRbUndumped to all classes here.
1626
+
1627
+ * lib/bitclust/entry.rb: ditto.
1628
+
1629
+ * lib/bitclust/database.rb: ditto.
1630
+
1631
+ Mon Mar 19 17:38:26 2007 Minero Aoki <aamine@loveruby.net>
1632
+
1633
+ * lib/bitclust/searcher.rb: reduce remote call.
1634
+
1635
+ * lib/bitclust/database.rb: fork completion.rb.
1636
+
1637
+ * lib/bitclust/completion.rb: new file.
1638
+
1639
+ * lib/bitclust/entry.rb: combine _*map into _index.
1640
+
1641
+ * lib/bitclust/methodid.rb: merge methodnamepattern.rb.
1642
+
1643
+ * lib/bitclust/methodnamepattern.rb: removed (merged to
1644
+ methodid.rb).
1645
+
1646
+ * lib/bitclust/rdcompiler.rb: read method property.
1647
+
1648
+ Sat Mar 3 02:43:14 2007 Minero Aoki <aamine@loveruby.net>
1649
+
1650
+ * lib/bitclust/searcher.rb: support remote database.
1651
+
1652
+ * lib/bitclust/database.rb: new method Database.connect to connect
1653
+ to remote database.
1654
+
1655
+ * lib/bitclust/server.rb: new file.
1656
+
1657
+ * lib/bitclust/exception.rb: new exception class InvalidScheme.
1658
+
1659
+ * lib/bitclust.rb: require bitclust/server.
1660
+
1661
+ * bin/refe.rb: do not exit in SIGPIPE signal handler not to stop
1662
+ druby server.
1663
+
1664
+ Sat Mar 3 00:16:46 2007 Minero Aoki <aamine@loveruby.net>
1665
+
1666
+ * tools/bc-tohtml.rb: new option --baseurl.
1667
+
1668
+ * tools/bc-tohtml.rb: pass base_url and default_encoding to a
1669
+ ScreenManager. [ruby-reference-manual:358]
1670
+
1671
+ * lib/bitclust/screen.rb: accept new option default_encoding.
1672
+
1673
+ Tue Feb 20 09:44:39 2007 Minero Aoki <aamine@loveruby.net>
1674
+
1675
+ * bin/bitclust.rb (main): just ignore SIGPIPE (and rescue EPIPE).
1676
+
1677
+ Wed Feb 7 22:05:12 2007 Minero Aoki <aamine@loveruby.net>
1678
+
1679
+ * move bin/bc-*.rb and forall-ruby.rb to tools/.
1680
+
1681
+ Fri Jan 26 06:39:46 2007 Minero Aoki <aamine@loveruby.net>
1682
+
1683
+ * lib/bitclust/database.rb (make_method_index): should be
1684
+ inheritance-sensitive. (refe failed to search inherited methods)
1685
+
1686
+ * lib/bitclust/database.rb (open_class): should overwrite existing
1687
+ object.
1688
+
1689
+ * lib/bitclust/database.rb (open_library): ditto (but not
1690
+ validated).
1691
+
1692
+ Tue Jan 9 04:07:54 2007 Minero Aoki <aamine@loveruby.net>
1693
+
1694
+ * lib/bitclust/database.rb (get_class, open_class): logic fix
1695
+ again.
1696
+
1697
+ * lib/bitclust/database.rb: reduce redundant system calls.
1698
+
1699
+ * lib/bitclust/entry.rb: ditto.
1700
+
1701
+ * lib/bitclust/rrdparser.rb: supress warning on class alias.
1702
+
1703
+ Tue Jan 9 03:21:57 2007 Minero Aoki <aamine@loveruby.net>
1704
+
1705
+ * lib/bitclust/database.rb (get_class): id is nil in else clause.
1706
+
1707
+ * lib/bitclust/database.rb (load_class): set @classmap here.
1708
+
1709
+ Tue Jan 9 02:27:02 2007 Minero Aoki <aamine@loveruby.net>
1710
+
1711
+ * lib/bitclust/database.rb: lazy loading for class entries.
1712
+
1713
+ * lib/bitclust/database.rb: generate class ID/name relation index.
1714
+
1715
+ * lib/bitclust/methodnamepattern.rb: optimize using class index.
1716
+
1717
+ * lib/bitclust/entry.rb: reduce warning on Ruby 1.9.
1718
+
1719
+ Tue Jan 9 00:34:41 2007 Minero Aoki <aamine@loveruby.net>
1720
+
1721
+ * lib/bitclust/database.rb: allow looped require (tmp).
1722
+
1723
+ * lib/bitclust/rrdparser.rb: allow blank lines before class alias.
1724
+
1725
+ Tue Jan 9 00:21:02 2007 Minero Aoki <aamine@loveruby.net>
1726
+
1727
+ * bin/bitclust.rb: show program name in error message.
1728
+
1729
+ * lib/bitclust/database.rb (transaction): check looped ancestors,
1730
+ requires. [ruby-reference-manual:305]
1731
+
1732
+ * lib/bitclust/entry.rb: ditto.
1733
+
1734
+ * lib/bitclust/exception.rb: new exception InvalidLink.
1735
+
1736
+ * lib/bitclust/exception.rb: new exception InvalidAncestor.
1737
+
1738
+ Sun Jan 7 16:47:14 2007 Minero Aoki <aamine@loveruby.net>
1739
+
1740
+ * tools/update-database.rb: chdir to document directory.
1741
+
1742
+ Sun Jan 7 14:45:04 2007 Minero Aoki <aamine@loveruby.net>
1743
+
1744
+ * lib/bitclust/rdcompiler.rb (dlist): <dl></dl> location was wrong
1745
+ (This patch is contributed by sheepman).
1746
+ [ruby-reference-manual:289]
1747
+
1748
+ Sun Jan 7 14:43:49 2007 Minero Aoki <aamine@loveruby.net>
1749
+
1750
+ * lib/bitclust/database.rb (properties): h['source'] may become
1751
+ nil if database is empty (dummy).
1752
+
1753
+ Sat Jan 6 20:00:01 2007 Minero Aoki <aamine@loveruby.net>
1754
+
1755
+ * lib/bitclust/rrdparser.rb: allow to write class alias (support
1756
+ is still incomplete).
1757
+
1758
+ Fri Jan 5 08:47:50 2007 Minero Aoki <aamine@loveruby.net>
1759
+
1760
+ * lib/bitclust/rrdparser.rb: produce better error message.
1761
+
1762
+ * lib/bitclust/rrdparser.rb (read_classes): parse level-1 header
1763
+ more strictly.
1764
+
1765
+ Fri Jan 5 07:12:14 2007 Minero Aoki <aamine@loveruby.net>
1766
+
1767
+ * lib/bitclust/rrdparser.rb (read_classes): allow superclass for
1768
+ level-1 object header.
1769
+
1770
+ Wed Jan 3 17:12:19 2007 Minero Aoki <aamine@loveruby.net>
1771
+
1772
+ * lib/bitclust/rrdparser.rb: refactoring: extract method:
1773
+ read_object_body.
1774
+
1775
+ Wed Jan 3 10:18:19 2007 Minero Aoki <aamine@loveruby.net>
1776
+
1777
+ * lib/bitclust/rrdparser.rb (read_classes): allow dynamic include
1778
+ (not implemented yet). [ruby-reference-manual:240]
1779
+
1780
+ * lib/bitclust/rrdparser.rb (read_classes): allow extend for
1781
+ modules/classes. [ruby-reference-manual:244]
1782
+
1783
+ Tue Jan 2 06:10:17 2007 Minero Aoki <aamine@loveruby.net>
1784
+
1785
+ * lib/bitclust/rrdparser.rb (check_chunk_signatures): allow not
1786
+ qualified signature if method's signature is qualified and
1787
+ compatible.
1788
+
1789
+ Tue Jan 2 06:09:00 2007 Minero Aoki <aamine@loveruby.net>
1790
+
1791
+ * tools/statrefm.rb: ignore not found files.
1792
+
1793
+ Tue Dec 19 08:27:14 2006 Minero Aoki <aamine@loveruby.net>
1794
+
1795
+ * lib/bitclust/rdcompiler.rb: allow <dl> out of method list.
1796
+ (This patch is contributed by sheepman.)
1797
+
1798
+ Tue Dec 19 08:26:40 2006 Minero Aoki <aamine@loveruby.net>
1799
+
1800
+ * bin/bc-methods.rb: expand module functions to instance/singleton
1801
+ methods.
1802
+
1803
+ Wed Dec 6 19:32:23 2006 Minero Aoki <aamine@loveruby.net>
1804
+
1805
+ * bin/bc-methods.rb: new option --diff.
1806
+
1807
+ Wed Dec 6 19:32:04 2006 Minero Aoki <aamine@loveruby.net>
1808
+
1809
+ * tools/statrefm.rb: do not count working file.
1810
+
1811
+ Mon Dec 4 21:56:40 2006 Minero Aoki <aamine@loveruby.net>
1812
+
1813
+ * tools/update-database.rb (main): report Errno::ENOENT.
1814
+
1815
+ Sat Dec 2 21:40:48 2006 Minero Aoki <aamine@loveruby.net>
1816
+
1817
+ * tools/statrefm.rb: new file.
1818
+
1819
+ Sat Dec 2 20:41:05 2006 Minero Aoki <aamine@loveruby.net>
1820
+
1821
+ * bin/bitclust.rb (InitCommand#exec): warn if standard properties
1822
+ are not given.
1823
+
1824
+ * lib/bitclust/rrdparser.rb: produce better error message.
1825
+
1826
+ Sat Nov 18 18:55:23 2006 Minero Aoki <aamine@loveruby.net>
1827
+
1828
+ * lib/bitclust/rdcompiler.rb: surround an error message by <span>.
1829
+
1830
+ * theme/default/style.css: show error message by red, bold font.
1831
+
1832
+ Sat Nov 18 18:48:02 2006 Minero Aoki <aamine@loveruby.net>
1833
+
1834
+ * lib/bitclust/rdcompiler.rb (blacket_link): protect compile
1835
+ errors caused by wrong description.
1836
+
1837
+ Wed Nov 15 14:53:35 2006 Minero Aoki <aamine@loveruby.net>
1838
+
1839
+ * test/test_nameutils.rb (test_methodid2libid): should not decode
1840
+ library ID.
1841
+
1842
+ Wed Nov 15 14:51:01 2006 Minero Aoki <aamine@loveruby.net>
1843
+
1844
+ * bin/bitclust.rb: raise all exception on debugging.
1845
+
1846
+ * lib/bitclust/methodnamepattern.rb: supress Ruby 1.9 warning.
1847
+
1848
+ * lib/bitclust/methodid.rb (MethodID#match?): optimized.
1849
+
1850
+ * lib/bitclust/nameutils.rb: define name regexps.
1851
+
1852
+ * lib/bitclust/nameutils.rb (methodid2libid): should not decode
1853
+ library ID. [ruby-reference-manual:205]
1854
+
1855
+ * lib/bitclust/rrdparser.rb: use regexps defined in nameutils.rb.
1856
+
1857
+ * test: new directory.
1858
+
1859
+ * test/test_nameutils.rb: new test.
1860
+
1861
+ Wed Nov 15 12:20:45 2006 Minero Aoki <aamine@loveruby.net>
1862
+
1863
+ * lib/bitclust/nameutils.rb (libname?): should allow '-'.
1864
+ [ruby-reference-manual:205]
1865
+
1866
+ Tue Nov 14 21:45:41 2006 Minero Aoki <aamine@loveruby.net>
1867
+
1868
+ * bin/bitclust.rb: new subcommand "bitclust property".
1869
+
1870
+ * lib/bitclust/database.rb (transaction): save method index only
1871
+ when some entry is modified.
1872
+
1873
+ * lib/bitclust/database.rb (properties): should not include
1874
+ "source" property (it is automatically added).
1875
+
1876
+ Tue Nov 14 21:31:23 2006 Minero Aoki <aamine@loveruby.net>
1877
+
1878
+ * bin/bitclust.rb (UpdateCommand#exec): use
1879
+ Database#update_by_stdlibtree.
1880
+
1881
+ Tue Nov 14 00:53:14 2006 Minero Aoki <aamine@loveruby.net>
1882
+
1883
+ * tools/update-database.rb (main): better help message.
1884
+
1885
+ * tools/update-database.rb (send_message): fix typo.
1886
+
1887
+ Tue Nov 14 00:42:07 2006 Minero Aoki <aamine@loveruby.net>
1888
+
1889
+ * tools/update-database.rb: add $LOAD_PATH hack.
1890
+
1891
+ Tue Nov 14 00:36:05 2006 Minero Aoki <aamine@loveruby.net>
1892
+
1893
+ * lib/bitclust/database.rb: new method #update_by_stdlibtree.
1894
+
1895
+ Tue Nov 14 00:35:30 2006 Minero Aoki <aamine@loveruby.net>
1896
+
1897
+ * tools/update-database.rb: old dbdir may not exist.
1898
+
1899
+ * tools/update-database.rb: parents of dbdir may not exist.
1900
+
1901
+ Tue Nov 14 00:22:50 2006 Minero Aoki <aamine@loveruby.net>
1902
+
1903
+ * tools/update-database.rb: new file.
1904
+
1905
+ Mon Nov 13 21:03:12 2006 Minero Aoki <aamine@loveruby.net>
1906
+
1907
+ * bin/bitclust.rb: should rescue errors caused by manual
1908
+ reader/writer.
1909
+
1910
+ * bin/bc-list.rb: ditto.
1911
+
1912
+ * bin/bc-tohtml.rb: ditto.
1913
+
1914
+ * bin/bc-preproc.rb: ditto.
1915
+
1916
+ * lib/bitclust/exception.rb: new exception category WriterError.
1917
+
1918
+ * lib/bitclust/exception.rb: rename class: CompileError ->
1919
+ ParseError.
1920
+
1921
+ * lib/bitclust/rrdparser.rb: rename method: #compile_error ->
1922
+ #parse_error.
1923
+
1924
+ Mon Nov 13 17:31:28 2006 Minero Aoki <aamine@loveruby.net>
1925
+
1926
+ * config: introduce instance variables.
1927
+
1928
+ Mon Nov 13 17:06:53 2006 Minero Aoki <aamine@loveruby.net>
1929
+
1930
+ * lib/bitclust/nameutils.rb (split_method_id): library-ID may
1931
+ include '.'. [ruby-reference-manual:201]
1932
+
1933
+ Sat Nov 11 09:23:44 2006 Minero Aoki <aamine@loveruby.net>
1934
+
1935
+ * lib/bitclust/searcher.rb: could not lookup Net::SMTP.
1936
+ [ruby-reference-manual:197]
1937
+
1938
+ * lib/bitclust/searcher.rb: new option --class.
1939
+
1940
+ Tue Nov 7 00:19:56 2006 Minero Aoki <aamine@loveruby.net>
1941
+
1942
+ * lib/bitclust/rrdparser.rb: give better error message for wrong
1943
+ #@include.
1944
+
1945
+ * lib/bitclust/exception.rb: new execption class WrongInclude.
1946
+
1947
+ Tue Nov 7 00:08:12 2006 Minero Aoki <aamine@loveruby.net>
1948
+
1949
+ * bin/bc-tohtml.rb: check class for constant target.
1950
+ [ruby-reference-manual:188]
1951
+
1952
+ * lib/bitclust/methodid.rb: new method
1953
+ MethodSpec#singleton_method?.
1954
+
1955
+ * lib/bitclust/methodid.rb: new method
1956
+ MethodSpec#instance_method?.
1957
+
1958
+ * lib/bitclust/methodid.rb: new method
1959
+ MethodSpec#module_function?.
1960
+
1961
+ * lib/bitclust/methodid.rb: new method MethodSpec#method?.
1962
+
1963
+ * lib/bitclust/methodid.rb: new method MethodSpec#constant?.
1964
+
1965
+ * lib/bitclust/methodid.rb: new method
1966
+ MethodSpec#special_variable?.
1967
+
1968
+ * template/class: use block parameter |a,b| to expand [a,b].
1969
+
1970
+ Sat Nov 4 22:35:37 2006 Minero Aoki <aamine@loveruby.net>
1971
+
1972
+ * template/library-index: show topic path.
1973
+
1974
+ * template/library: ditto.
1975
+
1976
+ * template/class: ditto.
1977
+
1978
+ * template/method: ditto.
1979
+
1980
+ * template/method: show method kind (redefined/added).
1981
+
1982
+ * lib/bitclust/rdcompiler.rb: new method compile_method, to show
1983
+ kind.
1984
+
1985
+ * lib/bitclust/screen.rb: new method
1986
+ TemplateScreen#compile_method.
1987
+
1988
+ * lib/bitclust/screen.rb: new method
1989
+ TemplateScreen#library_index_url.
1990
+
1991
+ * lib/bitclust/screen.rb: new method URLMapper#library_index_url.
1992
+
1993
+ * theme/default/style.css: add kindinfo style.
1994
+
1995
+ * theme/default/style.css: give more margin for <h2>, <dd>.
1996
+
1997
+ Sat Nov 4 22:22:29 2006 Minero Aoki <aamine@loveruby.net>
1998
+
1999
+ * lib/bitclust/database.rb (load_extent): argument must be a
2000
+ String. [ruby-reference-manual:184]
2001
+
2002
+ Sat Nov 4 21:07:22 2006 Minero Aoki <aamine@loveruby.net>
2003
+
2004
+ * lib/bitclust/nameutils.rb: support case-insensitive file
2005
+ systems. [ruby-reference-manual:177]
2006
+
2007
+ * lib/bitclust/nameutils.rb: fsencode -> encodename_url,
2008
+ encodename_fs.
2009
+
2010
+ * lib/bitclust/nameutils.rb: fsdecode -> decodename_url,
2011
+ decodename_fs.
2012
+
2013
+ * lib/bitclust/nameutils.rb: new method encodeid.
2014
+
2015
+ * lib/bitclust/nameutils.rb: new method decodeid.
2016
+
2017
+ * lib/bitclust/screen.rb: follow changes.
2018
+
2019
+ * lib/bitclust/requesthandler.rb: ditto.
2020
+
2021
+ * lib/bitclust/database.rb: ditto.
2022
+
2023
+ * lib/bitclust/database.rb (realpath): encode ID before writing to
2024
+ file system.
2025
+
2026
+ * lib/bitclust/database.rb (entries): decode ID after reading from
2027
+ file system.
2028
+
2029
+ Sat Nov 4 20:33:19 2006 Minero Aoki <aamine@loveruby.net>
2030
+
2031
+ * bin/bc-methods.rb (defined_methods): refactoring: extract
2032
+ constant.
2033
+
2034
+ Sat Nov 4 20:31:46 2006 Minero Aoki <aamine@loveruby.net>
2035
+
2036
+ * bin/bc-rdoc.rb: show library ID for redefined/added methods.
2037
+ [ruby-reference-manual:176]
2038
+
2039
+ Sat Nov 4 20:31:01 2006 Minero Aoki <aamine@loveruby.net>
2040
+
2041
+ * lib/bitclust/entry.rb: fix typo. [ruby-reference-manual:178]
2042
+
2043
+ Sun Oct 29 00:17:11 2006 Minero Aoki <aamine@loveruby.net>
2044
+
2045
+ * bin/bc-classes.rb: fork lib/bitclust/crossrubyutils.rb; use it.
2046
+
2047
+ * bin/bc-methods.rb: ditto.
2048
+
2049
+ * bin/forall-ruby.rb: ditto.
2050
+
2051
+ * lib/bitclust/crossrubyutils.rb: new file.
2052
+
2053
+ Sat Oct 28 23:56:45 2006 Minero Aoki <aamine@loveruby.net>
2054
+
2055
+ * bin/bc-classes.rb: new option -v/--verbose.
2056
+
2057
+ * bin/bc-classes.rb: should not raise exception on empty table.
2058
+
2059
+ * bin/bc-classes.rb: add shebang line.
2060
+
2061
+ * bin/bc-classes.rb: report if library does not exist.
2062
+
2063
+ Sat Oct 28 01:12:41 2006 Minero Aoki <aamine@loveruby.net>
2064
+
2065
+ * lib/bitclust/rrdparser.rb: "=>" -> ">=".
2066
+ [ruby-reference-manual:161]
2067
+
2068
+ Sat Oct 28 00:57:43 2006 Minero Aoki <aamine@loveruby.net>
2069
+
2070
+ * lib/bitclust/searcher.rb (describe_method): show all found
2071
+ names.
2072
+
2073
+ Fri Oct 27 23:13:51 2006 Minero Aoki <aamine@loveruby.net>
2074
+
2075
+ * setup.rb: new file.
2076
+
2077
+ Fri Oct 27 22:54:35 2006 Minero Aoki <aamine@loveruby.net>
2078
+
2079
+ * lib/bitclust/searcher.rb: special variables must be searched by
2080
+ "$...".
2081
+
2082
+ * lib/bitclust/methodnamepattern.rb: support searching special
2083
+ variable.
2084
+
2085
+ * lib/bitclust/methodid.rb: new method MethodSpec#display_name.
2086
+
2087
+ Fri Oct 27 22:27:47 2006 Minero Aoki <aamine@loveruby.net>
2088
+
2089
+ * lib/bitclust/searcher.rb (show_methods): found name may be
2090
+ multiple.
2091
+
2092
+ * lib/bitclust/searcher.rb (describe_method): show all found
2093
+ names.
2094
+
2095
+ * lib/bitclust/searcher.rb (print_names): sort name list.
2096
+
2097
+ * lib/bitclust/methodnamepattern.rb (MethodNamePattern): use
2098
+ method name index.
2099
+
2100
+ * lib/bitclust/methodnamepattern.rb (SearchResult::Record):
2101
+ preserve found name and original name.
2102
+
2103
+ * lib/bitclust/methodid.rb: now #type and #method is optional.
2104
+
2105
+ * lib/bitclust/methodid.rb: new method MethodSpec#to_s.
2106
+
2107
+ * lib/bitclust/methodid.rb: new method MethodSpec#==.
2108
+
2109
+ * lib/bitclust/methodid.rb: new method MethodSpec#eql?.
2110
+
2111
+ * lib/bitclust/methodid.rb: new method MethodSpec#hash.
2112
+
2113
+ * lib/bitclust/database.rb: store method name index.
2114
+
2115
+ * lib/bitclust/database.rb: new method Database#methods.
2116
+
2117
+ * lib/bitclust/database.rb: new method Database#foreach_line
2118
+ (internal use only).
2119
+
2120
+ * lib/bitclust/database.rb (Database#entries): reject entry begin
2121
+ with '='.
2122
+
2123
+ * lib/bitclust/entry.rb: new method ClassEntry#get_methods.
2124
+
2125
+ * lib/bitclust/entry.rb: #smap -> #_smap, #imap -> #_imap, and so
2126
+ on.
2127
+
2128
+ * lib/bitclust/entry.rb: new method MethodEntry#spec.
2129
+
2130
+ * lib/bitclust/entry.rb: new method MethodEntry#spec_string.
2131
+
2132
+ Fri Oct 27 17:41:25 2006 Minero Aoki <aamine@loveruby.net>
2133
+
2134
+ * lib/bitclust/methodnamepattern.rb (select_classes): 'f' should
2135
+ not be expanded to ['fatal'].
2136
+
2137
+ * lib/bitclust/methodnamepattern.rb (Record): new method
2138
+ #inherited_method?.
2139
+
2140
+ * lib/bitclust/methodnamepattern.rb (Record): new method
2141
+ #origin_classes.
2142
+
2143
+ * lib/bitclust/searcher.rb: use Record's new methods.
2144
+
2145
+ * lib/bitclust/searcher.rb: ',' means instance method, not
2146
+ singleton.
2147
+
2148
+ Fri Oct 27 17:38:51 2006 Minero Aoki <aamine@loveruby.net>
2149
+
2150
+ * bin/refe.rb: rescue errors on option parsing.
2151
+
2152
+ Fri Oct 27 17:17:44 2006 Minero Aoki <aamine@loveruby.net>
2153
+
2154
+ * lib/bitclust/methodid.rb: fork methodnamepattern.rb.
2155
+
2156
+ * lib/bitclust/methodnamepattern.rb: new file.
2157
+
2158
+ * lib/bitclust/database.rb: SearchPattern -> MethodNamePattern.
2159
+
2160
+ * lib/bitclust/searcher.rb: ditto.
2161
+
2162
+ Mon Oct 23 21:35:22 2006 Minero Aoki <aamine@loveruby.net>
2163
+
2164
+ * bin/bitclust.rb: update --stdlibtree process tree by LIBRARIES
2165
+ file.
2166
+
2167
+ * lib/bitclust/database.rb: export Database#properties.
2168
+
2169
+ Mon Oct 23 20:13:04 2006 Minero Aoki <aamine@loveruby.net>
2170
+
2171
+ * bin/forall-ruby.rb: new file.
2172
+
2173
+ Mon Oct 23 19:45:25 2006 Minero Aoki <aamine@loveruby.net>
2174
+
2175
+ * bin/bc-rdoc.rb: now have subcommands instead of options.
2176
+
2177
+ * bin/bc-rdoc.rb: --list option -> list subcommand.
2178
+
2179
+ * bin/bc-rdoc.rb: --diff option -> diff subcommand.
2180
+
2181
+ * bin/bc-rdoc.rb: new subcommand history.
2182
+
2183
+ Mon Oct 23 06:25:33 2006 Minero Aoki <aamine@loveruby.net>
2184
+
2185
+ * bin/bc-rdoc.rb: #list did not return right result.
2186
+
2187
+ Mon Oct 23 06:20:48 2006 Minero Aoki <aamine@loveruby.net>
2188
+
2189
+ * bin/bitclust.rb: Win32 system does not have SIGPIPE.
2190
+
2191
+ * bin/bc-rdoc.rb: ditto.
2192
+
2193
+ * lib/bitclust/entry.rb: fix NoMethodError.
2194
+
2195
+ Sat Oct 21 04:36:41 2006 Minero Aoki <aamine@loveruby.net>
2196
+
2197
+ * bin/bitclust.rb (ListCommand): "bitclust list --library" output
2198
+ was not sorted.
2199
+
2200
+ * bin/bitclust.rb (LookupCommand): Ruby 1.9 does not have
2201
+ String#map.
2202
+
2203
+ * bin/bitclust.rb: print subcommand's help message when
2204
+ subcommands failed.
2205
+
2206
+ * lib/bitclust/searcher.rb: provide Searcher#parser for help
2207
+ message.
2208
+
2209
+ * lib/bitclust.rb: require 'bitclust/compat'.
2210
+
2211
+ * lib/bitclust/compat.rb: provide String#lines.
2212
+
2213
+ Sat Oct 21 04:22:20 2006 Minero Aoki <aamine@loveruby.net>
2214
+
2215
+ * lib/bitclust/searcher.rb: search class if pattern begins with
2216
+ capital letter.
2217
+
2218
+ * lib/bitclust/searcher.rb: search class if pattern begins with
2219
+ capital letter.
2220
+
2221
+ * lib/bitclust/database.rb: Database#search_methods now returns a
2222
+ SearchResult object.
2223
+
2224
+ * lib/bitclust/methodid.rb: new method
2225
+ SearchPattern#search_methods.
2226
+
2227
+ * lib/bitclust/database.rb: fork methodid.rb and entry.rb.
2228
+
2229
+ * lib/bitclust/methodid.rb: new file.
2230
+
2231
+ * lib/bitclust/methodid.rb: rename class: MethodSpec -> MethodID.
2232
+
2233
+ * lib/bitclust/rrdparser.rb: ditto.
2234
+
2235
+ * lib/bitclust/methodid.rb: new class MethodSpec.
2236
+
2237
+ * bin/bitclust.rb: use it.
2238
+
2239
+ * bin/bc-tohtml.rb: ditto.
2240
+
2241
+ * lib/bitclust/entry.rb: new file.
2242
+
2243
+ * lib/bitclust/entry.rb: provide *Entry#<=>.
2244
+
2245
+ * lib/bitclust/requesthandler.rb: now *Entry has <=>, simply use
2246
+ sort.
2247
+
2248
+ * template/library: ditto.
2249
+
2250
+ * template/library-index: ditto.
2251
+
2252
+ * template/class-index: ditto.
2253
+
2254
+ * bin/bitclust.rb: trap(..., 'EXIT') causes success-exit, use
2255
+ "exit 1" explicitly.
2256
+
2257
+ * bin/refe.rb: ditto.
2258
+
2259
+ * lib/bitclust/compat.rb: provide Object#__send.
2260
+
2261
+ * lib/bitclust/compat.rb: provide Object#funcall.
2262
+
2263
+ Sat Oct 21 04:11:20 2006 Minero Aoki <aamine@loveruby.net>
2264
+
2265
+ * lib/bitclust/nameutils.rb: use '=' for class ID escaping,
2266
+ instead of '__'.
2267
+
2268
+ Fri Oct 20 21:26:33 2006 Minero Aoki <aamine@loveruby.net>
2269
+
2270
+ * bin/refe.rb: new file.
2271
+
2272
+ * bin/bitclust.rb: new subcommand `search'.
2273
+
2274
+ * lib/bitclust.rb: require 'bitclust/searcher'.
2275
+
2276
+ * lib/bitclust/searcher.rb: new file.
2277
+
2278
+ * lib/bitclust/database.rb: new method Database.datadir?.
2279
+
2280
+ * lib/bitclust/database.rb: new method Database#search_method.
2281
+
2282
+ * lib/bitclust/database.rb: new method SearchPattern#select_class.
2283
+
2284
+ * lib/bitclust/database.rb: new method
2285
+ SearchPattern#select_method.
2286
+
2287
+ * lib/bitclust/database.rb: new method ClassEntry#name?.
2288
+
2289
+ * lib/bitclust/database.rb: new method ClassEntry#name_match?.
2290
+
2291
+ * lib/bitclust/database.rb: new method ClassEntry#label.
2292
+
2293
+ * lib/bitclust/database.rb: new method ClassEntry#labels.
2294
+
2295
+ * lib/bitclust/database.rb: rename method: MethodEntry#named? ->
2296
+ name?.
2297
+
2298
+ * lib/bitclust/database.rb: new method MethodEntry#name_match?.
2299
+
2300
+ * lib/bitclust/database.rb: new method MethodEntry#labels.
2301
+
2302
+ * lib/bitclust/database.rb: provide Object#__send if not exist.
2303
+
2304
+ * lib/bitclust/exception.rb: new exception InvalidDatabase.
2305
+
2306
+ Fri Oct 20 21:22:56 2006 Minero Aoki <aamine@loveruby.net>
2307
+
2308
+ * lib/bitclust/rrdparser.rb: suppress warning on -w.
2309
+
2310
+ Thu Oct 19 04:41:21 2006 Minero Aoki <aamine@loveruby.net>
2311
+
2312
+ * lib/bitclust/database.rb (ClassEntry#singleton_methods): returns
2313
+ public/private methods, instead of public.
2314
+
2315
+ * lib/bitclust/database.rb (ClassEntry#instance_methods): ditto.
2316
+
2317
+ Thu Oct 19 03:42:53 2006 Minero Aoki <aamine@loveruby.net>
2318
+
2319
+ * bin/bc-rdoc.rb (ri_lookup_class): support nested class.
2320
+
2321
+ Thu Oct 19 02:32:58 2006 Minero Aoki <aamine@loveruby.net>
2322
+
2323
+ * bin/bc-rdoc.rb: new option --diff (and -d/--database).
2324
+
2325
+ * lib/bitclust/database.rb: new method
2326
+ ClassEntry#singleton_method?.
2327
+
2328
+ * lib/bitclust/database.rb: new method ClassEntry#instance_method?
2329
+
2330
+ * lib/bitclust/database.rb: new method ClassEntry#constant?
2331
+
2332
+ * lib/bitclust/database.rb: new method
2333
+ ClassEntry#special_variable?
2334
+
2335
+ * lib/bitclust/database.rb: ClassEntry#singleton_method?,
2336
+ #instance_method, #constant?, #special_variable?, #search_method,
2337
+ #search_methods, #fetch_method have optional 2nd argument,
2338
+ inherit.
2339
+
2340
+ * lib/bitclust/database.rb: new method MethodEntry#named?.
2341
+
2342
+ * lib/bitclust/rrdparser.rb: "<=>" method did not detected.
2343
+
2344
+ * lib/bitclust/rrdparser.rb: does not provide superclass for
2345
+ Object.
2346
+
2347
+ Wed Oct 18 23:53:52 2006 Minero Aoki <aamine@loveruby.net>
2348
+
2349
+ * bin/bc-rdoc.rb: ignore EPIPE.
2350
+
2351
+ Wed Oct 18 23:50:14 2006 Minero Aoki <aamine@loveruby.net>
2352
+
2353
+ * bin/bc-rdoc.rb: add shebang line.
2354
+
2355
+ Wed Oct 18 23:49:00 2006 Minero Aoki <aamine@loveruby.net>
2356
+
2357
+ * bin/bc-rdoc.rb: new file.
2358
+
2359
+ Mon Oct 16 02:24:10 2006 Minero Aoki <aamine@loveruby.net>
2360
+
2361
+ * lib/bitclust/nameutils.rb (classname?): allow 'fatal'
2362
+
2363
+ Sat Oct 14 01:50:12 2006 Minero Aoki <aamine@loveruby.net>
2364
+
2365
+ * lib/bitclust/requesthandler.rb: allow no class/library.
2366
+
2367
+ * lib/bitclust/requesthandler.rb: show class index for path
2368
+ "/class/".
2369
+
2370
+ * lib/bitclust/database.rb: new method Database#fetch_library_id.
2371
+
2372
+ * lib/bitclust/database.rb: new method Database#fetch_class_id.
2373
+
2374
+ * lib/bitclust/nameutils.rb: new method methodname?.
2375
+
2376
+ * lib/bitclust/nameutils.rb: new method typename?.
2377
+
2378
+ * lib/bitclust/nameutils.rb: new method typechar?.
2379
+
2380
+ * lib/bitclust/nameutils.rb: new method typemark?.
2381
+
2382
+ Sat Oct 14 01:30:38 2006 Minero Aoki <aamine@loveruby.net>
2383
+
2384
+ * lib/bitclust/rdcompiler.rb: support [[url:...]] syntax.
2385
+
2386
+ Sat Oct 14 01:08:30 2006 Minero Aoki <aamine@loveruby.net>
2387
+
2388
+ * lib/bitclust/requesthandler.rb: check method name strictly.
2389
+
2390
+ * lib/bitclust/requesthandler.rb: check class name strictly.
2391
+
2392
+ * lib/bitclust/requesthandler.rb: check library name strictly.
2393
+
2394
+ * lib/bitclust/nameutils.rb: new method #libname?.
2395
+
2396
+ * lib/bitclust/nameutils.rb: rename method: seems_class_name? ->
2397
+ classname?.
2398
+
2399
+ * lib/bitclust/nameutils.rb: rename method: seems_method_spec? ->
2400
+ method_spec?.
2401
+
2402
+ * lib/bitclust/exception.rb: rename class: KeyError -> InvalidKey.
2403
+
2404
+ * bin/bc-tohtml.rb: ditto.
2405
+
2406
+ Sat Oct 14 00:13:22 2006 Minero Aoki <aamine@loveruby.net>
2407
+
2408
+ * lib/bitclust/rrdparser.rb (Preprocessor): new directive #@todo.
2409
+
2410
+ Fri Oct 13 23:48:08 2006 Minero Aoki <aamine@loveruby.net>
2411
+
2412
+ * bin/bitclust.rb: implement "bitclust lookup".
2413
+
2414
+ * lib/bitclust/database.rb: remove MethodSpec.parse.
2415
+
2416
+ * lib/bitclust/database.rb: new method SearchPattern.parse_spec.
2417
+
2418
+ * lib/bitclust/database.rb (ClassEntry#special_variables): fix
2419
+ typo.
2420
+
2421
+ * lib/bitclust/textutils.rb: all methods are module function.
2422
+
2423
+ * bin/bc-tohtml.rb: follow change.
2424
+
2425
+ Fri Oct 13 21:11:23 2006 Minero Aoki <aamine@loveruby.net>
2426
+
2427
+ * lib/bitclust/rdcompiler.rb: new link syntax [[man:tr(1)]],
2428
+ [[RFC:2822]], [[ruby-list:12345]].
2429
+
2430
+ Fri Oct 13 20:39:40 2006 Minero Aoki <aamine@loveruby.net>
2431
+
2432
+ * bin/bitclust.rb: method chain is better.
2433
+
2434
+ Fri Oct 13 20:38:04 2006 Minero Aoki <aamine@loveruby.net>
2435
+
2436
+ * lib/bitclust/database.rb: _hashize_properties ->
2437
+ _get_properties.
2438
+
2439
+ Fri Oct 13 20:28:49 2006 Minero Aoki <aamine@loveruby.net>
2440
+
2441
+ * bin/bc-tohtml.rb: implement --target command line option.
2442
+
2443
+ * lib/bitclust/database.rb: new method LibraryEntry#fetch_class.
2444
+
2445
+ * lib/bitclust/database.rb: new method LibraryEntry#fetch_method.
2446
+
2447
+ * lib/bitclust/database.rb: new method MethodSpec.parse.
2448
+
2449
+ * lib/bitclust/nameutils.rb: new method seems_class_name?.
2450
+
2451
+ * lib/bitclust/nameutils.rb: new method seems_method_spec?.
2452
+
2453
+ * lib/bitclust/nameutils.rb: all methods are module function.
2454
+
2455
+ * lib/bitclust/exception.rb: new exception KeyError.
2456
+
2457
+ * template/class: show module functions.
2458
+
2459
+ * lib/bitclust/database.rb (ClassEntry#partitioned_entries):
2460
+ should handle module functions.
2461
+
2462
+ * lib/bitclust/database.rb (Database#get_library): argument is a
2463
+ library name, not an ID.
2464
+
2465
+ * lib/bitclust/database.rb (Database#get_class): argument is a
2466
+ class name, not an ID.
2467
+
2468
+ * lib/bitclust/database.rb (Entry): we must check @loaded to check
2469
+ properties are loaded, should not see property ivar (e.g.
2470
+ @superclass) because @superclass may be nil.
2471
+
2472
+ Fri Oct 13 20:21:09 2006 Minero Aoki <aamine@loveruby.net>
2473
+
2474
+ * lib/bitclust/rrdparser.rb (RRDParser.libname): .off extension is
2475
+ optional.
2476
+
2477
+ Fri Oct 13 20:18:08 2006 Minero Aoki <aamine@loveruby.net>
2478
+
2479
+ * bin/bc-list.rb: show method details.
2480
+
2481
+ Fri Oct 13 20:13:15 2006 Minero Aoki <aamine@loveruby.net>
2482
+
2483
+ * bin/bc-convert.rb: ignore bitclust preprocessor directives.
2484
+
2485
+ Sat Oct 7 04:13:40 2006 Minero Aoki <aamine@loveruby.net>
2486
+
2487
+ * lib/bitclust/rrdparser.rb (Preprocessor): last_if must be an
2488
+ ivar, because #@if/#@since block is consist of multiple lines
2489
+ (requires multiple next_line call).
2490
+
2491
+ Wed Sep 20 23:21:09 2006 Minero Aoki <aamine@loveruby.net>
2492
+
2493
+ * lib/bitclust/rrdparser.rb (Preprocessor): change syntax: #@from
2494
+ -> #@since.
2495
+
2496
+ Wed Sep 20 02:27:35 2006 Minero Aoki <aamine@loveruby.net>
2497
+
2498
+ * lib/bitclust/rrdparser.rb: last change was incomplete.
2499
+
2500
+ Wed Sep 20 02:18:29 2006 Minero Aoki <aamine@loveruby.net>
2501
+
2502
+ * lib/bitclust/screen.rb: URLMapper accepts library/class/method
2503
+ name, not ID.
2504
+
2505
+ * lib/bitclust/requesthandler.rb: A SearchPattern should include
2506
+ method name, not ID.
2507
+
2508
+ * lib/bitclust/rdcompiler.rb: use method spec to link to method
2509
+ page.
2510
+
2511
+ * lib/bitclust/database.rb (MethodEntry): extract @type, @library,
2512
+ @klass from method ID instead of filesystem.
2513
+
2514
+ * lib/bitclust/htmlutils.rb: causes least file loading.
2515
+
2516
+ * lib/bitclust/nameutils.rb: add method ID/spec handling methods.
2517
+
2518
+ * lib/bitclust/nameutils.rb (fsencode, fsdecode): use '=' instead
2519
+ of '%'.
2520
+
2521
+ * template/library: method_link_short -> link_to_method.
2522
+
2523
+ * template/class-index: ditto.
2524
+
2525
+ * template/method: show class and visibility.
2526
+
2527
+ Wed Sep 20 02:03:25 2006 Minero Aoki <aamine@loveruby.net>
2528
+
2529
+ * bin/bc-preproc.rb: new command.
2530
+
2531
+ * lib/bitclust/rrdparser.rb (Preprocessor): new syntax "#@from".
2532
+
2533
+ Mon Sep 18 05:10:31 2006 Minero Aoki <aamine@loveruby.net>
2534
+
2535
+ * lib/bitclust/database.rb: new method Entry#synopsis_source.
2536
+
2537
+ * lib/bitclust/requesthandler.rb: sort entries before show.
2538
+
2539
+ * lib/bitclust/rdcompiler.rb: surround method signature with
2540
+ <code>.
2541
+
2542
+ * lib/bitclust/screen.rb: entity -> entry.
2543
+
2544
+ * template/library-index: link to libraries, classes.
2545
+
2546
+ * template/library: show classes/modules, then classes/modules
2547
+ with methods.
2548
+
2549
+ * template/class-index: link to classes.
2550
+
2551
+ * template/class: merge class-body.
2552
+
2553
+ * template/class-body: merged in to template/class.
2554
+
2555
+ * template/method: link to source library.
2556
+
2557
+ * theme/default/style.css: use same color for visited link.
2558
+
2559
+ Mon Sep 18 04:21:05 2006 Minero Aoki <aamine@loveruby.net>
2560
+
2561
+ * lib/bitclust/database.rb: new method Database#sorted_libraries,
2562
+ sorted_classes.
2563
+
2564
+ * lib/bitclust/database.rb: new method
2565
+ LibraryEntry#sorted_classes, sorted_methods.
2566
+
2567
+ * lib/bitclust/database.rb: new method ClassEntry#sorted_entries.
2568
+
2569
+ * lib/bitclust/database.rb: new method
2570
+ ClassEntry#partitioned_entries.
2571
+
2572
+ * lib/bitclust/database.rb: new method
2573
+ ClassEntry#(public_|private_)?(singleton_|instance_)?methods.
2574
+
2575
+ * lib/bitclust/database.rb: new method ClassEntry#constants.
2576
+
2577
+ * lib/bitclust/database.rb: new method
2578
+ ClassEntry#special_variables.
2579
+
2580
+ * lib/bitclust/database.rb: new method
2581
+ MethodEntry#(public_|private_)?(singleton_|instance_)?method\?.
2582
+
2583
+ * lib/bitclust/database.rb: new method MethodEntry#public?,
2584
+ protected?, private?, really_public?.
2585
+
2586
+ * lib/bitclust/database.rb: new method MethodEntry#fetch_method.
2587
+
2588
+ * lib/bitclust/screen.rb: new methods URLMapper#library_url,
2589
+ class_url, method_url.
2590
+
2591
+ * lib/bitclust/rdcompiler.rb: compile links (still incomplete).
2592
+
2593
+ * lib/bitclust/nameutils.rb: new method typemark2char.
2594
+
2595
+ * lib/bitclust/textutils.rb: fork htmlutils.rb.
2596
+
2597
+ * lib/bitclust/htmlutils.rb: new file.
2598
+
2599
+ Mon Sep 18 01:04:51 2006 Minero Aoki <aamine@loveruby.net>
2600
+
2601
+ * lib/bitclust/database.rb: rename: entity -> entry.
2602
+
2603
+ Mon Sep 18 01:02:20 2006 Minero Aoki <aamine@loveruby.net>
2604
+
2605
+ * lib/bitclust/rdcompiler.rb: follow method name changes.
2606
+
2607
+ * lib/bitclust/nameutils.rb: new method methodid2mname, to avoid
2608
+ loading @names in MethodEntry#inspect.
2609
+
2610
+ * lib/bitclust/database.rb: load properties before write.
2611
+
2612
+ * lib/bitclust/rrdparser.rb: reopen/redefine block should not
2613
+ include class documents or `include' statements.
2614
+
2615
+ * lib/bitclust/rrdparser.rb: Signature#klass is a String.
2616
+
2617
+ Sun Sep 17 23:55:58 2006 Minero Aoki <aamine@loveruby.net>
2618
+
2619
+ * lib/bitclust/database.rb: change database physical structure.
2620
+
2621
+ * lib/bitclust/nameutils.rb (libid2name): fix unexpected infinite
2622
+ recursion.
2623
+
2624
+ Sun Sep 17 21:51:36 2006 Minero Aoki <aamine@loveruby.net>
2625
+
2626
+ * bin/bitclust.rb: forgot to change ivar @root -> lvar root.
2627
+
2628
+ * lib/bitclust/database.rb: encode library ID.
2629
+
2630
+ * lib/bitclust/database.rb: encode class ID.
2631
+
2632
+ * lib/bitclust/nameutils.rb: new method libname2id.
2633
+
2634
+ * lib/bitclust/nameutils.rb: new method libid2name.
2635
+
2636
+ * lib/bitclust/nameutils.rb: new method classname2id.
2637
+
2638
+ * lib/bitclust/nameutils.rb: new method classid2name.
2639
+
2640
+ Sun Sep 17 21:37:01 2006 Minero Aoki <aamine@loveruby.net>
2641
+
2642
+ * lib/bitclust/rrdparser.rb: library.requires is a [LibraryEntry],
2643
+ not a [String].
2644
+
2645
+ Sun Sep 17 21:21:34 2006 Minero Aoki <aamine@loveruby.net>
2646
+
2647
+ * bin/bitclust.rb: new subcommand "bitclust list".
2648
+
2649
+ * bin/bitclust.rb: new option "bitclust update --stdlibtree=PATH".
2650
+
2651
+ * lib/bitclust/rrdparser.rb: allow level>3 headline for class
2652
+ document.
2653
+
2654
+ Sun Sep 17 20:32:48 2006 Minero Aoki <aamine@loveruby.net>
2655
+
2656
+ * bin/bitclust.rb: new subcommand "bitclust list".
2657
+
2658
+ Sun Sep 17 20:04:57 2006 Minero Aoki <aamine@loveruby.net>
2659
+
2660
+ * lib/bitclust/rrdparser.rb: support special variables.
2661
+
2662
+ * lib/bitclust/rrdparser.rb: better error message.
2663
+
2664
+ Sun Sep 17 18:24:29 2006 Minero Aoki <aamine@loveruby.net>
2665
+
2666
+ * bin/bc-list.rb: message header should be program name, not file
2667
+ name.
2668
+
2669
+ * lib/bitclust/database.rb: new method Database#methodnames.
2670
+
2671
+ * lib/bitclust/rrdparser.rb: @kind value changed.
2672
+
2673
+ * lib/bitclust/rrdparser.rb: support "`" method.
2674
+
2675
+ Sun Sep 17 17:30:35 2006 Minero Aoki <aamine@loveruby.net>
2676
+
2677
+ * bin/bc-convert.rb: keep ((<ruby 1.* feature>)) in method
2678
+ signature line.
2679
+
2680
+ Sun Sep 17 17:17:05 2006 Minero Aoki <aamine@loveruby.net>
2681
+
2682
+ * lib/bitclust/rrdparser.rb: fix typo. Thanks: sheepman
2683
+ [ruby-reference-manual:85]
2684
+
2685
+ * bin/bc-list.rb: fix typo.
2686
+
2687
+ Fri Sep 15 23:42:53 2006 Minero Aoki <aamine@loveruby.net>
2688
+
2689
+ * bin/bc-list.rb: new option -c,--check-only.
2690
+
2691
+ * lib/bitclust/rrdparser.rb: fix small bug.
2692
+
2693
+ Fri Sep 15 23:31:57 2006 Minero Aoki <aamine@loveruby.net>
2694
+
2695
+ * bin/bitclust.rb: implement `init' subcommand.
2696
+
2697
+ * bin/bitclust.rb: implement `update' subcommand.
2698
+
2699
+ * bin/bc-list.rb: more friendly output.
2700
+
2701
+ * bin/bc-tohtml.rb: use new utility method parse_stdlib_file.
2702
+
2703
+ * lib/bitclust/screen.rb: entity.encoding might return nil (using
2704
+ dummy database).
2705
+
2706
+ * lib/bitclust/rdcompiler.rb: toplevel may not be a method list.
2707
+
2708
+ * lib/bitclust/rdcompiler.rb: support dlist (incomplete).
2709
+
2710
+ * lib/bitclust/nameutils.rb: new file.
2711
+
2712
+ * lib/bitclust/compat.rb: new file.
2713
+
2714
+ * lib/bitclust/database.rb: implement lazy loading.
2715
+
2716
+ * lib/bitclust/database.rb: implement save function.
2717
+
2718
+ * lib/bitclust/database.rb: rename class: *Description -> *Entry.
2719
+
2720
+ * lib/bitclust/database.rb: new class MethodSpec.
2721
+
2722
+ * lib/bitclust/database.rb: new class SearchPattern.
2723
+
2724
+ * lib/bitclust/database.rb: more and more changes/fixes.
2725
+
2726
+ * lib/bitclust/rrdparser.rb: new util method
2727
+ RRDParser.parse_stdlib_file.
2728
+
2729
+ * lib/bitclust/rrdparser.rb: introduce new class Context.
2730
+
2731
+ * lib/bitclust/requesthandler.rb: follow database interaface
2732
+ change.
2733
+
2734
+ * lib/bitclust/exception.rb: introduce new exceptions.
2735
+
2736
+ * template/class-body: sort entries.
2737
+
2738
+ * template/library: shorter output.
2739
+
2740
+ * template/library-index: show class names.
2741
+
2742
+ * template/method: better output.
2743
+
2744
+ * template/method-body: removed.
2745
+
2746
+ Fri Sep 15 18:31:57 2006 Minero Aoki <aamine@loveruby.net>
2747
+
2748
+ * bin/bc-convert.rb: "self + other" wrongly converted to "+(o)".
2749
+
2750
+ Fri Sep 15 02:10:31 2006 Minero Aoki <aamine@loveruby.net>
2751
+
2752
+ * lib/bitclust/database.rb: temporary fix (allow private methods).
2753
+
2754
+ Thu Sep 14 17:25:20 2006 Minero Aoki <aamine@loveruby.net>
2755
+
2756
+ * lib/bitclust/screen.rb: new class LibraryIndexScreen.
2757
+
2758
+ * lib/bitclust/screen.rb: new class ClassIndexScreen.
2759
+
2760
+ * lib/bitclust/screen.rb: merge urlmapper.rb.
2761
+
2762
+ * lib/bitclust/urlmapper.rb: removed (merged in to screen.rb).
2763
+
2764
+ * lib/bitclust/interface.rb: fix typo.
2765
+
2766
+ * lib/bitclust/requesthandler.rb
2767
+
2768
+ * template/library-index: new file.
2769
+
2770
+ * template/class-index: new file.
2771
+
2772
+ Thu Sep 14 16:41:33 2006 Minero Aoki <aamine@loveruby.net>
2773
+
2774
+ * lib/bitclust/rdcompiler.rb: commit miss.
2775
+ (forgot to add receiver.)
2776
+
2777
+ Thu Sep 14 16:40:44 2006 Minero Aoki <aamine@loveruby.net>
2778
+
2779
+ * bin/bitclust.rb: provide more detailed help.
2780
+
2781
+ Thu Sep 14 16:40:19 2006 Minero Aoki <aamine@loveruby.net>
2782
+
2783
+ * bin/bc-tohtml.rb: follow database method change.
2784
+
2785
+ Thu Sep 14 16:39:56 2006 Minero Aoki <aamine@loveruby.net>
2786
+
2787
+ * lib/bitclust/rdcompiler.rb: forgot to add receiver.
2788
+
2789
+ Thu Sep 14 01:11:22 2006 Minero Aoki <aamine@loveruby.net>
2790
+
2791
+ * bin/bitclust.rb: new file.
2792
+
2793
+ * lib/bitclust/database.rb: new method #transaction.
2794
+
2795
+ * lib/bitclust/database.rb: new method #update_by_file.
2796
+
2797
+ * lib/bitclust/rrdparser.rb: encapsulate preprocessor.
2798
+
2799
+ * config: new file.
2800
+
2801
+ Thu Sep 14 01:06:37 2006 Minero Aoki <aamine@loveruby.net>
2802
+
2803
+ * bin/bc-list.rb: parse command line options.
2804
+
2805
+ Thu Sep 14 01:01:15 2006 Minero Aoki <aamine@loveruby.net>
2806
+
2807
+ * bin/bc-convert.rb: ((<tr(1)|manual page>)) -> [[man:tr(1)]]
2808
+ conversion was failed. [ruby-reference-manual:61]
2809
+
2810
+ Wed Sep 13 23:55:10 2006 Minero Aoki <aamine@loveruby.net>
2811
+
2812
+ * lib/bitclust/rrdparser.rb: support extend for objects.
2813
+ [ruby-reference-manual:59]
2814
+
2815
+ * lib/bitclust/database.rb (ClassDescription): store extended
2816
+ modules.
2817
+
2818
+ Wed Sep 13 22:38:57 2006 Minero Aoki <aamine@loveruby.net>
2819
+
2820
+ * view.cgi: new file.
2821
+
2822
+ * lib/bitclust.rb: remove bitclust/interface, it is required only
2823
+ from entry point
2824
+
2825
+ Wed Sep 13 22:27:38 2006 Minero Aoki <aamine@loveruby.net>
2826
+
2827
+ * bin/bc-tohtml.rb: new file.
2828
+
2829
+ * lib/bitclust/interface.rb: new file.
2830
+
2831
+ * lib/bitclust/requesthandler.rb: new file.
2832
+
2833
+ * lib/bitclust/screen.rb: new file.
2834
+
2835
+ * lib/bitclust/urlmapper.rb: new file.
2836
+
2837
+ * lib/bitclust/rdcompiler.rb: new file.
2838
+
2839
+ * lib/bitclust/textutils.rb: new file.
2840
+
2841
+ * lib/bitclust.rb: add above files.
2842
+
2843
+ * lib/bitclust/database.rb: new class Entity.
2844
+
2845
+ * lib/bitclust/database.rb: new method Entity#type_id.
2846
+
2847
+ * lib/bitclust/database.rb: new method Entity#encoding.
2848
+
2849
+ * lib/bitclust/database.rb: all entities should hold a Database.
2850
+
2851
+ * lib/bitclust/rrdparser.rb: ditto.
2852
+
2853
+ * lib/bitclust/exception.rb: new exception RequestError.
2854
+
2855
+ * template/method: new file.
2856
+
2857
+ * template/class-body: new file.
2858
+
2859
+ * template/library: new file.
2860
+
2861
+ * template/class: new file.
2862
+
2863
+ * template/method-body: new file.
2864
+
2865
+ * theme/default: new theme.
2866
+
2867
+ Wed Sep 13 17:34:35 2006 Minero Aoki <aamine@loveruby.net>
2868
+
2869
+ * bin/bc-list.rb: should use RRDParser#parse_file.
2870
+
2871
+ * lib/bitclust/rrdparser.rb: new method RRDParser#parse_file.
2872
+
2873
+ Wed Sep 13 17:33:08 2006 Minero Aoki <aamine@loveruby.net>
2874
+
2875
+ * bin/bc-list.rb: should set $LOAD_PATH automatically.
2876
+
2877
+ Wed Sep 13 04:28:49 2006 Minero Aoki <aamine@loveruby.net>
2878
+
2879
+ * bin/bc-convert.rb: new option --inplace.
2880
+
2881
+ * bin/bc-convert.rb: new option --diff.
2882
+
2883
+ Wed Sep 13 03:41:09 2006 Minero Aoki <aamine@loveruby.net>
2884
+
2885
+ * bin/bc-convert.rb: convert links.
2886
+
2887
+ * bin/bc-convert.rb: convert comments.
2888
+
2889
+ Wed Sep 13 02:17:36 2006 Minero Aoki <aamine@loveruby.net>
2890
+
2891
+ * lib/bitclust/rrdparser.rb (Preprocessor): support #@include.
2892
+
2893
+ Wed Sep 13 00:54:34 2006 Minero Aoki <aamine@loveruby.net>
2894
+
2895
+ * bin/bc-convert.rb: new file.
2896
+
2897
+ Wed Sep 13 00:12:09 2006 Minero Aoki <aamine@loveruby.net>
2898
+
2899
+ * bin/bc-list.rb: debug.
2900
+
2901
+ * lib/bitclust/database.rb (MethodDescription#inspect): show entry
2902
+ type.
2903
+
2904
+ Tue Sep 12 23:48:04 2006 Minero Aoki <aamine@loveruby.net>
2905
+
2906
+ * bin/bc-list.rb: new file.
2907
+
2908
+ Wed Aug 30 18:56:29 2006 Minero Aoki <aamine@loveruby.net>
2909
+
2910
+ * README: new file.
2911
+
2912
+ * lib/bitclust/database.rb: new file.
2913
+
2914
+ * lib/bitclust/exception.rb: new file.
2915
+
2916
+ * lib/bitclust/rrdparser.rb: new file.
2917
+
2918
+ * lib/bitclust/lineinput.rb: new file.
2919
+
2920
+ Wed Aug 30 08:14:26 2006 Minero Aoki <aamine@loveruby.net>
2921
+
2922
+ * start project.
2923
+
2924
+