facets 2.5.2 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (677) hide show
  1. data/HISTORY.rdoc +2245 -0
  2. data/MANIFEST +20 -725
  3. data/{README → README.rdoc} +0 -0
  4. data/RELEASE +37 -48
  5. data/doc/log/stats/index.html +39 -0
  6. data/doc/notes/CHANGES +2529 -0
  7. data/lib/{more → core}/facets/binding/opvars.rb +0 -0
  8. data/lib/core/facets/integer/length.rb +16 -0
  9. data/lib/core/facets/kernel/state.rb +50 -0
  10. data/lib/core/facets/module/extend.rb +2 -2
  11. data/lib/core/facets/string/camelcase.rb +33 -9
  12. data/lib/core/facets/string/lowercase.rb +1 -0
  13. data/lib/core/facets/string/methodize.rb +10 -1
  14. data/lib/core/facets/string/modulize.rb +8 -0
  15. data/lib/core/facets/string/pathize.rb +10 -0
  16. data/lib/core/facets/string/snakecase.rb +2 -2
  17. data/lib/core/facets/string/underscore.rb +21 -0
  18. data/lib/core/facets/string/uppercase.rb +23 -0
  19. data/lib/more/facets/censor.rb +97 -0
  20. data/lib/more/facets/minitar.rb +11 -11
  21. data/lib/more/facets/platform.rb +47 -0
  22. data/lib/more/facets/pry.rb +32 -0
  23. data/lib/more/facets/string/obfuscate.rb +65 -0
  24. data/lib/more/facets/string/stylize.rb +169 -0
  25. data/lib/more/facets/string/words.rb +10 -13
  26. data/meta/modified +1 -0
  27. data/meta/package +1 -0
  28. data/meta/version +1 -0
  29. data/test/core/integer/test_length.rb +12 -0
  30. metadata +41 -822
  31. data/CHANGES +0 -133
  32. data/VERSION +0 -1
  33. data/doc/changelogs/CHANGELOG-0.10.30 +0 -239
  34. data/doc/changelogs/CHANGELOG-1.8.54 +0 -450
  35. data/doc/changelogs/CHANGELOG-2.4.5 +0 -1654
  36. data/doc/rdoc/core/classes/Array.html +0 -1208
  37. data/doc/rdoc/core/classes/Binding.html +0 -364
  38. data/doc/rdoc/core/classes/Class.html +0 -444
  39. data/doc/rdoc/core/classes/Comparable.html +0 -250
  40. data/doc/rdoc/core/classes/Dir.html +0 -395
  41. data/doc/rdoc/core/classes/Enumerable.html +0 -1262
  42. data/doc/rdoc/core/classes/Enumerable/Enumerator.html +0 -243
  43. data/doc/rdoc/core/classes/Enumerator.html +0 -242
  44. data/doc/rdoc/core/classes/Exception.html +0 -163
  45. data/doc/rdoc/core/classes/FalseClass.html +0 -131
  46. data/doc/rdoc/core/classes/File.html +0 -576
  47. data/doc/rdoc/core/classes/FileTest.html +0 -116
  48. data/doc/rdoc/core/classes/Float.html +0 -159
  49. data/doc/rdoc/core/classes/Functor.html +0 -171
  50. data/doc/rdoc/core/classes/Hash.html +0 -2184
  51. data/doc/rdoc/core/classes/Indexable.html +0 -629
  52. data/doc/rdoc/core/classes/InstanceVariables.html +0 -306
  53. data/doc/rdoc/core/classes/Integer.html +0 -583
  54. data/doc/rdoc/core/classes/Kernel.html +0 -2269
  55. data/doc/rdoc/core/classes/Lazy.html +0 -96
  56. data/doc/rdoc/core/classes/Lazy/Future.html +0 -100
  57. data/doc/rdoc/core/classes/Lazy/Promise.html +0 -114
  58. data/doc/rdoc/core/classes/Lazy/PromiseSafe.html +0 -99
  59. data/doc/rdoc/core/classes/MatchData.html +0 -204
  60. data/doc/rdoc/core/classes/Module.html +0 -1316
  61. data/doc/rdoc/core/classes/NilClass.html +0 -217
  62. data/doc/rdoc/core/classes/Numeric.html +0 -251
  63. data/doc/rdoc/core/classes/Object.html +0 -161
  64. data/doc/rdoc/core/classes/ObjectSpace.html +0 -114
  65. data/doc/rdoc/core/classes/Proc.html +0 -302
  66. data/doc/rdoc/core/classes/Range.html +0 -360
  67. data/doc/rdoc/core/classes/Regexp.html +0 -191
  68. data/doc/rdoc/core/classes/Stackable.html +0 -262
  69. data/doc/rdoc/core/classes/String.html +0 -2332
  70. data/doc/rdoc/core/classes/Struct.html +0 -121
  71. data/doc/rdoc/core/classes/Symbol.html +0 -441
  72. data/doc/rdoc/core/classes/Time.html +0 -521
  73. data/doc/rdoc/core/classes/TrueClass.html +0 -131
  74. data/doc/rdoc/core/classes/UnboundMethod.html +0 -200
  75. data/doc/rdoc/core/created.rid +0 -1
  76. data/doc/rdoc/core/files/README.html +0 -287
  77. data/doc/rdoc/core/files/doc/README_core.html +0 -230
  78. data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +0 -96
  79. data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +0 -92
  80. data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +0 -101
  81. data/doc/rdoc/core/files/lib/core/facets/array/delete_unless_rb.html +0 -92
  82. data/doc/rdoc/core/files/lib/core/facets/array/delete_values_rb.html +0 -92
  83. data/doc/rdoc/core/files/lib/core/facets/array/index_rb.html +0 -92
  84. data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +0 -97
  85. data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +0 -92
  86. data/doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html +0 -92
  87. data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +0 -92
  88. data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +0 -92
  89. data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +0 -92
  90. data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +0 -92
  91. data/doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html +0 -92
  92. data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +0 -92
  93. data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +0 -92
  94. data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +0 -92
  95. data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +0 -97
  96. data/doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html +0 -92
  97. data/doc/rdoc/core/files/lib/core/facets/array_rb.html +0 -92
  98. data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +0 -97
  99. data/doc/rdoc/core/files/lib/core/facets/binding/callstack_rb.html +0 -96
  100. data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +0 -96
  101. data/doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html +0 -92
  102. data/doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html +0 -96
  103. data/doc/rdoc/core/files/lib/core/facets/binding/self_rb.html +0 -96
  104. data/doc/rdoc/core/files/lib/core/facets/binding_rb.html +0 -92
  105. data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +0 -92
  106. data/doc/rdoc/core/files/lib/core/facets/blank_rb.html +0 -97
  107. data/doc/rdoc/core/files/lib/core/facets/boolean_rb.html +0 -126
  108. data/doc/rdoc/core/files/lib/core/facets/cattr_rb.html +0 -100
  109. data/doc/rdoc/core/files/lib/core/facets/class/cattr_accessor_rb.html +0 -96
  110. data/doc/rdoc/core/files/lib/core/facets/class/cattr_rb.html +0 -92
  111. data/doc/rdoc/core/files/lib/core/facets/class/cattr_reader_rb.html +0 -96
  112. data/doc/rdoc/core/files/lib/core/facets/class/cattr_writer_rb.html +0 -96
  113. data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +0 -92
  114. data/doc/rdoc/core/files/lib/core/facets/class/methodize_rb.html +0 -96
  115. data/doc/rdoc/core/files/lib/core/facets/class/pathize_rb.html +0 -96
  116. data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +0 -92
  117. data/doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html +0 -96
  118. data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +0 -92
  119. data/doc/rdoc/core/files/lib/core/facets/class_rb.html +0 -92
  120. data/doc/rdoc/core/files/lib/core/facets/comparable/at_least_rb.html +0 -96
  121. data/doc/rdoc/core/files/lib/core/facets/comparable/at_most_rb.html +0 -96
  122. data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +0 -96
  123. data/doc/rdoc/core/files/lib/core/facets/comparable/cap_rb.html +0 -92
  124. data/doc/rdoc/core/files/lib/core/facets/comparable/clip_rb.html +0 -92
  125. data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +0 -92
  126. data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +0 -109
  127. data/doc/rdoc/core/files/lib/core/facets/comparable_rb.html +0 -92
  128. data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +0 -92
  129. data/doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html +0 -96
  130. data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +0 -92
  131. data/doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html +0 -92
  132. data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +0 -92
  133. data/doc/rdoc/core/files/lib/core/facets/dir_rb.html +0 -92
  134. data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +0 -96
  135. data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +0 -96
  136. data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +0 -101
  137. data/doc/rdoc/core/files/lib/core/facets/enumerable/commonality_rb.html +0 -92
  138. data/doc/rdoc/core/files/lib/core/facets/enumerable/compact_map_rb.html +0 -92
  139. data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +0 -92
  140. data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +0 -92
  141. data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +0 -92
  142. data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +0 -96
  143. data/doc/rdoc/core/files/lib/core/facets/enumerable/entropy_rb.html +0 -96
  144. data/doc/rdoc/core/files/lib/core/facets/enumerable/frequency_rb.html +0 -92
  145. data/doc/rdoc/core/files/lib/core/facets/enumerable/graph_rb.html +0 -96
  146. data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +0 -92
  147. data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +0 -92
  148. data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +0 -92
  149. data/doc/rdoc/core/files/lib/core/facets/enumerable/map_with_index_rb.html +0 -92
  150. data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +0 -92
  151. data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +0 -92
  152. data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +0 -92
  153. data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +0 -92
  154. data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +0 -92
  155. data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +0 -92
  156. data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +0 -92
  157. data/doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html +0 -92
  158. data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +0 -92
  159. data/doc/rdoc/core/files/lib/core/facets/enumerable/take_rb.html +0 -92
  160. data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +0 -92
  161. data/doc/rdoc/core/files/lib/core/facets/enumerable_rb.html +0 -92
  162. data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +0 -92
  163. data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +0 -92
  164. data/doc/rdoc/core/files/lib/core/facets/exception_rb.html +0 -92
  165. data/doc/rdoc/core/files/lib/core/facets/file/append_rb.html +0 -92
  166. data/doc/rdoc/core/files/lib/core/facets/file/create_rb.html +0 -92
  167. data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +0 -92
  168. data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +0 -92
  169. data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +0 -92
  170. data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +0 -92
  171. data/doc/rdoc/core/files/lib/core/facets/file/split_all_rb.html +0 -92
  172. data/doc/rdoc/core/files/lib/core/facets/file/split_root_rb.html +0 -92
  173. data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +0 -102
  174. data/doc/rdoc/core/files/lib/core/facets/file/writelines_rb.html +0 -92
  175. data/doc/rdoc/core/files/lib/core/facets/file_rb.html +0 -92
  176. data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +0 -92
  177. data/doc/rdoc/core/files/lib/core/facets/filetest_rb.html +0 -92
  178. data/doc/rdoc/core/files/lib/core/facets/float/round_rb.html +0 -96
  179. data/doc/rdoc/core/files/lib/core/facets/float_rb.html +0 -92
  180. data/doc/rdoc/core/files/lib/core/facets/functor_rb.html +0 -151
  181. data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +0 -92
  182. data/doc/rdoc/core/files/lib/core/facets/hash/argumentize_rb.html +0 -92
  183. data/doc/rdoc/core/files/lib/core/facets/hash/at_rb.html +0 -92
  184. data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +0 -92
  185. data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +0 -92
  186. data/doc/rdoc/core/files/lib/core/facets/hash/dearray_values_rb.html +0 -92
  187. data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +0 -92
  188. data/doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html +0 -92
  189. data/doc/rdoc/core/files/lib/core/facets/hash/except_rb.html +0 -92
  190. data/doc/rdoc/core/files/lib/core/facets/hash/group_by_value_rb.html +0 -92
  191. data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +0 -92
  192. data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +0 -92
  193. data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +0 -92
  194. data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +0 -92
  195. data/doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html +0 -96
  196. data/doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html +0 -92
  197. data/doc/rdoc/core/files/lib/core/facets/hash/new_with_rb.html +0 -92
  198. data/doc/rdoc/core/files/lib/core/facets/hash/op_add_rb.html +0 -92
  199. data/doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html +0 -92
  200. data/doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html +0 -92
  201. data/doc/rdoc/core/files/lib/core/facets/hash/op_or_rb.html +0 -92
  202. data/doc/rdoc/core/files/lib/core/facets/hash/op_push_rb.html +0 -92
  203. data/doc/rdoc/core/files/lib/core/facets/hash/op_rb.html +0 -101
  204. data/doc/rdoc/core/files/lib/core/facets/hash/op_sub_rb.html +0 -92
  205. data/doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html +0 -92
  206. data/doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html +0 -92
  207. data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +0 -96
  208. data/doc/rdoc/core/files/lib/core/facets/hash/replace_each_rb.html +0 -92
  209. data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +0 -92
  210. data/doc/rdoc/core/files/lib/core/facets/hash/slice_rb.html +0 -96
  211. data/doc/rdoc/core/files/lib/core/facets/hash/stringify_keys_rb.html +0 -96
  212. data/doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html +0 -92
  213. data/doc/rdoc/core/files/lib/core/facets/hash/symbolize_keys_rb.html +0 -96
  214. data/doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html +0 -96
  215. data/doc/rdoc/core/files/lib/core/facets/hash/to_options_rb.html +0 -96
  216. data/doc/rdoc/core/files/lib/core/facets/hash/to_proc_rb.html +0 -92
  217. data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +0 -92
  218. data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +0 -92
  219. data/doc/rdoc/core/files/lib/core/facets/hash/update_each_rb.html +0 -92
  220. data/doc/rdoc/core/files/lib/core/facets/hash/update_keys_rb.html +0 -92
  221. data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +0 -103
  222. data/doc/rdoc/core/files/lib/core/facets/hash/update_values_rb.html +0 -92
  223. data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +0 -92
  224. data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +0 -92
  225. data/doc/rdoc/core/files/lib/core/facets/hash_rb.html +0 -92
  226. data/doc/rdoc/core/files/lib/core/facets/indexable_rb.html +0 -113
  227. data/doc/rdoc/core/files/lib/core/facets/integer/even_rb.html +0 -96
  228. data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +0 -92
  229. data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +0 -92
  230. data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +0 -92
  231. data/doc/rdoc/core/files/lib/core/facets/integer/of_rb.html +0 -92
  232. data/doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html +0 -92
  233. data/doc/rdoc/core/files/lib/core/facets/integer_rb.html +0 -92
  234. data/doc/rdoc/core/files/lib/core/facets/kernel/__callee___rb.html +0 -96
  235. data/doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html +0 -92
  236. data/doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html +0 -92
  237. data/doc/rdoc/core/files/lib/core/facets/kernel/__get___rb.html +0 -92
  238. data/doc/rdoc/core/files/lib/core/facets/kernel/__here___rb.html +0 -92
  239. data/doc/rdoc/core/files/lib/core/facets/kernel/__method___rb.html +0 -92
  240. data/doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html +0 -96
  241. data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +0 -96
  242. data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +0 -92
  243. data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +0 -92
  244. data/doc/rdoc/core/files/lib/core/facets/kernel/callstack_rb.html +0 -92
  245. data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +0 -92
  246. data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +0 -92
  247. data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +0 -92
  248. data/doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html +0 -92
  249. data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +0 -92
  250. data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +0 -96
  251. data/doc/rdoc/core/files/lib/core/facets/kernel/here_rb.html +0 -92
  252. data/doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html +0 -92
  253. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_assign_rb.html +0 -92
  254. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +0 -92
  255. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_exec_rb.html +0 -92
  256. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_rb.html +0 -96
  257. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html +0 -92
  258. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +0 -92
  259. data/doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html +0 -92
  260. data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +0 -92
  261. data/doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html +0 -92
  262. data/doc/rdoc/core/files/lib/core/facets/kernel/object_hexid_rb.html +0 -92
  263. data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +0 -92
  264. data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +0 -92
  265. data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +0 -92
  266. data/doc/rdoc/core/files/lib/core/facets/kernel/qua_class_rb.html +0 -92
  267. data/doc/rdoc/core/files/lib/core/facets/kernel/require_all_rb.html +0 -92
  268. data/doc/rdoc/core/files/lib/core/facets/kernel/require_local_rb.html +0 -92
  269. data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +0 -92
  270. data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +0 -92
  271. data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +0 -92
  272. data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +0 -92
  273. data/doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html +0 -92
  274. data/doc/rdoc/core/files/lib/core/facets/kernel/tap_rb.html +0 -92
  275. data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +0 -92
  276. data/doc/rdoc/core/files/lib/core/facets/kernel/val_rb.html +0 -92
  277. data/doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html +0 -92
  278. data/doc/rdoc/core/files/lib/core/facets/kernel_rb.html +0 -92
  279. data/doc/rdoc/core/files/lib/core/facets/lazy_rb.html +0 -120
  280. data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +0 -92
  281. data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +0 -92
  282. data/doc/rdoc/core/files/lib/core/facets/matchdata_rb.html +0 -92
  283. data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +0 -92
  284. data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +0 -92
  285. data/doc/rdoc/core/files/lib/core/facets/module/alias_accessor_rb.html +0 -92
  286. data/doc/rdoc/core/files/lib/core/facets/module/alias_method_chain_rb.html +0 -92
  287. data/doc/rdoc/core/files/lib/core/facets/module/alias_module_function_rb.html +0 -92
  288. data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +0 -92
  289. data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +0 -92
  290. data/doc/rdoc/core/files/lib/core/facets/module/can_rb.html +0 -92
  291. data/doc/rdoc/core/files/lib/core/facets/module/class_rb.html +0 -92
  292. data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +0 -92
  293. data/doc/rdoc/core/files/lib/core/facets/module/extend_rb.html +0 -92
  294. data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +0 -92
  295. data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +0 -92
  296. data/doc/rdoc/core/files/lib/core/facets/module/integrate_rb.html +0 -96
  297. data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +0 -92
  298. data/doc/rdoc/core/files/lib/core/facets/module/methodize_rb.html +0 -96
  299. data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +0 -92
  300. data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +0 -92
  301. data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +0 -92
  302. data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +0 -92
  303. data/doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html +0 -96
  304. data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +0 -92
  305. data/doc/rdoc/core/files/lib/core/facets/module/redefine_method_rb.html +0 -92
  306. data/doc/rdoc/core/files/lib/core/facets/module/redirect_method_rb.html +0 -92
  307. data/doc/rdoc/core/files/lib/core/facets/module/rename_method_rb.html +0 -92
  308. data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +0 -99
  309. data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +0 -92
  310. data/doc/rdoc/core/files/lib/core/facets/module/wrap_method_rb.html +0 -92
  311. data/doc/rdoc/core/files/lib/core/facets/module_rb.html +0 -92
  312. data/doc/rdoc/core/files/lib/core/facets/nilclass/ergo_rb.html +0 -96
  313. data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +0 -92
  314. data/doc/rdoc/core/files/lib/core/facets/nilclass_rb.html +0 -92
  315. data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +0 -92
  316. data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +0 -92
  317. data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +0 -92
  318. data/doc/rdoc/core/files/lib/core/facets/numeric_rb.html +0 -92
  319. data/doc/rdoc/core/files/lib/core/facets/objectspace/classes_rb.html +0 -92
  320. data/doc/rdoc/core/files/lib/core/facets/objectspace_rb.html +0 -92
  321. data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +0 -92
  322. data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +0 -92
  323. data/doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html +0 -92
  324. data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +0 -96
  325. data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +0 -92
  326. data/doc/rdoc/core/files/lib/core/facets/proc_rb.html +0 -92
  327. data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +0 -92
  328. data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +0 -92
  329. data/doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html +0 -92
  330. data/doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html +0 -96
  331. data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +0 -92
  332. data/doc/rdoc/core/files/lib/core/facets/range_rb.html +0 -92
  333. data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +0 -92
  334. data/doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html +0 -92
  335. data/doc/rdoc/core/files/lib/core/facets/regexp_rb.html +0 -92
  336. data/doc/rdoc/core/files/lib/core/facets/stackable_rb.html +0 -120
  337. data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +0 -92
  338. data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +0 -92
  339. data/doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html +0 -92
  340. data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +0 -92
  341. data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +0 -92
  342. data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +0 -92
  343. data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +0 -92
  344. data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +0 -92
  345. data/doc/rdoc/core/files/lib/core/facets/string/compress_lines_rb.html +0 -92
  346. data/doc/rdoc/core/files/lib/core/facets/string/contains_rb.html +0 -92
  347. data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +0 -92
  348. data/doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html +0 -96
  349. data/doc/rdoc/core/files/lib/core/facets/string/each_word_rb.html +0 -96
  350. data/doc/rdoc/core/files/lib/core/facets/string/end_with_rb.html +0 -96
  351. data/doc/rdoc/core/files/lib/core/facets/string/expand_tab_rb.html +0 -92
  352. data/doc/rdoc/core/files/lib/core/facets/string/file_rb.html +0 -96
  353. data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +0 -92
  354. data/doc/rdoc/core/files/lib/core/facets/string/indent_rb.html +0 -92
  355. data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +0 -92
  356. data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +0 -92
  357. data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +0 -92
  358. data/doc/rdoc/core/files/lib/core/facets/string/margin_rb.html +0 -92
  359. data/doc/rdoc/core/files/lib/core/facets/string/methodize_rb.html +0 -92
  360. data/doc/rdoc/core/files/lib/core/facets/string/modulize_rb.html +0 -92
  361. data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +0 -92
  362. data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +0 -92
  363. data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +0 -92
  364. data/doc/rdoc/core/files/lib/core/facets/string/op_sub_rb.html +0 -92
  365. data/doc/rdoc/core/files/lib/core/facets/string/outdent_rb.html +0 -96
  366. data/doc/rdoc/core/files/lib/core/facets/string/pathize_rb.html +0 -92
  367. data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +0 -92
  368. data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +0 -92
  369. data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +0 -92
  370. data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +0 -92
  371. data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +0 -92
  372. data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +0 -92
  373. data/doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html +0 -100
  374. data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +0 -99
  375. data/doc/rdoc/core/files/lib/core/facets/string/tabto_rb.html +0 -96
  376. data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +0 -92
  377. data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +0 -92
  378. data/doc/rdoc/core/files/lib/core/facets/string/variablize_rb.html +0 -92
  379. data/doc/rdoc/core/files/lib/core/facets/string/word_wrap_rb.html +0 -92
  380. data/doc/rdoc/core/files/lib/core/facets/string/words_rb.html +0 -92
  381. data/doc/rdoc/core/files/lib/core/facets/string/xor_rb.html +0 -92
  382. data/doc/rdoc/core/files/lib/core/facets/string_rb.html +0 -92
  383. data/doc/rdoc/core/files/lib/core/facets/struct/attributes_rb.html +0 -92
  384. data/doc/rdoc/core/files/lib/core/facets/struct_rb.html +0 -92
  385. data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +0 -92
  386. data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +0 -92
  387. data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +0 -92
  388. data/doc/rdoc/core/files/lib/core/facets/symbol/plain_rb.html +0 -92
  389. data/doc/rdoc/core/files/lib/core/facets/symbol/query_rb.html +0 -96
  390. data/doc/rdoc/core/files/lib/core/facets/symbol/re_s_rb.html +0 -96
  391. data/doc/rdoc/core/files/lib/core/facets/symbol/setter_rb.html +0 -96
  392. data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +0 -92
  393. data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +0 -92
  394. data/doc/rdoc/core/files/lib/core/facets/symbol/variablize_rb.html +0 -92
  395. data/doc/rdoc/core/files/lib/core/facets/symbol_rb.html +0 -92
  396. data/doc/rdoc/core/files/lib/core/facets/time/advance_rb.html +0 -92
  397. data/doc/rdoc/core/files/lib/core/facets/time/ago_rb.html +0 -96
  398. data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +0 -92
  399. data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +0 -92
  400. data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +0 -96
  401. data/doc/rdoc/core/files/lib/core/facets/time/round_rb.html +0 -96
  402. data/doc/rdoc/core/files/lib/core/facets/time/set_rb.html +0 -92
  403. data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +0 -92
  404. data/doc/rdoc/core/files/lib/core/facets/time/to_time_rb.html +0 -92
  405. data/doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html +0 -92
  406. data/doc/rdoc/core/files/lib/core/facets/time_rb.html +0 -92
  407. data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +0 -97
  408. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +0 -92
  409. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +0 -92
  410. data/doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html +0 -92
  411. data/doc/rdoc/core/fr_class_index.html +0 -85
  412. data/doc/rdoc/core/fr_file_index.html +0 -381
  413. data/doc/rdoc/core/fr_method_index.html +0 -520
  414. data/doc/rdoc/core/index.html +0 -26
  415. data/doc/rdoc/core/rdoc-style.css +0 -177
  416. data/doc/rdoc/more/classes/ANSICode.html +0 -493
  417. data/doc/rdoc/more/classes/Advisable.html +0 -269
  418. data/doc/rdoc/more/classes/Advisable/Method.html +0 -223
  419. data/doc/rdoc/more/classes/Archive.html +0 -89
  420. data/doc/rdoc/more/classes/Archive/Tar.html +0 -89
  421. data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +0 -469
  422. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +0 -355
  423. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +0 -216
  424. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +0 -283
  425. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +0 -378
  426. data/doc/rdoc/more/classes/Argvector.html +0 -487
  427. data/doc/rdoc/more/classes/Association.html +0 -319
  428. data/doc/rdoc/more/classes/Association/Kernel.html +0 -131
  429. data/doc/rdoc/more/classes/Autoarray.html +0 -166
  430. data/doc/rdoc/more/classes/BBCode.html +0 -532
  431. data/doc/rdoc/more/classes/BaseX.html +0 -194
  432. data/doc/rdoc/more/classes/BiCrypt.html +0 -541
  433. data/doc/rdoc/more/classes/BinReadable.html +0 -485
  434. data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +0 -223
  435. data/doc/rdoc/more/classes/Binding.html +0 -146
  436. data/doc/rdoc/more/classes/BlankSlate.html +0 -129
  437. data/doc/rdoc/more/classes/Buildable.html +0 -152
  438. data/doc/rdoc/more/classes/BuildingBlock.html +0 -360
  439. data/doc/rdoc/more/classes/Capsule.html +0 -408
  440. data/doc/rdoc/more/classes/Capsule/MissingFile.html +0 -96
  441. data/doc/rdoc/more/classes/Cloneable.html +0 -129
  442. data/doc/rdoc/more/classes/ConsoleUtils.html +0 -238
  443. data/doc/rdoc/more/classes/Coroutine.html +0 -285
  444. data/doc/rdoc/more/classes/Crypt.html +0 -275
  445. data/doc/rdoc/more/classes/CssFilter.html +0 -471
  446. data/doc/rdoc/more/classes/CssTree.html +0 -149
  447. data/doc/rdoc/more/classes/Dictionary.html +0 -1255
  448. data/doc/rdoc/more/classes/Downloader.html +0 -512
  449. data/doc/rdoc/more/classes/Duration.html +0 -691
  450. data/doc/rdoc/more/classes/Duration/Numeric.html +0 -389
  451. data/doc/rdoc/more/classes/Duration/Time.html +0 -124
  452. data/doc/rdoc/more/classes/Enumerable.html +0 -401
  453. data/doc/rdoc/more/classes/Enumerable/Elementor.html +0 -170
  454. data/doc/rdoc/more/classes/Enumerable/Enumerator.html +0 -116
  455. data/doc/rdoc/more/classes/Enumerable/Filterable.html +0 -246
  456. data/doc/rdoc/more/classes/EnumerablePass.html +0 -214
  457. data/doc/rdoc/more/classes/Enumerator.html +0 -95
  458. data/doc/rdoc/more/classes/Enumerator/Filter.html +0 -104
  459. data/doc/rdoc/more/classes/Equatable.html +0 -188
  460. data/doc/rdoc/more/classes/Expirable.html +0 -195
  461. data/doc/rdoc/more/classes/FileList.html +0 -955
  462. data/doc/rdoc/more/classes/Fileable.html +0 -178
  463. data/doc/rdoc/more/classes/Fileable/DSL.html +0 -303
  464. data/doc/rdoc/more/classes/Hash.html +0 -171
  465. data/doc/rdoc/more/classes/Hash2Xml.html +0 -105
  466. data/doc/rdoc/more/classes/Hook.html +0 -162
  467. data/doc/rdoc/more/classes/HtmlFilter.html +0 -329
  468. data/doc/rdoc/more/classes/IORedirect.html +0 -220
  469. data/doc/rdoc/more/classes/InfinityClass.html +0 -448
  470. data/doc/rdoc/more/classes/InfinityClass/Numeric.html +0 -195
  471. data/doc/rdoc/more/classes/Ini.html +0 -447
  472. data/doc/rdoc/more/classes/Instantiable.html +0 -140
  473. data/doc/rdoc/more/classes/Instantize.html +0 -160
  474. data/doc/rdoc/more/classes/Interval.html +0 -877
  475. data/doc/rdoc/more/classes/It.html +0 -185
  476. data/doc/rdoc/more/classes/LRUCache.html +0 -321
  477. data/doc/rdoc/more/classes/LRUCache/Item.html +0 -114
  478. data/doc/rdoc/more/classes/LRUCache/Sentinel.html +0 -100
  479. data/doc/rdoc/more/classes/LinkedList.html +0 -432
  480. data/doc/rdoc/more/classes/LinkedList/Node.html +0 -149
  481. data/doc/rdoc/more/classes/Matcher.html +0 -335
  482. data/doc/rdoc/more/classes/Matcher/MatchData.html +0 -115
  483. data/doc/rdoc/more/classes/Memoizer.html +0 -240
  484. data/doc/rdoc/more/classes/MissingArgument.html +0 -97
  485. data/doc/rdoc/more/classes/Module.html +0 -1224
  486. data/doc/rdoc/more/classes/Multiton.html +0 -205
  487. data/doc/rdoc/more/classes/Multiton/Inclusive.html +0 -93
  488. data/doc/rdoc/more/classes/Multiton/MetaMethods.html +0 -221
  489. data/doc/rdoc/more/classes/NackClass.html +0 -98
  490. data/doc/rdoc/more/classes/Net.html +0 -88
  491. data/doc/rdoc/more/classes/Net/SMTP.html +0 -140
  492. data/doc/rdoc/more/classes/NullClass.html +0 -202
  493. data/doc/rdoc/more/classes/Numeric/Multipliers.html +0 -456
  494. data/doc/rdoc/more/classes/ObjectReflection.html +0 -172
  495. data/doc/rdoc/more/classes/OpEsc.html +0 -137
  496. data/doc/rdoc/more/classes/OpenCascade.html +0 -179
  497. data/doc/rdoc/more/classes/OpenCollection.html +0 -138
  498. data/doc/rdoc/more/classes/OpenHash.html +0 -157
  499. data/doc/rdoc/more/classes/OpenModule.html +0 -135
  500. data/doc/rdoc/more/classes/OpenObject.html +0 -608
  501. data/doc/rdoc/more/classes/OpenStructable.html +0 -326
  502. data/doc/rdoc/more/classes/PQueue.html +0 -607
  503. data/doc/rdoc/more/classes/Paramix.html +0 -201
  504. data/doc/rdoc/more/classes/Paramix/Delegator.html +0 -215
  505. data/doc/rdoc/more/classes/PathList.html +0 -159
  506. data/doc/rdoc/more/classes/PathList/Finder.html +0 -135
  507. data/doc/rdoc/more/classes/Platform.html +0 -444
  508. data/doc/rdoc/more/classes/Pool.html +0 -204
  509. data/doc/rdoc/more/classes/Proc.html +0 -180
  510. data/doc/rdoc/more/classes/ProgressBar.html +0 -356
  511. data/doc/rdoc/more/classes/Prototype.html +0 -243
  512. data/doc/rdoc/more/classes/RWDelegator.html +0 -194
  513. data/doc/rdoc/more/classes/Random.html +0 -145
  514. data/doc/rdoc/more/classes/Random/Array.html +0 -339
  515. data/doc/rdoc/more/classes/Random/Hash.html +0 -378
  516. data/doc/rdoc/more/classes/Random/Object.html +0 -119
  517. data/doc/rdoc/more/classes/Random/String.html +0 -299
  518. data/doc/rdoc/more/classes/Random/String/Self.html +0 -153
  519. data/doc/rdoc/more/classes/Recorder.html +0 -203
  520. data/doc/rdoc/more/classes/Reference.html +0 -196
  521. data/doc/rdoc/more/classes/Registerable.html +0 -157
  522. data/doc/rdoc/more/classes/Semaphore.html +0 -260
  523. data/doc/rdoc/more/classes/Settings.html +0 -288
  524. data/doc/rdoc/more/classes/Settings/Setting.html +0 -223
  525. data/doc/rdoc/more/classes/Settings/SettingCollection.html +0 -144
  526. data/doc/rdoc/more/classes/SimpleStringIO.html +0 -135
  527. data/doc/rdoc/more/classes/Snapshot.html +0 -194
  528. data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +0 -163
  529. data/doc/rdoc/more/classes/SparseArray.html +0 -1397
  530. data/doc/rdoc/more/classes/Stash.html +0 -232
  531. data/doc/rdoc/more/classes/String/Mask.html +0 -555
  532. data/doc/rdoc/more/classes/String/Words.html +0 -328
  533. data/doc/rdoc/more/classes/Struct.html +0 -130
  534. data/doc/rdoc/more/classes/SyncArray.html +0 -127
  535. data/doc/rdoc/more/classes/SyncHash.html +0 -158
  536. data/doc/rdoc/more/classes/SyncHash/Delegator.html +0 -211
  537. data/doc/rdoc/more/classes/SyncHash/Inheritor.html +0 -211
  538. data/doc/rdoc/more/classes/System.html +0 -1117
  539. data/doc/rdoc/more/classes/Timer.html +0 -464
  540. data/doc/rdoc/more/classes/Timer/Dummy.html +0 -139
  541. data/doc/rdoc/more/classes/TracePoint.html +0 -455
  542. data/doc/rdoc/more/classes/Tuple.html +0 -900
  543. data/doc/rdoc/more/classes/TypeCast.html +0 -158
  544. data/doc/rdoc/more/classes/TypeCast/Class.html +0 -127
  545. data/doc/rdoc/more/classes/TypeCast/Object.html +0 -117
  546. data/doc/rdoc/more/classes/TypeCastException.html +0 -96
  547. data/doc/rdoc/more/classes/Uninheritable.html +0 -120
  548. data/doc/rdoc/more/classes/VersionNumber.html +0 -408
  549. data/doc/rdoc/more/classes/X.html +0 -117
  550. data/doc/rdoc/more/classes/XOXO.html +0 -189
  551. data/doc/rdoc/more/classes/ZipUtils.html +0 -568
  552. data/doc/rdoc/more/classes/ZipUtils/DryRun.html +0 -391
  553. data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +0 -391
  554. data/doc/rdoc/more/classes/ZipUtils/Verbose.html +0 -361
  555. data/doc/rdoc/more/created.rid +0 -1
  556. data/doc/rdoc/more/files/README.html +0 -286
  557. data/doc/rdoc/more/files/doc/README_more.html +0 -141
  558. data/doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html +0 -181
  559. data/doc/rdoc/more/files/lib/more/facets/advisable_rb.html +0 -124
  560. data/doc/rdoc/more/files/lib/more/facets/ansicode_rb.html +0 -200
  561. data/doc/rdoc/more/files/lib/more/facets/argvector_rb.html +0 -142
  562. data/doc/rdoc/more/files/lib/more/facets/association_rb.html +0 -158
  563. data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +0 -92
  564. data/doc/rdoc/more/files/lib/more/facets/autoarray_rb.html +0 -125
  565. data/doc/rdoc/more/files/lib/more/facets/autoreload_rb.html +0 -134
  566. data/doc/rdoc/more/files/lib/more/facets/basex_rb.html +0 -92
  567. data/doc/rdoc/more/files/lib/more/facets/bbcode_rb.html +0 -138
  568. data/doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html +0 -124
  569. data/doc/rdoc/more/files/lib/more/facets/binding/opvars_rb.html +0 -96
  570. data/doc/rdoc/more/files/lib/more/facets/binreadable_rb.html +0 -141
  571. data/doc/rdoc/more/files/lib/more/facets/blankslate_rb.html +0 -92
  572. data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +0 -230
  573. data/doc/rdoc/more/files/lib/more/facets/capsule_rb.html +0 -143
  574. data/doc/rdoc/more/files/lib/more/facets/class_extension_rb.html +0 -155
  575. data/doc/rdoc/more/files/lib/more/facets/classmethods_rb.html +0 -213
  576. data/doc/rdoc/more/files/lib/more/facets/cloneable_rb.html +0 -134
  577. data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +0 -92
  578. data/doc/rdoc/more/files/lib/more/facets/coroutine_rb.html +0 -163
  579. data/doc/rdoc/more/files/lib/more/facets/crypt_rb.html +0 -141
  580. data/doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html +0 -121
  581. data/doc/rdoc/more/files/lib/more/facets/daemonize_rb.html +0 -118
  582. data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +0 -158
  583. data/doc/rdoc/more/files/lib/more/facets/dictionary_rb.html +0 -201
  584. data/doc/rdoc/more/files/lib/more/facets/downloader_rb.html +0 -137
  585. data/doc/rdoc/more/files/lib/more/facets/duplicable_rb.html +0 -100
  586. data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +0 -92
  587. data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +0 -149
  588. data/doc/rdoc/more/files/lib/more/facets/elementwise_rb.html +0 -96
  589. data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +0 -154
  590. data/doc/rdoc/more/files/lib/more/facets/equatable_rb.html +0 -146
  591. data/doc/rdoc/more/files/lib/more/facets/expirable_rb.html +0 -116
  592. data/doc/rdoc/more/files/lib/more/facets/fileable_rb.html +0 -138
  593. data/doc/rdoc/more/files/lib/more/facets/filelist_rb.html +0 -165
  594. data/doc/rdoc/more/files/lib/more/facets/filter_rb.html +0 -97
  595. data/doc/rdoc/more/files/lib/more/facets/heap_rb.html +0 -132
  596. data/doc/rdoc/more/files/lib/more/facets/hook_rb.html +0 -96
  597. data/doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html +0 -153
  598. data/doc/rdoc/more/files/lib/more/facets/infinity_rb.html +0 -153
  599. data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +0 -124
  600. data/doc/rdoc/more/files/lib/more/facets/ini_rb.html +0 -105
  601. data/doc/rdoc/more/files/lib/more/facets/instantiable_rb.html +0 -119
  602. data/doc/rdoc/more/files/lib/more/facets/instantise_rb.html +0 -96
  603. data/doc/rdoc/more/files/lib/more/facets/instantize_rb.html +0 -160
  604. data/doc/rdoc/more/files/lib/more/facets/interval_rb.html +0 -163
  605. data/doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html +0 -133
  606. data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +0 -94
  607. data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +0 -96
  608. data/doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html +0 -159
  609. data/doc/rdoc/more/files/lib/more/facets/lrucache_rb.html +0 -129
  610. data/doc/rdoc/more/files/lib/more/facets/main_rb.html +0 -126
  611. data/doc/rdoc/more/files/lib/more/facets/matcher_rb.html +0 -97
  612. data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +0 -164
  613. data/doc/rdoc/more/files/lib/more/facets/memoizer_rb.html +0 -152
  614. data/doc/rdoc/more/files/lib/more/facets/methodspace_rb.html +0 -138
  615. data/doc/rdoc/more/files/lib/more/facets/minitar_rb.html +0 -203
  616. data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +0 -132
  617. data/doc/rdoc/more/files/lib/more/facets/multiton_rb.html +0 -187
  618. data/doc/rdoc/more/files/lib/more/facets/nackclass_rb.html +0 -120
  619. data/doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html +0 -143
  620. data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +0 -92
  621. data/doc/rdoc/more/files/lib/more/facets/nullclass_rb.html +0 -122
  622. data/doc/rdoc/more/files/lib/more/facets/opencascade_rb.html +0 -114
  623. data/doc/rdoc/more/files/lib/more/facets/opencollection_rb.html +0 -123
  624. data/doc/rdoc/more/files/lib/more/facets/openhash_rb.html +0 -107
  625. data/doc/rdoc/more/files/lib/more/facets/openmodule_rb.html +0 -92
  626. data/doc/rdoc/more/files/lib/more/facets/openobject_rb.html +0 -169
  627. data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +0 -94
  628. data/doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html +0 -143
  629. data/doc/rdoc/more/files/lib/more/facets/ostructable_rb.html +0 -92
  630. data/doc/rdoc/more/files/lib/more/facets/overload_rb.html +0 -119
  631. data/doc/rdoc/more/files/lib/more/facets/paramix_rb.html +0 -135
  632. data/doc/rdoc/more/files/lib/more/facets/partial_rb.html +0 -124
  633. data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +0 -133
  634. data/doc/rdoc/more/files/lib/more/facets/platform_rb.html +0 -103
  635. data/doc/rdoc/more/files/lib/more/facets/pool_rb.html +0 -131
  636. data/doc/rdoc/more/files/lib/more/facets/pqueue_rb.html +0 -128
  637. data/doc/rdoc/more/files/lib/more/facets/progressbar_rb.html +0 -126
  638. data/doc/rdoc/more/files/lib/more/facets/prototype_rb.html +0 -102
  639. data/doc/rdoc/more/files/lib/more/facets/random_rb.html +0 -149
  640. data/doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html +0 -144
  641. data/doc/rdoc/more/files/lib/more/facets/recorder_rb.html +0 -154
  642. data/doc/rdoc/more/files/lib/more/facets/reference_rb.html +0 -130
  643. data/doc/rdoc/more/files/lib/more/facets/reflection_rb.html +0 -134
  644. data/doc/rdoc/more/files/lib/more/facets/registerable_rb.html +0 -98
  645. data/doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html +0 -122
  646. data/doc/rdoc/more/files/lib/more/facets/semaphore_rb.html +0 -120
  647. data/doc/rdoc/more/files/lib/more/facets/settings_rb.html +0 -141
  648. data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +0 -177
  649. data/doc/rdoc/more/files/lib/more/facets/sparse_array_rb.html +0 -92
  650. data/doc/rdoc/more/files/lib/more/facets/stash_rb.html +0 -166
  651. data/doc/rdoc/more/files/lib/more/facets/string/mask_rb.html +0 -96
  652. data/doc/rdoc/more/files/lib/more/facets/string/words_rb.html +0 -96
  653. data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +0 -92
  654. data/doc/rdoc/more/files/lib/more/facets/syncarray_rb.html +0 -125
  655. data/doc/rdoc/more/files/lib/more/facets/synchash_rb.html +0 -138
  656. data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +0 -132
  657. data/doc/rdoc/more/files/lib/more/facets/timer_rb.html +0 -174
  658. data/doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html +0 -172
  659. data/doc/rdoc/more/files/lib/more/facets/tuple_rb.html +0 -160
  660. data/doc/rdoc/more/files/lib/more/facets/typecast_rb.html +0 -215
  661. data/doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html +0 -129
  662. data/doc/rdoc/more/files/lib/more/facets/version_rb.html +0 -132
  663. data/doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html +0 -97
  664. data/doc/rdoc/more/files/lib/more/facets/xoxo_rb.html +0 -136
  665. data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +0 -105
  666. data/doc/rdoc/more/fr_class_index.html +0 -185
  667. data/doc/rdoc/more/fr_file_index.html +0 -156
  668. data/doc/rdoc/more/fr_method_index.html +0 -1132
  669. data/doc/rdoc/more/index.html +0 -26
  670. data/doc/rdoc/more/rdoc-style.css +0 -177
  671. data/lib/core/facets/kernel/__here__.rb +0 -8
  672. data/lib/more/facets/buildable.rb +0 -344
  673. data/lib/more/facets/cssfilter.rb +0 -254
  674. data/lib/more/facets/htmlfilter.rb +0 -595
  675. data/lib/more/facets/kernel/meta.rb +0 -32
  676. data/lib/more/facets/prototype.rb +0 -88
  677. data/lib/more/facets/rwdelegator.rb +0 -74
