facets 2.4.4 → 2.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (787) hide show
  1. data/AUTHORS +3 -0
  2. data/CHANGES +41 -1569
  3. data/COPYING +6 -4
  4. data/MANIFEST +114 -25
  5. data/README +12 -2
  6. data/RELEASE +37 -0
  7. data/Rakefile +4 -0
  8. data/VERSION +1 -0
  9. data/demo/bench/general/comment_loading/bench.rb +46 -0
  10. data/demo/bench/general/comment_loading/comments_begin.rb +109 -0
  11. data/demo/bench/general/comment_loading/comments_end.rb +127 -0
  12. data/demo/bench/general/comment_loading/comments_none.rb +1 -0
  13. data/demo/bench/general/comment_loading/comments_sharp.rb +125 -0
  14. data/doc/archive/changelog-0.rdoc +239 -0
  15. data/doc/archive/changelog-1.rdoc +450 -0
  16. data/doc/news/{news-2.0.5 → RELEASE-2.0.5} +0 -0
  17. data/doc/news/{news-2.1.0 → RELEASE-2.1.0} +0 -0
  18. data/doc/news/{news-2.1.1 → RELEASE-2.1.1} +0 -0
  19. data/doc/news/{news-2.1.2 → RELEASE-2.1.2} +0 -0
  20. data/doc/news/{news-2.1.3 → RELEASE-2.1.3} +0 -0
  21. data/doc/news/{news-2.2.0 → RELEASE-2.2.0} +0 -0
  22. data/doc/news/{news-2.2.1 → RELEASE-2.2.1} +0 -0
  23. data/doc/news/{news-2.3.0 → RELEASE-2.3.0} +0 -0
  24. data/doc/news/{news-2.4.0 → RELEASE-2.4.0} +0 -0
  25. data/doc/news/{news-2.4.1 → RELEASE-2.4.1} +0 -0
  26. data/doc/news/{news-2.4.2 → RELEASE-2.4.2} +0 -0
  27. data/doc/news/{news-2.4.3 → RELEASE-2.4.3} +0 -0
  28. data/{NEWS → doc/news/RELEASE-2.4.4} +0 -2
  29. data/doc/rdoc/core/classes/Array.html +115 -115
  30. data/doc/rdoc/core/classes/Binding.html +47 -49
  31. data/doc/rdoc/core/classes/Class.html +172 -24
  32. data/doc/rdoc/core/classes/Comparable.html +28 -30
  33. data/doc/rdoc/core/classes/Dir.html +16 -18
  34. data/doc/rdoc/core/classes/Enumerable.html +146 -143
  35. data/doc/rdoc/core/classes/Exception.html +10 -12
  36. data/doc/rdoc/core/classes/FalseClass.html +10 -12
  37. data/doc/rdoc/core/classes/File.html +70 -69
  38. data/doc/rdoc/core/classes/FileTest.html +6 -8
  39. data/doc/rdoc/core/classes/Float.html +10 -12
  40. data/doc/rdoc/core/classes/Friend.html +4 -6
  41. data/doc/rdoc/core/classes/Functor.html +14 -16
  42. data/doc/rdoc/core/classes/Hash.html +182 -180
  43. data/doc/rdoc/core/classes/Indexable.html +145 -122
  44. data/doc/rdoc/core/classes/InstanceVariables.html +24 -26
  45. data/doc/rdoc/core/classes/Integer.html +43 -43
  46. data/doc/rdoc/core/classes/Kernel.html +331 -333
  47. data/doc/rdoc/core/classes/Lazy.html +2 -2
  48. data/doc/rdoc/core/classes/Lazy/Future.html +2 -2
  49. data/doc/rdoc/core/classes/Lazy/Promise.html +3 -3
  50. data/doc/rdoc/core/classes/Lazy/PromiseSafe.html +2 -2
  51. data/doc/rdoc/core/classes/MatchData.html +17 -19
  52. data/doc/rdoc/core/classes/Module.html +175 -166
  53. data/doc/rdoc/core/classes/NilClass.html +24 -26
  54. data/doc/rdoc/core/classes/Numeric.html +29 -31
  55. data/doc/rdoc/core/classes/Object.html +10 -12
  56. data/doc/rdoc/core/classes/Proc.html +24 -26
  57. data/doc/rdoc/core/classes/Range.html +16 -18
  58. data/doc/rdoc/core/classes/Regexp.html +9 -11
  59. data/doc/rdoc/core/classes/Stackable.html +33 -35
  60. data/doc/rdoc/core/classes/String.html +332 -275
  61. data/doc/rdoc/core/classes/Symbol.html +72 -45
  62. data/doc/rdoc/core/classes/Time.html +26 -28
  63. data/doc/rdoc/core/classes/TrueClass.html +10 -12
  64. data/doc/rdoc/core/classes/UnboundMethod.html +13 -15
  65. data/doc/rdoc/core/created.rid +1 -1
  66. data/doc/rdoc/core/files/README.html +25 -10
  67. data/doc/rdoc/core/files/doc/README_core.html +2 -2
  68. data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +3 -3
  69. data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +2 -2
  70. data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +2 -2
  71. data/doc/rdoc/core/files/lib/core/facets/array/index_rb.html +3 -3
  72. data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +2 -2
  73. data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +2 -2
  74. data/doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html +2 -2
  75. data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +2 -2
  76. data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +2 -2
  77. data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +2 -2
  78. data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +2 -2
  79. data/doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html +2 -2
  80. data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +2 -2
  81. data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +2 -2
  82. data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +2 -2
  83. data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +2 -2
  84. data/doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html +2 -2
  85. data/doc/rdoc/core/files/lib/core/facets/array_rb.html +2 -2
  86. data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +2 -2
  87. data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +2 -2
  88. data/doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html +2 -2
  89. data/doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html +2 -2
  90. data/doc/rdoc/core/files/lib/core/facets/binding/self_rb.html +2 -2
  91. data/doc/rdoc/core/files/lib/core/facets/binding_rb.html +2 -2
  92. data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +2 -2
  93. data/doc/rdoc/core/files/lib/core/facets/blank_rb.html +2 -2
  94. data/doc/rdoc/core/files/lib/core/facets/boolean_rb.html +2 -2
  95. data/doc/rdoc/core/files/lib/core/facets/callstack_rb.html +2 -2
  96. data/doc/rdoc/{more/files/lib/more/facets/rope_rb.html → core/files/lib/core/facets/cattr_rb.html} +11 -9
  97. data/doc/rdoc/core/files/lib/core/facets/class/cattr_accessor_rb.html +96 -0
  98. data/doc/rdoc/core/files/lib/core/facets/class/cattr_rb.html +92 -0
  99. data/doc/rdoc/core/files/lib/core/facets/class/cattr_reader_rb.html +96 -0
  100. data/doc/rdoc/core/files/lib/core/facets/class/cattr_writer_rb.html +96 -0
  101. data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +2 -2
  102. data/doc/rdoc/core/files/lib/core/facets/class/methodize_rb.html +2 -2
  103. data/doc/rdoc/core/files/lib/core/facets/class/pathize_rb.html +2 -2
  104. data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +2 -2
  105. data/doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html +2 -2
  106. data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +2 -2
  107. data/doc/rdoc/core/files/lib/core/facets/class_rb.html +2 -2
  108. data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +2 -2
  109. data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +2 -2
  110. data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +2 -2
  111. data/doc/rdoc/core/files/lib/core/facets/comparable_rb.html +2 -2
  112. data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +2 -2
  113. data/doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html +2 -2
  114. data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +3 -3
  115. data/doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html +2 -2
  116. data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +2 -2
  117. data/doc/rdoc/core/files/lib/core/facets/dir_rb.html +2 -2
  118. data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +2 -2
  119. data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +2 -2
  120. data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +2 -2
  121. data/doc/rdoc/core/files/lib/core/facets/enumerable/commonality_rb.html +2 -2
  122. data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +2 -2
  123. data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +2 -2
  124. data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +2 -2
  125. data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +2 -2
  126. data/doc/rdoc/core/files/lib/core/facets/enumerable/entropy_rb.html +2 -2
  127. data/doc/rdoc/core/files/lib/core/facets/enumerable/frequency_rb.html +2 -2
  128. data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +2 -2
  129. data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +2 -2
  130. data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +2 -2
  131. data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +2 -2
  132. data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +3 -3
  133. data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +2 -2
  134. data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +2 -2
  135. data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +2 -2
  136. data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +2 -2
  137. data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +2 -2
  138. data/doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html +3 -3
  139. data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +2 -2
  140. data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +2 -2
  141. data/doc/rdoc/core/files/lib/core/facets/enumerable_rb.html +2 -2
  142. data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +2 -2
  143. data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +2 -2
  144. data/doc/rdoc/core/files/lib/core/facets/exception_rb.html +2 -2
  145. data/doc/rdoc/core/files/lib/core/facets/file/append_rb.html +92 -0
  146. data/doc/rdoc/core/files/lib/core/facets/file/create_rb.html +92 -0
  147. data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +2 -2
  148. data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +2 -2
  149. data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +3 -3
  150. data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +2 -2
  151. data/doc/rdoc/core/files/lib/core/facets/file/split_root_rb.html +2 -2
  152. data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +13 -3
  153. data/doc/rdoc/core/files/lib/core/facets/file/writelines_rb.html +92 -0
  154. data/doc/rdoc/core/files/lib/core/facets/file_rb.html +2 -2
  155. data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +2 -2
  156. data/doc/rdoc/core/files/lib/core/facets/filetest_rb.html +2 -2
  157. data/doc/rdoc/core/files/lib/core/facets/float/round_rb.html +2 -2
  158. data/doc/rdoc/core/files/lib/core/facets/float_rb.html +2 -2
  159. data/doc/rdoc/core/files/lib/core/facets/functor_rb.html +2 -2
  160. data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +2 -2
  161. data/doc/rdoc/core/files/lib/core/facets/hash/argumentize_rb.html +2 -2
  162. data/doc/rdoc/core/files/lib/core/facets/hash/at_rb.html +2 -2
  163. data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +2 -2
  164. data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +2 -2
  165. data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +2 -2
  166. data/doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html +2 -2
  167. data/doc/rdoc/core/files/lib/core/facets/hash/except_rb.html +2 -2
  168. data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +2 -2
  169. data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +2 -2
  170. data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +2 -2
  171. data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +2 -2
  172. data/doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html +2 -2
  173. data/doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html +2 -2
  174. data/doc/rdoc/core/files/lib/core/facets/hash/op_add_rb.html +92 -0
  175. data/doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html +92 -0
  176. data/doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html +92 -0
  177. data/doc/rdoc/core/files/lib/core/facets/hash/op_or_rb.html +92 -0
  178. data/doc/rdoc/core/files/lib/core/facets/hash/op_push_rb.html +2 -2
  179. data/doc/rdoc/core/files/lib/core/facets/hash/op_rb.html +12 -3
  180. data/doc/rdoc/core/files/lib/core/facets/hash/op_sub_rb.html +92 -0
  181. data/doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html +2 -2
  182. data/doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html +2 -2
  183. data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +2 -2
  184. data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +2 -2
  185. data/doc/rdoc/core/files/lib/core/facets/hash/slice_rb.html +3 -3
  186. data/doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html +2 -2
  187. data/doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html +2 -2
  188. data/doc/rdoc/core/files/lib/core/facets/hash/to_proc_rb.html +2 -2
  189. data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +2 -2
  190. data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +2 -2
  191. data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +2 -2
  192. data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +2 -2
  193. data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +2 -2
  194. data/doc/rdoc/core/files/lib/core/facets/hash_rb.html +2 -2
  195. data/doc/rdoc/core/files/lib/core/facets/indexable_rb.html +4 -4
  196. data/doc/rdoc/core/files/lib/core/facets/integer/even_rb.html +2 -2
  197. data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +2 -2
  198. data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +2 -2
  199. data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +3 -3
  200. data/doc/rdoc/core/files/lib/core/facets/integer/of_rb.html +2 -2
  201. data/doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html +2 -2
  202. data/doc/rdoc/core/files/lib/core/facets/integer_rb.html +2 -2
  203. data/doc/rdoc/core/files/lib/core/facets/kernel/__callee___rb.html +2 -2
  204. data/doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html +2 -2
  205. data/doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html +2 -2
  206. data/doc/rdoc/core/files/lib/core/facets/kernel/__get___rb.html +2 -2
  207. data/doc/rdoc/core/files/lib/core/facets/kernel/__method___rb.html +2 -2
  208. data/doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html +2 -2
  209. data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +2 -2
  210. data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +2 -2
  211. data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +2 -2
  212. data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +2 -2
  213. data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +2 -2
  214. data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +2 -2
  215. data/doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html +2 -2
  216. data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +2 -2
  217. data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +2 -2
  218. data/doc/rdoc/core/files/lib/core/facets/kernel/here_rb.html +2 -2
  219. data/doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html +2 -2
  220. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_assign_rb.html +2 -2
  221. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +2 -2
  222. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_exec_rb.html +2 -2
  223. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_rb.html +2 -2
  224. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html +2 -2
  225. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +2 -2
  226. data/doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html +2 -2
  227. data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +2 -2
  228. data/doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html +2 -2
  229. data/doc/rdoc/core/files/lib/core/facets/kernel/object_hexid_rb.html +2 -2
  230. data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +2 -2
  231. data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +2 -2
  232. data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +2 -2
  233. data/doc/rdoc/core/files/lib/core/facets/kernel/qua_class_rb.html +2 -2
  234. data/doc/rdoc/core/files/lib/core/facets/kernel/require_all_rb.html +2 -2
  235. data/doc/rdoc/core/files/lib/core/facets/kernel/require_local_rb.html +2 -2
  236. data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +2 -2
  237. data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +2 -2
  238. data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +2 -2
  239. data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +2 -2
  240. data/doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html +2 -2
  241. data/doc/rdoc/core/files/lib/core/facets/kernel/tap_rb.html +2 -2
  242. data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +2 -2
  243. data/doc/rdoc/core/files/lib/core/facets/kernel/val_rb.html +2 -2
  244. data/doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html +2 -2
  245. data/doc/rdoc/core/files/lib/core/facets/kernel_rb.html +2 -2
  246. data/doc/rdoc/core/files/lib/core/facets/lazy_rb.html +2 -2
  247. data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +2 -2
  248. data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +2 -2
  249. data/doc/rdoc/core/files/lib/core/facets/matchdata_rb.html +2 -2
  250. data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +2 -2
  251. data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +2 -2
  252. data/doc/rdoc/core/files/lib/core/facets/module/alias_accessor_rb.html +2 -2
  253. data/doc/rdoc/core/files/lib/core/facets/module/alias_method_chain_rb.html +2 -2
  254. data/doc/rdoc/core/files/lib/core/facets/module/alias_module_function_rb.html +2 -2
  255. data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +2 -2
  256. data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +2 -2
  257. data/doc/rdoc/core/files/lib/core/facets/module/can_rb.html +2 -2
  258. data/doc/rdoc/core/files/lib/core/facets/module/class_rb.html +3 -3
  259. data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +3 -3
  260. data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +2 -2
  261. data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +3 -3
  262. data/doc/rdoc/core/files/lib/core/facets/module/integrate_rb.html +2 -2
  263. data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +2 -2
  264. data/doc/rdoc/core/files/lib/core/facets/module/methodize_rb.html +2 -2
  265. data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +2 -2
  266. data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +2 -2
  267. data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +2 -2
  268. data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +2 -2
  269. data/doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html +2 -2
  270. data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +3 -3
  271. data/doc/rdoc/core/files/lib/core/facets/module/redefine_method_rb.html +2 -2
  272. data/doc/rdoc/core/files/lib/core/facets/module/redirect_method_rb.html +2 -2
  273. data/doc/rdoc/core/files/lib/core/facets/module/rename_method_rb.html +2 -2
  274. data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +2 -2
  275. data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +2 -2
  276. data/doc/rdoc/core/files/lib/core/facets/module/wrap_method_rb.html +2 -2
  277. data/doc/rdoc/core/files/lib/core/facets/module_rb.html +2 -2
  278. data/doc/rdoc/core/files/lib/core/facets/nilclass/ergo_rb.html +2 -2
  279. data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +2 -2
  280. data/doc/rdoc/core/files/lib/core/facets/nilclass_rb.html +2 -2
  281. data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +2 -2
  282. data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +2 -2
  283. data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +2 -2
  284. data/doc/rdoc/core/files/lib/core/facets/numeric_rb.html +2 -2
  285. data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +2 -2
  286. data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +2 -2
  287. data/doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html +2 -2
  288. data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +2 -2
  289. data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +2 -2
  290. data/doc/rdoc/core/files/lib/core/facets/proc_rb.html +2 -2
  291. data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +2 -2
  292. data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +2 -2
  293. data/doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html +2 -2
  294. data/doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html +2 -2
  295. data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +2 -2
  296. data/doc/rdoc/core/files/lib/core/facets/range_rb.html +2 -2
  297. data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +2 -2
  298. data/doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html +2 -2
  299. data/doc/rdoc/core/files/lib/core/facets/regexp_rb.html +2 -2
  300. data/doc/rdoc/core/files/lib/core/facets/stackable_rb.html +2 -2
  301. data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +2 -2
  302. data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +2 -2
  303. data/doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html +2 -2
  304. data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +2 -2
  305. data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +2 -2
  306. data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +2 -2
  307. data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +2 -2
  308. data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +2 -2
  309. data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +2 -2
  310. data/doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html +2 -2
  311. data/doc/rdoc/core/files/lib/core/facets/string/each_word_rb.html +2 -2
  312. data/doc/rdoc/core/files/lib/core/facets/string/end_with_rb.html +2 -2
  313. data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +2 -2
  314. data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +2 -2
  315. data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +2 -2
  316. data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +2 -2
  317. data/doc/rdoc/core/files/lib/core/facets/string/methodize_rb.html +3 -3
  318. data/doc/rdoc/core/files/lib/core/facets/string/modulize_rb.html +92 -0
  319. data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +2 -2
  320. data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +2 -2
  321. data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +2 -2
  322. data/doc/rdoc/core/files/lib/core/facets/string/op_sub_rb.html +2 -2
  323. data/doc/rdoc/core/files/lib/core/facets/string/pathize_rb.html +3 -3
  324. data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +2 -2
  325. data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +2 -2
  326. data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +2 -2
  327. data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +2 -2
  328. data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +3 -3
  329. data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +2 -2
  330. data/doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html +2 -2
  331. data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +2 -2
  332. data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +2 -2
  333. data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +2 -2
  334. data/doc/rdoc/core/files/lib/core/facets/string/variablize_rb.html +3 -3
  335. data/doc/rdoc/core/files/lib/core/facets/string/word_wrap_rb.html +2 -2
  336. data/doc/rdoc/core/files/lib/core/facets/string/words_rb.html +2 -2
  337. data/doc/rdoc/core/files/lib/core/facets/string/xor_rb.html +2 -2
  338. data/doc/rdoc/core/files/lib/core/facets/string_rb.html +2 -2
  339. data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +2 -2
  340. data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +2 -2
  341. data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +2 -2
  342. data/doc/rdoc/core/files/lib/core/facets/symbol/plain_rb.html +3 -3
  343. data/doc/rdoc/core/files/lib/core/facets/symbol/query_rb.html +2 -2
  344. data/doc/rdoc/{more/files/lib/more/facets/string/style_rb.html → core/files/lib/core/facets/symbol/re_s_rb.html} +7 -7
  345. data/doc/rdoc/core/files/lib/core/facets/symbol/setter_rb.html +2 -2
  346. data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +2 -2
  347. data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +2 -2
  348. data/doc/rdoc/core/files/lib/core/facets/symbol/variablize_rb.html +2 -2
  349. data/doc/rdoc/core/files/lib/core/facets/symbol_rb.html +2 -2
  350. data/doc/rdoc/core/files/lib/core/facets/time/advance_rb.html +2 -2
  351. data/doc/rdoc/core/files/lib/core/facets/time/ago_rb.html +2 -2
  352. data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +2 -2
  353. data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +2 -2
  354. data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +2 -2
  355. data/doc/rdoc/core/files/lib/core/facets/time/round_rb.html +2 -2
  356. data/doc/rdoc/core/files/lib/core/facets/time/set_rb.html +2 -2
  357. data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +2 -2
  358. data/doc/rdoc/core/files/lib/core/facets/time/to_time_rb.html +2 -2
  359. data/doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html +2 -2
  360. data/doc/rdoc/core/files/lib/core/facets/time_rb.html +2 -2
  361. data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +2 -2
  362. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +2 -2
  363. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +2 -2
  364. data/doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html +2 -2
  365. data/doc/rdoc/core/fr_class_index.html +3 -3
  366. data/doc/rdoc/core/fr_file_index.html +18 -3
  367. data/doc/rdoc/core/fr_method_index.html +359 -352
  368. data/doc/rdoc/core/rdoc-style.css +18 -16
  369. data/doc/rdoc/lore/classes/Array.html +9 -11
  370. data/doc/rdoc/lore/classes/CGI.html +10 -12
  371. data/doc/rdoc/lore/classes/Config.html +6 -8
  372. data/doc/rdoc/lore/classes/Continuation.html +4 -6
  373. data/doc/rdoc/lore/classes/Date.html +40 -42
  374. data/doc/rdoc/lore/classes/DateTime.html +39 -41
  375. data/doc/rdoc/lore/classes/File.html +4 -6
  376. data/doc/rdoc/lore/classes/FileUtils.html +16 -18
  377. data/doc/rdoc/lore/classes/GetoptLong.html +4 -6
  378. data/doc/rdoc/lore/classes/GetoptLong/DSL.html +12 -14
  379. data/doc/rdoc/lore/classes/Kernel.html +10 -12
  380. data/doc/rdoc/lore/classes/Logger.html +8 -10
  381. data/doc/rdoc/lore/classes/Logger/Ansicolor.html +22 -24
  382. data/doc/rdoc/lore/classes/Logger/LogDevice.html +4 -6
  383. data/doc/rdoc/lore/classes/NilClass.html +4 -6
  384. data/doc/rdoc/lore/classes/OpenStruct.html +63 -44
  385. data/doc/rdoc/lore/classes/Pathname.html +25 -27
  386. data/doc/rdoc/lore/classes/Set.html +4 -6
  387. data/doc/rdoc/lore/classes/Shellwords.html +4 -6
  388. data/doc/rdoc/lore/classes/String.html +6 -8
  389. data/doc/rdoc/lore/classes/Time.html +6 -8
  390. data/doc/rdoc/lore/classes/URI.html +24 -26
  391. data/doc/rdoc/lore/classes/URI/Hash.html +4 -6
  392. data/doc/rdoc/lore/classes/URI/Kernel.html +6 -8
  393. data/doc/rdoc/lore/classes/Zlib.html +188 -0
  394. data/doc/rdoc/lore/created.rid +1 -1
  395. data/doc/rdoc/lore/files/README.html +25 -10
  396. data/doc/rdoc/lore/files/doc/README_lore.html +2 -2
  397. data/doc/rdoc/lore/files/lib/lore/facets/basicobject_rb.html +2 -2
  398. data/doc/rdoc/lore/files/lib/lore/facets/cgi_rb.html +2 -2
  399. data/doc/rdoc/lore/files/lib/lore/facets/continuation_rb.html +2 -2
  400. data/doc/rdoc/lore/files/lib/lore/facets/date_rb.html +2 -2
  401. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html +2 -2
  402. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html +2 -2
  403. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html +2 -2
  404. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html +2 -2
  405. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html +2 -2
  406. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html +2 -2
  407. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html +2 -2
  408. data/doc/rdoc/lore/files/lib/lore/facets/fileutils_rb.html +2 -2
  409. data/doc/rdoc/lore/files/lib/lore/facets/getoptlong_rb.html +2 -2
  410. data/doc/rdoc/lore/files/lib/lore/facets/logger_rb.html +2 -2
  411. data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +3 -3
  412. data/doc/rdoc/lore/files/lib/lore/facets/pathname_rb.html +3 -3
  413. data/doc/rdoc/lore/files/lib/lore/facets/rbconfig_rb.html +2 -2
  414. data/doc/rdoc/lore/files/lib/lore/facets/set_rb.html +2 -2
  415. data/doc/rdoc/lore/files/lib/lore/facets/shellwords_rb.html +2 -2
  416. data/doc/rdoc/lore/files/lib/lore/facets/uri_rb.html +2 -2
  417. data/doc/rdoc/lore/files/lib/lore/facets/yaml_rb.html +2 -2
  418. data/doc/rdoc/lore/files/lib/lore/facets/zlib_rb.html +97 -0
  419. data/doc/rdoc/lore/fr_class_index.html +4 -3
  420. data/doc/rdoc/lore/fr_file_index.html +4 -3
  421. data/doc/rdoc/lore/fr_method_index.html +19 -15
  422. data/doc/rdoc/lore/rdoc-style.css +18 -16
  423. data/doc/rdoc/more/classes/ANSICode.html +68 -70
  424. data/doc/rdoc/more/classes/Advisable.html +39 -41
  425. data/doc/rdoc/more/classes/Advisable/Method.html +22 -24
  426. data/doc/rdoc/more/classes/Archive.html +2 -2
  427. data/doc/rdoc/more/classes/Archive/Tar.html +2 -2
  428. data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +29 -31
  429. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +30 -32
  430. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +21 -23
  431. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +33 -35
  432. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +35 -37
  433. data/doc/rdoc/more/classes/Argvector.html +78 -80
  434. data/doc/rdoc/more/classes/Association.html +30 -32
  435. data/doc/rdoc/more/classes/Association/Kernel.html +10 -12
  436. data/doc/rdoc/more/classes/Autoarray.html +8 -10
  437. data/doc/rdoc/more/classes/BBCode.html +36 -38
  438. data/doc/rdoc/more/classes/BaseX.html +18 -20
  439. data/doc/rdoc/more/classes/BiCrypt.html +69 -71
  440. data/doc/rdoc/more/classes/BigDuration.html +32 -34
  441. data/doc/rdoc/more/classes/BinReadable.html +87 -89
  442. data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +27 -29
  443. data/doc/rdoc/more/classes/Binding.html +10 -12
  444. data/doc/rdoc/more/classes/BlankSlate.html +4 -6
  445. data/doc/rdoc/more/classes/Buildable.html +6 -8
  446. data/doc/rdoc/more/classes/BuildingBlock.html +18 -20
  447. data/doc/rdoc/more/classes/CLI.html +2 -2
  448. data/doc/rdoc/more/classes/CLI/Arguments.html +78 -80
  449. data/doc/rdoc/more/classes/CLI/Command.html +24 -26
  450. data/doc/rdoc/more/classes/CLI/Command/UniversalOptions.html +2 -2
  451. data/doc/rdoc/more/classes/CLI/NoCommandError.html +6 -8
  452. data/doc/rdoc/more/classes/CLI/NoOptionError.html +6 -8
  453. data/doc/rdoc/more/classes/CacheDecorator.html +23 -25
  454. data/doc/rdoc/more/classes/Capsule.html +43 -45
  455. data/doc/rdoc/more/classes/Capsule/MissingFile.html +2 -2
  456. data/doc/rdoc/more/classes/Chain.html +19 -21
  457. data/doc/rdoc/more/classes/Cloneable.html +6 -8
  458. data/doc/rdoc/more/classes/ConsoleUtils.html +20 -22
  459. data/doc/rdoc/more/classes/Coroutine.html +30 -32
  460. data/doc/rdoc/more/classes/Crypt.html +18 -20
  461. data/doc/rdoc/more/classes/CssFilter.html +24 -26
  462. data/doc/rdoc/more/classes/CssTree.html +10 -12
  463. data/doc/rdoc/more/classes/Dictionary.html +230 -232
  464. data/doc/rdoc/more/classes/DictionaryMatcher.html +40 -42
  465. data/doc/rdoc/more/classes/DictionaryMatcher/MatchData.html +6 -8
  466. data/doc/rdoc/more/classes/Downloader.html +26 -28
  467. data/doc/rdoc/more/classes/Duration.html +70 -72
  468. data/doc/rdoc/more/classes/Enumerable.html +46 -48
  469. data/doc/rdoc/more/classes/Enumerable/Elementor.html +18 -20
  470. data/doc/rdoc/more/classes/Enumerable/Enumerator.html +6 -8
  471. data/doc/rdoc/more/classes/EnumerablePass.html +17 -19
  472. data/doc/rdoc/more/classes/Equatable.html +18 -20
  473. data/doc/rdoc/more/classes/EventHook.html +10 -12
  474. data/doc/rdoc/more/classes/Expirable.html +19 -21
  475. data/doc/rdoc/more/classes/FileList.html +54 -56
  476. data/doc/rdoc/more/classes/FileShell.html +149 -151
  477. data/doc/rdoc/more/classes/Fileable.html +16 -18
  478. data/doc/rdoc/more/classes/Fileable/DSL.html +43 -45
  479. data/doc/rdoc/more/classes/Hash.html +36 -38
  480. data/doc/rdoc/more/classes/Hash2Xml.html +6 -8
  481. data/doc/rdoc/more/classes/HtmlFilter.html +11 -13
  482. data/doc/rdoc/more/classes/IORedirect.html +10 -12
  483. data/doc/rdoc/more/classes/InfinityClass.html +38 -40
  484. data/doc/rdoc/more/classes/InfinityClass/Numeric.html +25 -27
  485. data/doc/rdoc/more/classes/Ini.html +39 -41
  486. data/doc/rdoc/more/classes/Instantiable.html +11 -13
  487. data/doc/rdoc/more/classes/Instantize.html +10 -12
  488. data/doc/rdoc/more/classes/Interval.html +189 -191
  489. data/doc/rdoc/more/classes/It.html +14 -16
  490. data/doc/rdoc/more/classes/LRUCache.html +40 -42
  491. data/doc/rdoc/more/classes/LRUCache/Item.html +2 -2
  492. data/doc/rdoc/more/classes/LRUCache/Sentinel.html +2 -2
  493. data/doc/rdoc/more/classes/LinkedList.html +70 -72
  494. data/doc/rdoc/more/classes/LinkedList/Node.html +6 -8
  495. data/doc/rdoc/more/classes/MissingArgument.html +2 -2
  496. data/doc/rdoc/more/classes/Module.html +173 -175
  497. data/doc/rdoc/more/classes/Multiton.html +14 -16
  498. data/doc/rdoc/more/classes/Multiton/Inclusive.html +2 -2
  499. data/doc/rdoc/more/classes/Multiton/MetaMethods.html +30 -32
  500. data/doc/rdoc/more/classes/NackClass.html +2 -2
  501. data/doc/rdoc/more/classes/Net.html +2 -2
  502. data/doc/rdoc/more/classes/Net/SMTP.html +10 -12
  503. data/doc/rdoc/more/classes/NullClass.html +26 -28
  504. data/doc/rdoc/more/classes/ObjectReflection.html +8 -10
  505. data/doc/rdoc/more/classes/OpEsc.html +7 -9
  506. data/doc/rdoc/more/classes/OpenCascade.html +48 -13
  507. data/doc/rdoc/more/classes/OpenCollection.html +10 -12
  508. data/doc/rdoc/more/classes/OpenHash.html +11 -13
  509. data/doc/rdoc/more/classes/OpenObject.html +97 -99
  510. data/doc/rdoc/more/classes/PQueue.html +86 -88
  511. data/doc/rdoc/more/classes/Paramix.html +13 -15
  512. data/doc/rdoc/more/classes/Paramix/Delegator.html +18 -20
  513. data/doc/rdoc/more/classes/PathList.html +10 -12
  514. data/doc/rdoc/more/classes/PathList/Finder.html +10 -12
  515. data/doc/rdoc/more/classes/Platform.html +24 -26
  516. data/doc/rdoc/more/classes/Pool.html +20 -22
  517. data/doc/rdoc/more/classes/Proc.html +11 -13
  518. data/doc/rdoc/more/classes/ProgressBar.html +54 -56
  519. data/doc/rdoc/more/classes/Prototype.html +30 -32
  520. data/doc/rdoc/more/classes/RWDelegator.html +18 -20
  521. data/doc/rdoc/more/classes/Random.html +7 -9
  522. data/doc/rdoc/more/classes/Random/Array.html +39 -41
  523. data/doc/rdoc/more/classes/Random/Hash.html +54 -56
  524. data/doc/rdoc/more/classes/Random/Object.html +6 -8
  525. data/doc/rdoc/more/classes/Random/String.html +36 -38
  526. data/doc/rdoc/more/classes/Random/String/Self.html +11 -13
  527. data/doc/rdoc/more/classes/Recorder.html +18 -20
  528. data/doc/rdoc/more/classes/RecursiveDependency.html +2 -2
  529. data/doc/rdoc/more/classes/Reference.html +21 -23
  530. data/doc/rdoc/more/classes/Registerable.html +15 -17
  531. data/doc/rdoc/more/classes/Semaphore.html +38 -40
  532. data/doc/rdoc/more/classes/Settings.html +30 -32
  533. data/doc/rdoc/more/classes/Settings/Setting.html +15 -17
  534. data/doc/rdoc/more/classes/Settings/SettingCollection.html +6 -8
  535. data/doc/rdoc/more/classes/SimpleStringIO.html +10 -12
  536. data/doc/rdoc/more/classes/Snapshot.html +8 -10
  537. data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +8 -10
  538. data/doc/rdoc/more/classes/String/Mask.html +74 -76
  539. data/doc/rdoc/more/classes/String/Words.html +33 -35
  540. data/doc/rdoc/more/classes/Struct.html +6 -8
  541. data/doc/rdoc/more/classes/SyncArray.html +4 -6
  542. data/doc/rdoc/more/classes/SyncHash.html +4 -6
  543. data/doc/rdoc/more/classes/SyncHash/Delegator.html +16 -18
  544. data/doc/rdoc/more/classes/SyncHash/Inheritor.html +16 -18
  545. data/doc/rdoc/more/classes/System.html +255 -257
  546. data/doc/rdoc/more/classes/TagIterator.html +581 -0
  547. data/doc/rdoc/more/classes/Timer.html +50 -52
  548. data/doc/rdoc/more/classes/Timer/Dummy.html +11 -13
  549. data/doc/rdoc/more/classes/TracePoint.html +60 -62
  550. data/doc/rdoc/more/classes/Tuple.html +172 -174
  551. data/doc/rdoc/more/classes/TypeCast.html +2 -2
  552. data/doc/rdoc/more/classes/TypeCast/Class.html +9 -11
  553. data/doc/rdoc/more/classes/TypeCast/Object.html +7 -9
  554. data/doc/rdoc/more/classes/TypeCastException.html +2 -2
  555. data/doc/rdoc/more/classes/Uninheritable.html +8 -10
  556. data/doc/rdoc/more/classes/UploadUtils.html +51 -53
  557. data/doc/rdoc/more/classes/VersionNumber.html +59 -61
  558. data/doc/rdoc/more/classes/Weekdays.html +30 -32
  559. data/doc/rdoc/more/classes/XOXO.html +11 -13
  560. data/doc/rdoc/more/classes/ZipUtils.html +60 -62
  561. data/doc/rdoc/more/classes/ZipUtils/DryRun.html +30 -32
  562. data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +30 -32
  563. data/doc/rdoc/more/classes/ZipUtils/Verbose.html +30 -32
  564. data/doc/rdoc/more/created.rid +1 -1
  565. data/doc/rdoc/more/files/README.html +25 -10
  566. data/doc/rdoc/more/files/doc/README_more.html +2 -2
  567. data/doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html +2 -2
  568. data/doc/rdoc/more/files/lib/more/facets/advisable_rb.html +2 -2
  569. data/doc/rdoc/more/files/lib/more/facets/annotations_rb.html +2 -2
  570. data/doc/rdoc/more/files/lib/more/facets/ansicode_rb.html +3 -3
  571. data/doc/rdoc/more/files/lib/more/facets/arguments_rb.html +2 -2
  572. data/doc/rdoc/more/files/lib/more/facets/argvector_rb.html +2 -2
  573. data/doc/rdoc/more/files/lib/more/facets/association_rb.html +2 -2
  574. data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +2 -2
  575. data/doc/rdoc/more/files/lib/more/facets/autoarray_rb.html +2 -2
  576. data/doc/rdoc/more/files/lib/more/facets/autoreload_rb.html +2 -2
  577. data/doc/rdoc/more/files/lib/more/facets/basex_rb.html +2 -2
  578. data/doc/rdoc/more/files/lib/more/facets/bbcode_rb.html +2 -2
  579. data/doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html +2 -2
  580. data/doc/rdoc/more/files/lib/more/facets/binding/opvars_rb.html +2 -2
  581. data/doc/rdoc/more/files/lib/more/facets/binreadable_rb.html +2 -2
  582. data/doc/rdoc/more/files/lib/more/facets/blankslate_rb.html +2 -2
  583. data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +2 -2
  584. data/doc/rdoc/more/files/lib/more/facets/bytes_rb.html +2 -2
  585. data/doc/rdoc/more/files/lib/more/facets/cachedecorator_rb.html +2 -2
  586. data/doc/rdoc/more/files/lib/more/facets/capsule_rb.html +2 -2
  587. data/doc/rdoc/more/files/lib/more/facets/cattr_rb.html +2 -2
  588. data/doc/rdoc/more/files/lib/more/facets/chain_rb.html +2 -2
  589. data/doc/rdoc/more/files/lib/more/facets/class_extension_rb.html +2 -2
  590. data/doc/rdoc/more/files/lib/more/facets/classmethods_rb.html +2 -2
  591. data/doc/rdoc/more/files/lib/more/facets/cloneable_rb.html +2 -2
  592. data/doc/rdoc/more/files/lib/more/facets/command_rb.html +2 -2
  593. data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +2 -2
  594. data/doc/rdoc/more/files/lib/more/facets/coroutine_rb.html +2 -2
  595. data/doc/rdoc/more/files/lib/more/facets/crypt_rb.html +2 -2
  596. data/doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html +2 -2
  597. data/doc/rdoc/more/files/lib/more/facets/daemonize_rb.html +2 -2
  598. data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +2 -2
  599. data/doc/rdoc/more/files/lib/more/facets/dictionary_rb.html +2 -2
  600. data/doc/rdoc/more/files/lib/more/facets/dictionarymatcher_rb.html +2 -2
  601. data/doc/rdoc/more/files/lib/more/facets/downloader_rb.html +2 -2
  602. data/doc/rdoc/more/files/lib/more/facets/duplicable_rb.html +2 -2
  603. data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +2 -2
  604. data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +2 -2
  605. data/doc/rdoc/more/files/lib/more/facets/elementwise_rb.html +2 -2
  606. data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +2 -2
  607. data/doc/rdoc/more/files/lib/more/facets/equatable_rb.html +2 -2
  608. data/doc/rdoc/more/files/lib/more/facets/eventhook_rb.html +2 -2
  609. data/doc/rdoc/more/files/lib/more/facets/expirable_rb.html +2 -2
  610. data/doc/rdoc/more/files/lib/more/facets/fileable_rb.html +2 -2
  611. data/doc/rdoc/more/files/lib/more/facets/filelist_rb.html +2 -2
  612. data/doc/rdoc/more/files/lib/more/facets/fileshell_rb.html +2 -2
  613. data/doc/rdoc/more/files/lib/more/facets/hash/stringify_keys_rb.html +2 -2
  614. data/doc/rdoc/more/files/lib/more/facets/hash/symbolize_keys_rb.html +2 -2
  615. data/doc/rdoc/more/files/lib/more/facets/heap_rb.html +2 -2
  616. data/doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html +2 -2
  617. data/doc/rdoc/more/files/lib/more/facets/infinity_rb.html +2 -2
  618. data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +2 -2
  619. data/doc/rdoc/more/files/lib/more/facets/ini_rb.html +2 -2
  620. data/doc/rdoc/more/files/lib/more/facets/instantiable_rb.html +2 -2
  621. data/doc/rdoc/more/files/lib/more/facets/instantise_rb.html +2 -2
  622. data/doc/rdoc/more/files/lib/more/facets/instantize_rb.html +2 -2
  623. data/doc/rdoc/more/files/lib/more/facets/interval_rb.html +2 -2
  624. data/doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html +2 -2
  625. data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +2 -2
  626. data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +2 -2
  627. data/doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html +2 -2
  628. data/doc/rdoc/more/files/lib/more/facets/lrucache_rb.html +2 -2
  629. data/doc/rdoc/more/files/lib/more/facets/main_rb.html +2 -2
  630. data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +4 -6
  631. data/doc/rdoc/more/files/lib/more/facets/methodspace_rb.html +2 -2
  632. data/doc/rdoc/more/files/lib/more/facets/minitar_rb.html +2 -2
  633. data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +2 -2
  634. data/doc/rdoc/more/files/lib/more/facets/multiton_rb.html +2 -2
  635. data/doc/rdoc/more/files/lib/more/facets/nackclass_rb.html +2 -2
  636. data/doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html +2 -2
  637. data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +2 -2
  638. data/doc/rdoc/more/files/lib/more/facets/nullclass_rb.html +2 -2
  639. data/doc/rdoc/more/files/lib/more/facets/opencascade_rb.html +4 -46
  640. data/doc/rdoc/more/files/lib/more/facets/opencollection_rb.html +2 -2
  641. data/doc/rdoc/more/files/lib/more/facets/openhash_rb.html +2 -2
  642. data/doc/rdoc/more/files/lib/more/facets/openobject_rb.html +2 -2
  643. data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +2 -2
  644. data/doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html +2 -2
  645. data/doc/rdoc/more/files/lib/more/facets/overload_rb.html +2 -2
  646. data/doc/rdoc/more/files/lib/more/facets/paramix_rb.html +2 -2
  647. data/doc/rdoc/more/files/lib/more/facets/partial_rb.html +4 -6
  648. data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +2 -2
  649. data/doc/rdoc/more/files/lib/more/facets/platform_rb.html +2 -2
  650. data/doc/rdoc/more/files/lib/more/facets/pool_rb.html +2 -2
  651. data/doc/rdoc/more/files/lib/more/facets/pqueue_rb.html +2 -2
  652. data/doc/rdoc/more/files/lib/more/facets/progressbar_rb.html +2 -2
  653. data/doc/rdoc/more/files/lib/more/facets/prototype_rb.html +2 -2
  654. data/doc/rdoc/more/files/lib/more/facets/random_rb.html +2 -2
  655. data/doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html +2 -2
  656. data/doc/rdoc/more/files/lib/more/facets/recorder_rb.html +2 -2
  657. data/doc/rdoc/more/files/lib/more/facets/reference_rb.html +2 -2
  658. data/doc/rdoc/more/files/lib/more/facets/reflection_rb.html +2 -2
  659. data/doc/rdoc/more/files/lib/more/facets/registerable_rb.html +2 -2
  660. data/doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html +2 -2
  661. data/doc/rdoc/more/files/lib/more/facets/semaphore_rb.html +2 -2
  662. data/doc/rdoc/more/files/lib/more/facets/settings_rb.html +2 -2
  663. data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +2 -2
  664. data/doc/rdoc/more/files/lib/more/facets/string/mask_rb.html +2 -2
  665. data/doc/rdoc/more/files/lib/more/facets/string/words_rb.html +2 -2
  666. data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +2 -2
  667. data/doc/rdoc/more/files/lib/more/facets/syncarray_rb.html +2 -2
  668. data/doc/rdoc/more/files/lib/more/facets/synchash_rb.html +2 -2
  669. data/doc/rdoc/more/files/lib/more/facets/tagiterator_rb.html +111 -0
  670. data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +2 -2
  671. data/doc/rdoc/more/files/lib/more/facets/timer_rb.html +2 -2
  672. data/doc/rdoc/more/files/lib/more/facets/times_rb.html +2 -2
  673. data/doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html +2 -2
  674. data/doc/rdoc/more/files/lib/more/facets/tuple_rb.html +2 -2
  675. data/doc/rdoc/more/files/lib/more/facets/typecast_rb.html +5 -4
  676. data/doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html +2 -2
  677. data/doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html +2 -2
  678. data/doc/rdoc/more/files/lib/more/facets/version_rb.html +2 -2
  679. data/doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html +2 -2
  680. data/doc/rdoc/more/files/lib/more/facets/xoxo_rb.html +2 -2
  681. data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +2 -2
  682. data/doc/rdoc/more/fr_class_index.html +4 -5
  683. data/doc/rdoc/more/fr_file_index.html +4 -5
  684. data/doc/rdoc/more/fr_method_index.html +917 -941
  685. data/doc/rdoc/more/rdoc-style.css +18 -16
  686. data/lib/core/facets/array/combination.rb +15 -16
  687. data/lib/core/facets/array/index.rb +31 -6
  688. data/lib/core/facets/cattr.rb +2 -0
  689. data/lib/{more/facets → core/facets/class}/cattr.rb +18 -44
  690. data/lib/core/facets/class/cattr_accessor.rb +1 -0
  691. data/lib/core/facets/class/cattr_reader.rb +1 -0
  692. data/lib/core/facets/class/cattr_writer.rb +1 -0
  693. data/lib/core/facets/enumerable/mode.rb +5 -4
  694. data/lib/core/facets/enumerable/split.rb +6 -2
  695. data/lib/core/facets/file/append.rb +14 -0
  696. data/lib/core/facets/file/create.rb +21 -0
  697. data/lib/core/facets/file/rewrite.rb +6 -6
  698. data/lib/core/facets/file/write.rb +5 -47
  699. data/lib/core/facets/file/writelines.rb +24 -0
  700. data/lib/core/facets/hash/op.rb +6 -84
  701. data/lib/core/facets/hash/op_add.rb +12 -0
  702. data/lib/core/facets/hash/op_and.rb +33 -0
  703. data/lib/core/facets/hash/op_mul.rb +18 -0
  704. data/lib/core/facets/hash/op_or.rb +12 -0
  705. data/lib/core/facets/hash/op_sub.rb +26 -0
  706. data/lib/core/facets/indexable.rb +34 -26
  707. data/lib/core/facets/integer/odd.rb +8 -6
  708. data/lib/core/facets/module/class.rb +1 -3
  709. data/lib/core/facets/module/conflict.rb +10 -3
  710. data/lib/core/facets/module/prepend.rb +1 -0
  711. data/lib/core/facets/string/methodize.rb +6 -1
  712. data/lib/core/facets/string/modulize.rb +21 -0
  713. data/lib/core/facets/string/pathize.rb +6 -2
  714. data/lib/core/facets/string/splice.rb +19 -7
  715. data/lib/core/facets/string/variablize.rb +2 -1
  716. data/lib/core/facets/symbol/plain.rb +0 -27
  717. data/lib/core/facets/symbol/re_s.rb +18 -0
  718. data/lib/lore/facets/ostruct.rb +26 -10
  719. data/lib/lore/facets/pathname.rb +1 -1
  720. data/lib/lore/facets/zlib.rb +38 -0
  721. data/lib/more/facets/ansicode.rb +0 -5
  722. data/lib/more/facets/opencascade.rb +34 -32
  723. data/lib/more/facets/tagiter.rb +366 -0
  724. data/lib/more/facets/typecast.rb +5 -4
  725. data/task/conflicts +63 -0
  726. data/task/coverage.rake +37 -0
  727. data/task/methods +49 -0
  728. data/task/rdoc.rake +17 -0
  729. data/task/setup.rake +30 -0
  730. data/task/test.rake +47 -0
  731. data/test/{more → core/class}/test_cattr.rb +1 -1
  732. data/test/core/class/test_cattr_accessor.rb +2 -0
  733. data/test/core/class/test_cattr_reader.rb +1 -0
  734. data/test/core/class/test_cattr_writer.rb +1 -0
  735. data/test/core/file/test_create.rb +31 -0
  736. data/test/core/file/test_file.rb +0 -76
  737. data/test/core/file/test_null.rb +12 -0
  738. data/test/core/file/test_rewrite.rb +32 -0
  739. data/test/core/file/test_write.rb +31 -0
  740. data/test/core/file/test_writelines.rb +22 -0
  741. data/test/core/hash/test_op.rb +1 -42
  742. data/test/core/hash/test_op_add.rb +14 -0
  743. data/test/core/hash/test_op_and.rb +28 -0
  744. data/test/core/hash/test_op_mul.rb +14 -0
  745. data/test/core/hash/test_op_or.rb +14 -0
  746. data/test/core/hash/test_op_push.rb +23 -0
  747. data/test/core/hash/test_op_sub.rb +21 -0
  748. data/test/core/integer/test_even.rb +0 -9
  749. data/test/core/integer/test_odd.rb +16 -0
  750. data/test/core/module/test_alias_accessor.rb +22 -0
  751. data/test/core/module/test_alias_method_chain.rb +30 -0
  752. data/test/core/module/test_alias_module_function.rb +19 -0
  753. data/test/core/module/test_can.rb +19 -0
  754. data/test/core/module/test_class.rb +21 -0
  755. data/test/core/module/test_conflict.rb +19 -0
  756. data/test/core/module/test_integrate.rb +23 -0
  757. data/test/core/module/test_is.rb +19 -0
  758. data/test/core/module/test_methodize.rb +11 -0
  759. data/test/core/module/test_prepend.rb +29 -0
  760. data/test/core/module/test_redefine_method.rb +27 -0
  761. data/test/core/module/test_redirect_method.rb +25 -0
  762. data/test/core/module/test_rename_method.rb +27 -0
  763. data/test/core/module/test_revise.rb +2 -125
  764. data/test/core/module/test_wrap_method.rb +24 -0
  765. data/test/core/string/test_end_with.rb +12 -0
  766. data/test/core/string/test_lchomp.rb +18 -0
  767. data/test/core/string/test_methodize.rb +25 -0
  768. data/test/core/string/test_modulize.rb +25 -0
  769. data/test/core/string/test_op_sub.rb +12 -0
  770. data/test/core/string/test_pathize.rb +25 -0
  771. data/test/core/string/test_rewrite.rb +14 -0
  772. data/test/core/string/test_splice.rb +32 -0
  773. data/test/core/string/test_start_with.rb +12 -0
  774. data/test/core/string/test_variablize.rb +12 -0
  775. data/test/core/symbol/test_plain.rb +14 -0
  776. data/test/core/symbol/test_query.rb +14 -0
  777. data/test/core/symbol/test_setter.rb +14 -0
  778. data/test/core/unboundmethod/test_arguments.rb +21 -0
  779. data/test/core/unboundmethod/test_name.rb +15 -0
  780. metadata +174 -35
  781. data/METADATA +0 -28
  782. data/doc/rdoc/more/classes/Rope.html +0 -434
  783. data/doc/rdoc/more/classes/String/Style.html +0 -803
  784. data/lib/more/facets/rope.rb +0 -131
  785. data/lib/more/facets/string/style.rb +0 -317
  786. data/test/core/module/test_alias.rb +0 -45
  787. data/test/more/test_style.rb +0 -50
data/AUTHORS CHANGED
@@ -9,6 +9,8 @@
9
9
  The following developers have recently contributed to the development of Facets.
10
10
  They are held in the highest regard for their efforts.
11
11
 
12
+ * Robert Klemme Fix for Enumerable#mode.
13
+ * Daniel Schierbeck Speed imporvements to odd? and even?
12
14
  * Ken Bloom For DictionaryMatcher class (class might be renamed in future).
13
15
  * Matthew Harris Incorporated very useful Duration class.
14
16
  * Noah Gibbs Completed port from Extensions project.
@@ -52,6 +54,7 @@ All of their hard work is greatly appreciated.
52
54
  * Ara T. Howard
53
55
  * MenTaLguY
54
56
  * Mohammad Khan
57
+ * Robert Klemme
55
58
  * Richard Laugesen
56
59
  * Derek Lewis
57
60
  * Jan Molic
data/CHANGES CHANGED
@@ -1,1584 +1,56 @@
1
- 2008-09-02 transami
1
+ == 2.4.5 / 2008-10-03
2
2
 
3
- * Tag 2.4.4 [Other Enhancements]
4
- * Added news section to reap config. [Other Enhancements]
5
- * Adjusted tests to match recent fixes. [Other Enhancements]
6
- * Added warning to annotations.rb. [Other Enhancements]
7
- * Fixed facets.rb to use relative paths. [Other Enhancements]
8
- * Added Time#advance. [Minor Enhancements]
9
- * date.rb (stamp) fixed ref to constant FORMAT. [Other Enhancements]
10
- * Updated all per-class loaders to use relative paths. [Other Enhancements]
11
- * Added qua_class.rb. Yea. It really is my favorite. [Other Enhancements]
12
- * Moved variablize methods out of metaid.rb and into separate files (string/ and symbol/). [Minor Enhancements]
13
- * Deprecated String#to_time.
14
- * This method reqiures the loading of a number of other standard libs.
15
- * We can reconsider adding it again if we decide these other libs should be core.
16
- * Or if we find a more suitable way to define the method. [Other Enhancements]
3
+ * 6 Major Enhancements
17
4
 