File without changes
data/RELEASE CHANGED
@@ -1,49 +1,38 @@
1
- Facets 2.5.2 fixes a few bugs, makes some small but nice additions
2
- and improves 1.9 compatibility.
3
-
4
- The most important addition to make note of is Object#extend, which has
5
- been overridden to allow a block parameter. This is one of only two or three
6
- actual "monkey patches" in all of Facets. The block, when provided,
7
- is used to create an annonymous module which then extends the reciever.
8
- This is a "good practice" way to extend objects, rather than using class_eval
9
- on the singleton class.
10
-
11
- Special thanks to Erik Veenstra, Pit Capitan and especially Sandor Szücs
12
- for their contributions to this release.
13
-
14
- Enjoy!
15
-
16
-
17
- == 2.5.1 / 2009-03-05
18
-
19
- * 7 Additions
20
-
21
- * added Hash#group_by_value (thanks to Erik Veenstra)
22
- * added String#file
23
- * added Hash#new_with (Pit Capitan)
24
- * added module/extend.rb, now can take a block.
25
- * added hook.rb
26
- * added to_h_auto
27
- * overhauled to_hash.rb, now has multiple methods
28
-
29
- * 10 Bug Fixes
30
-
31
- * corrected ostruct.rb to test for frozen state on updates
32
- * fixed String#left_align
33
- * fixed conflict between test_name.rb and test_arguments.rb
34
- * fixed Enumreable#split when reciever is empty array
35
- * fixed coruption of reciever by Hash#collate (thanks to Tilo Sloboda)
36
- * fixed Array#to_h, h={} was not initialized
37
- * fixed test of Module#conflict according ruby19
38
- * fixed Hash#dearray_singluar_values
39
- * association.rb stores reference when using #new
40
- * changed Array#product to make it compatible to ruby 19, deleted block parameter
41
-
42
- * 5 Minor Enhancements
43
-
44
- * split enumerable/collect into map_with_index and compact_map
45
- * improved Array#to_h for 1.9 using flatten(1)
46
- * Dictionary#replace can take regular Hash too
47
- * move test_to_hash.rb from more to core
48
- * Doc'd that UnboundMethod#name returns Symbol in 1.9, but String in 1.8
1
+
2
+ Facets 2.6.0 removes htmlfilter.rb and cssfilter.rb due to licensing
3
+ incompatability. These scripts are now available as a separate package
4
+ called 'htmlfilter'. Also removed are a few MORE libs that were too
5
+ expiremental and/or not robust enough. Effectively this finishes up
6
+ the "spring cleaning" of the MORE lib mentioned a few releases back.
7
+
8
+ But it also marks a new start in trimming MORE down further. We have
9
+ decided to do this for three reasons 1) Some of the MORE libs would
10
+ be better served as separate projects. 2) Facets will become a tighter
11
+ library, primarily focused on extensions. And 3) all libraries involved
12
+ will become easier to maintain and thus more robust in the long run.
13
+
14
+ This release also fixes an important arity bug with the recently added
15
+ Module#extend method --one of the very few actual core overrides in Facets.
16
+
17
+ ### 2.6.0 / 2009-07-03
18
+
19
+ * 7 Major Enhancements
20
+
21
+ * Removed htmlfilter.rb due to licensing issues.
22
+ * Also removed cssfilter.rb ('gem install htmlfilter' now)
23
+ * Removed rwdelegator.rb, simply not a robust solution.
24
+ * Removed buildable.rb, api is too confusing.
25
+ * Removed meta.rb which was not very useful and too expiremental anyway.
26
+ * Removed prototype.rb, which needs it's own project.
27
+
28
+ * 3 Minor Enhancements
29
+
30
+ * Removed Kernel#__HERE__ as it simply cannot work.
31
+ (Ruby 1.9.2 will offer #source_location for the same, btw)
32
+ * Returned binding/opvars to core.
33
+ * Added Integer#length as suggested by Victor H. Goff III.
34
+
35
+ * 1 Bug Fix
36
+
37
+ * Fixed arity issue with Module#extend.
49
38
 
@@ -0,0 +1,39 @@
1
+
2
+ <html>
3
+ <head>
4
+ <title>Facets Code Statistics</title>
5
+ <style>
6
+ h2{margin: 5px 0;}
7
+ table{width: 95%;}
8
+ th{background: #dcc;}
9
+ td{padding: 5px;}
10
+ .basic_stats{margin: 0 auto; width: 800px;}
11
+ </style>
12
+ <link rel="stylesheet" type="text/css" href="stats.css"/>
13
+ </head>
14
+ <body>
15
+ <div class="basic_stats">
16
+ <h1>Facets -- Basic Code Statistics</h1>
17
+ <table class="counts" border="1">
18
+ <tr><th colspan="9"><h2>Counts</h2></th></tr>
19
+ <tr><th>TYPE</th><th>Total</th><th>Code</th><th>-%-</th><th>Docs</th><th>-%-</th><th>Blank</th><th>-%-</th><th>Files</th></tr>
20
+ <tr><th>Source</th><td>0</td><td>0</td><td>-</td><td>0</td><td>-</td><td>0</td><td>-</td><td>0</td></tr>
21
+ <tr><th>Test</th><td>0</td><td>0</td><td>-</td><td>0</td><td>-</td><td>0</td><td>-</td><td>0</td></tr>
22
+ <tr><th>Total</th><td>0</td><td>0</td><td>-</td><td>0</td><td>-</td><td>0</td><td>-</td><td>0</td></tr>
23
+ </table>
24
+ <br/>
25
+ <table class="ratios" border="1">
26
+ <tr><th colspan="6"><h2>Ratios</h2></th></tr>
27
+ <tr><th>x:1</th><th>Code</th><th>Docs</th><th>Blank</th><th>Test</th><th>Total</th></tr>
28
+ <tr><th>Code</th><td> -</td><td> -</td><td> -</td><td> -</td><td> -</td></tr>
29
+ <tr><th>Docs</th><td> -</td><td> -</td><td> -</td><td> -</td><td> -</td></tr>
30
+ <tr><th>Blank</th><td> -</td><td> -</td><td> -</td><td> -</td><td> -</td></tr>
31
+ <tr><th>Test</th><td> -</td><td> -</td><td> -</td><td> -</td><td> -</td></tr>
32
+ <tr><th>Total</th><td> -</td><td> -</td><td> -</td><td> -</td><td> -</td></tr>
33
+ </table>
34
+ <br/>
35
+ <div class="date">Fri Jul 03 22:29:10 -0400 2009</div>
36
+ </div>
37
+ </body>
38
+ </html>
39
+
@@ -0,0 +1,2529 @@
1
+ = Facets History
2
+
3
+ == 2.5.3 / 2009-07-03
4
+
5
+ Facets 2.5.3 fixes an arity bug with Module#extend --one of the
6
+ very few actual core overrides in Facets. It also removes htmlfilter.rb
7
+ and cssfilter.rb due to a licensing incompatability. These scripts
8
+ are now available as a separate pacakge called 'htmlfilter'.
9
+
10
+ * 2 Major Enhancements
11
+
12
+ * Removed htmlfilter.rb due to licensing issues.
13
+ * Also removed cssfilter.rb ('gem install htmlfilter' now)
14
+
15
+ * 1 Minor Enhancements
16
+
17
+ * Removed Kernel#__HERE__ as it simply cannot work.
18
+ (Ruby 1.9.2 will offer #source_location for the same,, btw.)
19
+
20
+ * 1 Bug Fixes
21
+
22
+ * Fixed arity issue with Module#extend.
23
+
24
+
25
+ == 2.5.2 / 2009-04-07
26
+
27
+ Facets 2.5.2 is a simple maintentance release.
28
+
29
+ * 1 Major Enhancement
30
+
31
+ * added string/uppercase and lowercase
32
+
33
+ * 1 Minor Enhancement
34
+
35
+ * adjustemnts to to_hash.rb
36
+
37
+
38
+ == 2.5.1 / 2009-03-05
39
+
40
+ Facets 2.5.1 fixes a few bugs, makes some small but nice additions
41
+ and improves 1.9 compatibility.
42
+
43
+ The most important addition to make note of is Object#extend, which has
44
+ been overridden to allow a block parameter. This is one of only two or three
45
+ actual "monkey patches" in all of Facets. The block, when provided,
46
+ is used to create an annonymous module which then extends the reciever.
47
+ This is a "good practice" way to extend objects, rather than using class_eval
48
+ on the singleton class.
49
+
50
+ Special thanks to Erik Veenstra, Pit Capitan and especially Sandor Szücs
51
+ for their contributions to this release.
52
+
53
+ * 7 Major Enhancements
54
+
55
+ * added Hash#group_by_value (thanks to Erik Veenstra)
56
+ * added String#file
57
+ * added Hash#new_with (Pit Capitan)
58
+ * added module/extend.rb, now can take a block.
59
+ * added hook.rb
60
+ * added to_h_auto
61
+ * overhauled to_hash.rb, now has multiple methods
62
+
63
+ * 10 Bug Fixes
64
+
65
+ * corrected ostruct.rb to test for frozen state on updates
66
+ * fixed String#left_align
67
+ * fixed conflict between test_name.rb and test_arguments.rb
68
+ * fixed Enumreable#split when reciever is empty array
69
+ * fixed coruption of reciever by Hash#collate (thanks to Tilo Sloboda)
70
+ * fixed Array#to_h, h={} was not initialized
71
+ * fixed test of Module#conflict according ruby19
72
+ * fixed Hash#dearray_singluar_values
73
+ * association.rb stores reference when using #new
74
+ * changed Array#product to make it compatible to ruby 19, deleted block parameter
75
+
76
+ * 5 Minor Enhancements
77
+
78
+ * split enumerable/collect into map_with_index and compact_map
79
+ * improved Array#to_h for 1.9 using flatten(1)
80
+ * Dictionary#replace can take regular Hash too
81
+ * move test_to_hash.rb from more to core
82
+ * Doc'd that UnboundMethod#name returns Symbol in 1.9, but String in 1.8
83
+
84
+
85
+ == 2.5.0 / 2008-11-23
86
+
87
+ Facets 2.5.0 is an important milestone in the development of Facets.
88
+
89
+ This release has been tested against Rails' ActiveSupport library.
90
+ As long as Facets is loaded after ActiveSupport, everything
91
+ should work fine. Of course, there's no counting for real world
92
+ trials, but all ActiveSupport testcases pass under this scenario.
93
+
94
+ Secondly, this release is the first of two (or three) down-scaling
95
+ releases intended to remove all the remaining "excess" from the
96
+ library. This is being done for a variety of reasons. Some scripts
97
+ are substantial enough to be one their own and have been spun-off
98
+ into separate largely compatible projects. In this release:
99
+
100
+ If you were using... Use this project instead...
101
+
102
+ annotations.rb Anise
103
+
104
+ bytes.rb RichUnits
105
+ times.rb
106
+
107
+ command.rb Clio
108
+ consoleutils.rb
109
+
110
+ A few others scripts have been deprecated, without an alternative
111
+ recourse, simply because they were too weak, such as uploadutils.rb,
112
+ or highly experimental, such as chain.rb and eventhook.rb.
113
+
114
+ Although this release constitutes an over all slimming down of Facets,
115
+ two excellent new libraries have been added.
116
+
117
+ 1) *ini.rb* by Jeena Paradies. While YAML is frequently used by
118
+ Rubyists for configuration files, a full-on serializer like YAML
119
+ is often overkill. INI files provide a lightweight solution
120
+ specifically geared for configuration.
121
+
122
+ 2) *filter.rb* by Brian Candler offers lazy evaluation chains of
123
+ Enumerable methods. This is an elegant way to optimize contiguous
124
+ maps, selections, etc. --effective even on infinite enumerators.
125
+ (Note, the name of this library may be changed in the next release.)
126
+
127
+ While work remains to be done, I am happy to say, Facets is
128
+ finally beginning to approach the level of solidity I set out to
129
+ achieve just over a year ago. Thank the Maker!
130
+
131
+ Special thanks to Brian Candler, Jeena Paradies and Tyler Rick.
132
+
133
+ * 9 Major Changes
134
+
135
+ * added Brian Candler's Enumerator::Filter
136
+ * added sparse_array.rb (was old harray.rb)
137
+ * added Jeena Paradies' ini.rb
138
+ * renamed CacheDelegator to Memoizer
139
+ * renamed DictionaryMatcher to just Matcher
140
+ * deprecated bytes.rb and times.rb (use RichUnits instead)
141
+ * deprecated uploadutils.rb; ziputils.rb will be (use Folio)
142
+ * deprecated annotations.rb (use Anise instead)
143
+ * deprecated command.rb and consoleutils.rb (use Clio instead)
144
+
145
+ * 5 Minor Changes
146
+
147
+ * deprecated chain.rb (very expiremental)
148
+ * deprecated eventhook.rb (moved to ToadCode project)
149
+ * deprecated tagiter.rb (moved to ToadCode project)
150
+ * moved Hash#symolize_keys and #stringify_keys to core lib
151
+ (still recommend #rekey instead though)
152
+ * switched to git as of 2.4.5
153
+
154
+ * 4 Bug Fixes
155
+
156
+ * memoize.rb, cache was at class-level, now at instance-level
157
+ * binding/caller.rb, fixed require for callstack.rb
158
+ * fixed missing require in string/tabto.rb
159
+ * Fixed some bugs with Time#ago/Time#hence not changing years
160
+ correctly when you changed months.
161
+ (For example, Time.utc(2008, 1, 1).ago(12, :months) incorrectly
162
+ returned 2009-01-01 instead of 2007-01-01.)
163
+ Changed Time#ago/Time#hence to still work if passed negative number.
164
+
165
+
166
+ == 2.4.5 / 2008-10-02
167
+
168
+ Facets 2.4.5 is a maintaince release. This release is notable however in that
169
+ it will likely be the last that to use SVN. Facets will be switching to Git.
170
+ Also, some libraries that have been flagged "to be deprecated" for some time will
171
+ finally be so.
172
+
173
+ * 8 Major Enhancements
174
+
175
+ * Re-added date.rb to lore library, and removed from core. (#r1014)
176
+ * Much improved date.rb extension now in Lore library. (#r1027)
177
+ * Deprecated kernel/suppress. Use Exception.suppress from now on. (#r1040)
178
+ * Deprecated string/style.rb. Use English project instead. (#r1074)
179
+ * Console namespace is no longer supported (for Ansicode). (#r1077)
180
+ * enumerable/mode.rb, Enumerable#mode returns array since there can be more than one. (#r1079)
181
+ * OpenCascade automatically creates nodes, use foo? to query. (#r1056)
182
+ * Change #index_of to #index which now takes a block.
183
+
184
+ * 14 Minor Enhancements
185
+
186
+ * OpenStruct.new can now take a default block, like Hash.new.
187
+ * Moved variablize methods out of metaid.rb and into separate files (string/ and symbol/). (#r1042)
188
+ * Added Time#advance. (#r1046)
189
+ * Speed up of Integer odd/even methods. (#r1057)
190
+ * Array#index now takes a block (this is a core override). (#r1059)
191
+ * Spilt file/write.rb into separate method files (append, create, writelines). (#r1073)
192
+ * Modified Enumerable#split to behave like String#split. (#r1076)
193
+ * hash/op.rb, split into separate method files. (#r1081)
194
+ * Added string/modulize. string/methodize handles path names now too. (#r1085)
195
+ * Class#cattr is now part of core. (#r1089)
196
+ * Modified Enumerable#split to behave like String#split. [minor]
197
+ * Removed Rope class. If anything this will have a separate project.
198
+ * Added doc/news.html and doc/authors.html to website (temporarily?).
199
+ * Added zlib.rb to Lore library.
200
+
201
+ * 7 Bug Fixes
202
+
203
+ * OpenStruct#to_h dups internal table. (#r1015)
204
+ * Fixed require of string/xor in bicrypt.rb. (#r1039)
205
+ * integer/odd.rb, fixed Ruby 1.9 condition. (#r1080)
206
+ * class/cattr_*.rb fix require bug
207
+ * opencascade.rb, fixed bug when accessing sub-hash.
208
+ * typecast.rb, fixed require for string/methodize.
209
+ * Fixed Pathname#glob to ensure use of ::File.
210
+
211
+
212
+ == 2.4.4 / 2008-09-01
213
+
214
+ Facets 2.4.4 includes a major bug fix that caused Facets not to load properly,
215
+ having to do with a Time extension. The problem has been fixed. In addition,
216
+ this release put Facets only a few pending adjustments away from full
217
+ Rails/ActiveSupport compatibility.
218
+
219
+ * 10 Major Enhancements
220
+
221
+ * Added string/mask providing powerful string manipulation. (#997)
222
+ * BasicObject is now just a synonm for BlankSlate unless Ruby 1.9. (#1000)
223
+ * Added Symbol#plain?, Symbol#query? and Symbol#setter? (#1011)
224
+ * Removed Time#to_date.
225
+ * Due to clobberd RI Docs (!) this should have been in Lore lib date.rb
226
+ * Moved to Lore date.rb. (#1012)
227
+ * Re-added date.rb to lore library, and removed from core. (#1014)
228
+ * Much improved date.rb extension now in Lore library. (#1027)
229
+ * Deprecated kernel/suppress. Use Exception.suppress from now on. (#1040)
230
+ * Improved date.rb and moved to LORE library, and removed from CORE. [major]
231
+ * Deprecated kernel/suppress. Use Exception.suppress from now on. [major]
232
+ * Deprecated String#to_time.
233
+ * This method reqiures the loading of a number of other standard libs.
234
+ * We can reconsider adding it again if we decide these other libs should be core.
235
+ * Or if we find a more suitable way to define the method.
236
+
237
+ * 17 Minor Enhancements
238
+
239
+ * Moved style.rb to string/stylize.rb (#998)
240
+ * Renamed string/subtract to string/op_sub.
241
+ Old name will remain for time being for compatability. (#1002)
242
+ * Module#instance_method_define? now only applies to public methods. (#1003)
243
+ * Array#index accepts a block (one of the few core overrides). (#1004)
244
+ * Moved Hash#<< from hash/update.rb to hash/op_push.rb (#1005)
245
+ * Add facets class files (eg. facets/string) have been made dynamic. (#1013)
246
+ * Moved variablize methods out of metaid.rb and into separate files (string/ and symbol/). (#1042)
247
+ * Added Time#advance. (#1046)
248
+ * Added qua_class.rb. Yea. It really is my favorite.
249
+ * Added simple functional test that loads all of Facets.
250
+ * Added a benchmark for measuring how fast Facets loads. (Core < 1sec!)
251
+ * Made Module#alias_method_chain a public method (for better Rails support).
252
+ * Wrapped Nilclass#to_f in 1.9 condition.
253
+ * float/round.rb redirects to numeric/round.rb.
254
+ * numeric/float.rb holds rounding methods for all classed Numeric, Integer and Float.
255
+ * Replaced Kernel#instance_exec with Mauricio's version.
256
+ * Improved String#each_char to work like Ruby 1.9.
257
+ * This loads strscan.rb.
258
+ * It is wrapped in a 1.9 condition.
259
+
260
+ * 8 Bug Fixes
261
+
262
+ * Hash#<< now returns self (#1001)
263
+ * OpenStruct#to_h dups internal table. (#1015)
264
+ * Fixed require of string/xor in bicrypt.rb. (#1039)
265
+ * Fixed facets.rb to use relative paths.
266
+ * Fixed cgi.rb (CGI is a class not a module).
267
+ * OpenStruct#to_h dups internal table. [bug]
268
+ * Fixed require of string/xor in bicrypt.rb. [bug]
269
+ * date.rb (stamp) fixed ref to constant FORMAT.
270
+
271
+
272
+ == 2.4.3 / 2008-08-14
273
+
274
+ Facets is almost fully interoperable with ActiveSupport and Ruby 1.9.
275
+ We will continue to improve this interoperability in upcoming releases.
276
+
277
+ As a REMINDER, Facets 2.4+ now encourages:
278
+
279
+ require 'facets'
280
+
281
+ This is better than cherry-picking methods. It may seem counter-intuitive,
282
+ but it actually proves more advantages to do this for the sake of
283
+ improved interoperability. The practice of cherry-picking can become
284
+ problematic if other dependent libraries have cherry-picked different
285
+ methods. In those cases these distinctions go unaccounted and untested.
286
+
287
+ Note that this release does not include a setup.rb script. We are working
288
+ on a new version of this script, which we plan to include in the next release.
289
+
290
+ This release give special thanks to the following people for their contributions:
291
+
292
+ * Ken Bloom
293
+ * Nick Caruso
294
+ * Evgeniy Dolzhenko
295
+ * Andy Freeman
296
+ * Tomasz Muras
297
+ * Dave Myron
298
+
299
+ And of course, to anyone else I failed to mention that has contributed.
300
+
301
+ * 12 Major Enhancements
302
+
303
+ * Changed File#rewrite to not use the in-place change of the string.
304
+ * Deprecate Hash#keys_to_s and Hash#keys_to_sym.
305
+ * Renamed Class#to_pathname and #to_methodname to #pathize and #methodize.
306
+ * Deprecated Console:: namespace for ANSICode.
307
+ * Added Time#trunc and Time#round to Core.
308
+ * Added Ken Bloom's DictionaryMatcher class (will be renamed in future version)
309
+ * Added Array#recursively and fixed bug in Hash#recursively.
310
+ * Added kernel/instance method which provides a fluent interface to private object space.
311
+ * Moved Mentalguy's lazy.rb to core!
312
+ * Added Indexable and Stackable to core.
313
+ * Deprecated ruby.rb, which was a sort 1.9 compatibility layer.
314
+ * The ruby.rb methods were moved to core, wrapped in a 1.9 condition.
315
+
316
+ * 7 Minor Enhancements
317
+
318
+ * Fixed Time#hence changed years when changing months.
319
+ * Fixed Time#hence to flip year correctly when adding months.
320
+ * Added optional argument to Dictionary#first and #last.
321
+ * Improved File#rootname --it is now more robust.
322
+ * Made FileUtils#whereis a module_function again.
323
+ * Although not perceptible to the end user, there are now three divisions lib/core, lib/lore, lib/more.
324
+ * Created Lore library to house extensions to Ruby's standard library.
325
+ * Add facets class files (eg. facets/string) have been made dynamic. [minor]
326
+
327
+ * Unclassified Enhancements
328
+
329
+ * Added Symbol#plain?, Symbol#query? and Symbol#setter? [major]
330
+ * Move admin/sow to admin/share.
331
+ * Moved old changelogs to archive.
332
+ * Added a log/archive.
333
+ * Fixed tests for BasicObject and Hash#slice.
334
+ * Added admin/share dirctory.
335
+ * Moved Hash#<< from hash/update.rb to hash/op_push.rb [minor]
336
+ * Array#index accepts a block (one of the few core overrides). [minor]
337
+ * Module#instance_method_define? now only applies to public methods. [minor]
338
+ * Renamed string/subtract to string/op_sub.
339
+ Old name will remain for time being for compatability. [minor]
340
+ * Hash#<< now return self [bug]
341
+ * BasicObject is now just a synonm for BlankSlate unless Ruby 1.9. [major]
342
+ * Added #glob and #glob_first as extensions to Pathname.
343
+ * Moved style.rb to string/stylize.rb [minor]
344
+ * Added string/mask providing powerful string manipulation. [major]
345
+ * Added warning to bytes --use RichUnits instead.
346
+ * Added Jim Weirich's BlankSlate class.
347
+ * This is a temporary measure be compatible w/ AcitveSupport's BasicObject.
348
+ * Added block to Array#index.
349
+ * This is one of the few core overrides in Facets.
350
+ * It is a feature already in Ruby 1.9.
351
+ * Added niclass/ergo whic points back to kernel/ergo.
352
+ * Added reap and sow to admin/.
353
+ * Made core/facets/hash.rb dynamic.
354
+ * Renamed arguments.rb and CLI::Arguments to argvector.rb and Argvector.*
355
+ * Added #bump method to VersionNumber class.*
356
+ * Updated warn line fore eventual deprecation of fileshell and arguments.*
357
+ * Added facets-load.rb to allow old school cherry picking.*
358
+ * Between 2.0 and 2.4 require 'facets' simply added core to LOAD_PATH.
359
+ * Starting with 2.4 it loads all of core automatically instead.
360
+ * facets-load.rb provides a way to use the old behavior.
361
+ require 'facets-load.rb
362
+ require 'kernel/with'
363
+ require 'symbol/to_proc'
364
+ * It adds the path to the end of LOAD_PATH to prevent any load conflicts.
365
+ * Added file/split_root.*
366
+ * Made module/alias_method_chain and alias_accessor separate files.*
367
+ * Split module/alias.rb up into alias_accessor, alias_module_function and alias_method_chain.
368
+ * Renamed Instantise to Instantize.
369
+ * Modified script/test to display $LOAD_PATH before running tests.
370
+ * Fixed dir tests to require 'fileutils'.
371
+ * Upped version to 2.4.3.
372
+ * Updated NEWS and CHANGES.
373
+ * Moved Indexable and Stackable to core.
374
+ * Update news and added svn entry to reap.yaml.
375
+ * Fixed string/pathize.
376
+ * Move test_partial to more tests.
377
+ * Split out Enumerable#probability tests, etc.
378
+ * Split tests for String#words, etc.
379
+ * Remove module/test_clone.
380
+ * Modified website copyright notice section.
381
+ * Split out String #word_wrap, #words and #each_word.
382
+ * Split out enumerable methods probability, commonality, entropy and frequency.
383
+ * Remove more/facets/module --there's nothing in it.
384
+ * Worked through core lib breaking up a few remaining large method bunches.
385
+ * Added module directory to more lib, as well as hash/symbolize_keys and stringify_keys.
386
+ * Split revise.rb up into separate methods.
387
+ * Split kernel/load.rb into require_all.rb and require_local.rb.
388
+ * Deprecate Hash#keys_to_s and Hash#keys_to_sym.
389
+ * These are the original versions of these methods.
390
+ * But now we can use #rekey(:to_s) and #rekey(:to_sym) instead.
391
+ * Added had directory to more library.
392
+ * Renamed Class#to_pathname and #to_methodname to #pathize and #methodize.
393
+ * Moved binding/opvars from core to more.
394
+ * Added a binding directory to more lib.
395
+ * Deprecated Console:: namespace for ANSICode.
396
+
397
+
398
+ == 2.4.2 / 2008-08-12
399
+
400
+ * Major Enhancements
401
+
402
+ * Added Ken Bloom's DictionaryMatcher class from Ruby Quiz #103.
403
+ (Note this class will probably be renamed in the future.)
404
+ * Changed File#rewrite to not use the inplace change of the string.
405
+ * If you were using the function, change your code to use File#rewrite! instead.
406
+ * Or, modify your code ot use the new behavior.
407
+ * This change can make for a slippery bug, so be sure to check for it!
408
+ * Moved live.rb to facets-live.rb.
409
+ * Added kernel/instance method which provides a fluent interface to private object space.
410
+
411
+ * Minor Enhancements
412
+
413
+ * Added sow generation forms.
414
+ * Spilt Time#trunc into separate file.
415
+ * Remove old log files --shouldn't version control these.
416
+ * Added note to FileList to add glob options parameter.
417
+ * Added optional argument to Dictionary#first and #last.
418
+
419
+
420
+ * Move "lore" tests to test/lore (lore are extensions to Ruby's standard lib).
421
+ * Moved test-old core test to test/core.
422
+ * Added test/core, test/lore and test/more.
423
+ * Added new test directory.
424
+ * Temporarily move test to test-old.
425
+ * Added time/test_round.rb
426
+ * Updated user scripts.
427
+ * Updated reap configuration.
428
+ * Updated test to correspond with previous changs.
429
+ * Adjusted require path for facets.rb.
430
+ * Added array/recursively.
431
+ * Added time/round.
432
+ * Time#to_date makes the public (it already existed in Ruby!)
433
+ * Fixed Time#hence to flip year correctly when adding months.
434
+ * Split hash/recurisve_merge out from hash/recursively.
435
+ * Moved facets.rb to core/.
436
+
437
+
438
+ 2008-08-09 transami
439
+
440
+
441
+ * Work on documentation using new Sow system.
442
+ * Moved meta.rb to more/kernel/meta.rb and merged facets/core.rb into facets.rb.
443
+ * Added more/kernel directory --hey not every extension can be core.
444
+ * Adjusted loadpath and moved lazy.rb to core!
445
+ * Moved remaing files to subdirectory locations.
446
+ * Moved most core libs to core/.
447
+ * Move most more files to the more directory.
448
+ * Added lore and more directories.
449
+ * Added facets/core directory. Yes, I'm spiliting the lib again.
450
+ * Loadpath will be used, so user inteface will stay the same.
451
+ * Setup.rb will be adjusted to recognaize loadpath.
452
+
453
+ * Removed Rope class. If anything this will have a separate project.
454
+
455
+
456
+ 2008-08-08 transami
457
+
458
+ * Update metadata and added admin/config to repository.
459
+
460
+
461
+ 2008-08-07 transami
462
+
463
+ * Removed work directory.
464
+ * Finished moving old work content to depot.
465
+ * Move work/old to depot/deprecated.
466
+ * Moved work/ref to depot/reference.
467
+ * Moved work/new and work/sandbox to depot.
468
+ * Added depot to admin directory to store odd files.
469
+ * This used to be calle work/.
470
+ * Is used to store scrap code, reference code, etc.
471
+ * Moved setup.rb to script/setup.
472
+ * This will either be replaced with configure/install scripts.
473
+ * Or, depend on a separate ruby setup.rb project.
474
+ * Metadata modifications.
475
+
476
+
477
+ 2008-08-06 transami
478
+
479
+ * Moved work to admin.
480
+ * Added recorder.rb to consider in work directory.
481
+ * Moved site to admin.
482
+ * Moved log/ to admin/.
483
+ * Update to testlog and changelog.
484
+ * Added admin directory.
485
+ * Added doc/news to store archives of part release notes.
486
+ * Added website images.
487
+ * Added test for paramix.rb.
488
+ * Updated website with cleaner look.
489
+ * Added "TO BE DEPRECATED" message to ruby.rb.
490
+ * Added all methods from ruby.rb as individual core methods.
491
+ * These are the methods that overlap with 1.9.
492
+ * They are encased in 'unless RUBY_VERSION' caluses.
493
+
494
+ * Imporved file/rootname --now much more robust.
495
+ * Added Kernel#to_yamlfrag to yaml.rb as way to output yaml w/o the "---" header.
496
+ * Perhaps not the most robust solution, but okay for now.
497
+ * Maybe a poor name for the method, but you got a better one?
498
+
499
+
500
+ 2008-06-11 tylerrick
501
+
502
+ * Made FileUtils#whereis a module_function again like it used to be. Because:
503
+ (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").
504
+ (3) I see module_function used in other comparible parts of Facets: UploadUtils, ConsoleUtils, ZipUtils, FileUtils#safe_ln, ...
505
+ (3) My code that relied on the old module_function behavior was breaking
506
+ What were you thinkin changing it?? ;)
507
+
508
+
509
+
510
+ == 2.4.1 / 2008-04-03
511
+
512
+ * 5 Changes
513
+
514
+ * Comparing to ActiveSupport, found 63 extension clashes, but most are due to 1.9 features and the rest should be compatible.
515
+ * A much improved paramix.rb has been returned to the library; but please note it's not quite finished yet.
516
+ * Reatomized a number of Kernel and String methods. Reatomization is nearly complete.
517
+ * Deprecated behavior.rb. It was not robust.
518
+ * Added basex.rb, library for working in any encoding base using any character set (base62 is the default).
519
+
520
+ * Other Changes
521
+
522
+ * Paramix is all spiffy again.
523
+ * There a no longer capitialize module methods at all.
524
+ * Use Module#[] and mixin_params[] instead.
525
+
526
+ * Update to notes and changes.
527
+ * Added doc/notes.rdoc
528
+ * Renamed.
529
+ * Update metadata for 2.4.1.
530
+ * Added new logs.
531
+ * Removed old logs.
532
+ * Removed old xml changelogs.
533
+ * Added .rsync-filter and .htaccess to site/.
534
+ * Fixed methods and conflicts scripts to compare extension libraries.
535
+ * Updated tests for reatomizations.
536
+ * Continued work on reatomizing core extensions (nearly complete now).
537
+ * Work on kernel instance methods.
538
+ * Added basex.rb and deprecated bahavior.rb.
539
+
540
+
541
+ == 2.4.0 / 2008-03-24
542
+
543
+ Facets 2.4 is a major step forward for Facets. It is perhaps
544
+ the release that 2.0 should have been, but of course it took
545
+ the actual 2.0 release to make 2.4 possible. Some annoyances
546
+ you may have encountered in updating your code to 2.0 are now
547
+ fixed. And from 2.4 on, Facets will now be settling down into
548
+ simple refinement release cycles.
549
+
550
+ The main change under the hood is to bring everything up to
551
+ the top lib/facets/ directory. No longer are the libraries
552
+ sorted by category. I had done so for a long time to make
553
+ it easier to track the various libs, but in the end it was
554
+ only making it more diffcult to deal with build tools and
555
+ packaging.
556
+
557
+ For the end-user, the largest change is a new emphisis on:
558
+
559
+ require 'facets'
560
+
561
+ This is better than cherry-picking methods. It may seem counter-
562
+ intuitive, but it actually proves more advantantages to do this
563
+ for the sake of interoperability than the practice of cherry-picking.
564
+ The reason is simply because others may have cherry-picked different
565
+ methods, and those distinctions go unaccounted and untested.
566
+
567
+ Also with this release, to bolster the use of require 'facets',
568
+ some lack-luster extensions have been deprecated and namespace usage
569
+ has been improved. In addition, we are getting very close to full
570
+ ActiveSupport, and Ruby 1.9, interoperability. Expect this
571
+ to be complete in the next minor release or two.
572
+
573
+ * Enhancements
574
+
575
+ * String#to_re and String#to_rx have swapped default behaviors. #to_rx escapes, #to_re does not.
576
+ * The Console namespace is being deprecated. command.rb and arguments.rb now use CLI naemspace.
577
+ * #compare_on and #equate_on are now "mixin methods" Comparable() and Equateable().
578
+ * Enumerable#product, #combintations and #permutations have change to be Ruby 1.9 compatible.
579
+ * thread.rb, map_send, et al, block is passed to send instead of yielding on result.
580
+ * namespace.rb has been renamed to methodspace.rb.
581
+ * Ruby 1.9 defined a new Proc#curry method, so Facets version has been made compatible.
582
+ * The old curry method is now called #partial, as in "partial application".
583
+ * Deprecated interface.rb. Perhaps a better approach but nonetheless extraneous.
584
+ * Deprecated paramix.rb. A better way is to use a capitialized methods. (Perhaps a lib for that?)
585
+ * Brought back a few web related libs, htmlfilter.rb and cssfilter.rb in particular.
586
+ * camelcase and snakecase are core extensions. For specialized styles use String#style in style.rb.
587
+ * This was a fairly large and fast-paced update, so unfortunately not all changes are listed this time.
588
+
589
+
590
+ 2008-03-24 transami
591
+
592
+ * Updated website a little.
593
+ * Split off some time tests.
594
+ * Updated logs.
595
+ * Update CHANGES and NOTES.
596
+ * Fixed minor bugs to pass tests.
597
+ * Split up include.rb.
598
+ * Split up include.rb.
599
+ * Moved test/test_one_nine.rb to test/test_ruby.rb.
600
+ * Removed use of Console namepspace. command.rb and arguments.rb now use CLI.
601
+ * Renamed ArgVector to CLI::Arguments
602
+ * Removed rdoc script (will replace in future).
603
+ * Added ri generation to setup.rb.
604
+ * Added site/doc soft link to doc/html.
605
+ * Moved one_nine.rb to ruby.rb
606
+ * Update d requires for "one_nine" to just "ruby" b/c of backports to 1.8.7.
607
+ * Added some work files.
608
+ * Added some expirments in "safe" extensions.
609
+ * Added html docs.
610
+ * Added tests.
611
+ * Added amazon books.
612
+ * Add some addition separation to extensions.
613
+ * Renamed task/ to script/, since the community is used to it b/c of Rails.
614
+ * Fixed up tasks.
615
+ * Clean up task system and docs.
616
+ * Update metadata.
617
+ * Test updates.
618
+ * Minor updates.
619
+
620
+
621
+ 2008-03-22 transami
622
+
623
+ * Update annotations for to_hash.rb.
624
+ * Added headers to docs.
625
+ * Updated docs.
626
+
627
+
628
+ 2008-03-16 transami
629
+
630
+ * Added the new split-off tests.
631
+ * Splinter remaining clumped tests.
632
+ * Removed test_array.
633
+ * Splintered array tests.
634
+ * Added some finer-grain to core method.
635
+ * Some deprecated libs added to work/old.
636
+ * Tests are now to th epoint of passing again. Yea!
637
+
638
+
639
+ 2008-03-15 transami
640
+
641
+ * Continued touching up tests.
642
+ * Moved some old tests to proper place in work/old.
643
+ * Deprecated files moved to work/old.
644
+ * Coninuted work on tests.
645
+
646
+
647
+ 2008-03-14 transami
648
+
649
+ * Adjusted module tests.
650
+ * Removed cli directory.
651
+ * Removed prime test directory and moved cli test up a level.
652
+ * Adjust test to match lib (again).
653
+ * Some deprecated extensions place in work/old for possible future reference.
654
+
655
+
656
+ 2008-03-12 transami
657
+
658
+ * Umph... there it is.
659
+ * Removed prime directory.
660
+ * Make way for class extensions.
661
+ * Added warning to Rick Kilmers's unit system.
662
+ * Moving Rich Kilmers's units system to it's own package.
663
+ * Three are alternate unit systems available and Facets should work with any of them.
664
+ * Will keep a fair amount of the Time extensions though.
665
+
666
+
667
+ 2008-03-10 transami
668
+
669
+ * Move core method decisions (I sware there are only a few more!)
670
+ * Moved cli libs to toplevel. Added a few methods to prime library.
671
+ * And so on...
672
+
673
+
674
+ 2008-03-08 transami
675
+
676
+ * Cleandup symbol and class extra extensions.
677
+ * Moved nil/status.rb to nilstatus.rb
678
+ * Got rid of Method#curry and Method#partial since they just convert to Procs.
679
+ * Divied prime methods to sepearate files after all.
680
+
681
+
682
+ 2008-03-07 transami
683
+
684
+ * General cleanup pushing toward 3.0 release.
685
+ * Finished the reorganization of Enumerable extensions.
686
+ * Loose end additions.
687
+ * Cleanup module tests.
688
+ * Cleanup hash tests.
689
+ * Cleanup enumerable tests.
690
+ * Added new test/kernel directory.
691
+ * Removed old test/kernel directory.
692
+ * Moved test_let to prime/kernel in order to move prime/kernel.
693
+ * Cleanup array and time tests.
694
+ * Cleanup file tests.
695
+ * Cleanup string tests.
696
+ * Continued test cleanup. Oh, so, fun fun ;)
697
+ * Removed uneeded test directories.
698
+ * Continued organizing tests.
699
+ * Move integer tests cleanup.
700
+ * Cleaned up integer tests.
701
+ * Continued fixing tests.
702
+ * Working on test organization.
703
+ * Cleaned up binding tests.
704
+ * Removed old core/more test directories.
705
+ * Moved remaining tests to top test directory.
706
+ * MOved extra extension test to toplevel.
707
+ * Again moved more files to top level.
708
+ * MOved more test to toplevel.
709
+ * Moved remaining core test to top test level.
710
+ * Moved ext/core to prime/.
711
+ * Will not combine the per-method tests for the moment.
712
+ * Will save that for later (unless we decide to div prime again :p)
713
+ * Fixed requires for prime/ directory.
714
+ * Moved all "prime" libs to subdir (yes, like they were).
715
+ * Cleaned up remaining extranerous files.
716
+
717
+
718
+ 2008-03-06 transami
719
+
720
+ * Further touchups to website.
721
+ * Added some extra pages to website.
722
+ * OVerhaul website for version 3.
723
+
724
+
725
+ 2008-03-05 transami
726
+
727
+ * Made op_esc.rb a separate module rather thanan extension.
728
+ * REmoved more extraneous files and moved a few to work area.
729
+
730
+
731
+ 2008-03-04 transami
732
+
733
+ * Added some tasks and a couple of file to work old.
734
+ * Cleaned up extra binding extensions.
735
+ * Continued considations (almost there).
736
+ * Continued consolidation and removing extraneous files.
737
+ * Deprecated with_reader, with_writer and with_accessor for attr_singleton_reader, &c.
738
+ * Removed extraneous Enumerable files.
739
+
740
+
741
+ 2008-03-03 transami
742
+
743
+ * Removed extraneous module alias and attr files.
744
+ * Deprecated Hash#pairs_at. Use Hash#slice instead from core.
745
+ * Removed extraneous kernel extension files.
746
+ * Removed extraneous String extextion files.
747
+ * Removed some work folders.
748
+ * Partial adjustments for work area dure to organization changes.
749
+ * Scrap code.
750
+ * Removed vestiges of transfers to core extensions and consolidations.
751
+ * Fixed require in core libraries.
752
+ * Fixed the namespaces of some extensions.
753
+ * It is finished!
754
+ * Move all "prime" libs to top.
755
+ * Removed extra/.
756
+ * Moved extra/continuation to top.
757
+ * Move the rest of extra directories.
758
+ * Moved all "extra" extensions to top facets/ directory.
759
+ * Few more.
760
+ * Added some file that were added before in the transition.
761
+
762
+
763
+ 2008-03-02 transami
764
+
765
+ * Removed remains vestigaes of old organization. (Now just ot fix the new one!)
766
+ * The big wadoozy.
767
+ * Remove empty directories for more/ext.
768
+ * Move add classes and module to facets/.
769
+ * Move more extensions to facets/extra.
770
+ * Move a few more/ext to prime.
771
+ * Moved core/facets to facets/extra.
772
+ * Removed empty ext directories.
773
+ * Added prime directory and files.
774
+ * Removed some dir methods that are now in prime.
775
+ * Remove some now empty directories from core/ext, due to the "prime" transfer.
776
+ * Removed all "prime" extension files.
777
+ * Move mattr to module.
778
+
779
+
780
+ 2008-03-01 transami
781
+
782
+ * Fixed require bug in time methods.
783
+ * Reverted memomize.rb back to original code --will come back to later.
784
+ * Moved random.rb to sys/.
785
+ * Added stylizer.rb to replace stylize.rb
786
+ * Removed old stylize.rb library --see new stylizer.rb.
787
+ * Array #recursively is not only called #traverse.
788
+ * Added case/stylize methods to more/facets/string.
789
+ * Renamed more/string/facets/titlecase to captialize_all.
790
+
791
+
792
+ 2008-02-29 transami
793
+
794
+ * Added uri and xoxo tests.
795
+ * Cleaning up more/ext tests.
796
+ * Some more reorganization in test/core.
797
+ * Removed finaly vestage of old dir structure.
798
+ * Moved remaing test to more/add.
799
+ * Removed some outdated test and organized.
800
+ * Moved more/ext tests out of more/add/.
801
+ * Added ext, cli and sys to test/more/.
802
+ * Removed test/mixin.
803
+ * Moved test from mixin to more/add.
804
+ * Moved add to test/more.
805
+ * Added test/more.
806
+ * Moved test/more to add.
807
+ * Moved ext tests to core subdir.
808
+ * Added test/core.
809
+ * Move text/core to test/ext.
810
+ * Updated .roll file for new organization.
811
+ * Updated .reap file.
812
+ * Updated metadata to fit new organization. (Happy Days!)
813
+ * Moved facets.rb up a level.
814
+ * Temporarily moved console libs to cli --mainly to ease working on them.
815
+ * Moved condole to add.
816
+ * Moved system to more/sys.
817
+ * Moved "lore" to add/. Yea!
818
+ * Moved libs to ext.
819
+ * Added more/ext directory.
820
+ * Progressive work on memoize and elementor.
821
+ * Moved systematic libs from ext/ to sys/.
822
+ * Moved classes and modules from ext/ to add/.
823
+ * Added facets directory to add/ directory.
824
+ * dded add/ directory to core/.
825
+ * Moved facets/ to ext/.
826
+ * Added ext directory.
827
+ * Minor doc change.
828
+ * Functor no longer privatizes =, == and =~.
829
+ * Minor doc fix.
830
+ * Properly split conversion.rb.
831
+ * Some string methods extracted from stylize.rb.
832
+
833
+
834
+ 2008-02-28 transami
835
+
836
+ * Continued structuring.
837
+ * Moved lore/console up a notch.
838
+ * Moved lore/system up a notch.
839
+ * Moved random.rb to more/.
840
+ * Renamed namespace.eb to methodspace.rb.
841
+ * Moved autoreload to more/facets/kernel.
842
+ * Moved four remaing web libs to common directory (use web/ subdir?).
843
+
844
+
845
+ 2008-02-26 transami
846
+
847
+ * Moved some modules from system to common.
848
+ * Moved all mixins back in with classes.
849
+ * Moved class/facets up a level.
850
+ * Removed old curry.rb.
851
+ * More as standard and extraneous core extensions is progressing.
852
+ * Added enumerable directory to more.
853
+ * Moved some libs from system to more.
854
+ * Added string directory to more.
855
+ * Added kernel directory to more extensions.
856
+ * Recreated more to house standard extensions.
857
+ * More as standard extensions, and Lore (?) for the rest.
858
+ * Added some web related libraries.
859
+
860
+
861
+ 2008-02-25 transami
862
+
863
+ * Added cgi.rb with some standard extensions.
864
+ * Fixed bug with #peek in stackable.
865
+ * Deprecated paramix.rb.
866
+
867
+
868
+ 2008-02-24 transami
869
+
870
+ * Added xmlhash.rb and returned uri.rb extensions to the library.
871
+ * Moved getoptlong/rb to standard extensions folder.
872
+ * Added #method_name to Date class.
873
+
874
+
875
+ 2008-02-22 transami
876
+
877
+ * Removed extraneous level in doc.
878
+ * REmove cut-bases AOP, now in it's own library.
879
+ * Converted compare_on.rb to Paramtric Mixins.
880
+
881
+
882
+ 2008-02-21 transami
883
+
884
+ * Split fileutils up into individual methods.
885
+ * Update metadata to reflect organization changes.
886
+ * Moved standard library extensions to more/extend.
887
+ * Added facets directory to more/extend.
888
+ * Continued organization.
889
+ * Moved console related libs to more/console.
890
+ * Added facets subdir to console.
891
+ * Added more/console; trying something a bit different in organization.
892
+ * Added more/class/facets/net and moved set and ostruct to class as well.
893
+ * more/system, rather than systems.
894
+ * Moved class, mixin, and system to more.
895
+ * Added new more directory.
896
+ * Moved more to systems.
897
+
898
+
899
+ 2008-02-20 transami
900
+
901
+ * Added test for command.rb.
902
+
903
+
904
+ 2008-02-19 transami
905
+
906
+ * Renamed console.rb to whate it should be consoleutils.rb.
907
+ * Update to command.rb integrating MasterCommand and Command into a single class.
908
+ * The Console::Command is not nice and simple command parser I've been aiming torward.
909
+ * Barring some major oversite, this class will not change in an incompatible way ever again.
910
+ * Basic tests pass. More eleborate test will follow to ensure more complex designs also work.
911
+
912
+
913
+ 2008-02-18 transami
914
+
915
+ * Added doc directory.
916
+ * Updated README and allowed doc/ to be included in package.
917
+ * Added site/rdoc, which is a symlink.
918
+ * Added log/Changelog.txt too.
919
+ * Update logs. (Should these even be under version control?)
920
+ * Added Rakefile to redirect to task/*.
921
+ * Fixed bug in Kernel#object_hexid.
922
+ * Fixed test for hash/collate.
923
+ * Added test task and temporary rdoc task.
924
+ * Added options back into multiglob_r.
925
+ * Fixed bug in multiglob_r so it will NOT follow symlinks.
926
+ * Moved work/reference to work/ref.
927
+ * Moved work/current to new (can you tell I have a new naming scheme for work/?)
928
+ * Moved work/outdated to old.
929
+ * Added some outdated tasks to work. Will eventually delete.
930
+
931
+
932
+ 2008-02-11 transami
933
+
934
+ * Moved doc/ to site/.
935
+ * Added remaining doc files.
936
+ * Converted website to XML.
937
+
938
+
939
+ 2008-02-09 transami
940
+
941
+ * Automated learn and quick doc menus.
942
+ * Convert website from html to xml.
943
+ * Finishing touches for next release.
944
+ * Saved old rdoc script.
945
+
946
+
947
+ 2008-02-06 transami
948
+
949
+ * Updates to tests as embedded tests are no more.
950
+ * Finally completed removal of all embedded tests.
951
+ * Organized tests according to new lib organization.
952
+ * Improved cloneable.rb to be a true deep dup/clone mixin using Ken Bloom's suggestion.
953
+
954
+
955
+ 2008-02-05 transami
956
+
957
+ * Working on end-user tasks.
958
+ * Added work/outdated/task.
959
+ * Updated the way rdocs are generated.
960
+ * Organized all libs between core, more, class and mixin.
961
+ * Moved class libraries to lib/class/facets.
962
+ * Added lib/class.
963
+ * Added tasksystem.rb.
964
+ * Remove some admin task files no longer needed thanks to Reap.
965
+ * Move admin/ to work/outdated. We'll be using reap instead.
966
+ * Moved meta/facets.roll to .roll.
967
+ * This is related to an update of Rolls...
968
+ * It's better to have good SOC here regardless of some metadata redundancy.
969
+ * Added meta/authors.
970
+ * Moved old changelogs to log/ and move meta/config.yaml to .reap per new reap design.
971
+ * Updaed reap config and removed icli.yaml.
972
+ * Added doc/ads directory.
973
+ * Removed dev/ directory.
974
+ * Moved remaining dev files to work/ (will cleanup later).
975
+ * Moved dev/sandbox to work/.
976
+ * Moved dev/task and reference material to work directory.
977
+ * Moved outdated dev libs to work.
978
+ * Moved current dev to work directory.
979
+ * Update to admin/tasks.
980
+ * Update to project file.
981
+ * Added enumerable/combinations.
982
+ * Added openhash and tracepoint.
983
+ * Added work directory.
984
+ * Added some development scraps, plan to move dev/ to work/.
985
+
986
+
987
+
988
+ == 2.3.0 / 2008-02-01
989
+
990
+ Amoung other changes with this release, cloneable.rb is
991
+ now a true deep dup/clone mixin; tracepoint.rb returns
992
+ to the library.
993
+
994
+ * Reorganized library into smaller groups: core, more, class and mixin.
995
+ * Added tracepoint.rb back to the library.
996
+ * Fixed multiglob_r bug, so it will NOT follow symlinks.
997
+
998
+ 2008-01-19 transami
999
+
1000
+ * Remove admin/log.
1001
+ * Convert changelog to pure ruby.
1002
+ * Remove admin/svn subdir.
1003
+ * Organize admin tasks better.
1004
+ * Add admin tasks.
1005
+ * Moved admin tasks to admin directory.
1006
+ * Added admin directory.
1007
+ * Removed task/doc subdir.
1008
+ * Moved some tasks.
1009
+ * Convert tasks to pure ruby.
1010
+
1011
+
1012
+ 2008-01-16 transami
1013
+
1014
+ * Move test/unit to test/core.
1015
+ * Moved remaining more test to test/more.
1016
+ * Added test/more/hash directory.
1017
+ * Moved more tests to test/more directory.
1018
+ * Added test/more.
1019
+ * Fixed test_keyize.rb.
1020
+ * binding/test_cflow renamed to test_caller
1021
+
1022
+
1023
+ 2008-01-09 transami
1024
+
1025
+ * Added test for new hash/collate.
1026
+ * Added demo benchmarks.
1027
+ * Update publish task.
1028
+ * Update quick.html and wiki code.
1029
+ * Added TODO to toplevel.
1030
+ * Added a couple of missing binding requires to repo.
1031
+ * Moved More lib hash_keyize.rb to hash/keyize.rb.
1032
+
1033
+
1034
+ 2007-12-29 transami
1035
+
1036
+ * Move source_material to just source.
1037
+
1038
+
1039
+ 2007-12-27 transami
1040
+
1041
+ * ANd so it goes with work reorganization.
1042
+ * Moved dev/play to dev/sandbox.
1043
+ * Further reorganiztion of work area.
1044
+ * Some reorganization of developemnt area.
1045
+
1046
+
1047
+ == 2.2.1 / 2007-12-22
1048
+
1049
+ (2.2.1) This release get rid of the underlying methods subdir.
1050
+ All method redirects are now in core, to ensure
1051
+ there are no more name clashes.
1052
+
1053
+ * Got rid of methods subdir. All method redirects are in core/.
1054
+
1055
+ 2007-12-22 transami
1056
+
1057
+ * Moved doc/wiki to apiwiki b/c of Rubyforge's wiki.
1058
+ * Removed doc/api dir.
1059
+ * Added wiki.
1060
+ * Prepare for 2.2.1 release.
1061
+ * Update per-module/class files.
1062
+ * Moved binding/cflow.rb to caller.rb.
1063
+ * Fixed up binding extensions.
1064
+ * Update tests and prepare for next version.
1065
+ * Ditto.
1066
+ * Renamed a couple test tasks.
1067
+
1068
+
1069
+ 2007-12-21 transami
1070
+
1071
+ * Moved methods and groups task to trash.
1072
+ * Moved core hash/keyize to more.
1073
+ * Added test class/remove_descendents.rb.
1074
+ * Added all remaining per-method require libs from methods/ --will need to wrok through these over time.
1075
+ * Added trash work directory.
1076
+
1077
+
1078
+ 2007-12-20 transami
1079
+
1080
+ * Adjust text according to per-method file changes.
1081
+ * All hash method, but the conversion methods, are now rpresented in core/facets/hash.
1082
+ * Added a few more Hash per-method files.
1083
+ * Add per-method libs for hash.
1084
+ * Updated facets/string.rb.
1085
+ * Moved string/format.rb to string/wrap.rb.
1086
+ * Updated String#brief.
1087
+
1088
+
1089
+ 2007-12-17 transami
1090
+
1091
+ * Renamed ROLLRC to facets.roll.
1092
+
1093
+
1094
+ == 2.2.0 / 2007-12-13
1095
+
1096
+ (2.2.0) This release provides improved rdocs and prepares facets for
1097
+ use with RUby 1.9. It also adds Matthew Harris' duration.rb
1098
+ library. Bug thanks to Matthew!
1099
+
1100
+ * A lot of rdoc updates to core extensions --as promised ;)
1101
+ * Just about every method now has at least a brief explinaiton and an example.
1102
+ * integer/bitmask.rb has changed a bit --pun intended ;) Deprecated some methods and now use "~" instead of "-" to clear bits.
1103
+ * The name Array#unzip didn't makes sense, it was renamed to #modulate (though #collate seems better?)
1104
+ * Renamed Enumerable#collate to #mash (Map hASH); #collate and #graph remain aliases for the time being.
1105
+ * Deprecated Module#include_and_extend. Just use both silly.
1106
+ * More lib pp_s.rb has been removed. Use #pretty_inspect instead.
1107
+ * Split binding extensions up a bit more finely --eval.rb sprouted here.rb, self.rb and defined.rb.
1108
+ * Move Time#stamp out of conversion.rb and into time/ dir, and remove to_s alias.
1109
+ * Preliminary addition of Matthew Harris' excellent duration.rb lib (will integrate with times.rb better in future).
1110
+ * Added if clauses to handle upcoming Ruby 1.9 gracefully. Facets should now be just about ready for use with 1.9.
1111
+
1112
+ 2007-12-13 transami
1113
+
1114
+ * Fixed project.yaml summary.
1115
+ * Update AUTHORS list.
1116
+ * Update release notes.
1117
+ * Update CHANGES for 2.2.0.
1118
+ * VERSION 2.2.0
1119
+ * Added some missing tests dur to recent separations.
1120
+ * Minor update to test/general.
1121
+ * Updated tests to reflect recent changes.
1122
+ * Fixed test for continuation and removed test for pp_s.rb.
1123
+ * Move task/docpkg to task/doc/zip.
1124
+ * Moved task/config.yaml to meta/ per new Ratch.
1125
+ * Moved task/special to task/doc.
1126
+ * Minor updates to test and install tasks.
1127
+ * Updated todo list (in dev/).
1128
+ * Copied log/history.rd to CHANGES.
1129
+ * Removed log/history.rd and log/todo.rd
1130
+ * Fixed stylize.rb for use with 1.9 (fixed case statement).
1131
+ * Separated kernel/returning, now that #tap will be in 1.9.
1132
+ * Updated facets.rb for use with 1.9.
1133
+ * Separated time/stamp.rb.
1134
+ * Divided binding up into a few more pieces.
1135
+ * Fixed kernel/instance to play nice with 1.9.
1136
+ * Added test for string/op.rb.
1137
+
1138
+
1139
+ 2007-12-12 transami
1140
+
1141
+ * Renamed accessor #attributes to #instance_attributes.
1142
+
1143
+
1144
+ 2007-12-10 transami
1145
+
1146
+ * Removed continuation from core.
1147
+ * Removed pp_s.rb (use pretty_inspect) add continuation.rb.
1148
+ * Documentaiton improvements and moved continuation extension to more lib.
1149
+ * Added 1.9 check in continuation/create.rb.
1150
+ * Added op.rb to string.rb.
1151
+ * Added String/op.rb with String#- method.
1152
+
1153
+
1154
+ 2007-12-09 transami
1155
+
1156
+ * Minor edit to basicobject.rb in light of 1.9.
1157
+ * Minor adjustments to lazy.rb to fix warnings by Ruby 1.9.
1158
+ * Added Matthew Harris' Duration class.
1159
+
1160
+
1161
+ 2007-12-08 transami
1162
+
1163
+ * Added Hash#slice and Hash#except (didn't we have this before?)
1164
+
1165
+
1166
+ 2007-12-04 transami
1167
+
1168
+ * Minor adjust to website.
1169
+ * Improved on tests in relation to doc work.
1170
+ * Handled some minor bugs found while documenting.
1171
+ * Mode doc improvements.
1172
+
1173
+
1174
+ 2007-12-02 transami
1175
+
1176
+ * Add a couple new task for rdoc gen.
1177
+ * Added nbsp to quickopts task.
1178
+ * Website updates.
1179
+ * Work on website using siteparts.
1180
+ * Added registerable.rb, updated history.
1181
+ * Added #include_as to facets/namespace.rb.
1182
+ * Cleanup test hearders.
1183
+ * Rdoc improvements.
1184
+
1185
+
1186
+ 2007-12-01 transami
1187
+
1188
+ * Removed test for kernel/require_esc.rb
1189
+ * Remove kernel/require_esc.rb.
1190
+ * Updated integer docs.
1191
+ * Updates to kernel test headers.
1192
+ * Documentation updates to kernel extensions.
1193
+
1194
+
1195
+ 2007-11-30 transami
1196
+
1197
+ * Update docs continued.
1198
+ * Update hash test headers.
1199