5
+ * Re-added date.rb to lore library, and removed from core. (#r1014)
6
+ * Much improved date.rb extension now in Lore library. (#r1027)
7
+ * Deprecated kernel/suppress. Use Exception.suppress from now on. (#r1040)
8
+ * Deprecates string/style.rb. Use English project instead. (#r1074)
9
+ * Console namespace is no longer supported (for Ansicode). (#r1077)
10
+ * enumerable/mode.rb, Enumerable#mode now returns array since there can be more than one. (#r1079)
18
11
 
19
- 2008-09-01 transami
12
+ * 11 Minor Enhancements
20
13
 
21
- * Deprecated kernel/suppress. Use Exception.suppress from now on. [Major Enhancements]
22
- * Fixed require of string/xor in bicrypt.rb. [Bug Fixes]
23
- * Fixed cgi.rb (CGI is a class not a module). [Other Enhancements]
24
- * Update reap rdoc services. [Other Enhancements]
25
- * Added a benchmark for measuring how fast Facets loads. (Core < 1sec!) [Other Enhancements]
26
- * Place old news posts in doc/news.
27
- * Until 2.4.0 these are mostly just changelog entries. [Other Enhancements]
28
- * Moved README.* to doc/. [Other Enhancements]
29
- * Added simple functional test that loads all of Facets. [Other Enhancements]
30
- * Updated tests to head syntax warnings. [Other Enhancements]
31
- * Added doc/book. [Other Enhancements]
32
- * Remove doc/notes and add README.* files. [Other Enhancements]
33
- * Added Instantise as a synonym for Instantize. [Other Enhancements]
34
- * General improvements to More libs to correct syntax warnings. [Other Enhancements]
35
- * Much improved date.rb extension now in Lore library. [Major Enhancements]
36
- * adjusted Ruby 1.9 condition [Other Enhancements]
37
- * Made Module#alias_method_chaing a public method (for better Rails support). [Other Enhancements]
38
- * Wrapped Nilclass#to_f in 1.9 condition. [Other Enhancements]
39
- * float/round.rb redirects to numeric/round.rb. [Other Enhancements]
40
- * numeric/float.rb holds rounding methods for all classed Numeric, Integer and Float. [Other Enhancements]
41
- * Replace Kernel#instance_exec with Mauricio's version. [Other Enhancements]
42
- * Fixed warning about parenthesis. [Other Enhancements]
43
- * Minor improvements to Time extensions. [Other Enhancements]
44
- * Wrapped String#to_time in Ruby 1.9 condition. [Other Enhancements]
45
- * Improved String#each_char to work like Ruby 1.9.
46
- * This loads strscan.rb.
47
- * It is wrapped in a 1.9 condition. [Other Enhancements]
48
- * Removed a comment from pathname.rb. [Other Enhancements]
49
- * OpenStruct#to_h dups internal table. [Bug Fixes]
50
- * Re-added date.rb to lore library, and removed from core. [Major Enhancements]
14
+ * Moved variablize methods out of metaid.rb and into separate files (string/ and symbol/). (#r1042)
15
+ * Added Time#advance. (#r1046)
16
+ * OpenCascade automatically creates nodes, use foo? to query. (#r1056)
17
+ * Speed up of Integer odd/even methods. (#r1057)
18
+ * Array#index now takes a block (this is a core override). (#r1059)
19
+ * Spilt file/write.rb into separate method files (append, create, writelines). (#r1073)
20
+ * Modified Enumerable#split to behave like String#split. (#r1076)
21
+ * integer/odd.rb, fixed Ruby 1.9 condition. (#r1080)
22
+ * hash/op.rb, split into separate method files. (#r1081)
23
+ * Added string/modulize. string/methodize handles path names now too. (#r1085)
24
+ * Class#cattr is now part of core. (#r1089)
51
25
 
26
+ * 2 Bug Fixes
52
27
 
53
- 2008-08-31 transami
28
+ * OpenStruct#to_h dups internal table. (#r1015)
29
+ * Fixed require of string/xor in bicrypt.rb. (#r1039)
54
30
 
55
- * Add facets class files (eg. facets/string) have been made dynamic. [Minor Enhancements]
56
- * Removed Time#to_date.
57
- * Due to clobberd RI Docs (!) this should have been in Lore lib date.rb
58
- * Moved to Lore date.rb. [Major Enhancements]
59
- * Added Symbol#plain?, Symbol#query? and Symbol#setter? [Major Enhancements]
60
- * Move admin/sow to admin/share. [Other Enhancements]
61
- * Moved old changelogs to archive. [Other Enhancements]
62
- * Added a log/archive. [Other Enhancements]
63
- * Fixed tests for BasicObject and Hash#slice. [Other Enhancements]
64
- * Added admin/share dirctory. [Other Enhancements]
65
- * Moved Hash#<< from hash/update.rb to hash/op_push.rb [Minor Enhancements]
66
- * Array#index accepts a block (one of the few core overrides). [Minor Enhancements]
67
- * Module#instance_method_define? now only applies to public methods. [Minor Enhancements]
68
- * Renamed string/subtract to string/op_sub.
69
- Old name will remain for time being for compatability. [Minor Enhancements]
70
- * Hash#<< now return self [Bug Fixes]
71
- * BasicObject is now just a synonm for BlankSlate unless Ruby 1.9. [Major Enhancements]
72
- * Added #glob and #glob_first as extensions to Pathname. [Other Enhancements]
73
- * Moved style.rb to string/stylize.rb [Minor Enhancements]
74
- * Added string/mask providing powerful string manipulation. [Major Enhancements]
75
- * Added warning to bytes --use RichUnits instead. [Other Enhancements]
76
- * Added Jim Weirich's BlankSlate class.
77
- * This is a temporary measure be compatible w/ AcitveSupport's BasicObject. [Other Enhancements]
78
31
 
32
+ == 2.4.4 / 2008-09-01
79
33
 
80
- 2008-08-29 transami
34
+ * 4 Major Enhancements
81
35
 
82
- * Added block to Array#index.
83
- * This is one of the few core overrides in Facets.
84
- * It is a feature already in Ruby 1.9. [Other Enhancements]
36
+ * Added string/mask providing powerful string manipulation. (#r997)
37
+ * BasicObject is now just a synonm for BlankSlate unless Ruby 1.9. (#r1000)
38
+ * Added Symbol#plain?, Symbol#query? and Symbol#setter? (#r1011)
39
+ * Removed Time#to_date.
40
+ * Due to clobberd RI Docs (!) this should have been in Lore lib date.rb
41
+ * Moved to Lore date.rb. (#r1012)
85
42
 
43
+ * 6 Minor Enhancements
86
44
 
87
- 2008-08-25 transami
45
+ * Moved style.rb to string/stylize.rb (#r998)
46
+ * Renamed string/subtract to string/op_sub.
47
+ Old name will remain for time being for compatability. (#r1002)
48
+ * Module#instance_method_define? now only applies to public methods. (#r1003)
49
+ * Array#index accepts a block (one of the few core overrides). (#r1004)
50
+ * Moved Hash#<< from hash/update.rb to hash/op_push.rb (#r1005)
51
+ * Add facets class files (eg. facets/string) have been made dynamic. (#r1013)
88
52
 
89
- * Added niclass/ergo whic points back to kernel/ergo. [Other Enhancements]
53
+ * 1 Bug Fixes
90
54
 
91
-
92
- 2008-08-23 transami
93
-
94
- * Added reap and sow to admin/. [Other Enhancements]
95
- * Made core/facets/hash.rb dynamic. [Other Enhancements]
96
- * Renamed arguments.rb and CLI::Arguments to argvector.rb and Argvector.* [Other Enhancements]
97
- * Added #bump method to VersionNumber class.* [Other Enhancements]
98
- * Updated warn line fore eventual deprecation of fileshell and arguments.* [Other Enhancements]
99
-
100
-
101
- 2008-08-18 transami
102
-
103
- * Added facets-load.rb to allow old school cherry picking.*
104
- * Between 2.0 and 2.4 require 'facets' simply added core to LOAD_PATH.
105
- * Starting with 2.4 it loads all of core automatically instead.
106
- * facets-load.rb provides a way to use the old behavior.
107
- require 'facets-load.rb
108
- require 'kernel/with'
109
- require 'symbol/to_proc'
110
- * It adds the path to the end of LOAD_PATH to prevent any load conflicts. [Other Enhancements]
111
- * Added file/split_root.* [Other Enhancements]
112
- * Made module/alias_method_chain and alias_accessor separate files.* [Other Enhancements]
113
-
114
-
115
- 2008-08-15 transami
116
-
117
- * Split module/alias.rb up into alias_accessor, alias_module_function and alias_method_chain. [Other Enhancements]
118
-
119
-
120
- 2008-08-14 transami
121
-
122
- * Renamed Instantise to Instantize. [Other Enhancements]
123
-
124
-
125
- 2008-08-13 transami
126
-
127
- * Modified script/test to display $LOAD_PATH before running tests. [Other Enhancements]
128
- * Fixed dir tests to require 'fileutils'. [Other Enhancements]
129
- * Upped version to 2.4.3. [Other Enhancements]
130
- * Updated NEWS and CHANGES. [Other Enhancements]
131
- * Moved Indexable and Stackable to core. [Other Enhancements]
132
- * Update news and added svn entry to reap.yaml. [Other Enhancements]
133
- * Fixed string/pathize. [Other Enhancements]
134
- * Move test_partial to more tests. [Other Enhancements]
135
- * Split out Enumerable#probability tests, etc. [Other Enhancements]
136
- * Split tests for String#words, etc. [Other Enhancements]
137
- * Remove module/test_clone. [Other Enhancements]
138
- * Modified website copyright notice section. [Other Enhancements]
139
- * Split out String #word_wrap, #words and #each_word. [Other Enhancements]
140
- * Split out enumerable methods probability, commonality, entropy and frequency. [Other Enhancements]
141
- * Remove more/facets/module --there's nothing in it. [Other Enhancements]
142
- * Worked through core lib breaking up a few remaining large method bunches. [Other Enhancements]
143
- * Added module directory to more lib, as well as hash/symbolize_keys and stringify_keys. [Other Enhancements]
144
- * Split revise.rb up into separate methods. [Other Enhancements]
145
- * Split kernel/load.rb into require_all.rb and require_local.rb. [Other Enhancements]
146
- * Deprecate Hash#keys_to_s and Hash#keys_to_sym.
147
- * These are the original versions of these methods.
148
- * But now we can use #rekey(:to_s) and #rekey(:to_sym) instead. [Other Enhancements]
149
- * Added had directory to more library. [Other Enhancements]
150
- * Renamed Class#to_pathname and #to_methodname to #pathize and #methodize. [Other Enhancements]
151
- * Moved binding/opvars from core to more. [Other Enhancements]
152
- * Added a binding directory to more lib. [Other Enhancements]
153
- * Deprecated Console:: namespace for ANSICode. [Other Enhancements]
154
-
155
-
156
- 2008-08-12 transami
157
-
158
- * Added sow generation forms. [Other Enhancements]
159
- * Updated READMEs. [Other Enhancements]
160
- * Spilt Time#trunc into separate file. [Other Enhancements]
161
- * Remove old log files --shouldn't version control these. [Other Enhancements]
162
- * Added note to FileList to add glob options parameter. [Other Enhancements]
163
-
164
-
165
- 2008-08-10 transami
166
-
167
- * Added Ken Bloom's DictionaryMatcher class from Ruby Quiz #103.
168
- * Note this class will probably be renamed in the future. [Other Enhancements]
169
- * IMPORTANT! Changed File#rewrite to not use the inplace change of the string.
170
- * If you were using the function, change your code to use File#rewrite! instead.
171
- * Or, modify your code ot use the new behavior.
172
- * This change can make for a slippery bug, so be sure to check for it! [Other Enhancements]
173
- * Moved test-old to test/more. [Other Enhancements]
174
- * Remove test/more --we'll just copy test-old at this point. [Other Enhancements]
175
- * Move "lore" tests to test/lore (lore are extensions to Ruby's standard lib). [Other Enhancements]
176
- * Moved test-old core test to test/core. [Other Enhancements]
177
- * Added test/core, test/lore and test/more. [Other Enhancements]
178
- * Added new test directory. [Other Enhancements]
179
- * Temporarily move test to test-old. [Other Enhancements]
180
- * Added time/test_round.rb [Other Enhancements]
181
- * Updated user scripts. [Other Enhancements]
182
- * Updated reap configuration. [Other Enhancements]
183
- * Updated test to correspond with previous changs. [Other Enhancements]
184
- * Adjusted require path for facets.rb. [Other Enhancements]
185
- * Added array/recursively. [Other Enhancements]
186
- * Added time/round. [Other Enhancements]
187
- * Time#to_date makes the public (it already existed in Ruby!) [Other Enhancements]
188
- * Fixed Time#hence to flip year correctly when adding months. [Other Enhancements]
189
- * Split hash/recurisve_merge out from hash/recursively. [Other Enhancements]
190
- * Added optional argument to Dictionary#first and #last. [Other Enhancements]
191
- * Moved facets.rb to core/. [Other Enhancements]
192
- * Removed intermediate facets directory. [Other Enhancements]
193
- * Moved live.rb to facets-live.rb. [Other Enhancements]
194
- * Removed intermediate facets directory for lib/. [Other Enhancements]
195
-
196
-
197
- 2008-08-09 transami
198
-
199
- * Move facets to more/. [Other Enhancements]
200
- * Recreate more directory. [Other Enhancements]
201
- * Temporarily move more to facets/. [Other Enhancements]
202
- * Move facets to lore/. [Other Enhancements]
203
- * Recreate lore directory. [Other Enhancements]
204
- * Temorarily move lore to facets/. [Other Enhancements]
205
- * Moved facets to core/. [Other Enhancements]
206
- * Added core directory back. [Other Enhancements]
207
- * Temporary move of core to facets. [Other Enhancements]
208
- * Removed remaining requires of 'ruby.rb'. [Other Enhancements]
209
- * Completed moving test_ruby.rb tests to separate files. [Other Enhancements]
210
- * Removed test/test_ruby. [Other Enhancements]
211
- * Updated tests. [Other Enhancements]
212
- * Removed test_ruby/array. [Other Enhancements]
213
- * Updated array test which were moved from ruby.rb. [Other Enhancements]
214
- * Moved history.rdoc and notes.rodc to doc/notes. [Other Enhancements]
215
- * Added doc/notes directory. [Other Enhancements]
216
- * Moved doc/html to admin/site/doc. [Other Enhancements]
217
- * Removed site/doc --only to be relplaced by doc/html. [Other Enhancements]
218
- * Update web docs. [Other Enhancements]
219
- * Added kernel/instance method which provides a fluent interface to private object space. [Other Enhancements]
220
- * Work on documentation using new Sow system. [Other Enhancements]
221
- * Moved meta.rb to more/kernel/meta.rb and merged facets/core.rb into facets.rb. [Other Enhancements]
222
- * Added more/kernel directory --hey not every extension can be core. [Other Enhancements]
223
- * Adjusted loadpath and moved lazy.rb to core! [Other Enhancements]
224
- * Moved remaing files to subdirectory locations. [Other Enhancements]
225
- * Moved most core libs to core/. [Other Enhancements]
226
- * Move most more files to the more directory. [Other Enhancements]
227
- * Added lore and more directories. [Other Enhancements]
228
- * Added facets/core directory. Yes, I'm spiliting the lib again.
229
- * Loadpath will be used, so user inteface will stay the same.
230
- * Setup.rb will be adjusted to recognaize loadpath. [Other Enhancements]
231
-
232
-
233
- 2008-08-08 transami
234
-
235
- * Update metadata and added admin/config to repository. [Other Enhancements]
236
-
237
-
238
- 2008-08-07 transami
239
-
240
- * Removed work directory. [Other Enhancements]
241
- * Finished moving old work content to depot. [Other Enhancements]
242
- * Move work/old to depot/deprecated. [Other Enhancements]
243
- * Moved work/ref to depot/reference. [Other Enhancements]
244
- * Moved work/new and work/sandbox to depot. [Other Enhancements]
245
- * Added depot to admin directory to store odd files.
246
- * This used to be calle work/.
247
- * Is used to store scrap code, reference code, etc. [Other Enhancements]
248
- * Moved setup.rb to script/setup.
249
- * This will either be replaced with configure/install scripts.
250
- * Or, depend on a separate ruby setup.rb project. [Other Enhancements]
251
- * Metadata modifications. [Other Enhancements]
252
- * Moved work to admin. [Other Enhancements]
253
- * Added recorder.rb to consider in work directory. [Other Enhancements]
254
- * Moved site to admin. [Other Enhancements]
255
- * Moved log/ to admin/. [Other Enhancements]
256
- * Update to testlog and changelog. [Other Enhancements]
257
- * Added admin directory. [Other Enhancements]
258
- * Added doc/news to store archives of part release notes. [Other Enhancements]
259
- * Added website images. [Other Enhancements]
260
- * Added test for paramix.rb. [Other Enhancements]
261
- * Updated website with cleaner look. [Other Enhancements]
262
- * Added "TO BE DEPRECATED" message to ruby.rb. [Other Enhancements]
263
- * Added all methods from ruby.rb as individual core methods.
264
- * These are the methods that overlap with 1.9.
265
- * They are encased in 'unless RUBY_VERSION' caluses. [Other Enhancements]
266
-
267
-
268
- 2008-08-02 transami
269
-
270
- * Imporved file/rootname --now much more robust. [Other Enhancements]
271
-
272
-
273
- 2008-08-01 transami
274
-
275
- * Added Kernel#to_yamlfrag to yaml.rb as way to output yaml w/o the "---" header.
276
- * Perhaps not the most robust solution, but okay for now.
277
- * Maybe a poor name for the method, but you got a better one? [Other Enhancements]
278
-
279
-
280
- 2008-06-11 tylerrick
281
-
282
- * Made FileUtils#whereis a module_function again like it used to be. Because:
283
- (1) that seems to be the way most other FileUtils methods are (cd, mkdir, cp, ...) and the most obvious way that users would WANT to use FileUtils: FileUtils.whereis("ruby").
284
- (3) I see module_function used in other comparible parts of Facets: UploadUtils, ConsoleUtils, ZipUtils, FileUtils#safe_ln, ...
285
- (3) My code that relied on the old module_function behavior was breaking
286
- What were you thinkin changing it?? ;) [Other Enhancements]
287
-
288
-
289
- 2008-04-05 transami
290
-
291
- * Paramix is all spiffy again.
292
- * There a no longer capitialize module methods at all.
293
- * Use Module#[] and mixin_params[] instead. [Other Enhancements]
294
-
295
-
296
- 2008-04-03 transami
297
-
298
- * Update to notes and changes. [Other Enhancements]
299
- * Added doc/notes.rdoc [Other Enhancements]
300
- * Renamed. [Other Enhancements]
301
- * Update metadata for 2.4.1. [Other Enhancements]
302
- * Added new logs. [Other Enhancements]
303
- * Removed old logs. [Other Enhancements]
304
- * Removed old xml changelogs. [Other Enhancements]
305
- * Added .rsync-filter and .htaccess to site/. [Other Enhancements]
306
- * Fixed methods and conflicts scripts to compare extension libraries. [Other Enhancements]
307
- * Updated tests for reatomizations. [Other Enhancements]
308
- * Continued work on reatomizing core extensions (nearly complete now). [Other Enhancements]
309
-
310
-
311
- 2008-03-31 transami
312
-
313
- * Work on kernel instance methods. [Other Enhancements]
314
-
315
-
316
- 2008-03-27 transami
317
-
318
- * Added basex.rb and deprecated bahavior.rb. [Other Enhancements]
319
-
320
-
321
- 2008-03-24 transami
322
-
323
- * Updated website a little. [Other Enhancements]
324
- * Split off some time tests. [Other Enhancements]
325
- * Updated logs. [Other Enhancements]
326
- * Update CHANGES and NOTES. [Other Enhancements]
327
- * Fixed minor bugs to pass tests. [Other Enhancements]
328
- * Split up include.rb. [Other Enhancements]
329
- * Split up include.rb. [Other Enhancements]
330
- * Moved test/test_one_nine.rb to test/test_ruby.rb. [Other Enhancements]
331
- * Removed use of Console namepspace. command.rb and arguments.rb now use CLI. [Other Enhancements]
332
- * Renamed ArgVector to CLI::Arguments [Other Enhancements]
333
- * Removed rdoc script (will replace in future). [Other Enhancements]
334
- * Added ri generation to setup.rb. [Other Enhancements]
335
- * Added site/doc soft link to doc/html. [Other Enhancements]
336
- * Moved one_nine.rb to ruby.rb [Other Enhancements]
337
- * Update d requires for "one_nine" to just "ruby" b/c of backports to 1.8.7. [Other Enhancements]
338
- * Added some work files. [Other Enhancements]
339
- * Added some expirments in "safe" extensions. [Other Enhancements]
340
- * Added html docs. [Other Enhancements]
341
- * Added tests. [Other Enhancements]
342
- * Added amazon books. [Other Enhancements]
343
- * Add some addition separation to extensions. [Other Enhancements]
344
- * Renamed task/ to script/, since the community is used to it b/c of Rails. [Other Enhancements]
345
- * Fixed up tasks. [Other Enhancements]
346
- * Clean up task system and docs. [Other Enhancements]
347
- * Update metadata. [Other Enhancements]
348
- * Test updates. [Other Enhancements]
349
- * Minor updates. [Other Enhancements]
350
-
351
-
352
- 2008-03-22 transami
353
-
354
- * Update annotations for to_hash.rb. [Other Enhancements]
355
- * Added headers to docs. [Other Enhancements]
356
- * Updated docs. [Other Enhancements]
357
-
358
-
359
- 2008-03-16 transami
360
-
361
- * Added the new split-off tests. [Other Enhancements]
362
- * Splinter remaining clumped tests. [Other Enhancements]
363
- * Removed test_array. [Other Enhancements]
364
- * Splintered array tests. [Other Enhancements]
365
- * Added some finer-grain to core method. [Other Enhancements]
366
- * Some deprecated libs added to work/old. [Other Enhancements]
367
- * Tests are now to th epoint of passing again. Yea! [Other Enhancements]
368
- * Continued touching up tests. [Other Enhancements]
369
-
370
-
371
- 2008-03-15 transami
372
-
373
- * Moved some old tests to proper place in work/old. [Other Enhancements]
374
- * Deprecated files moved to work/old. [Other Enhancements]
375
- * Coninuted work on tests. [Other Enhancements]
376
-
377
-
378
- 2008-03-14 transami
379
-
380
- * Adjusted module tests. [Other Enhancements]
381
- * Removed cli directory. [Other Enhancements]
382
- * Removed prime test directory and moved cli test up a level. [Other Enhancements]
383
- * Adjust test to match lib (again). [Other Enhancements]
384
- * Some deprecated extensions place in work/old for possible future reference. [Other Enhancements]
385
-
386
-
387
- 2008-03-13 transami
388
-
389
- * Umph... there it is. [Other Enhancements]
390
-
391
-
392
- 2008-03-12 transami
393
-
394
- * Removed prime directory. [Other Enhancements]
395
- * Make way for class extensions. [Other Enhancements]
396
- * Added warning to Rick Kilmers's unit system.
397
- * Moving Rich Kilmers's units system to it's own package.
398
- * Three are alternate unit systems available and Facets should work with any of them.
399
- * Will keep a fair amount of the Time extensions though. [Other Enhancements]
400
-
401
-
402
- 2008-03-10 transami
403
-
404
- * Move core method decisions (I sware there are only a few more!) [Other Enhancements]
405
- * Moved cli libs to toplevel. Added a few methods to prime library. [Other Enhancements]
406
- * And so on... [Other Enhancements]
407
-
408
-
409
- 2008-03-09 transami
410
-
411
- * Cleandup symbol and class extra extensions. [Other Enhancements]
412
-
413
-
414
- 2008-03-08 transami
415
-
416
- * Moved nil/status.rb to nilstatus.rb [Other Enhancements]
417
- * Got rid of Method#curry and Method#partial since they just convert to Procs. [Other Enhancements]
418
- * Divied prime methods to sepearate files after all. [Other Enhancements]
419
- * General cleanup pushing toward 3.0 release. [Other Enhancements]
420
-
421
-
422
- 2008-03-07 transami
423
-
424
- * Finished the reorganization of Enumerable extensions. [Other Enhancements]
425
- * Loose end additions. [Other Enhancements]
426
- * Cleanup module tests. [Other Enhancements]
427
- * Cleanup hash tests. [Other Enhancements]
428
- * Cleanup enumerable tests. [Other Enhancements]
429
- * Added new test/kernel directory. [Other Enhancements]
430
- * Removed old test/kernel directory. [Other Enhancements]
431
- * Moved test_let to prime/kernel in order to move prime/kernel. [Other Enhancements]
432
- * Cleanup array and time tests. [Other Enhancements]
433
- * Cleanup file tests. [Other Enhancements]
434
- * Cleanup string tests. [Other Enhancements]
435
- * Continued test cleanup. Oh, so, fun fun ;) [Other Enhancements]
436
- * Removed uneeded test directories. [Other Enhancements]
437
- * Continued organizing tests. [Other Enhancements]
438
- * Move integer tests cleanup. [Other Enhancements]
439
- * Cleaned up integer tests. [Other Enhancements]
440
- * Continued fixing tests. [Other Enhancements]
441
- * Working on test organization. [Other Enhancements]
442
- * Cleaned up binding tests. [Other Enhancements]
443
- * Removed old core/more test directories. [Other Enhancements]
444
- * Moved remaining tests to top test directory. [Other Enhancements]
445
- * MOved extra extension test to toplevel. [Other Enhancements]
446
- * Again moved more files to top level. [Other Enhancements]
447
- * MOved more test to toplevel. [Other Enhancements]
448
- * Moved remaining core test to top test level. [Other Enhancements]
449
- * Moved ext/core to prime/.
450
- * Will not combine the per-method tests for the moment.
451
- * Will save that for later (unless we decide to div prime again :p) [Other Enhancements]
452
- * Fixed requires for prime/ directory. [Other Enhancements]
453
- * Moved all "prime" libs to subdir (yes, like they were). [Other Enhancements]
454
- * Cleaned up remaining extranerous files. [Other Enhancements]
455
-
456
-
457
- 2008-03-06 transami
458
-
459
- * Further touchups to website. [Other Enhancements]
460
- * Added some extra pages to website. [Other Enhancements]
461
- * OVerhaul website for version 3. [Other Enhancements]
462
-
463
-
464
- 2008-03-05 transami
465
-
466
- * Made op_esc.rb a separate module rather thanan extension. [Other Enhancements]
467
- * REmoved more extraneous files and moved a few to work area. [Other Enhancements]
468
-
469
-
470
- 2008-03-04 transami
471
-
472
- * Added some tasks and a couple of file to work old. [Other Enhancements]
473
- * Cleaned up extra binding extensions. [Other Enhancements]
474
- * Continued considations (almost there). [Other Enhancements]
475
- * Continued consolidation and removing extraneous files. [Other Enhancements]
476
- * Deprecated with_reader, with_writer and with_accessor for attr_singleton_reader, &c. [Other Enhancements]
477
- * Removed extraneous Enumerable files. [Other Enhancements]
478
- * Removed extraneous module alias and attr files. [Other Enhancements]
479
-
480
-
481
- 2008-03-03 transami
482
-
483
- * Deprecated Hash#pairs_at. Use Hash#slice instead from core. [Other Enhancements]
484
- * Removed extraneous kernel extension files. [Other Enhancements]
485
- * Removed extraneous String extextion files. [Other Enhancements]
486
- * Removed some work folders. [Other Enhancements]
487
- * Partial adjustments for work area dure to organization changes. [Other Enhancements]
488
- * Scrap code. [Other Enhancements]
489
- * Removed vestiges of transfers to core extensions and consolidations. [Other Enhancements]
490
- * Fixed require in core libraries. [Other Enhancements]
491
- * Fixed the namespaces of some extensions. [Other Enhancements]
492
- * It is finished! [Other Enhancements]
493
- * Move all "prime" libs to top. [Other Enhancements]
494
- * Removed extra/. [Other Enhancements]
495
- * Moved extra/continuation to top. [Other Enhancements]
496
- * Move the rest of extra directories. [Other Enhancements]
497
- * Moved all "extra" extensions to top facets/ directory. [Other Enhancements]
498
- * Few more. [Other Enhancements]
499
- * Added some file that were added before in the transition. [Other Enhancements]
500
- * Removed remains vestigaes of old organization. (Now just ot fix the new one!) [Other Enhancements]
501
- * The big wadoozy. [Other Enhancements]
502
- * Remove empty directories for more/ext. [Other Enhancements]
503
- * Move add classes and module to facets/. [Other Enhancements]
504
- * Move more extensions to facets/extra. [Other Enhancements]
505
- * Move a few more/ext to prime. [Other Enhancements]
506
- * Moved core/facets to facets/extra. [Other Enhancements]
507
- * Removed empty ext directories. [Other Enhancements]
508
- * Added prime directory and files. [Other Enhancements]
509
- * Removed some dir methods that are now in prime. [Other Enhancements]
510
-
511
-
512
- 2008-03-02 transami
513
-
514
- * Remove some now empty directories from core/ext, due to the "prime" transfer. [Other Enhancements]
515
- * Removed all "prime" extension files. [Other Enhancements]
516
- * Move mattr to module. [Other Enhancements]
517
-
518
-
519
- 2008-03-01 transami
520
-
521
- * Fixed require bug in time methods. [Other Enhancements]
522
- * Reverted memomize.rb back to original code --will come back to later. [Other Enhancements]
523
- * Moved random.rb to sys/. [Other Enhancements]
524
- * Added stylizer.rb to replace stylize.rb [Other Enhancements]
525
- * Removed old stylize.rb library --see new stylizer.rb. [Other Enhancements]
526
- * Array #recursively is not only called #traverse. [Other Enhancements]
527
- * Added case/stylize methods to more/facets/string. [Other Enhancements]
528
- * Renamed more/string/facets/titlecase to captialize_all. [Other Enhancements]
529
-
530
-
531
- 2008-02-29 transami
532
-
533
- * Added uri and xoxo tests. [Other Enhancements]
534
- * Cleaning up more/ext tests. [Other Enhancements]
535
- * Some more reorganization in test/core. [Other Enhancements]
536
- * Removed finaly vestage of old dir structure. [Other Enhancements]
537
- * Moved remaing test to more/add. [Other Enhancements]
538
- * Removed some outdated test and organized. [Other Enhancements]
539
- * Moved more/ext tests out of more/add/. [Other Enhancements]
540
- * Added ext, cli and sys to test/more/. [Other Enhancements]
541
- * Removed test/mixin. [Other Enhancements]
542
- * Moved test from mixin to more/add. [Other Enhancements]
543
- * Moved add to test/more. [Other Enhancements]
544
- * Added test/more. [Other Enhancements]
545
- * Moved test/more to add. [Other Enhancements]
546
- * Moved ext tests to core subdir. [Other Enhancements]
547
- * Added test/core. [Other Enhancements]
548
- * Move text/core to test/ext. [Other Enhancements]
549
- * Updated .roll file for new organization. [Other Enhancements]
550
- * Updated .reap file. [Other Enhancements]
551
- * Updated metadata to fit new organization. (Happy Days!) [Other Enhancements]
552
- * Moved facets.rb up a level. [Other Enhancements]
553
- * Temporarily moved console libs to cli --mainly to ease working on them. [Other Enhancements]
554
- * Moved condole to add. [Other Enhancements]
555
- * Moved system to more/sys. [Other Enhancements]
556
- * Moved "lore" to add/. Yea! [Other Enhancements]
557
- * Moved libs to ext. [Other Enhancements]
558
- * Added more/ext directory. [Other Enhancements]
559
- * Progressive work on memoize and elementor. [Other Enhancements]
560
- * Moved systematic libs from ext/ to sys/. [Other Enhancements]
561
- * Moved classes and modules from ext/ to add/. [Other Enhancements]
562
- * Added facets directory to add/ directory. [Other Enhancements]
563
- * dded add/ directory to core/. [Other Enhancements]
564
- * Moved facets/ to ext/. [Other Enhancements]
565
- * Added ext directory. [Other Enhancements]
566
- * Minor doc change. [Other Enhancements]
567
- * Functor no longer privatizes =, == and =~. [Other Enhancements]
568
- * Minor doc fix. [Other Enhancements]
569
- * Properly split conversion.rb. [Other Enhancements]
570
- * Some string methods extracted from stylize.rb. [Other Enhancements]
571
- * Continued structuring. [Other Enhancements]
572
-
573
-
574
- 2008-02-28 transami
575
-
576
- * Moved lore/console up a notch. [Other Enhancements]
577
- * Moved lore/system up a notch. [Other Enhancements]
578
- * Moved random.rb to more/. [Other Enhancements]
579
- * Renamed namespace.eb to methodspace.rb. [Other Enhancements]
580
- * Moved autoreload to more/facets/kernel. [Other Enhancements]
581
- * Moved four remaing web libs to common directory (use web/ subdir?). [Other Enhancements]
582
-
583
-
584
- 2008-02-26 transami
585
-
586
- * Moved some modules from system to common. [Other Enhancements]
587
- * Moved all mixins back in with classes. [Other Enhancements]
588
- * Moved class/facets up a level. [Other Enhancements]
589
- * Removed old curry.rb. [Other Enhancements]
590
- * More as standard and extraneous core extensions is progressing. [Other Enhancements]
591
- * Added enumerable directory to more. [Other Enhancements]
592
- * Moved some libs from system to more. [Other Enhancements]
593
- * Added string directory to more. [Other Enhancements]
594
- * Added kernel directory to more extensions. [Other Enhancements]
595
- * Recreated more to house standard extensions. [Other Enhancements]
596
- * More as standard extensions, and Lore (?) for the rest. [Other Enhancements]
597
- * Added some web related libraries. [Other Enhancements]
598
-
599
-
600
- 2008-02-25 transami
601
-
602
- * Added cgi.rb with some standard extensions. [Other Enhancements]
603
- * Fixed bug with #peek in stackable. [Other Enhancements]
604
- * Deprecated paramix.rb. [Other Enhancements]
605
-
606
-
607
- 2008-02-24 transami
608
-
609
- * Added xmlhash.rb and returned uri.rb extensions to the library. [Other Enhancements]
610
- * Moved getoptlong/rb to standard extensions folder. [Other Enhancements]
611
- * Added #method_name to Date class. [Other Enhancements]
612
-
613
-
614
- 2008-02-23 transami
615
-
616
- * Removed extraneous level in doc. [Other Enhancements]
617
-
618
-
619
- 2008-02-22 transami
620
-
621
- * REmove cut-bases AOP, now in it's own library. [Other Enhancements]
622
- * Converted compare_on.rb to Paramtric Mixins. [Other Enhancements]
623
- * Split fileutils up into individual methods. [Other Enhancements]
624
- * Update metadata to reflect organization changes. [Other Enhancements]
625
- * Moved standard library extensions to more/extend. [Other Enhancements]
626
- * Added facets directory to more/extend. [Other Enhancements]
627
- * Continued organization. [Other Enhancements]
628
-
629
-
630
- 2008-02-21 transami
631
-
632
- * Moved console related libs to more/console. [Other Enhancements]
633
- * Added facets subdir to console. [Other Enhancements]
634
- * Added more/console; trying something a bit different in organization. [Other Enhancements]
635
- * Added more/class/facets/net and moved set and ostruct to class as well. [Other Enhancements]
636
- * more/system, rather than systems. [Other Enhancements]
637
- * Moved class, mixin, and system to more. [Other Enhancements]
638
- * Added new more directory. [Other Enhancements]
639
- * Moved more to systems. [Other Enhancements]
640
-
641
-
642
- 2008-02-20 transami
643
-
644
- * Added test for command.rb. [Other Enhancements]
645
- * Renamed console.rb to whate it should be consoleutils.rb. [Other Enhancements]
646
- * Update to command.rb integrating MasterCommand and Command into a single class.
647
- * The Console::Command is not nice and simple command parser I've been aiming torward.
648
- * Barring some major oversite, this class will not change in an incompatible way ever again.
649
- * Basic tests pass. More eleborate test will follow to ensure more complex designs also work. [Other Enhancements]
650
-
651
-
652
- 2008-02-19 transami
653
-
654
- * Added doc directory. [Other Enhancements]
655
- * Updated README and allowed doc/ to be included in package. [Other Enhancements]
656
-
657
-
658
- 2008-02-18 transami
659
-
660
- * Added site/rdoc, which is a symlink. [Other Enhancements]
661
- * Added log/Changelog.txt too. [Other Enhancements]
662
- * Update logs. (Should these even be under version control?) [Other Enhancements]
663
- * Added Rakefile to redirect to task/*. [Other Enhancements]
664
- * Fixed bug in Kernel#object_hexid. [Other Enhancements]
665
- * Fixed test for hash/collate. [Other Enhancements]
666
- * Added test task and temporary rdoc task. [Other Enhancements]
667
- * Added options back into multiglob_r. [Other Enhancements]
668
- * Fixed bug in multiglob_r so it will NOT follow symlinks. [Other Enhancements]
669
- * Moved work/reference to work/ref. [Other Enhancements]
670
- * Moved work/current to new (can you tell I have a new naming scheme for work/?) [Other Enhancements]
671
- * Moved work/outdated to old. [Other Enhancements]
672
- * Added some outdated tasks to work. Will eventually delete. [Other Enhancements]
673
-
674
-
675
- 2008-02-11 transami
676
-
677
- * Moved doc/ to site/. [Other Enhancements]
678
- * Added remaining doc files. [Other Enhancements]
679
- * Converted website to XML. [Other Enhancements]
680
-
681
-
682
- 2008-02-10 transami
683
-
684
- * Automated learn and quick doc menus. [Other Enhancements]
685
-
686
-
687
- 2008-02-09 transami
688
-
689
- * Convert website from html to xml. [Other Enhancements]
690
- * Finishing touches for next release. [Other Enhancements]
691
- * Saved old rdoc script. [Other Enhancements]
692
-
693
-
694
- 2008-02-06 transami
695
-
696
- * Updates to tests as embedded tests are no more. [Other Enhancements]
697
- * Finally completed removal of all embedded tests. [Other Enhancements]
698
- * Organized tests according to new lib organization. [Other Enhancements]
699
- * Improved cloneable.rb to be a true deep dup/clone mixin using Ken Bloom's suggestion. [Other Enhancements]
700
-
701
-
702
- 2008-02-05 transami
703
-
704
- * Working on end-user tasks. [Other Enhancements]
705
- * Added work/outdated/task. [Other Enhancements]
706
- * Updated the way rdocs are generated. [Other Enhancements]
707
- * Organized all libs between core, more, class and mixin. [Other Enhancements]
708
- * Moved class libraries to lib/class/facets. [Other Enhancements]
709
- * Added lib/class. [Other Enhancements]
710
- * Added tasksystem.rb. [Other Enhancements]
711
- * Remove some admin task files no longer needed thanks to Reap. [Other Enhancements]
712
- * Move admin/ to work/outdated. We'll be using reap instead. [Other Enhancements]
713
- * Moved meta/facets.roll to .roll.
714
- * This is related to an update of Rolls...
715
- * It's better to have good SOC here regardless of some metadata redundancy. [Other Enhancements]
716
- * Added meta/authors. [Other Enhancements]
717
- * Moved old changelogs to log/ and move meta/config.yaml to .reap per new reap design. [Other Enhancements]
718
- * Updaed reap config and removed icli.yaml. [Other Enhancements]
719
- * Added doc/ads directory. [Other Enhancements]
720
- * Removed dev/ directory. [Other Enhancements]
721
- * Moved remaining dev files to work/ (will cleanup later). [Other Enhancements]
722
- * Moved dev/sandbox to work/. [Other Enhancements]
723
- * Moved dev/task and reference material to work directory. [Other Enhancements]
724
- * Moved outdated dev libs to work. [Other Enhancements]
725
- * Moved current dev to work directory. [Other Enhancements]
726
- * Update to admin/tasks. [Other Enhancements]
727
- * Update to project file. [Other Enhancements]
728
- * Added enumerable/combinations. [Other Enhancements]
729
- * Added openhash and tracepoint. [Other Enhancements]
730
- * Added work directory. [Other Enhancements]
731
- * Added some development scraps, plan to move dev/ to work/. [Other Enhancements]
732
-
733
-
734
- 2008-01-19 transami
735
-
736
- * Remove admin/log. [Other Enhancements]
737
- * Convert changelog to pure ruby. [Other Enhancements]
738
- * Remove admin/svn subdir. [Other Enhancements]
739
- * Organize admin tasks better. [Other Enhancements]
740
- * Add admin tasks. [Other Enhancements]
741
- * Moved admin tasks to admin directory. [Other Enhancements]
742
- * Added admin directory. [Other Enhancements]
743
- * Removed task/doc subdir. [Other Enhancements]
744
- * Moved some tasks. [Other Enhancements]
745
- * Convert tasks to pure ruby. [Other Enhancements]
746
-
747
-
748
- 2008-01-16 transami
749
-
750
- * Move test/unit to test/core. [Other Enhancements]
751
- * Moved remaining more test to test/more. [Other Enhancements]
752
- * Added test/more/hash directory. [Other Enhancements]
753
- * Moved more tests to test/more directory. [Other Enhancements]
754
- * Added test/more. [Other Enhancements]
755
- * Fixed test_keyize.rb. [Other Enhancements]
756
- * binding/test_cflow renamed to test_caller [Other Enhancements]
757
-
758
-
759
- 2008-01-09 transami
760
-
761
- * Added test for new hash/collate. [Other Enhancements]
762
- * Added demo benchmarks. [Other Enhancements]
763
- * Update publish task. [Other Enhancements]
764
- * Update quick.html and wiki code. [Other Enhancements]
765
- * Added TODO to toplevel. [Other Enhancements]
766
- * Added a couple of missing binding requires to repo. [Other Enhancements]
767
- * Moved More lib hash_keyize.rb to hash/keyize.rb. [Other Enhancements]
768
-
769
-
770
- 2007-12-30 transami
771
-
772
- * Move source_material to just source. [Other Enhancements]
773
-
774
-
775
- 2007-12-28 transami
776
-
777
- * ANd so it goes with work reorganization. [Other Enhancements]
778
-
779
-
780
- 2007-12-27 transami
781
-
782
- * Moved dev/play to dev/sandbox. [Other Enhancements]
783
- * Further reorganiztion of work area. [Other Enhancements]
784
- * Some reorganization of developemnt area. [Other Enhancements]
785
-
786
-
787
- 2007-12-22 transami
788
-
789
- * Moved doc/wiki to apiwiki b/c of Rubyforge's wiki. [Other Enhancements]
790
- * Removed doc/api dir. [Other Enhancements]
791
- * Added wiki. [Other Enhancements]
792
- * Prepare for 2.2.1 release. [Other Enhancements]
793
- * Update per-module/class files. [Other Enhancements]
794
- * Moved binding/cflow.rb to caller.rb. [Other Enhancements]
795
- * Fixed up binding extensions. [Other Enhancements]
796
- * Update tests and prepare for next version. [Other Enhancements]
797
- * Ditto. [Other Enhancements]
798
- * Renamed a couple test tasks. [Other Enhancements]
799
-
800
-
801
- 2007-12-21 transami
802
-
803
- * Moved methods and groups task to trash. [Other Enhancements]
804
- * Moved core hash/keyize to more. [Other Enhancements]
805
- * Added test class/remove_descendents.rb. [Other Enhancements]
806
- * Added all remaining per-method require libs from methods/ --will need to wrok through these over time. [Other Enhancements]
807
- * Added trash work directory. [Other Enhancements]
808
- * Adjust text according to per-method file changes. [Other Enhancements]
809
-
810
-
811
- 2007-12-20 transami
812
-
813
- * All hash method, but the conversion methods, are now rpresented in core/facets/hash. [Other Enhancements]
814
- * Added a few more Hash per-method files. [Other Enhancements]
815
- * Add per-method libs for hash. [Other Enhancements]
816
- * Updated facets/string.rb. [Other Enhancements]
817
- * Moved string/format.rb to string/wrap.rb. [Other Enhancements]
818
- * Updated String#brief. [Other Enhancements]
819
-
820
-
821
- 2007-12-17 transami
822
-
823
- * Renamed ROLLRC to facets.roll. [Other Enhancements]
824
-
825
-
826
- 2007-12-13 transami
827
-
828
- * Fixed project.yaml summary. [Other Enhancements]
829
- * Update AUTHORS list. [Other Enhancements]
830
- * Update release notes. [Other Enhancements]
831
- * Update CHANGES for 2.2.0. [Other Enhancements]
832
- * VERSION 2.2.0 [Other Enhancements]
833
- * Added some missing tests dur to recent separations. [Other Enhancements]
834
- * Minor update to test/general. [Other Enhancements]
835
- * Updated tests to reflect recent changes. [Other Enhancements]
836
- * Fixed test for continuation and removed test for pp_s.rb. [Other Enhancements]
837
- * Move task/docpkg to task/doc/zip. [Other Enhancements]
838
- * Moved task/config.yaml to meta/ per new Ratch. [Other Enhancements]
839
- * Moved task/special to task/doc. [Other Enhancements]
840
- * Minor updates to test and install tasks. [Other Enhancements]
841
- * Updated todo list (in dev/). [Other Enhancements]
842
- * Copied log/history.rd to CHANGES. [Other Enhancements]
843
- * Removed log/history.rd and log/todo.rd [Other Enhancements]
844
- * Fixed stylize.rb for use with 1.9 (fixed case statement). [Other Enhancements]
845
- * Separated kernel/returning, now that #tap will be in 1.9. [Other Enhancements]
846
- * Updated facets.rb for use with 1.9. [Other Enhancements]
847
- * Separated time/stamp.rb. [Other Enhancements]
848
- * Divided binding up into a few more pieces. [Other Enhancements]
849
- * Fixed kernel/instance to play nice with 1.9. [Other Enhancements]
850
- * Added test for string/op.rb. [Other Enhancements]
851
-
852
-
853
- 2007-12-12 transami
854
-
855
- * Renamed accessor #attributes to #instance_attributes. [Other Enhancements]
856
-
857
-
858
- 2007-12-10 transami
859
-
860
- * Removed continuation from core. [Other Enhancements]
861
- * Removed pp_s.rb (use pretty_inspect) add continuation.rb. [Other Enhancements]
862
- * Documentaiton improvements and moved continuation extension to more lib. [Other Enhancements]
863
- * Added 1.9 check in continuation/create.rb. [Other Enhancements]
864
- * Added op.rb to string.rb. [Other Enhancements]
865
- * Added String/op.rb with String#- method. [Other Enhancements]
866
-
867
-
868
- 2007-12-09 transami
869
-
870
- * Minor edit to basicobject.rb in light of 1.9. [Other Enhancements]
871
- * Minor adjustments to lazy.rb to fix warnings by Ruby 1.9. [Other Enhancements]
872
- * Added Matthew Harris' Duration class. [Other Enhancements]
873
- * Added Hash#slice and Hash#except (didn't we have this before?) [Other Enhancements]
874
-
875
-
876
- 2007-12-05 transami
877
-
878
- * Minor adjust to website. [Other Enhancements]
879
-
880
-
881
- 2007-12-04 transami
882
-
883
- * Improved on tests in relation to doc work. [Other Enhancements]
884
- * Handled some minor bugs found while documenting. [Other Enhancements]
885
- * Mode doc improvements. [Other Enhancements]
886
-
887
-
888
- 2007-12-02 transami
889
-
890
- * Add a couple new task for rdoc gen. [Other Enhancements]
891
- * Added nbsp to quickopts task. [Other Enhancements]
892
- * Website updates. [Other Enhancements]
893
- * Work on website using siteparts. [Other Enhancements]
894
- * Added registerable.rb, updated history. [Other Enhancements]
895
- * Added #include_as to facets/namespace.rb. [Other Enhancements]
896
- * Cleanup test hearders. [Other Enhancements]
897
- * Rdoc improvements. [Other Enhancements]
898
-
899
-
900
- 2007-12-01 transami
901
-
902
- * Removed test for kernel/require_esc.rb [Other Enhancements]
903
- * Remove kernel/require_esc.rb. [Other Enhancements]
904
- * Updated integer docs. [Other Enhancements]
905
- * Updates to kernel test headers. [Other Enhancements]
906
- * Documentation updates to kernel extensions. [Other Enhancements]
907
-
908
-
909
- 2007-11-30 transami
910
-
911
- * Update docs continued. [Other Enhancements]
912
- * Update hash test headers. [Other Enhancements]
913
- * Updated hash extension docs. [Other Enhancements]
914
- * Updated docs. [Other Enhancements]
915
- * Added some missing tests. [Other Enhancements]
916
- * Continued docs update. [Other Enhancements]
917
- * Update docs. [Other Enhancements]
918
- * Added test_collect.rb split-offs and test_mash inplace of test_collate. [Other Enhancements]
919
- * Updated lots of test headers. [Other Enhancements]
920
- * Renamed Enumerable #collate to #mash. (old name, along with graph, will be an alias for time being) [Other Enhancements]
921
- * Lots of doc updates. [Other Enhancements]
922
- * Updated documentation for array extensions. [Other Enhancements]
923
- * Updated AUTHORS. [Other Enhancements]
924
- * Divided enumerable/collect into split.rb and each.rb as well. [Other Enhancements]
925
- * Moved mapsend.rb to thread.rb. [Other Enhancements]
926
- * Updated mapsend.rb to focus on threads. [Other Enhancements]
927
-
928
-
929
- 2007-11-28 transami
930
-
931
- * VERSION 2.1.3 [Other Enhancements]
932
- * Fixed bug is test/load. [Other Enhancements]
933
- * Array#to_h used flatten, but it needs to be flatten(1). [Other Enhancements]
934
- * Doc updates. [Other Enhancements]
935
- * Fixed minor issue with collate. [Other Enhancements]
936
- * Cleaned-up tests headers. [Other Enhancements]
937
-
938
-
939
- 2007-11-27 transami
940
-
941
- * Fixed bug with main.rb <=> facets.rb. [Other Enhancements]
942
- * Move core/main.rb back to core/facets.rb as it conflicts with lib in more/. [Other Enhancements]
943
-
944
-
945
- 2007-11-22 transami
946
-
947
- * Updated manifest. [Other Enhancements]
948
- * Remove task/config directory. [Other Enhancements]
949
- * Added some missing tests to repo. [Other Enhancements]
950
- * Added some missing tasks to repo. [Other Enhancements]
951
- * Added some missing dev files (many of these can be deleted actually). [Other Enhancements]
952
- * Added some missing files from repo. [Other Enhancements]
953
- * Added log files. [Other Enhancements]
954
- * Touch-up before release. [Other Enhancements]
955
- * Update to metadata. [Other Enhancements]
956
- * VERSION 2.1.2 [Other Enhancements]
957
- * Renamed core/facets/facets.rb to main.rb (Rolls default). [Other Enhancements]
958
- * Added copyright notice to COPYING file. [Other Enhancements]
959
- * Renamed LICENSE to COPYING according to offical GPL policy. [Other Enhancements]
960
- * Touch-up to logger.rb. [Other Enhancements]
961
- * Added exception#details. [Other Enhancements]
962
- * Move all test scripts to task/test/. [Other Enhancements]
963
- * Added test subdir. [Other Enhancements]
964
- * Prepare to make a test task subdir. [Other Enhancements]
965
- * Continued fixes to metadata. [Other Enhancements]
966
- * Fixes to metadata. [Other Enhancements]
967
- * Added setup task. [Other Enhancements]
968
-
969
-
970
- 2007-11-17 transami
971
-
972
- * Prepare for version 2.1.1 [Other Enhancements]
973
-
974
-
975
- 2007-11-16 transami
976
-
977
- * Removed debug code. [Other Enhancements]
978
- * Fixed options bug in command.rb [Other Enhancements]
979
-
980
-
981
- 2007-11-15 transami
982
-
983
- * Moved nilclass/ergo to kernel/ergo. [Other Enhancements]
984
- * Update Kernel#ergo. [Other Enhancements]
985
- * Added missing libs. [Other Enhancements]
986
- * Added pp_s.rb (Questionable addition, but we'll leave it for now.) [Other Enhancements]
987
- * Added validation.rb. This is here for Nitro's sake --better techinques may replace it in the future. [Other Enhancements]
988
- * Removed tracepoint.rb --now part of Ratchets project. [Other Enhancements]
989
- * Added Console::Logger to logger.rb (may be separated in future). [Other Enhancements]
990
- * Added option arity to command.rb. [Other Enhancements]
991
-
992
-
993
- 2007-11-10 transami
994
-
995
- * Update to prepare task. manifest interface is better now ;) [Other Enhancements]
996
- * Added UniversalOptions module. [Other Enhancements]
997
- * Fixed minor bug in arguments.rb that prevented proper repeat parameters. [Other Enhancements]
998
- * Removed extraneous symbol marks (:). [Other Enhancements]
999
- * Fixed bug in to_console. [Other Enhancements]
1000
- * Adjustment to docs. [Other Enhancements]
1001
- * Some task improvements. [Other Enhancements]
1002
- * Moved common alias methods from attr.rb to alias.rb. [Other Enhancements]
1003
- * Added clobber/ tasks. [Other Enhancements]
1004
- * Updated tests. [Other Enhancements]
1005
- * VERSION 2.1.0 [Other Enhancements]
1006
- * MasterCommand now passes (args, opts), until 1.9 is main stream. [Other Enhancements]
1007
- * Added BiCrypt class for simple two-way encryption. [Other Enhancements]
1008
- * Added dev/test [Other Enhancements]
1009
- * Renamed RELEASE to WHATSNEW [Other Enhancements]
1010
- * Added injecting test and cleaned up. [Other Enhancements]
1011
- * Fixed bud in enumerable/cluster_by (returned nil instead of []). [Other Enhancements]
1012
- * Cleaned up enumerable/permutation.rb [Other Enhancements]
1013
-
1014
-
1015
- 2007-11-09 transami
1016
-
1017
- * minor space removal [Other Enhancements]
1018
- * Complete rewrite of command.rb. [Other Enhancements]
1019
- * Added comment for potential future #is. [Other Enhancements]
1020
- * Added "tester" attribues attr_xxx!. Also added alias_xxx for all attr_xxx methods. [Other Enhancements]
1021
- * Added top-level log directory. [Other Enhancements]
1022
-
1023
-
1024
- 2007-11-08 transami
1025
-
1026
- * Added -q option to zip method in ZipUtils. [Other Enhancements]
1027
-
1028
-
1029
- 2007-11-05 transami
1030
-
1031
- * Remove #q reference from RELEASE. [Other Enhancements]
1032
- * Cleanup of test_initializer.rb. [Other Enhancements]
1033
- * VERSION 2.0.5 [Other Enhancements]
1034
- * Fixed return bug in hash/op.rb. [Other Enhancements]
1035
- * Ok. #p is back. This will in fact be in 1.9, so we're good. [Other Enhancements]
1036
- * Allowed Class#initializer to return the attribute names.
1037
- * This should allow things like: 'private *initializer(...)' [Other Enhancements]
1038
-
1039
-
1040
- 2007-11-04 transami
1041
-
1042
- * Added missing (*args) in #initialize on Hash.new. [Other Enhancements]
1043
- * Renamed #p to #q, because of multiple args problem.
1044
- * I don't know how Ruby 1.9 plans to handle multiple args.
1045
- * Will deprecate for 1.9 anyway so doesn't matter much. [Other Enhancements]
1046
- * Fixed package name in icli.yaml. [Other Enhancements]
1047
- * Added name field to meta/icli.yaml. [Other Enhancements]
1048
- * Added meta/icli.yaml. [Other Enhancements]
1049
- * Added a RELEASE file to hold current release notes. [Other Enhancements]
1050
- * Added log task. [Other Enhancements]
1051
- * Added changelog file in doc/log/. [Other Enhancements]
1052
- * Up'd version to 2.0.4. [Other Enhancements]
1053
- * Update task/groups. [Other Enhancements]
1054
- * Fixed to_h in Command::Options [Other Enhancements]
1055
- * Fixed bug in initialize. [Other Enhancements]
1056
-
1057
-
1058
- 2007-11-03 transami
1059
-
1060
- * Removed extest task. We will no longer need it. [Other Enhancements]
1061
- * Fixed bug in Hash#- Thanks to Xavier Shay. [Other Enhancements]
1062
- * Minor update to rdoc.yaml. [Other Enhancements]
1063
- * Renamed old changelogs. [Other Enhancements]
1064
- * Touch up to methods task. [Other Enhancements]
1065
- * Update rsync filter [Other Enhancements]
1066
- * Minor updates fixing issues highlighted by running crosstest. [Other Enhancements]
1067
- * Many minor bug fixes after running against crosstest. [Other Enhancements]
1068
- * Added usage support for __foo options. [Other Enhancements]
1069
- * Fixed a many a test after running against crosstest. [Other Enhancements]
1070
- * Removed load task. It did not isolate the libs, so wasn't effective. [Other Enhancements]
1071
- * Added a number of new tasks. [Other Enhancements]
1072
- * Rename SMTP_TLS to Smtp_tls for Rdocs. [Other Enhancements]
1073
-
1074
-
1075
- 2007-11-02 transami
1076
-
1077
- * Moved rdoc.yaml to config/. [Other Enhancements]
1078
- * moved task/config to task/config/general. [Other Enhancements]
1079
- * Update tasks. [Other Enhancements]
1080
-
1081
-
1082
- 2007-11-01 transami
1083
-
1084
- * Added array/only, symbol/to_proc (where did it go?) and hash/select. [Other Enhancements]
1085
- * Update roll file. [Other Enhancements]
1086
- * Moved test_command_options to test_command. [Other Enhancements]
1087
- * Update dictionary test to check dup and autohash. [Other Enhancements]
1088
-
1089
-
1090
- 2007-10-31 transami
1091
-
1092
- * Fixed autohash and dup bugs. [Other Enhancements]
1093
- * Verbatim support for Rails' version of #alias_method_chain. [Other Enhancements]
1094
- * Remove site/ directory. [Other Enhancements]
1095
- * Moved rsync filter up too. [Other Enhancements]
1096
- * Moved doc/site/ up to doc/. [Other Enhancements]
1097
- * Added javascript directory to doc/. [Other Enhancements]
1098
-
1099
-
1100
- 2007-10-30 transami
1101
-
1102
- * Updates across the board. [Other Enhancements]
1103
- * Updates to stylize and command.rb. [Other Enhancements]
1104
- * Made facets.rb a shortcut to facets/facets.rb (this is for Rolls, better way?) [Other Enhancements]
1105
- * Oh smack. Lots of stuff fixed. [Other Enhancements]
1106
-
1107
-
1108
- 2007-10-29 transami
1109
-
1110
- * Remove version.txt. No longer needed. [Other Enhancements]
1111
- * Removed meta/project.yaml, replaced by facets roll file. [Other Enhancements]
1112
-
1113
-
1114
- 2007-10-28 transami
1115
-
1116
- * Modifications to command.rb, snapshot and rbsystem.
1117
- * Merged command.rb and command_options.rb into command.rb.
1118
- * Added to_data aliases to snapshot.rb
1119
- * Minor additions to rbsystem. Rather than System, maybe Ruby? [Other Enhancements]
1120
-
1121
-
1122
- 2007-10-27 transami
1123
-
1124
- * Removed embedded test from overload.rb. [Other Enhancements]
1125
- * Allow OpenStruct#initialize to take a setter block. [Other Enhancements]
1126
- * Downloader needs 'wb' flag rather then just 'w'. [Other Enhancements]
1127
- * Fixed typo and removed embedded test. [Other Enhancements]
1128
- * Fixed bug in command_options.rb, putting the class back in the Console namespace. [Other Enhancements]
1129
-
1130
-
1131
- 2007-10-17 transami
1132
-
1133
- * improved module/traits.rb [Other Enhancements]
1134
-
1135
-
1136
- 2007-10-08 transami
1137
-
1138
- * cleaned up some test and updated version to 2.0.2 [Other Enhancements]
1139
- * update methods to eleminate duplicate file names between lib/core and lib/methods [Other Enhancements]
1140
-
1141
-
1142
- 2007-10-07 transami
1143
-
1144
- * doc session - clean up array methods [Other Enhancements]
1145
- * fixed enumerable/test_collect.rb [Other Enhancements]
1146
- * doc update some tasks [Other Enhancements]
1147
- * updated version to 2.0.1 [Other Enhancements]
1148
- * minor bugs fixes [Other Enhancements]
1149
- * update methods task to display each file as it process it [Other Enhancements]
1150
- * added benchmarks for some enumerable methods. [Other Enhancements]
1151
- * moved demo/bench/bench_factorial to an demo/bench/integer subclass [Other Enhancements]
1152
- * added Erik Veenstra to AUHTORS for work on enumerable/group_by and cluster_by [Other Enhancements]
1153
- * minor improvement to test task to specifically read test_*.rb files [Other Enhancements]
1154
- * removed enumerable/partition.rb [Other Enhancements]
1155
- * move enumerable/partition.rb methods to collect.rb. [Other Enhancements]
1156
-
1157
-
1158
- 2007-10-06 transami
1159
-
1160
- * Improved Integer#of. [Other Enhancements]
1161
- * Minor improvements to collect.rb and partition.rb [Other Enhancements]
1162
- * Deprecated nonuniq!, bug fixed cluster_by and aliased group_by and partition_by. [Other Enhancements]
1163
- * Rennamed Enumerable#partition_by to group_by (like RUby 1.9) and fixed bug in cluster_by. [Other Enhancements]
1164
- * update quick docs [Other Enhancements]
1165
- * Doc updates [Other Enhancements]
1166
-
1167
-
1168
- 2007-10-03 transami
1169
-
1170
- * Added Oliver Renaud to the AUTHORS list (oops!) [Other Enhancements]
1171
-
1172
-
1173
- 2007-10-02 transami
1174
-
1175
- * update README to not use folded lines [Other Enhancements]
1176
- * spellchecked README [Other Enhancements]
1177
- * update test task and test_aop.rb [Other Enhancements]
1178
- * minor update to meta/project.yaml [Other Enhancements]
1179
- * updates to groups task and methods task and version to 'stable' [Other Enhancements]
1180
- * updated test task to allow 'live' test [Other Enhancements]
1181
- * update AUTHORS [Other Enhancements]
1182
- * update test task and move AUTHORS file to toplevel [Other Enhancements]
1183
- * moved note/ to doc/notes [Other Enhancements]
1184
- * update tasks for core/fore move and moved todo to dev/ [Other Enhancements]
1185
- * moved fore to core (and core to methods) [Other Enhancements]
1186
-
1187
-
1188
- 2007-09-20 transami
1189
-
1190
- * update test and install tasks [Other Enhancements]
1191
- * require fixes to cut.rb and attributes.rb [Other Enhancements]
1192
- * fixed tests for string/nchar and kernel/silence [Other Enhancements]
1193
- * Fixed String#brief in format.rb [Other Enhancements]
1194
-
1195
-
1196
- 2007-09-13 transami
1197
-
1198
- * removed 1stClassMethod from "more" docs [Other Enhancements]
1199
- * removed 1stClassMethod as a rdoc target (now in Core target) [Other Enhancements]
1200
- * update install and rdoc tasks [Other Enhancements]
1201
- * moved string/test_index.rb to string/test_nchar.rb [Other Enhancements]
1202
- * updated indexable tests [Other Enhancements]
1203
- * update string.rb to include string/nchar.rb [Other Enhancements]
1204
- * moved index.rb to nchar.rb [Other Enhancements]
1205
- * clean up string/index.rb [Other Enhancements]
1206
- * moved facets.rb to fore directory [Other Enhancements]
1207
- * add comment to groups task [Other Enhancements]
1208
- * added groups task [Other Enhancements]
1209
- * updated all extrension group files (array.rb, binding.rb, etc.) [Other Enhancements]
1210
-
1211
-
1212
- 2007-09-12 transami
1213
-
1214
- * uncapitalize meta files [Other Enhancements]
1215
- * update methods task a bit more, plus related configuration [Other Enhancements]
1216
- * updated methods task [Other Enhancements]
1217
- * removed lib/core --this is generated content (may be renamed too) [Other Enhancements]
1218
- * added load and stats tasks [Other Enhancements]
1219
- * update install task --this replaces setup b/c of Facets' special install needs [Other Enhancements]
1220
- * update project file [Other Enhancements]
1221
- * removed lib/facets [Other Enhancements]
1222
- * moved remaining libs to fore (will later consider an additional subdivision) [Other Enhancements]
1223
- * move facets/fore to fore/facets [Other Enhancements]
1224
- * move facets/more to more/facets [Other Enhancements]
1225
- * added ;ob/core, more and fore [Other Enhancements]
1226
- * move memorize [Other Enhancements]
1227
-
1228
-
1229
- 2007-09-10 transami
1230
-
1231
- * removed io and net directories [Other Enhancements]
1232
- * moved io/redirect.rb to more/ioredirect.rb and net/smtp_tls.rb and net/uploadutils.rb libs to more too. [Other Enhancements]
1233
- * few more libs moved to more/ directory [Other Enhancements]
1234
- * moved all the most obvious more libs to the more directory [Other Enhancements]
1235
- * moved fore "grouping" libs to fore directory [Other Enhancements]
1236
- * moved "fore" libs to fore directory [Other Enhancements]
1237
- * create for and more directories (yes, you know what's coming ;) [Other Enhancements]
1238
- * renamed remain.rb (was main_as_module.rb) to just main.rb [Other Enhancements]
1239
- * improved rdoc task and project.yaml file [Other Enhancements]
1240
- * better docs for OpenObject [Other Enhancements]
1241
- * improved method hiding [Other Enhancements]
1242
-
1243
-
1244
- 2007-09-07 transami
1245
-
1246
- * documentation touch ups [Other Enhancements]
1247
- * fixes for conversion.rb rather than conversions.rb [Other Enhancements]
1248
- * updated to website docs [Other Enhancements]
1249
- * moved demos to demo/sample [Other Enhancements]
1250
- * added bench and sample dir to demo [Other Enhancements]
1251
-
1252
-
1253
- 2007-09-06 transami
1254
-
1255
- * moved spy.html to light.html [Other Enhancements]
1256
- * menum change to webpage, fixed core doc link [Other Enhancements]
1257
- * moved metadata files to meta/ (info/ or box/ would be better?) [Other Enhancements]
1258
- * updated test_conversion.rb for to_h/to_hash [Other Enhancements]
1259
- * reverse_each instead of each for after advice in advice.rb [Other Enhancements]
1260
- * final fix to to_h/to_hash discrepency [Other Enhancements]
1261
- * added a Path and Root features to Pathname (good idea?) [Other Enhancements]
1262
-
1263
-
1264
- 2007-09-05 transami
1265
-
1266
- * update advice.rb test and moved old cut test to dev/scrap [Other Enhancements]
1267
- * updated advice; removed preinitialize.rb to trinkets project (it was too expiremental) [Other Enhancements]
1268
- * command_filter.rb needs to considered/developed; moved to dev/new/ [Other Enhancements]
1269
- * fixed interface.rb fo singelton methods [Other Enhancements]
1270
- * updates to tests [Other Enhancements]
1271
- * whole lot of small bug fixes [Other Enhancements]
1272
- * add tests to revision control [Other Enhancements]
1273
- * removed old cut test (moved to dev/scrap) [Other Enhancements]
1274
- * working on tests [Other Enhancements]
1275
- * added read.rb (taken from readwrite.rb) [Other Enhancements]
1276
- * split readwrite.rb into read.rb and write.rb [Other Enhancements]
1277
-
1278
-
1279
- 2007-09-04 transami
1280
-
1281
- * remove string/unpack.rb, offset can be had using '@' format instead [Other Enhancements]
1282
- * renamed conversions.rb to conversion.rb, fixed some requires [Other Enhancements]
1283
- * improved attr.rb [Other Enhancements]
1284
- * some cleanup of enumerable extensions [Other Enhancements]
1285
- * setup annotations demo [Other Enhancements]
1286
- * add non-embedded tests [Other Enhancements]
1287
-
1288
-
1289
- 2007-09-03 transami
1290
-
1291
- * finally brough over toadcode prototype.rb and cleaned it up enough to be useful [Other Enhancements]
1292
- * removed annotations subdir [Other Enhancements]
1293
- * moved annotations/ann.rb and attr.rb to annotations.rb and attributes.rb [Other Enhancements]
1294
- * remove annotations.rb [Other Enhancements]
1295
- * moved annotations/settings.rb up a dir [Other Enhancements]
1296
- * remove settings.rb [Other Enhancements]
1297
-
1298
-
1299
- 2007-09-02 transami
1300
-
1301
- * chnaged multiton_id(e) to multiton_id(*e,&b) [Other Enhancements]
1302
- * updated test task [Other Enhancements]
1303
- * added Christoph Rippel to authors lists [Other Enhancements]
1304
- * added doc header to new multiton class [Other Enhancements]
1305
- * update to new version of multiton [Other Enhancements]
1306
- * playing around with multiton2.rb [Other Enhancements]
1307
- * renamed dev/try to dev/new [Other Enhancements]
1308
- * created dev/old to temporarily house old versions of libs that have been replaced. [Other Enhancements]
1309
- * fixed quick.html documentation [Other Enhancements]
1310
- * used old wiki.gif as email.gif instead [Other Enhancements]
1311
- * fixed config.yaml publish entry [Other Enhancements]
1312
- * some minor updates to index.html [Other Enhancements]
1313
- * moved site to doc/site [Other Enhancements]
1314
- * update to publish task [Other Enhancements]
1315
- * updates of tasks [Other Enhancements]
1316
- * added kernel/report.rb to hold debug/warn extensions. [Other Enhancements]
1317
- * renamed reporting.rb to silence.rb [Other Enhancements]
1318
- * update reporting.rb (created report.rb from it) [Other Enhancements]
1319
-
1320
-
1321
- 2007-09-01 transami
1322
-
1323
- * task work [Other Enhancements]
1324
- * clean up dev finis [Other Enhancements]
1325
- * cleanup dev just a bit more [Other Enhancements]
1326
- * continue cleanup of dev directory [Other Enhancements]
1327
- * moved dev/twiki to misc/ [Other Enhancements]
1328
- * removed dev/core [Other Enhancements]
1329
- * moved require_directory.rb to misc/ [Other Enhancements]
1330
- * added dev/misc for code scraps that might be useful but are not straight lib or task code [Other Enhancements]
1331
- * more dev changes [Other Enhancements]
1332
- * organize dev better [Other Enhancements]
1333
- * cleanup of dev continues [Other Enhancements]
1334
- * cleanup of dev dir [Other Enhancements]
1335
- * clean up dev dir more [Other Enhancements]
1336
- * some cleanup of dev directory [Other Enhancements]
1337
- * almost completed advice lib [Other Enhancements]
1338
- * added comment about possible update [Other Enhancements]
1339
- * deprecate instance_send and instance_map [Other Enhancements]
1340
-
1341
-
1342
- 2007-08-31 transami
1343
-
1344
- * work on rdoc task [Other Enhancements]
1345
- * work on rdoc task [Other Enhancements]
1346
- * added dev/cut dir [Other Enhancements]
1347
-
1348
-
1349
- 2007-08-29 transami
1350
-
1351
- * no reason to track .config [Other Enhancements]
1352
- * clean up trunk [Other Enhancements]
1353
- * added todo comment [Other Enhancements]
1354
- * added advice.rb to replace old aspects.rb [Other Enhancements]
1355
- * removed aspects.rb (sucked), added prototype.rb (infancy) and adjusted to class_extension.rb [Other Enhancements]
1356
- * removed #to_roman (now part of the English project) [Other Enhancements]
1357
- * cont. work on aop and cuts [Other Enhancements]
1358
- * fixed IMG tag bug [Other Enhancements]
1359
- * added yaml.rb [Other Enhancements]
1360
- * move #here convenience method to binding/eval (separate?) [Other Enhancements]
1361
- * added in order to remove kernel/misc.rb [Other Enhancements]
1362
- * consolidate string/regesc [Other Enhancements]
1363
- * added module/methods [Other Enhancements]
1364
- * updates to include and attr [Other Enhancements]
1365
-
1366
-
1367
- 2007-08-28 transami
1368
-
1369
- * fixed Range#umbrella [Other Enhancements]
1370
- * more organization of docs [Other Enhancements]
1371
- * orginizing docs [Other Enhancements]
1372
-
1373
-
1374
- 2007-08-27 transami
1375
-
1376
- * update val.rb [Other Enhancements]
1377
- * added proc/fn.rb (from kernel/misc.rb) and fixed typo in compose.rb [Other Enhancements]
1378
- * moved misc.rb to val.rb [Other Enhancements]
1379
- * better organization of some kernel methods [Other Enhancements]
1380
- * moved #here alias to eval.rb [Other Enhancements]
1381
- * minor updates and some bug fixes (modspace what broke) [Other Enhancements]
1382
- * removed file/yaml.rb in favor or just yaml.rb [Other Enhancements]
1383
- * moved this to facets/yaml.rb [Other Enhancements]
1384
-
1385
-
1386
- 2007-08-25 transami
1387
-
1388
- * work on aop system [Other Enhancements]
1389
- * Added aop.rb, and cut.r and recursive.rb [Other Enhancements]
1390
- * moved cut.rb to dev (old version will be deprecated) [Other Enhancements]
1391
- * added to_hash to Dictionary, and minor mods to others [Other Enhancements]
1392
-
1393
-
1394
- 2007-08-24 transami
1395
-
1396
- * oops, no need for enumerator directory [Other Enhancements]
1397
- * moved threaded_send.rb to mapsend.rb [Other Enhancements]
1398
- * moved threaded_send out of enumerable/ dir [Other Enhancements]
1399
- * updates to elementor.rb [Other Enhancements]
1400
- * merged instance_map into threaded_send [Other Enhancements]
1401
- * removed map_send [Other Enhancements]
1402
- * merging map_send with threaded_send [Other Enhancements]
1403
-
1404
-
1405
- 2007-08-23 transami
1406
-
1407
- * cont work on elementwise methods [Other Enhancements]
1408
- * divide elementwise functions betwee two libs [Other Enhancements]
1409
- * uniq.rb is merged into count.rb [Other Enhancements]
1410
- * removed count.rb (uniq.rb will become count.rb) [Other Enhancements]
1411
- * more refinement to enumerable extensions [Other Enhancements]
1412
- * continued refinement of enumerable extensions [Other Enhancements]
1413
- * general improvements to the organization of enumerable extensions [Other Enhancements]
1414
-
1415
-
1416
- 2007-08-22 transami
1417
-
1418
- * moved rake/ back to task/ [Other Enhancements]
1419
- * added a couple of tasks [Other Enhancements]
1420
- * renamed rake files as task file [Other Enhancements]
1421
- * update some tasks [Other Enhancements]
1422
- * moved methods.rake to methods [Other Enhancements]
1423
- * updated methods task to use ratch [Other Enhancements]
1424
- * Okay, were going to use Ratch --heaven help me. [Other Enhancements]
1425
-
1426
-
1427
- 2007-08-19 transami
1428
-
1429
- * removed facets/cli dir [Other Enhancements]
1430
- * moved all cli libs from facets/cli to facets/ [Other Enhancements]
1431
- * removed src/ directory [Other Enhancements]
1432
- * finished cli lib move [Other Enhancements]
1433
- * made dev/cli [Other Enhancements]
1434
- * almost finished integrating cli libs [Other Enhancements]
1435
- * moved cli support files to facets locations [Other Enhancements]
1436
- * moved cli lib to facets main (also modified functor) [Other Enhancements]
1437
- * preparing to move cli libs to facets main [Other Enhancements]
1438
-
1439
-
1440
- 2007-08-18 transami
1441
-
1442
- * renamed hash/reverse to hash/merge (it contains #reverse_merge) [Other Enhancements]
1443
-
1444
-
1445
- 2007-08-13 transami
1446
-
1447
- * updated Project.yaml [Other Enhancements]
1448
- * remove Manifest.txt from repository [Other Enhancements]
1449
- * more and more task work [Other Enhancements]
1450
- * removed info/ and added Project.yaml [Other Enhancements]
1451
- * moved info/ content to top-level [Other Enhancements]
1452
- * more task work [Other Enhancements]
1453
- * removed rake.rake [Other Enhancements]
1454
- * more task work [Other Enhancements]
1455
- * basic tasks are almost ready [Other Enhancements]
1456
- * continued work on rake tasks [Other Enhancements]
1457
-
1458
-
1459
- 2007-08-12 transami
1460
-
1461
- * more work on rake tasks [Other Enhancements]
1462
- * tweak methods.rake [Other Enhancements]
1463
- * cont. improvement of rake tasks [Other Enhancements]
1464
- * added clean.rake [Other Enhancements]
1465
- * more updates to rake tasks [Other Enhancements]
1466
- * got rid of setup in favor of a simply install.rake [Other Enhancements]
1467
- * added a rake support file [Other Enhancements]
1468
- * renamed tasks with *.rb [Other Enhancements]
1469
- * updated tasks to be rake tasks [Other Enhancements]
1470
- * moved methods to methods.rake [Other Enhancements]
1471
- * update methods to be a rake file [Other Enhancements]
1472
- * Will use rake adn be done with it. [Other Enhancements]
1473
-
1474
-
1475
- 2007-08-11 transami
1476
-
1477
- * cont. clean up of metadata [Other Enhancements]
1478
- * clean up of metadata [Other Enhancements]
1479
- * remove instance_intercept (trinket code) [Other Enhancements]
1480
- * continued modification of those tasky tools [Other Enhancements]
1481
- * removed lib/more (this is it!) [Other Enhancements]
1482
- * moved M-Z of more/facets to facets (this is it!) [Other Enhancements]
1483
- * moved A-L of more/facets to facets (this is it!) [Other Enhancements]
1484
-
1485
-
1486
- 2007-08-10 transami
1487
-
1488
- * removed lib/core (this is it!) [Other Enhancements]
1489
- * moved lib/core/facets.rb to lib/facets.rb (this is it!) [Other Enhancements]
1490
- * moved lib/core/facets to lib/facets (this is it!) [Other Enhancements]
1491
- * added file/yaml.rb [Other Enhancements]
1492
- * added a list of libraries considered "core" [Other Enhancements]
1493
- * continued work on build tools [Other Enhancements]
1494
- * change tools for core/more convergence (so help us god!) [Other Enhancements]
1495
- * added conversion requirement to some core libs [Other Enhancements]
1496
- * update methods task [Other Enhancements]
1497
-
1498
-
1499
- 2007-08-06 transami
1500
-
1501
- * update quick.html to mirror rdoc changes --still needs work though [Other Enhancements]
1502
- * remove old rdoc task [Other Enhancements]
1503
- * added rdoc section (minimal) to tool/config.yaml [Other Enhancements]
1504
- * nope. remove site/rdoc [Other Enhancements]
1505
- * add rdoc dir, should we? [Other Enhancements]
1506
- * remove site/rdoc in preperation for new way [Other Enhancements]
1507
- * facets.rb belongs to core/ [Other Enhancements]
1508
- * renamed some doc files [Other Enhancements]
1509
- * removed src/core [Other Enhancements]
1510
- * move src/core/lin to lib/core [Other Enhancements]
1511
- * added kernel/constant [Other Enhancements]
1512
- * remove src/core/web [Other Enhancements]
1513
- * moving more of core to top-level (svn sucks!) [Other Enhancements]
1514
- * moving core support files to top-level [Other Enhancements]
1515
- * removed src/more [Other Enhancements]
1516
- * move src/more/lib to lib/more [Other Enhancements]
1517
- * made lib dir (to replace src) [Other Enhancements]
1518
- * added settings.rb which points to annotations/settings.rb [Other Enhancements]
1519
- * moved svn to annotations/ subdir [Other Enhancements]
1520
- * moved dev files to top-level as part of more transition [Other Enhancements]
1521
- * temporarily removed dev/more [Other Enhancements]
1522
- * moved annotations demo to demo dir [Other Enhancements]
1523
- * added demo folder [Other Enhancements]
1524
- * add dev/more [Other Enhancements]
1525
- * remove struct again! (stupid svn) [Other Enhancements]
1526
- * moved file to top-level doc as part of more transisiton [Other Enhancements]
1527
- * bullshit svn crap [Other Enhancements]
1528
- * ann moved back to more (strongly considering annotations for it's own project) [Other Enhancements]
1529
- * build moved back to more [Other Enhancements]
1530
- * aop moved back to more [Other Enhancements]
1531
- * cast moved back to more [Other Enhancements]
1532
- * crypt moved back to more [Other Enhancements]
1533
- * exts moved back to more [Other Enhancements]
1534
- * file moved back to more [Other Enhancements]
1535
- * meta moved back to more [Other Enhancements]
1536
- * misc moved back to more [Other Enhancements]
1537
- * model moved back to more [Other Enhancements]
1538
- * struct moved to back to more [Other Enhancements]
1539
- * moved sync back to more [Other Enhancements]
1540
-
1541
-
1542
- 2007-08-05 transami
1543
-
1544
- * minor modification to core's method task [Other Enhancements]
1545
- * finished removing facets/core from revision control [Other Enhancements]
1546
- * remove facets/core/ method libs from revision control [Other Enhancements]
1547
- * fixed task/methods, update facets/core (which will be removed from revision ctrl) [Other Enhancements]
1548
- * updated methods task to point to facets/core/ [Other Enhancements]
1549
- * moved lib/facets_by_method/ to facets/core/ for backward compatibility [Other Enhancements]
1550
-
1551
-
1552
- 2007-08-04 transami
1553
-
1554
- * updated some tools [Other Enhancements]
1555
-
1556
-
1557
- 2007-08-03 transami
1558
-
1559
- * moved commandoptions.rb to command_options.rb [Other Enhancements]
1560
- * rewrote command and command options libs [Other Enhancements]
1561
-
1562
-
1563
- 2007-08-02 transami
1564
-
1565
- * fixed up website [Other Enhancements]
1566
- * moved web to site [Other Enhancements]
1567
- * added splash.html (really trash but we'll hang on to it fot now) [Other Enhancements]
1568
- * added .rsync_filter to wesite, for publish task [Other Enhancements]
1569
- * moved 'task' to 'tool' (was 'util' before that) [Other Enhancements]
1570
- * removed web/home.html, replaced with index.html [Other Enhancements]
1571
- * update website to look better on Widows [Other Enhancements]
1572
- * moved facets-by-method/ to facets_by_method/. note: this was the old facets/core/. [Other Enhancements]
1573
-
1574
-
1575
- 2007-08-01 transami
1576
-
1577
- * rearranged web directory (no more cover page) [Other Enhancements]
1578
-
1579
-
1580
- 2007-07-31 transami
1581
-
1582
- * removed core ri files and series 1.8 packages [Other Enhancements]
1583
- * initial import [Other Enhancements]
55
+ * Hash#<< now return self (#r1001)
1584
56