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
@@ -0,0 +1,2245 @@
1
+ = Facets History
2
+
3
+ == 2.6.0 / 2009-07-03
4
+
5
+ Facets 2.6.0 removes htmlfilter.rb and cssfilter.rb due to licensing
6
+ incompatability. These scripts are now available as a separate package
7
+ called 'htmlfilter'. Also removed are a few MORE libs that were too
8
+ expiremental and/or not robust enough. Effectively this finishes up
9
+ the "spring cleaning" of the MORE lib mentioned a few releases back.
10
+
11
+ But it also marks a new start in trimming MORE down further. We have
12
+ decided to do this for three reasons 1) Some of the MORE libs would
13
+ be better served as separate projects. 2) Facets will become a tighter
14
+ library, primarily focused on extensions. And 3) all libraries involved
15
+ will become easier to maintain and thus more robust in the long run.
16
+
17
+ This release also fixes an important arity bug with the recently added
18
+ Module#extend method --one of the very few actual core overrides in Facets.
19
+
20
+ * 7 Major Enhancements
21
+
22
+ * Removed htmlfilter.rb due to licensing issues.
23
+ * Also removed cssfilter.rb ('gem install htmlfilter' now)
24
+ * Removed rwdelegator.rb, simply not a robust solution.
25
+ * Removed buildable.rb, api is too confusing.
26
+ * Removed meta.rb which was not very useful and too expiremental anyway.
27
+ * Removed prototype.rb, which needs it's own project.
28
+
29
+ * 3 Minor Enhancements
30
+
31
+ * Removed Kernel#__HERE__ as it simply cannot work.
32
+ (Ruby 1.9.2 will offer #source_location for the same, btw)
33
+ * Returned binding/opvars to core.
34
+ * Added Integer#length as suggested by Victor H. Goff III.
35
+
36
+ * 1 Bug Fix
37
+
38
+ * Fixed arity issue with Module#extend.
39
+
40
+
41
+ == 2.5.2 / 2009-04-07
42
+
43
+ Facets 2.5.2 is a simple maintentance release which fixed a few issues
44
+ in the new to_hash.rb library. This release also added String#lowercase
45
+ and String#uppercae.
46
+
47
+ * 1 Major Enhancement
48
+
49
+ * added string/uppercase and lowercase
50
+
51
+ * 1 Minor Enhancement
52
+
53
+ * adjustments to to_hash.rb
54
+
55
+
56
+ == 2.5.1 / 2009-03-05
57
+
58
+ Facets 2.5.1 fixes a few bugs, makes some small but nice additions
59
+ and improves 1.9 compatibility.
60
+
61
+ The most important addition to make note of is Object#extend, which has
62
+ been overridden to allow a block parameter. This is one of only two or three
63
+ actual "monkey patches" in all of Facets. The block, when provided,
64
+ is used to create an annonymous module which then extends the reciever.
65
+ This is a "good practice" way to extend objects, rather than using class_eval
66
+ on the singleton class.
67
+
68
+ Special thanks to Erik Veenstra, Pit Capitan and especially Sandor Szücs
69
+ for their contributions to this release.
70
+
71
+ * 7 Major Enhancements
72
+
73
+ * added Hash#group_by_value (thanks to Erik Veenstra)
74
+ * added String#file
75
+ * added Hash#new_with (Pit Capitan)
76
+ * added module/extend.rb, now can take a block.
77
+ * added hook.rb
78
+ * added to_h_auto
79
+ * overhauled to_hash.rb, now has multiple methods
80
+
81
+ * 10 Bug Fixes
82
+
83
+ * corrected ostruct.rb to test for frozen state on updates
84
+ * fixed String#left_align
85
+ * fixed conflict between test_name.rb and test_arguments.rb
86
+ * fixed Enumreable#split when reciever is empty array
87
+ * fixed coruption of reciever by Hash#collate (thanks to Tilo Sloboda)
88
+ * fixed Array#to_h, h={} was not initialized
89
+ * fixed test of Module#conflict according ruby19
90
+ * fixed Hash#dearray_singluar_values
91
+ * association.rb stores reference when using #new
92
+ * changed Array#product to make it compatible to ruby 19, deleted block parameter
93
+
94
+ * 5 Minor Enhancements
95
+
96
+ * split enumerable/collect into map_with_index and compact_map
97
+ * improved Array#to_h for 1.9 using flatten(1)
98
+ * Dictionary#replace can take regular Hash too
99
+ * move test_to_hash.rb from more to core
100
+ * Doc'd that UnboundMethod#name returns Symbol in 1.9, but String in 1.8
101
+
102
+
103
+ == 2.5.0 / 2008-11-23
104
+
105
+ Facets 2.5.0 is an important milestone in the development of Facets.
106
+
107
+ This release has been tested against Rails' ActiveSupport library.
108
+ As long as Facets is loaded after ActiveSupport, everything
109
+ should work fine. Of course, there's no counting for real world
110
+ trials, but all ActiveSupport testcases pass under this scenario.
111
+
112
+ Secondly, this release is the first of two (or three) down-scaling
113
+ releases intended to remove all the remaining "excess" from the
114
+ library. This is being done for a variety of reasons. Some scripts
115
+ are substantial enough to be one their own and have been spun-off
116
+ into separate largely compatible projects. In this release:
117
+
118
+ If you were using... Use this project instead...
119
+
120
+ annotations.rb Anise
121
+
122
+ bytes.rb RichUnits
123
+ times.rb
124
+
125
+ command.rb Clio
126
+ consoleutils.rb
127
+
128
+ A few others scripts have been deprecated, without an alternative
129
+ recourse, simply because they were too weak, such as uploadutils.rb,
130
+ or highly experimental, such as chain.rb and eventhook.rb.
131
+
132
+ Although this release constitutes an over all slimming down of Facets,
133
+ two excellent new libraries have been added.
134
+
135
+ 1) *ini.rb* by Jeena Paradies. While YAML is frequently used by
136
+ Rubyists for configuration files, a full-on serializer like YAML
137
+ is often overkill. INI files provide a lightweight solution
138
+ specifically geared for configuration.
139
+
140
+ 2) *filter.rb* by Brian Candler offers lazy evaluation chains of
141
+ Enumerable methods. This is an elegant way to optimize contiguous
142
+ maps, selections, etc. --effective even on infinite enumerators.
143
+ (Note, the name of this library may be changed in the next release.)
144
+
145
+ While work remains to be done, I am happy to say, Facets is
146
+ finally beginning to approach the level of solidity I set out to
147
+ achieve just over a year ago. Thank the Maker!
148
+
149
+ Special thanks to Brian Candler, Jeena Paradies and Tyler Rick.
150
+
151
+ * 9 Major Changes
152
+
153
+ * added Brian Candler's Enumerator::Filter
154
+ * added sparse_array.rb (was old harray.rb)
155
+ * added Jeena Paradies' ini.rb
156
+ * renamed CacheDelegator to Memoizer
157
+ * renamed DictionaryMatcher to just Matcher
158
+ * deprecated bytes.rb and times.rb (use RichUnits instead)
159
+ * deprecated uploadutils.rb; ziputils.rb will be (use Folio)
160
+ * deprecated annotations.rb (use Anise instead)
161
+ * deprecated command.rb and consoleutils.rb (use Clio instead)
162
+
163
+ * 5 Minor Changes
164
+
165
+ * deprecated chain.rb (very expiremental)
166
+ * deprecated eventhook.rb (moved to ToadCode project)
167
+ * deprecated tagiter.rb (moved to ToadCode project)
168
+ * moved Hash#symolize_keys and #stringify_keys to core lib
169
+ (still recommend #rekey instead though)
170
+ * switched to git as of 2.4.5
171
+
172
+ * 4 Bug Fixes
173
+
174
+ * memoize.rb, cache was at class-level, now at instance-level
175
+ * binding/caller.rb, fixed require for callstack.rb
176
+ * fixed missing require in string/tabto.rb
177
+ * Fixed some bugs with Time#ago/Time#hence not changing years
178
+ correctly when you changed months.
179
+ (For example, Time.utc(2008, 1, 1).ago(12, :months) incorrectly
180
+ returned 2009-01-01 instead of 2007-01-01.)
181
+ Changed Time#ago/Time#hence to still work if passed negative number.
182
+
183
+
184
+ == 2.4.5 / 2008-10-02
185
+
186
+ Facets 2.4.5 is a maintaince release. This release is notable however in that
187
+ it will likely be the last that to use SVN. Facets will be switching to Git.
188
+ Also, some libraries that have been flagged "to be deprecated" for some time will
189
+ finally be so.
190
+
191
+ * 8 Major Enhancements
192
+
193
+ * Re-added date.rb to lore library, and removed from core. (#r1014)
194
+ * Much improved date.rb extension now in Lore library. (#r1027)
195
+ * Deprecated kernel/suppress. Use Exception.suppress from now on. (#r1040)
196
+ * Deprecated string/style.rb. Use English project instead. (#r1074)
197
+ * Console namespace is no longer supported (for Ansicode). (#r1077)
198
+ * enumerable/mode.rb, Enumerable#mode returns array since there can be more than one. (#r1079)
199
+ * OpenCascade automatically creates nodes, use foo? to query. (#r1056)
200
+ * Change #index_of to #index which now takes a block.
201
+
202
+ * 14 Minor Enhancements
203
+
204
+ * OpenStruct.new can now take a default block, like Hash.new.
205
+ * Moved variablize methods out of metaid.rb and into separate files (string/ and symbol/). (#r1042)
206
+ * Added Time#advance. (#r1046)
207
+ * Speed up of Integer odd/even methods. (#r1057)
208
+ * Array#index now takes a block (this is a core override). (#r1059)
209
+ * Spilt file/write.rb into separate method files (append, create, writelines). (#r1073)
210
+ * Modified Enumerable#split to behave like String#split. (#r1076)
211
+ * hash/op.rb, split into separate method files. (#r1081)
212
+ * Added string/modulize. string/methodize handles path names now too. (#r1085)
213
+ * Class#cattr is now part of core. (#r1089)
214
+ * Modified Enumerable#split to behave like String#split. [minor]
215
+ * Removed Rope class. If anything this will have a separate project.
216
+ * Added doc/news.html and doc/authors.html to website (temporarily?).
217
+ * Added zlib.rb to Lore library.
218
+
219
+ * 7 Bug Fixes
220
+
221
+ * OpenStruct#to_h dups internal table. (#r1015)
222
+ * Fixed require of string/xor in bicrypt.rb. (#r1039)
223
+ * integer/odd.rb, fixed Ruby 1.9 condition. (#r1080)
224
+ * class/cattr_*.rb fix require bug
225
+ * opencascade.rb, fixed bug when accessing sub-hash.
226
+ * typecast.rb, fixed require for string/methodize.
227
+ * Fixed Pathname#glob to ensure use of ::File.
228
+
229
+
230
+ == 2.4.4 / 2008-09-01
231
+
232
+ Facets 2.4.4 includes a major bug fix that caused Facets not to load properly,
233
+ having to do with a Time extension. The problem has been fixed. In addition,
234
+ this release put Facets only a few pending adjustments away from full
235
+ Rails/ActiveSupport compatibility.
236
+
237
+ * 10 Major Enhancements
238
+
239
+ * Added string/mask providing powerful string manipulation. (#997)
240
+ * BasicObject is now just a synonm for BlankSlate unless Ruby 1.9. (#1000)
241
+ * Added Symbol#plain?, Symbol#query? and Symbol#setter? (#1011)
242
+ * Removed Time#to_date.
243
+ * Due to clobberd RI Docs (!) this should have been in Lore lib date.rb
244
+ * Moved to Lore date.rb. (#1012)
245
+ * Re-added date.rb to lore library, and removed from core. (#1014)
246
+ * Much improved date.rb extension now in Lore library. (#1027)
247
+ * Deprecated kernel/suppress. Use Exception.suppress from now on. (#1040)
248
+ * Improved date.rb and moved to LORE library, and removed from CORE. [major]
249
+ * Deprecated kernel/suppress. Use Exception.suppress from now on. [major]
250
+ * Deprecated String#to_time.
251
+ * This method reqiures the loading of a number of other standard libs.
252
+ * We can reconsider adding it again if we decide these other libs should be core.
253
+ * Or if we find a more suitable way to define the method.
254
+
255
+ * 17 Minor Enhancements
256
+
257
+ * Moved style.rb to string/stylize.rb (#998)
258
+ * Renamed string/subtract to string/op_sub.
259
+ Old name will remain for time being for compatability. (#1002)
260
+ * Module#instance_method_define? now only applies to public methods. (#1003)
261
+ * Array#index accepts a block (one of the few core overrides). (#1004)
262
+ * Moved Hash#<< from hash/update.rb to hash/op_push.rb (#1005)
263
+ * Add facets class files (eg. facets/string) have been made dynamic. (#1013)
264
+ * Moved variablize methods out of metaid.rb and into separate files (string/ and symbol/). (#1042)
265
+ * Added Time#advance. (#1046)
266
+ * Added qua_class.rb. Yea. It really is my favorite.
267
+ * Added simple functional test that loads all of Facets.
268
+ * Added a benchmark for measuring how fast Facets loads. (Core < 1sec!)
269
+ * Made Module#alias_method_chain a public method (for better Rails support).
270
+ * Wrapped Nilclass#to_f in 1.9 condition.
271
+ * float/round.rb redirects to numeric/round.rb.
272
+ * numeric/float.rb holds rounding methods for all classed Numeric, Integer and Float.
273
+ * Replaced Kernel#instance_exec with Mauricio's version.
274
+ * Improved String#each_char to work like Ruby 1.9.
275
+ * This loads strscan.rb.
276
+ * It is wrapped in a 1.9 condition.
277
+
278
+ * 8 Bug Fixes
279
+
280
+ * Hash#<< now returns self (#1001)
281
+ * OpenStruct#to_h dups internal table. (#1015)
282
+ * Fixed require of string/xor in bicrypt.rb. (#1039)
283
+ * Fixed facets.rb to use relative paths.
284
+ * Fixed cgi.rb (CGI is a class not a module).
285
+ * OpenStruct#to_h dups internal table. [bug]
286
+ * Fixed require of string/xor in bicrypt.rb. [bug]
287
+ * date.rb (stamp) fixed ref to constant FORMAT.
288
+
289
+
290
+ == 2.4.3 / 2008-08-14
291
+
292
+ Facets is almost fully interoperable with ActiveSupport and Ruby 1.9.
293
+ We will continue to improve this interoperability in upcoming releases.
294
+
295
+ As a REMINDER, Facets 2.4+ now encourages:
296
+
297
+ require 'facets'
298
+
299
+ This is better than cherry-picking methods. It may seem counter-intuitive,
300
+ but it actually proves more advantages to do this for the sake of
301
+ improved interoperability. The practice of cherry-picking can become
302
+ problematic if other dependent libraries have cherry-picked different
303
+ methods. In those cases these distinctions go unaccounted and untested.
304
+
305
+ Note that this release does not include a setup.rb script. We are working
306
+ on a new version of this script, which we plan to include in the next release.
307
+
308
+ This release give special thanks to the following people for their contributions:
309
+
310
+ * Ken Bloom
311
+ * Nick Caruso
312
+ * Evgeniy Dolzhenko
313
+ * Andy Freeman
314
+ * Tomasz Muras
315
+ * Dave Myron
316
+
317
+ And of course, to anyone else I failed to mention that has contributed.
318
+
319
+ * 22 Major Enhancements
320
+
321
+ * Changed File#rewrite to not use the in-place change of the string.
322
+ * Deprecate Hash#keys_to_s and Hash#keys_to_sym.
323
+ * Renamed Class#to_pathname and #to_methodname to #pathize and #methodize.
324
+ * Deprecated Console:: namespace for ANSICode.
325
+ * Added Time#trunc and Time#round to Core.
326
+ * Added Ken Bloom's DictionaryMatcher class (will be renamed in future version)
327
+ * Added Array#recursively and fixed bug in Hash#recursively.
328
+ * Added kernel/instance method which provides a fluent interface to private object space.
329
+ * Moved Mentalguy's lazy.rb to core!
330
+ * Added Indexable and Stackable to core.
331
+ * Deprecated ruby.rb, which was a sort 1.9 compatibility layer.
332
+ * The ruby.rb methods were moved to core, wrapped in a 1.9 condition.
333
+ * BasicObject is now just a synonm for BlankSlate unless Ruby 1.9. [major]
334
+ * Moved Indexable and Stackable to core.
335
+ * Deprecated Console:: namespace for ANSICode.
336
+ * Added Symbol#plain?, Symbol#query? and Symbol#setter? [major]
337
+ * Deprecate Hash#keys_to_s and Hash#keys_to_sym.
338
+ * These are the original versions of these methods.
339
+ * But now we can use #rekey(:to_s) and #rekey(:to_sym) instead.
340
+ * Renamed arguments.rb and CLI::Arguments to argvector.rb and Argvector.
341
+ * Added optional argument to Dictionary#first and #last.
342
+ * Moved binding/opvars from core to more.
343
+ * Added hash/symbolize_keys and stringify_keys.
344
+ * Added file/split_root.
345
+
346
+ * 20 Minor Enhancements
347
+
348
+ * Improved File#rootname --it is now more robust.
349
+ * Made FileUtils#whereis a module_function again.
350
+ * While not perceptible to an end user, there are now 3 divisions: lib/core, lib/lore, lib/more.
351
+ * Created Lore library to house extensions to Ruby's standard library.
352
+ * Re-added facets class files (eg. facets/string) and are now dynamic.
353
+ * Added block to Array#index.
354
+ * This is one of the few core overrides in Facets.
355
+ * It is a feature already in Ruby 1.9.
356
+ * Added Jim Weirich's BlankSlate class.
357
+ * This is a temporary measure be compatible w/ AcitveSupport's BasicObject.
358
+ * Split kernel/load.rb into require_all.rb and require_local.rb.
359
+ * Modified script/test to display $LOAD_PATH before running tests.
360
+ * Split module/alias.rb up into alias_accessor, alias_module_function and alias_method_chain.
361
+ * Added #bump method to VersionNumber class.
362
+ * Module#instance_method_defined? now only applies to public methods. [minor]
363
+ * Renamed string/subtract to string/op_sub.
364
+ Old name will remain for time being for compatability. [minor]
365
+ * Added #glob and #glob_first as extensions to Pathname.
366
+ * Moved style.rb to string/stylize.rb [minor]
367
+ * Added string/mask providing powerful string manipulation. [major]
368
+ * Added warning to bytes to use RichUnits instead.
369
+ * Added niclass/ergo whic points back to kernel/ergo.
370
+ * Updated warn line fore eventual deprecation of fileshell and arguments.*
371
+ * Added facets-load.rb to allow old school cherry picking.*
372
+ * Between 2.0 and 2.4 require 'facets' simply added core to LOAD_PATH.
373
+ * Starting with 2.4 it loads all of core automatically instead.
374
+ * facets-load.rb provides a way to use the old behavior.
375
+ require 'facets-load.rb
376
+ require 'kernel/with'
377
+ require 'symbol/to_proc'
378
+ * This adds the path to the end of LOAD_PATH to prevent any load conflicts.
379
+
380
+ * 4 Bug Fixes
381
+
382
+ * Fixed Time#hence changed years when changing months.
383
+ * Fixed Time#hence to flip year correctly when adding months.
384
+ * Hash#<< returns self
385
+ * Fixed string/pathize.
386
+
387
+
388
+ == 2.4.2 / 2008-08-12
389
+
390
+ Just some more of those great old work your ass off changes.
391
+
392
+ * Major Enhancements
393
+
394
+ * Added Ken Bloom's DictionaryMatcher class from Ruby Quiz #103.
395
+ (Note this class will probably be renamed in the future.)
396
+ * Changed File#rewrite to not use the inplace change of the string.
397
+ * If you were using the function, change your code to use File#rewrite! instead.
398
+ * Or, modify your code ot use the new behavior.
399
+ * This change can make for a slippery bug, so be sure to check for it!
400
+ * Moved live.rb to facets-live.rb.
401
+ * Added kernel/instance method which provides a fluent interface to private object space.
402
+
403
+ * 5 Minor Enhancements
404
+
405
+ * Added sow generation forms.
406
+ * Spilt Time#trunc into separate file.
407
+ * Remove old log files --shouldn't version control these.
408
+ * Added note to FileList to add glob options parameter.
409
+ * Added optional argument to Dictionary#first and #last.
410
+
411
+ * Other Enhancements
412
+
413
+ * Move "lore" tests to test/lore (lore are extensions to Ruby's standard lib).
414
+ * Added test/core, test/lore and test/more.
415
+ * Added time/test_round.rb
416
+ * Added array/recursively.
417
+ * Added time/round.
418
+ * Time#to_date makes the public (it already existed in Ruby!)
419
+ * Fixed Time#hence to flip year correctly when adding months.
420
+ * Work on documentation using new Sow system.
421
+ * Moved meta.rb to more/kernel/meta.rb and merged facets/core.rb into facets.rb.
422
+ * Added more/kernel directory --hey not every extension can be core.
423
+ * Adjusted loadpath and moved lazy.rb to core!
424
+ * Moved remaing files to subdirectory locations.
425
+ * Moved most core libs to core/.
426
+ * Move most more files to the more directory.
427
+ * Added lore and more directories.
428
+ * Added facets/core directory. Yes, I'm spiliting the lib again.
429
+ * Loadpath will be used, so user inteface will stay the same.
430
+ * Setup.rb will be adjusted to recognaize loadpath.
431
+ * Removed Rope class. If anything this will have a separate project.
432
+ * Moved setup.rb to script/setup.
433
+ * This will either be replaced with configure/install scripts.
434
+ * Or, depend on a separate ruby setup.rb project.
435
+ * Added recorder.rb to consider in work directory.
436
+ * Added admin directory.
437
+ * Added "TO BE DEPRECATED" message to ruby.rb.
438
+ * Added all methods from ruby.rb as individual core methods.
439
+ * These are the methods that overlap with 1.9.
440
+ * They are encased in 'unless RUBY_VERSION' caluses.
441
+ * Imporved file/rootname --now much more robust.
442
+ * Added Kernel#to_yamlfrag to yaml.rb as way to output yaml w/o the "---" header.
443
+ * Perhaps not the most robust solution, but okay for now.
444
+ * Maybe a poor name for the method, but you got a better one?
445
+ * Made FileUtils#whereis a module_function again like it used to be. Because:
446
+ (1) that seems to be the way most other FileUtils methods are (cd, mkdir, cp, ...) and the most
447
+ obvious way that users would WANT to use FileUtils: FileUtils.whereis("ruby").
448
+ (2) I see module_function used in other comparible parts of Facets: UploadUtils, ConsoleUtils,
449
+ ZipUtils, FileUtils#safe_ln, ...
450
+ (3) My code that relied on the old module_function behavior was breaking
451
+ What were you thinking changing it?? ;)
452
+
453
+
454
+ == 2.4.1 / 2008-04-03
455
+
456
+ This release takes aim at improving compatability with ActiveSupport.
457
+ It also reintroduces an improved paramix.rb.
458
+
459
+ * 4 Major Enhancements
460
+
461
+ * A much improved paramix.rb has been returned to the library.
462
+ * There a no longer capitialize module methods at all.
463
+ * Use Module#[] and mixin_params[] instead.
464
+ * Deprecated behavior.rb. It was not robust.
465
+ * Added basex.rb, for working in any encoding base using any character set (base62 is the default).
466
+
467
+ * 3 Minor Enhancements
468
+
469
+ * Comparing to ActiveSupport, found 63 extension clashes, but most are due to 1.9 features.
470
+ The rest should be compatible.
471
+ * Reatomized a number of Kernel and String methods. Reatomization is nearly complete.
472
+ * Continued work on reatomizing core extensions (nearly complete now).
473
+
474
+
475
+ == 2.4.0 / 2008-03-24
476
+
477
+ Facets 2.4 is a major step forward for Facets. It is perhaps the release
478
+ that 2.0 should have been, but of course it took the actual 2.0 release
479
+ to make 2.4 possible. Some annoyances you may have encountered in updating
480
+ your code to 2.0 are now fixed. And from 2.4 on, Facets will now be
481
+ settling down into simple refinement release cycles for a while.
482
+
483
+ The main change under the hood is to bring everything up to the top
484
+ lib/facets/ directory. No longer are the libraries sorted by category.
485
+ I had done so for a long time to make it easier to track the various libs,
486
+ but in the end it was only making it more diffcult to deal with build tools
487
+ and packaging.
488
+
489
+ For the end-user, the largest change is a new emphisis on:
490
+
491
+ require 'facets'
492
+
493
+ This is better than cherry-picking methods. It may seem counter-
494
+ intuitive, but it actually proves more advantantages to do this
495
+ for the sake of interoperability than the practice of cherry-picking.
496
+ The reason is simply because others may have cherry-picked different
497
+ methods, and those distinctions go unaccounted and untested.
498
+
499
+ Also with this release, to bolster the use of require 'facets',
500
+ some lack-luster extensions have been deprecated and namespace usage
501
+ has been improved. In addition, we are getting very close to full
502
+ ActiveSupport, and Ruby 1.9, interoperability. Expect this
503
+ to be complete in the next minor release or two.
504
+
505
+ * Enhancements
506
+
507
+ * String#to_re and String#to_rx have swapped default behaviors. #to_rx escapes, #to_re does not.
508
+ * The Console namespace is being deprecated. command.rb and arguments.rb now use CLI naemspace.
509
+ * #compare_on and #equate_on are now "mixin methods" Comparable() and Equateable().
510
+ * Enumerable#product, #combintations and #permutations have change to be Ruby 1.9 compatible.
511
+ * thread.rb, map_send, et al, block is passed to send instead of yielding on result.
512
+ * namespace.rb has been renamed to methodspace.rb.
513
+ * Ruby 1.9 defined a new Proc#curry method, so Facets version has been made compatible.
514
+ * The old curry method is now called #partial, as in "partial application".
515
+ * Deprecated interface.rb. Perhaps a better approach but nonetheless extraneous.
516
+ * Deprecated paramix.rb. A better way is to use a capitialized methods. (Perhaps a lib for that?)
517
+ * Brought back a few web related libs, htmlfilter.rb and cssfilter.rb in particular.
518
+ * camelcase and snakecase are core extensions. For specialized styles use String#style in style.rb.
519
+ * This was a fairly large and fast-paced update, so unfortunately not all changes are listed this time.
520
+
521
+ * Moved test/test_one_nine.rb to test/test_ruby.rb.
522
+ * Removed use of Console namepspace. command.rb and arguments.rb now use CLI.
523
+ * Renamed ArgVector to CLI::Arguments
524
+ * Removed rdoc script (will replace in future).
525
+ * Added ri generation to setup.rb.
526
+ * Added site/doc soft link to doc/html.
527
+ * Moved one_nine.rb to ruby.rb
528
+ * Update d requires for "one_nine" to just "ruby" b/c of backports to 1.8.7.
529
+ * Renamed task/ to script/, since the community is used to it b/c of Rails.
530
+
531
+ * Added the new split-off tests.
532
+ * Splinter remaining clumped tests.
533
+ * Removed test_array.
534
+ * Splintered array tests.
535
+ * Added some finer-grain to core method.
536
+ * Some deprecated libs added to work/old.
537
+ * Tests are now to th epoint of passing again. Yea!
538
+
539
+ * Continued touching up tests.
540
+ * Moved some old tests to proper place in work/old.
541
+ * Deprecated files moved to work/old.
542
+ * Coninuted work on tests.
543
+
544
+ * Adjusted module tests.
545
+ * Removed cli directory.
546
+ * Removed prime test directory and moved cli test up a level.
547
+ * Adjust test to match lib (again).
548
+ * Some deprecated extensions place in work/old for possible future reference.
549
+
550
+ * Make way for class extensions.
551
+ * Added warning to Rick Kilmers's unit system.
552
+ * Moving Rich Kilmers's units system to it's own package.
553
+ * Three are alternate unit systems available and Facets should work with any of them.
554
+ * Will keep a fair amount of the Time extensions though.
555
+
556
+ * Move core method decisions (I sware there are only a few more!)
557
+ * Moved cli libs to toplevel. Added a few methods to prime library.
558
+
559
+ * Cleandup symbol and class extra extensions.
560
+ * Moved nil/status.rb to nilstatus.rb
561
+ * Got rid of Method#curry and Method#partial since they just convert to Procs.
562
+ * Divied prime methods to sepearate files after all.
563
+
564
+ * General cleanup pushing toward 3.0 release.
565
+ * Finished the reorganization of Enumerable extensions.
566
+ * Move integer tests cleanup.
567
+ * Removed old core/more test directories.
568
+ * Moved remaining tests to top test directory.
569
+ * MOved extra extension test to toplevel.
570
+ * Again moved more files to top level.
571
+ * MOved more test to toplevel.
572
+ * Moved remaining core test to top test level.
573
+ * Moved ext/core to prime/.
574
+ * Will not combine the per-method tests for the moment.
575
+ * Will save that for later (unless we decide to div prime again :p)
576
+ * Fixed requires for prime/ directory.
577
+ * Moved all "prime" libs to subdir (yes, like they were).
578
+ * Cleaned up remaining extranerous files.
579
+
580
+ * Further touchups to website.
581
+ * Added some extra pages to website.
582
+ * OVerhaul website for version 3.
583
+
584
+ * Made op_esc.rb a separate module rather thanan extension.
585
+ * REmoved more extraneous files and moved a few to work area.
586
+
587
+ * Added some tasks and a couple of file to work old.
588
+ * Cleaned up extra binding extensions.
589
+ * Continued considations (almost there).
590
+ * Continued consolidation and removing extraneous files.
591
+ * Deprecated with_reader, with_writer and with_accessor for attr_singleton_reader, &c.
592
+ * Removed extraneous Enumerable files.
593
+
594
+ * Removed extraneous module alias and attr files.
595
+ * Deprecated Hash#pairs_at. Use Hash#slice instead from core.
596
+ * Removed extraneous kernel extension files.
597
+ * Removed extraneous String extextion files.
598
+ * Removed some work folders.
599
+ * Partial adjustments for work area dure to organization changes.
600
+ * Scrap code.
601
+ * Removed vestiges of transfers to core extensions and consolidations.
602
+ * Fixed require in core libraries.
603
+ * Fixed the namespaces of some extensions.
604
+ * It is finished!
605
+ * Move all "prime" libs to top.
606
+ * Removed extra/.
607
+ * Moved extra/continuation to top.
608
+ * Move the rest of extra directories.
609
+ * Moved all "extra" extensions to top facets/ directory.
610
+ * Few more.
611
+ * Added some file that were added before in the transition.
612
+
613
+ * Removed remains vestigaes of old organization. (Now just ot fix the new one!)
614
+ * The big wadoozy.
615
+ * Remove empty directories for more/ext.
616
+ * Move add classes and module to facets/.
617
+ * Move more extensions to facets/extra.
618
+ * Move a few more/ext to prime.
619
+ * Moved core/facets to facets/extra.
620
+ * Removed empty ext directories.
621
+ * Added prime directory and files.
622
+ * Removed some dir methods that are now in prime.
623
+ * Remove some now empty directories from core/ext, due to the "prime" transfer.
624
+ * Removed all "prime" extension files.
625
+ * Move mattr to module.
626
+
627
+ * Fixed require bug in time methods.
628
+ * Reverted memomize.rb back to original code --will come back to later.
629
+ * Moved random.rb to sys/.
630
+ * Added stylizer.rb to replace stylize.rb
631
+ * Removed old stylize.rb library --see new stylizer.rb.
632
+ * Array #recursively is not only called #traverse.
633
+ * Added case/stylize methods to more/facets/string.
634
+ * Renamed more/string/facets/titlecase to captialize_all.
635
+
636
+ * Added uri and xoxo tests.
637
+ * Some more reorganization in test/core.
638
+ * Removed finaly vestage of old dir structure.
639
+ * Moved remaing test to more/add.
640
+ * Removed some outdated test and organized.
641
+ * Moved more/ext tests out of more/add/.
642
+ * Added ext, cli and sys to test/more/.
643
+ * Move text/core to test/ext.
644
+ * Updated .roll file for new organization.
645
+ * Updated .reap file.
646
+ * Updated metadata to fit new organization. (Happy Days!)
647
+ * Moved facets.rb up a level.
648
+ * Temporarily moved console libs to cli --mainly to ease working on them.
649
+ * Moved condole to add.
650
+ * Moved system to more/sys.
651
+ * Moved "lore" to add/. Yea!
652
+ * Moved libs to ext.
653
+ * Added more/ext directory.
654
+ * Progressive work on memoize and elementor.
655
+ * Moved systematic libs from ext/ to sys/.
656
+ * Moved classes and modules from ext/ to add/.
657
+ * Added facets directory to add/ directory.
658
+ * dded add/ directory to core/.
659
+ * Moved facets/ to ext/.
660
+ * Added ext directory.
661
+ * Minor doc change.
662
+ * Functor no longer privatizes =, == and =~.
663
+ * Minor doc fix.
664
+ * Properly split conversion.rb.
665
+ * Some string methods extracted from stylize.rb.
666
+
667
+ * Continued structuring.
668
+ * Moved lore/console up a notch.
669
+ * Moved lore/system up a notch.
670
+ * Moved random.rb to more/.
671
+ * Renamed namespace.eb to methodspace.rb.
672
+ * Moved autoreload to more/facets/kernel.
673
+ * Moved four remaing web libs to common directory (use web/ subdir?).
674
+
675
+ * Moved some modules from system to common.
676
+ * Moved all mixins back in with classes.
677
+ * Moved class/facets up a level.
678
+ * Removed old curry.rb.
679
+ * More as standard and extraneous core extensions is progressing.
680
+ * Added enumerable directory to more.
681
+ * Moved some libs from system to more.
682
+ * Added string directory to more.
683
+ * Added kernel directory to more extensions.
684
+ * Recreated more to house standard extensions.
685
+ * More as standard extensions, and Lore (?) for the rest.
686
+ * Added some web related libraries.
687
+
688
+ * Added cgi.rb with some standard extensions.
689
+ * Fixed bug with #peek in stackable.
690
+ * Deprecated paramix.rb.
691
+
692
+ * Added xmlhash.rb and returned uri.rb extensions to the library.
693
+ * Moved getoptlong/rb to standard extensions folder.
694
+ * Added #method_name to Date class.
695
+
696
+ * Removed extraneous level in doc.
697
+ * REmove cut-bases AOP, now in it's own library.
698
+ * Converted compare_on.rb to Paramtric Mixins.
699
+
700
+ * Split fileutils up into individual methods.
701
+ * Update metadata to reflect organization changes.
702
+ * Moved standard library extensions to more/extend.
703
+ * Added facets directory to more/extend.
704
+ * Continued organization.
705
+ * Moved console related libs to more/console.
706
+ * Added facets subdir to console.
707
+ * Added more/console; trying something a bit different in organization.
708
+ * Added more/class/facets/net and moved set and ostruct to class as well.
709
+ * more/system, rather than systems.
710
+ * Moved class, mixin, and system to more.
711
+ * Added new more directory.
712
+ * Moved more to systems.
713
+
714
+ * Renamed console.rb to whate it should be consoleutils.rb.
715
+ * Update to command.rb integrating MasterCommand and Command into a single class.
716
+ * The Console::Command is not nice and simple command parser I've been aiming torward.
717
+ * Barring some major oversite, this class will not change in an incompatible way ever again.
718
+ * Basic tests pass. More eleborate test will follow to ensure more complex designs also work.
719
+
720
+ * Added doc directory.
721
+ * Updated README and allowed doc/ to be included in package.
722
+ * Added site/rdoc, which is a symlink.
723
+ * Added log/Changelog.txt too.
724
+ * Update logs. (Should these even be under version control?)
725
+ * Added Rakefile to redirect to task/*.
726
+ * Fixed bug in Kernel#object_hexid.
727
+ * Fixed test for hash/collate.
728
+ * Added test task and temporary rdoc task.
729
+ * Added options back into multiglob_r.
730
+ * Fixed bug in multiglob_r so it will NOT follow symlinks.
731
+ * Moved work/reference to work/ref.
732
+ * Moved work/current to new (can you tell I have a new naming scheme for work/?)
733
+ * Moved work/outdated to old.
734
+ * Added some outdated tasks to work. Will eventually delete.
735
+
736
+ * Moved doc/ to site/.
737
+ * Added remaining doc files.
738
+ * Converted website to XML.
739
+
740
+ * Automated learn and quick doc menus.
741
+ * Convert website from html to xml.
742
+ * Finishing touches for next release.
743
+ * Saved old rdoc script.
744
+
745
+ * Updates to tests as embedded tests are no more.
746
+ * Finally completed removal of all embedded tests.
747
+ * Organized tests according to new lib organization.
748
+ * Improved cloneable.rb to be a true deep dup/clone mixin using Ken Bloom's suggestion.
749
+
750
+ * Working on end-user tasks.
751
+ * Added work/outdated/task.
752
+ * Updated the way rdocs are generated.
753
+ * Organized all libs between core, more, class and mixin.
754
+ * Moved class libraries to lib/class/facets.
755
+ * Added lib/class.
756
+ * Added tasksystem.rb.
757
+ * Remove some admin task files no longer needed thanks to Reap.
758
+ * Move admin/ to work/outdated. We'll be using reap instead.
759
+ * Moved meta/facets.roll to .roll.
760
+ * This is related to an update of Rolls...
761
+ * It's better to have good SOC here regardless of some metadata redundancy.
762
+ * Added meta/authors.
763
+ * Moved old changelogs to log/ and move meta/config.yaml to .reap per new reap design.
764
+ * Updaed reap config and removed icli.yaml.
765
+ * Added doc/ads directory.
766
+ * Removed dev/ directory.
767
+ * Moved remaining dev files to work/ (will cleanup later).
768
+ * Moved dev/sandbox to work/.
769
+ * Moved dev/task and reference material to work directory.
770
+ * Added enumerable/combinations.
771
+ * Added openhash and tracepoint.
772
+
773
+
774
+ == 2.3.0 / 2008-02-01
775
+
776
+ Amoung other changes with this release, cloneable.rb is
777
+ now a true deep dup/clone mixin; tracepoint.rb returns
778
+ to the library.
779
+
780
+ * Reorganized library into smaller groups: core, more, class and mixin.
781
+ * Added tracepoint.rb back to the library.
782
+ * Fixed multiglob_r bug, so it will NOT follow symlinks.
783
+
784
+ * Remove admin/log.
785
+ * Convert changelog to pure ruby.
786
+ * Remove admin/svn subdir.
787
+ * Organize admin tasks better.
788
+ * Add admin tasks.
789
+ * Moved admin tasks to admin directory.
790
+ * Added admin directory.
791
+ * Removed task/doc subdir.
792
+ * Moved some tasks.
793
+ * Convert tasks to pure ruby.
794
+
795
+ * Move test/unit to test/core.
796
+ * Moved remaining more test to test/more.
797
+ * Added test/more/hash directory.
798
+ * Moved more tests to test/more directory.
799
+ * Added test/more.
800
+ * Fixed test_keyize.rb.
801
+ * binding/test_cflow renamed to test_caller
802
+
803
+ * Added test for new hash/collate.
804
+ * Added demo benchmarks.
805
+ * Update publish task.
806
+ * Update quick.html and wiki code.
807
+ * Added TODO to toplevel.
808
+ * Added a couple of missing binding requires to repo.
809
+ * Moved More lib hash_keyize.rb to hash/keyize.rb.
810
+
811
+ * Move source_material to just source.
812
+
813
+ * ANd so it goes with work reorganization.
814
+ * Moved dev/play to dev/sandbox.
815
+ * Further reorganiztion of work area.
816
+ * Some reorganization of developemnt area.
817
+
818
+
819
+ == 2.2.1 / 2007-12-22
820
+
821
+ (2.2.1) This release get rid of the underlying methods subdir.
822
+ All method redirects are now in core, to ensure
823
+ there are no more name clashes.
824
+
825
+ * Got rid of methods subdir. All method redirects are in core/.
826
+
827
+ * Moved doc/wiki to apiwiki b/c of Rubyforge's wiki.
828
+ * Removed doc/api dir.
829
+ * Added wiki.
830
+ * Prepare for 2.2.1 release.
831
+ * Update per-module/class files.
832
+ * Moved binding/cflow.rb to caller.rb.
833
+ * Fixed up binding extensions.
834
+ * Update tests and prepare for next version.
835
+ * Ditto.
836
+ * Renamed a couple test tasks.
837
+
838
+ * Moved methods and groups task to trash.
839
+ * Moved core hash/keyize to more.
840
+ * Added test class/remove_descendents.rb.
841
+ * Added all remaining per-method require libs from methods/ --will need to wrok through these over time.
842
+ * Added trash work directory.
843
+
844
+ * Adjust text according to per-method file changes.
845
+ * All hash method, but the conversion methods, are now rpresented in core/facets/hash.
846
+ * Added a few more Hash per-method files.
847
+ * Add per-method libs for hash.
848
+ * Updated facets/string.rb.
849
+ * Moved string/format.rb to string/wrap.rb.
850
+ * Updated String#brief.
851
+
852
+ * Renamed ROLLRC to facets.roll.
853
+
854
+
855
+ == 2.2.0 / 2007-12-13
856
+
857
+ This release provides improved rdocs and prepares facets for use with Ruby 1.9.
858
+ It also adds Matthew Harris' duration.rb library. Bug thanks to Matthew!
859
+
860
+ * A lot of rdoc updates to core extensions --as promised ;)
861
+ * Just about every method now has at least a brief explinaiton and an example.
862
+ * integer/bitmask.rb has changed a bit --pun intended ;) Deprecated some methods and now use "~" instead of "-" to clear bits.
863
+ * The name Array#unzip didn't makes sense, it was renamed to #modulate (though #collate seems better?)
864
+ * Renamed Enumerable#collate to #mash (Map hASH); #collate and #graph remain aliases for the time being.
865
+ * Deprecated Module#include_and_extend. Just use both silly.
866
+ * More lib pp_s.rb has been removed. Use #pretty_inspect instead.
867
+ * Split binding extensions up a bit more finely --eval.rb sprouted here.rb, self.rb and defined.rb.
868
+ * Move Time#stamp out of conversion.rb and into time/ dir, and remove to_s alias.
869
+ * Preliminary addition of Matthew Harris' excellent duration.rb lib (will integrate with times.rb better in future).
870
+ * Added if clauses to handle upcoming Ruby 1.9 gracefully. Facets should now be just about ready for use with 1.9.
871
+
872
+ * Fixed project.yaml summary.
873
+ * Update AUTHORS list.
874
+ * Update release notes.
875
+ * Update CHANGES for 2.2.0.
876
+ * VERSION 2.2.0
877
+ * Added some missing tests dur to recent separations.
878
+ * Minor update to test/general.
879
+ * Updated tests to reflect recent changes.
880
+ * Fixed test for continuation and removed test for pp_s.rb.
881
+ * Move task/docpkg to task/doc/zip.
882
+ * Moved task/config.yaml to meta/ per new Ratch.
883
+ * Moved task/special to task/doc.
884
+ * Minor updates to test and install tasks.
885
+ * Updated todo list (in dev/).
886
+ * Copied log/history.rd to CHANGES.
887
+ * Removed log/history.rd and log/todo.rd
888
+ * Fixed stylize.rb for use with 1.9 (fixed case statement).
889
+ * Separated kernel/returning, now that #tap will be in 1.9.
890
+ * Updated facets.rb for use with 1.9.
891
+ * Separated time/stamp.rb.
892
+ * Divided binding up into a few more pieces.
893
+ * Fixed kernel/instance to play nice with 1.9.
894
+ * Added test for string/op.rb.
895
+
896
+ * Renamed accessor #attributes to #instance_attributes.
897
+
898
+ * Removed continuation from core.
899
+ * Removed pp_s.rb (use pretty_inspect) add continuation.rb.
900
+ * Documentaiton improvements and moved continuation extension to more lib.
901
+ * Added 1.9 check in continuation/create.rb.
902
+ * Added op.rb to string.rb.
903
+ * Added String/op.rb with String#- method.
904
+
905
+ * Minor edit to basicobject.rb in light of 1.9.
906
+ * Minor adjustments to lazy.rb to fix warnings by Ruby 1.9.
907
+ * Added Matthew Harris' Duration class.
908
+
909
+ * Added Hash#slice and Hash#except (didn't we have this before?)
910
+
911
+ * Minor adjust to website.
912
+ * Improved on tests in relation to doc work.
913
+ * Handled some minor bugs found while documenting.
914
+ * Mode doc improvements.
915
+
916
+ * Add a couple new task for rdoc gen.
917
+ * Added nbsp to quickopts task.
918
+ * Website updates.
919
+ * Work on website using siteparts.
920
+ * Added registerable.rb, updated history.
921
+ * Added #include_as to facets/namespace.rb.
922
+ * Cleanup test hearders.
923
+ * Rdoc improvements.
924
+
925
+ * Removed test for kernel/require_esc.rb
926
+ * Remove kernel/require_esc.rb.
927
+ * Updated integer docs.
928
+ * Updates to kernel test headers.
929
+ * Documentation updates to kernel extensions.
930
+
931
+ * Update docs continued.
932
+ * Update hash test headers.
933
+ * Updated hash extension docs.
934
+ * Updated docs.
935
+ * Added some missing tests.
936
+ * Continued docs update.
937
+ * Update docs.
938
+ * Added test_collect.rb split-offs and test_mash inplace of test_collate.
939
+ * Updated lots of test headers.
940
+ * Renamed Enumerable #collate to #mash. (old name, along with graph, will be an alias for time being)
941
+ * Lots of doc updates.
942
+ * Updated documentation for array extensions.
943
+
944
+ * Updated AUTHORS.
945
+ * Divided enumerable/collect into split.rb and each.rb as well.
946
+ * Moved mapsend.rb to thread.rb.
947
+ * Updated mapsend.rb to focus on threads.
948
+
949
+
950
+ == 2.1.3 / 2007-11-28
951
+
952
+ * Fixed minor oddity in Enumerable/collate.
953
+ * Fixed major issue with 2.1.2 where it would not core facets correctly.
954
+ * Array#to_h used flatten, but it needs to be flatten(1).
955
+ * Fixed minor issue with collate.
956
+ * Move core/main.rb back to core/facets.rb as it conflicts with lib in more/.
957
+
958
+
959
+ == 2.1.2 / 2007-11-22
960
+
961
+ * Dir::multiglob no longer handels -/+ modifiers. Use FileList instead.
962
+ * Fixed task/install script.
963
+ * Added copyright notice to COPYING file.
964
+ * Renamed LICENSE to COPYING according to offical GPL policy.
965
+ * Added exception#details.
966
+
967
+
968
+ == 2.1.1 / 2007-11-16
969
+
970
+ * Fixed bug in command.rb that clobbered options.
971
+ * Added kernel/ergo.rb.
972
+ * Removed debug code.
973
+ * Fixed options bug in command.rb
974
+ * Moved nilclass/ergo to kernel/ergo.
975
+ * Update Kernel#ergo.
976
+ * Added pp_s.rb (Questionable addition, but we'll leave it for now.)
977
+ * Added validation.rb. This is here for Nitro's sake --better techinques may replace it in the future.
978
+ * Removed tracepoint.rb.
979
+ * Added Console::Logger to logger.rb (may be separated in future).
980
+ * Added option arity to command.rb.
981
+
982
+
983
+ == 2.1.0 / 2007-11-10
984
+
985
+ Major changes include a new and much-improved command.rb,
986
+ a new BiCrypt class for simple two-way crypotgraphy,
987
+ as well as attr_reader!, attr_writer! and attr_accessor!
988
+ for flag attributes, plus alias_xxx methods for all
989
+ attr_xxx methods.
990
+
991
+ * command.rb has been completely rewritten. The API has changed completely!
992
+ * There is no longer a Commmand::Optoins class. Use Console::Arguments instead.
993
+ * Added BiCrypt class to crypt.rb for simple two-way encyrption.
994
+ * module/attr.rb now has attr_reader!, attr_writer! and attr_accessor!
995
+ * All attr_xxx methods have coresponding alias_xxx methods.
996
+ * Fixed bug in Enumerable#cluster_by which returned nil instead of [].
997
+ * Added UniversalOptions module.
998
+ * Fixed minor bug in arguments.rb that prevented proper repeat parameters.
999
+ * Fixed bug in to_console.
1000
+ * Moved common alias methods from attr.rb to alias.rb.
1001
+ * MasterCommand now passes (args, opts), until 1.9 is main stream.
1002
+ * Added BiCrypt class for simple two-way encryption.
1003
+
1004
+ * Added dev/test
1005
+ * Renamed RELEASE to WHATSNEW
1006
+ * Added injecting test and cleaned up.
1007
+ * Fixed bud in enumerable/cluster_by (returned nil instead of []).
1008
+ * Cleaned up enumerable/permutation.rb
1009
+ * minor space removal
1010
+ * Complete rewrite of command.rb.
1011
+ * Added comment for potential future #is.
1012
+ * Added "tester" attribues attr_xxx!. Also added alias_xxx for all attr_xxx methods.
1013
+ * Added top-level log directory.
1014
+
1015
+ * Added -q option to zip method in ZipUtils.
1016
+
1017
+ * Remove #q reference from RELEASE.
1018
+ * Cleanup of test_initializer.rb.
1019
+ * VERSION 2.0.5
1020
+ * Fixed return bug in hash/op.rb.
1021
+ * Ok. #p is back. This will in fact be in 1.9, so we're good.
1022
+ * Allowed Class#initializer to return the attribute names.
1023
+ * This should allow things like: 'private *initializer(...)'
1024
+
1025
+ * Added missing (*args) in #initialize on Hash.new.
1026
+ * Renamed #p to #q, because of multiple args problem.
1027
+ * I don't know how Ruby 1.9 plans to handle multiple args.
1028
+ * Will deprecate for 1.9 anyway so doesn't matter much.
1029
+ * Fixed package name in icli.yaml.
1030
+ * Added name field to meta/icli.yaml.
1031
+ * Added meta/icli.yaml.
1032
+ * Added a RELEASE file to hold current release notes.
1033
+ * Added log task.
1034
+ * Added changelog file in doc/log/.
1035
+ * Up'd version to 2.0.4.
1036
+ * Update task/groups.
1037
+ * Fixed to_h in Command::Options
1038
+ * Fixed bug in initialize.
1039
+
1040
+ * Removed extest task. We will no longer need it.
1041
+ * Fixed bug in Hash#- Thanks to Xavier Shay.
1042
+ * Minor update to rdoc.yaml.
1043
+ * Renamed old changelogs.
1044
+
1045
+
1046
+ == 2.0.5 / 2007-11-05
1047
+
1048
+ * Added final methods Gavin Sinclair's Extensions project (contributed by Noah Gibbs).
1049
+ * Fixes bug with Dictionary#initialize
1050
+ * Fixes bug with Hash#-
1051
+ * Also improves changelog production.
1052
+ * Made #alias_method_chain compatible with current ActiveSupport version.
1053
+
1054
+
1055
+ == 2.0.4 / 2007-11-04
1056
+
1057
+
1058
+ == 2.0.3 / 2007-11-02
1059
+
1060
+ * Touch up to methods task.
1061
+ * Update rsync filter
1062
+ * Minor updates fixing issues highlighted by running crosstest.
1063
+ * Many minor bug fixes after running against crosstest.
1064
+ * Added usage support for __foo options.
1065
+ * Fixed a many a test after running against crosstest.
1066
+ * Removed load task. It did not isolate the libs, so wasn't effective.
1067
+ * Added a number of new tasks.
1068
+ * Rename SMTP_TLS to Smtp_tls for Rdocs.
1069
+ * Moved rdoc.yaml to config/.
1070
+ * moved task/config to task/config/general.
1071
+ * Update tasks.
1072
+
1073
+
1074
+ 2007-11-01 transami
1075
+
1076
+ * Added array/only, symbol/to_proc (where did it go?) and hash/select.
1077
+
1078
+
1079
+ 2007-10-31 transami
1080
+
1081
+ * Update roll file.
1082
+ * Moved test_command_options to test_command.
1083
+ * Update dictionary test to check dup and autohash.
1084
+ * Fixed autohash and dup bugs.
1085
+ * Verbatim support for Rails' version of #alias_method_chain.
1086
+ * Remove site/ directory.
1087
+ * Moved rsync filter up too.
1088
+ * Moved doc/site/ up to doc/.
1089
+ * Added javascript directory to doc/.
1090
+
1091
+
1092
+ 2007-10-30 transami
1093
+
1094
+ * Updates across the board.
1095
+ * Updates to stylize and command.rb.
1096
+ * Made facets.rb a shortcut to facets/facets.rb (this is for Rolls, better way?)
1097
+ * Oh smack. Lots of stuff fixed.
1098
+
1099
+
1100
+ 2007-10-29 transami
1101
+
1102
+ * Remove version.txt. No longer needed.
1103
+ * Removed meta/project.yaml, replaced by facets roll file.
1104
+
1105
+
1106
+ 2007-10-28 transami
1107
+
1108
+ * Modifications to command.rb, snapshot and rbsystem.
1109
+ * Merged command.rb and command_options.rb into command.rb.
1110
+ * Added to_data aliases to snapshot.rb
1111
+ * Minor additions to rbsystem. Rather than System, maybe Ruby?
1112
+
1113
+
1114
+ 2007-10-27 transami
1115
+
1116
+ * Removed embedded test from overload.rb.
1117
+ * Allow OpenStruct#initialize to take a setter block.
1118
+ * Downloader needs 'wb' flag rather then just 'w'.
1119
+ * Fixed typo and removed embedded test.
1120
+ * Fixed bug in command_options.rb, putting the class back in the Console namespace.
1121
+
1122
+
1123
+ * improved module/traits.rb
1124
+
1125
+
1126
+ == 2.0.2 / 2007-10-08
1127
+
1128
+ * cleaned up some test and updated version to 2.0.2
1129
+ * update methods to eleminate duplicate file names between lib/core and lib/methods
1130
+
1131
+
1132
+ == 2.0.0 / 2007-10-02
1133
+
1134
+ 2007-10-07 transami
1135
+
1136
+ * doc session - clean up array methods
1137
+
1138
+
1139
+ 2007-10-06 transami
1140
+
1141
+ * fixed enumerable/test_collect.rb
1142
+ * doc update some tasks
1143
+ * updated version to 2.0.1
1144
+ * minor bugs fixes
1145
+ * update methods task to display each file as it process it
1146
+ * added benchmarks for some enumerable methods.
1147
+ * moved demo/bench/bench_factorial to an demo/bench/integer subclass
1148
+ * added Erik Veenstra to AUHTORS for work on enumerable/group_by and cluster_by
1149
+ * minor improvement to test task to specifically read test_*.rb files
1150
+ * removed enumerable/partition.rb
1151
+ * move enumerable/partition.rb methods to collect.rb.
1152
+ * Improved Integer#of.
1153
+ * Minor improvements to collect.rb and partition.rb
1154
+ * Deprecated nonuniq!, bug fixed cluster_by and aliased group_by and partition_by.
1155
+ * Rennamed Enumerable#partition_by to group_by (like RUby 1.9) and fixed bug in cluster_by.
1156
+ * update quick docs
1157
+ * Doc updates
1158
+
1159
+
1160
+ 2007-10-02 transami
1161
+
1162
+ * Added Oliver Renaud to the AUTHORS list (oops!)
1163
+ * update README to not use folded lines
1164
+ * spellchecked README
1165
+ * update test task and test_aop.rb
1166
+ * minor update to meta/project.yaml
1167
+ * updates to groups task and methods task and version to 'stable'
1168
+ * updated test task to allow 'live' test
1169
+ * update AUTHORS
1170
+ * update test task and move AUTHORS file to toplevel
1171
+ * moved note/ to doc/notes
1172
+ * update tasks for core/fore move and moved todo to dev/
1173
+ * moved fore to core (and core to methods)
1174
+
1175
+
1176
+ 2007-09-20 transami
1177
+
1178
+ * update test and install tasks
1179
+ * require fixes to cut.rb and attributes.rb
1180
+ * fixed tests for string/nchar and kernel/silence
1181
+ * Fixed String#brief in format.rb
1182
+
1183
+
1184
+ 2007-09-13 transami
1185
+
1186
+ * removed 1stClassMethod from "more" docs
1187
+ * removed 1stClassMethod as a rdoc target (now in Core target)
1188
+ * update install and rdoc tasks
1189
+ * moved string/test_index.rb to string/test_nchar.rb
1190
+ * updated indexable tests
1191
+ * update string.rb to include string/nchar.rb
1192
+ * moved index.rb to nchar.rb
1193
+ * clean up string/index.rb
1194
+
1195
+
1196
+ 2007-09-12 transami
1197
+
1198
+ * moved facets.rb to fore directory
1199
+ * add comment to groups task
1200
+ * added groups task
1201
+ * updated all extrension group files (array.rb, binding.rb, etc.)
1202
+ * uncapitalize meta files
1203
+ * update methods task a bit more, plus related configuration
1204
+ * updated methods task
1205
+ * removed lib/core --this is generated content (may be renamed too)
1206
+ * added load and stats tasks
1207
+ * update install task --this replaces setup b/c of Facets' special install needs
1208
+ * update project file
1209
+ * removed lib/facets
1210
+ * moved remaining libs to fore (will later consider an additional subdivision)
1211
+ * move facets/fore to fore/facets
1212
+ * move facets/more to more/facets
1213
+ * added ;ob/core, more and fore
1214
+ * move memorize
1215
+
1216
+
1217
+ 2007-09-10 transami
1218
+
1219
+ * removed io and net directories
1220
+ * moved io/redirect.rb to more/ioredirect.rb and net/smtp_tls.rb and net/uploadutils.rb libs to more too.
1221
+ * few more libs moved to more/ directory
1222
+ * moved all the most obvious more libs to the more directory
1223
+ * moved fore "grouping" libs to fore directory
1224
+ * moved "fore" libs to fore directory
1225
+ * create for and more directories (yes, you know what's coming ;)
1226
+ * renamed remain.rb (was main_as_module.rb) to just main.rb
1227
+ * improved rdoc task and project.yaml file
1228
+ * better docs for OpenObject
1229
+ * improved method hiding
1230
+
1231
+
1232
+ 2007-09-07 transami
1233
+
1234
+ * documentation touch ups
1235
+ * fixes for conversion.rb rather than conversions.rb
1236
+ * updated to website docs
1237
+ * moved demos to demo/sample
1238
+ * added bench and sample dir to demo
1239
+
1240
+
1241
+ 2007-09-06 transami
1242
+
1243
+ * moved spy.html to light.html
1244
+ * menum change to webpage, fixed core doc link
1245
+ * moved metadata files to meta/ (info/ or box/ would be better?)
1246
+ * updated test_conversion.rb for to_h/to_hash
1247
+ * reverse_each instead of each for after advice in advice.rb
1248
+ * final fix to to_h/to_hash discrepency
1249
+ * added a Path and Root features to Pathname (good idea?)
1250
+
1251
+
1252
+ 2007-09-05 transami
1253
+
1254
+ * update advice.rb test and moved old cut test to dev/scrap
1255
+ * updated advice; removed preinitialize.rb to trinkets project (it was too expiremental)
1256
+ * command_filter.rb needs to considered/developed; moved to dev/new/
1257
+ * fixed interface.rb fo singelton methods
1258
+ * updates to tests
1259
+ * whole lot of small bug fixes
1260
+ * add tests to revision control
1261
+ * removed old cut test (moved to dev/scrap)
1262
+ * working on tests
1263
+
1264
+
1265
+ 2007-09-04 transami
1266
+
1267
+ * added read.rb (taken from readwrite.rb)
1268
+ * split readwrite.rb into read.rb and write.rb
1269
+ * remove string/unpack.rb, offset can be had using '@' format instead
1270
+ * renamed conversions.rb to conversion.rb, fixed some requires
1271
+ * improved attr.rb
1272
+ * some cleanup of enumerable extensions
1273
+ * setup annotations demo
1274
+
1275
+
1276
+ 2007-09-03 transami
1277
+
1278
+ * add non-embedded tests
1279
+
1280
+
1281
+ 2007-09-02 transami
1282
+
1283
+ * finally brough over toadcode prototype.rb and cleaned it up enough to be useful
1284
+ * removed annotations subdir
1285
+ * moved annotations/ann.rb and attr.rb to annotations.rb and attributes.rb
1286
+ * remove annotations.rb
1287
+ * moved annotations/settings.rb up a dir
1288
+ * remove settings.rb
1289
+ * chnaged multiton_id(e) to multiton_id(*e,&b)
1290
+ * updated test task
1291
+ * added Christoph Rippel to authors lists
1292
+ * added doc header to new multiton class
1293
+ * update to new version of multiton
1294
+ * playing around with multiton2.rb
1295
+ * renamed dev/try to dev/new
1296
+ * created dev/old to temporarily house old versions of libs that have been replaced.
1297
+ * fixed quick.html documentation
1298
+ * used old wiki.gif as email.gif instead
1299
+ * fixed config.yaml publish entry
1300
+ * some minor updates to index.html
1301
+
1302
+
1303
+ 2007-09-01 transami
1304
+
1305
+ * moved site to doc/site
1306
+ * update to publish task
1307
+ * updates of tasks
1308
+ * added kernel/report.rb to hold debug/warn extensions.
1309
+ * renamed reporting.rb to silence.rb
1310
+ * update reporting.rb (created report.rb from it)
1311
+ * task work
1312
+ * clean up dev finis
1313
+ * cleanup dev just a bit more
1314
+ * continue cleanup of dev directory
1315
+ * moved dev/twiki to misc/
1316
+ * removed dev/core
1317
+ * moved require_directory.rb to misc/
1318
+ * added dev/misc for code scraps that might be useful but are not straight lib or task code
1319
+ * more dev changes
1320
+ * organize dev better
1321
+ * cleanup of dev continues
1322
+ * cleanup of dev dir
1323
+ * clean up dev dir more
1324
+ * some cleanup of dev directory
1325
+
1326
+
1327
+ 2007-08-31 transami
1328
+
1329
+ * almost completed advice lib
1330
+ * added comment about possible update
1331
+ * deprecate instance_send and instance_map
1332
+ * work on rdoc task
1333
+ * work on rdoc task
1334
+
1335
+
1336
+ 2007-08-30 transami
1337
+
1338
+ * added dev/cut dir
1339
+
1340
+
1341
+ 2007-08-29 transami
1342
+
1343
+ * no reason to track .config
1344
+ * clean up trunk
1345
+ * added todo comment
1346
+ * added advice.rb to replace old aspects.rb
1347
+ * removed aspects.rb (sucked), added prototype.rb (infancy) and adjusted to class_extension.rb
1348
+ * removed #to_roman (now part of the English project)
1349
+ * cont. work on aop and cuts
1350
+ * fixed IMG tag bug
1351
+ * added yaml.rb
1352
+ * move #here convenience method to binding/eval (separate?)
1353
+ * added in order to remove kernel/misc.rb
1354
+ * consolidate string/regesc
1355
+ * added module/methods
1356
+ * updates to include and attr
1357
+
1358
+
1359
+ 2007-08-28 transami
1360
+
1361
+ * fixed Range#umbrella
1362
+ * more organization of docs
1363
+ * orginizing docs
1364
+
1365
+
1366
+ 2007-08-27 transami
1367
+
1368
+ * update val.rb
1369
+ * added proc/fn.rb (from kernel/misc.rb) and fixed typo in compose.rb
1370
+ * moved misc.rb to val.rb
1371
+ * better organization of some kernel methods
1372
+ * moved #here alias to eval.rb
1373
+ * minor updates and some bug fixes (modspace what broke)
1374
+ * removed file/yaml.rb in favor or just yaml.rb
1375
+ * moved this to facets/yaml.rb
1376
+
1377
+
1378
+ 2007-08-25 transami
1379
+
1380
+ * work on aop system
1381
+ * Added aop.rb, and cut.r and recursive.rb
1382
+ * moved cut.rb to dev (old version will be deprecated)
1383
+ * added to_hash to Dictionary, and minor mods to others
1384
+
1385
+
1386
+ 2007-08-24 transami
1387
+
1388
+ * oops, no need for enumerator directory
1389
+ * moved threaded_send.rb to mapsend.rb
1390
+ * moved threaded_send out of enumerable/ dir
1391
+ * updates to elementor.rb
1392
+ * merged instance_map into threaded_send
1393
+ * removed map_send
1394
+ * merging map_send with threaded_send
1395
+
1396
+
1397
+ 2007-08-23 transami
1398
+
1399
+ * cont work on elementwise methods
1400
+ * divide elementwise functions betwee two libs
1401
+ * uniq.rb is merged into count.rb
1402
+ * removed count.rb (uniq.rb will become count.rb)
1403
+
1404
+
1405
+ 2007-08-22 transami
1406
+
1407
+ * continued refinement of enumerable extensions
1408
+ * general improvements to the organization of enumerable extensions
1409
+
1410
+
1411
+ 2007-08-19 transami
1412
+
1413
+ * removed facets/cli dir
1414
+ * moved all cli libs from facets/cli to facets/
1415
+ * moved cli support files to facets locations
1416
+ * moved cli lib to facets main (also modified functor)
1417
+
1418
+
1419
+ 2007-08-18 transami
1420
+
1421
+ * renamed hash/reverse to hash/merge (it contains #reverse_merge)
1422
+
1423
+
1424
+ 2007-08-11 transami
1425
+
1426
+ * remove instance_intercept (moced to Trinkets project)
1427
+
1428
+
1429
+ 2007-08-10 transami
1430
+
1431
+ * continued modification of those tasky tools
1432
+ * removed lib/more (this is it!)
1433
+ * moved M-Z of more/facets to facets (this is it!)
1434
+ * moved A-L of more/facets to facets (this is it!)
1435
+ * removed lib/core (this is it!)
1436
+ * moved lib/core/facets.rb to lib/facets.rb (this is it!)
1437
+ * moved lib/core/facets to lib/facets (this is it!)
1438
+ * added file/yaml.rb
1439
+ * added a list of libraries considered "core"
1440
+ * continued work on build tools
1441
+ * change tools for core/more convergence (so help us god!)
1442
+ * added conversion requirement to some core libs
1443
+ * update methods task
1444
+
1445
+ * update quick.html to mirror rdoc changes --still needs work though
1446
+ * remove old rdoc task
1447
+ * added rdoc section (minimal) to tool/config.yaml
1448
+ * nope. remove site/rdoc
1449
+ * add rdoc dir, should we?
1450
+ * remove site/rdoc in preperation for new way
1451
+ * facets.rb belongs to core/
1452
+ * renamed some doc files
1453
+ * removed src/core
1454
+ * move src/core/lin to lib/core
1455
+ * added kernel/constant
1456
+ * remove src/core/web
1457
+ * moving more of core to top-level (svn sucks!)
1458
+ * moving core support files to top-level
1459
+ * removed src/more
1460
+ * move src/more/lib to lib/more
1461
+ * made lib dir (to replace src)
1462
+ * added settings.rb which points to annotations/settings.rb
1463
+ * moved svn to annotations/ subdir
1464
+ * moved dev files to top-level as part of more transition
1465
+ * temporarily removed dev/more
1466
+ * moved annotations demo to demo dir
1467
+ * added demo folder
1468
+ * add dev/more
1469
+ * remove struct again! (stupid svn)
1470
+ * moved file to top-level doc as part of more transisiton
1471
+ * bullshit svn crap
1472
+ * ann moved back to more (strongly considering annotations for it's own project)
1473
+ * build moved back to more
1474
+ * aop moved back to more
1475
+ * cast moved back to more
1476
+ * crypt moved back to more
1477
+ * exts moved back to more
1478
+ * file moved back to more
1479
+ * meta moved back to more
1480
+ * misc moved back to more
1481
+ * model moved back to more
1482
+ * struct moved to back to more
1483
+ * moved sync back to more
1484
+
1485
+ * moved commandoptions.rb to command_options.rb
1486
+ * rewrote command and command options libs
1487
+ * initial Subversion import
1488
+
1489
+
1490
+ == 1.8.54 / 2007-02-19
1491
+
1492
+ * added reqiure to ostruct.rb test
1493
+ * fix to command.rb's initializer
1494
+ * fixed bug with times.rb beginning_of_year and beginning_of_month
1495
+ * replaced pqueue and heap with new working class (thanks to Olivier Renaud)
1496
+ * fixed bug in ormsupport.rb (this will be moved out of facets in next release)
1497
+ * added empty? to dictionary (removed old subclass of Hash)
1498
+ * significant improvements to command.rb thanks to Tyler Rick
1499
+ * added tests to elementwise and tap
1500
+ * fixed test for elementwise and op_tilde_self
1501
+ * added enumerable/map_send
1502
+ * added thread_map and thread_map_send thanks to greg
1503
+ * added operator "~@" for enumerable/elementwise
1504
+ * added more/consoleutils.rb
1505
+ * added string/cleave
1506
+ * added capitalize_all thanks to Richard Laugesen
1507
+ * cartesian_product is an alias of enumerable/cart
1508
+ * added array pad thanks to Richard Laugesen
1509
+ * added kernel/tap
1510
+ * fixed test/unit load issues
1511
+ * converted facet/ requires to facets/core or facets/more as needed
1512
+ * further improvements to arguments.rb (looking good!)
1513
+ * improved symbol/self/generate
1514
+ * bug fix kernel/autoreload arguments needed to be in opposite order
1515
+ * add to_xoxo
1516
+ * removed bad character codes in multiplier.rb
1517
+ * used yaml to allow json.rb to work for all object in general
1518
+ * improvements to functor (note: is to_a and to_proc okay?)
1519
+ * add test to string/bytes.rb
1520
+ * bug fix to nilclass/op_cmp
1521
+ * fixed enumerable/op_pow to use enumerable/cart
1522
+ * added array/op_div
1523
+ * adjustments to xmlbuilder and htmlbuilder dur to buildingblock changes
1524
+ * improved buildingblock.rb
1525
+ * simplified interface of arguments.rb (still a little more to do)
1526
+ * improvements/simplifications to Dir.multiglob
1527
+ * added new authors to list
1528
+ * fixed misspelling of behavior.rb (was bahvior.rb)
1529
+ * removed #own from base list in facets.rb (really need a standard for "singleton class")
1530
+ * minor adjustments to uploadutils
1531
+ * fixed bug in aspects.rb that would not handle args of wrapped method
1532
+ * Symbol#to_s optimization, had to remove freeze
1533
+ * updates to fileutils/stage (stage worth keeping?)
1534
+ * update to credits
1535
+ * fix bug in kernel/ask, returns more than one character
1536
+ * cleanup of enumerbale/graph (no effective change)
1537
+ * new super fast enumerable/cart by Thomas Hafner (replaces #cross)
1538
+ * improved multiglob rountines (accept '+' and '-' prefixes)
1539
+ * No longer will track project file via scm until it settles
1540
+ * fixed bug in attr_tester, thanks Dov!
1541
+ * added weekdays to times.rb thanks to Ryan Platte and Dave Hoover
1542
+ * improvements to dictionary.rb (no longer a subclass of Hash) thanks Jan!
1543
+ * re-replace openhash with openobject
1544
+ * improvements to ann.rb and ann_attr.rb. works, yea!
1545
+ * fixed bug in string/singular.rb
1546
+ * changed enumerable/cross into enumerable/cart and cartesian_product
1547
+ * openobject returns (openhash was a bad name, thanks george)
1548
+ * moved enumerable/cross to enumerable/cart (cartesian_product)
1549
+
1550
+
1551
+ == 1.8.0 / 2007-01-24
1552
+
1553
+ * added buildingblock.rb, replaced builderobject.rb
1554
+ * adjust require for "yored" files
1555
+ * HtmlBuilder and XMLBuilder aer now based on BuildingBlock
1556
+ * bug fix for command.rb
1557
+ * minor improvements to basic object (object_self to access kernel methods)
1558
+ * ostuct adjustment, use #instance_delegate to get underneth the open access
1559
+ * module/include_as is now based on module/namespace (thanks Pit!)
1560
+ * minor adjustments to methods for (class<<self;self;end)
1561
+ * fixed enumerable/partition_by
1562
+ * further updates to project info file (need to stop versioning this)
1563
+ * deprecated (yored) builderobject.rb (poor implementation)
1564
+ * added hash/insert; like store but only if key isn't already present
1565
+ * added module/include_and_extend
1566
+ * facets.rb now references facets/sys.rb
1567
+ * added facets/automatic -- very cool, albiet expiremental way to load core methods automatically!
1568
+ * added File::mulitglob_sum; accumulates file patterns, and accepts '+' and '-' prefixes
1569
+ * added module/module_method; like module_function but makes method public
1570
+ * added module/include_function_module; attempts to properly include one function_module into another
1571
+ * kernel/yaml convenience method for YAML::load
1572
+ * added kernel/supress; supress errors while executing a block (nice DHH!)
1573
+ * added symbol/chomp, like string#chomp
1574
+ * added proc/to_h; converts an assignment proc into a hash
1575
+ * proc/bind; bind a proc to an object, returning a method
1576
+ * added module/prepend; provides dyanamic method wraps for modules, and static wraps for classes
1577
+ * added module/new; use a module as if it were a class
1578
+ * added module/alias_accessor
1579
+ * renamed #superior to #super_at
1580
+ * kernel/instance_class; yet anouther meta_class name, but a more sensicle name this one
1581
+ * added kernel/populate; populates an object's inst. vars from a hash or assingment block
1582
+ * added kernel/daemonize; one last thanks to DHH!
1583
+ * added enumerable/injecting; like inject but automatically returns the memo from the block
1584
+ * added kernel/object_send, a true public-only send method
1585
+ * added kernel/silence_stream; output to null device; thanks DHH!
1586
+ * added kernel/instance_values, thanks DHH!
1587
+ * added Config:inspect for rbconfig
1588
+ * added hash/pairs_at (aking to values_at)
1589
+ * added _why's metaid methods (meta_class, meta_eval, etc.)
1590
+ * added kernel/enable_warnings to complement silence_warinings
1591
+ * added integer/to_roman
1592
+ * added logical operators for hash (and/or)
1593
+ * array/to_path convert ans array to a path string
1594
+ * array/index takes a block
1595
+ * added fileutils/compress; very simple convenience methods for archiving folders
1596
+ * added fileutils/stage adn staged, a means of transfering files accoring to preset rules
1597
+ * had to remove taskable.rb for now (implementation won't work as toplevel include)
1598
+ * added kernel/ask, simply command to get console input
1599
+ * moved deprecated #facet_require to yore lib
1600
+ * deprecated (yored) kernel/own, yet another term for the singleton class
1601
+ * renamed quaclass to qua_class
1602
+ * added populate.rb, mixin for classes that need on a basic initializer
1603
+ * added version_number.rb (a specialized tuple)
1604
+ * OpenObject = OpenHash (OpenObject will eventually be deprecated)
1605
+ * added uploadutils.rb
1606
+ * added Joel VanderWerf's great script.rb script
1607
+ * added Austin's minitar.rb --it's just too damn useful!
1608
+ * added htmlfilter.rb very nice html escape class
1609
+ * added dependency.rb, allwos method to have dependend execution (like rake tasks)
1610
+ * added arguments.rb this is for parsing console command arguments
1611
+ * add new version of annotations: ann.rb and ann_attr.rb
1612
+ * memoize should now work at toplevel
1613
+ * removed dataobject.rb (was never used)
1614
+ * minor doc change to instance_intercept.rb
1615
+ * doc change to methodfilter.rb (maybe deprecat in future)
1616
+ * deprecated (yored!) module/inject; what a silly method
1617
+ * added File::yaml? to roughly detect if a file is a yaml file
1618
+ * deprecated kernel/require_facet (no longer needed)
1619
+ * moved old module/namespace implementation to yore
1620
+ * adjust old annotation.rb (now in yore) to use openhash
1621
+ * moved plugin.rb to ratchets/library project
1622
+ * renamed openobject to openhash !!!
1623
+ * proper credit for multiton goes to Ara T. Howard!!!! Also improvements.
1624
+ * remove library.rb (move to ratchets/library project)
1625
+ * minor bug fix to httpaccess
1626
+ * updated autovivify.rb to use openhash
1627
+ * improvement to command.rb
1628
+ * imporved time/stamp
1629
+ * reimplemented proc/to_method for more sensible behavior
1630
+ * reimplemented module/namespace, very clever thanks to pit captain
1631
+ * added module_load and module_require, e.g. load into and require into
1632
+ * reimplemented instance_exec, should be much improved
1633
+ * doc updates to inflect.rb
1634
+ * updates to Hash op_add, reverse_merge, and rekey
1635
+ * each_slice is now just an alias via enumerator & fixes to partition_by
1636
+ * minor adjusment to multiglob
1637
+ * modified all.rb (not recommended!) to require facets/sys
1638
+ * modifications to project information file (should this be versioned?)
1639
+ * created yore lib to store deprecated features (good idea!)
1640
+ * modified PROJECT info file
1641
+ * added module class/module_load and _require
1642
+ * remove facet/ redirect lib from darcs repository
1643
+ * OpenObject is now OpenHash (OpenObject still exist for backcompat)
1644
+ * kernel/returning is a stub for kernel/with
1645
+ * added proc/update as alias for #call per Tim Pease use of Proc as Observable
1646
+ * added behavior.rb by Nobuyoshi Nakada (plan to improve)
1647
+ * rewrote taskable.rb using classes to represent tasks; it is much improved
1648
+ * openobject.rb doc updates
1649
+ * major update to functor which is now a subclass of Proc (should be faster)
1650
+ * improvements to dictionary.rb to go along with additions of first and last
1651
+ * small improvements to command.rb
1652
+ * removed uses of __class__ for object_class and solidified usaged of #as in basicobject.rb
1653
+ * deprecated ostruct shadow methods (i.e __table__) in favor of #instance methods
1654
+ * added test to module/alias_method_chain
1655
+ * imporvements to instance_exec thanks to Mauricio Fernandez
1656
+ * improvements to kernel/send_as
1657
+ * improvements to kernel/as
1658
+ * minor doc addition to kernel/as
1659
+ * fixed syntax in hash/op_add.rb
1660
+ * imporvements to hash/partition_by thanks to Gregory of Laurel
1661
+ * added Mauricio Fernandez to authors
1662
+ * added addtional work library lore
1663
+ * moved "calibre" project information files
1664
+ * moved a number of "in the works" libs to ToadCode project
1665
+ * removed predicate.rb, an expiremental logic system, and moved to ToadCode
1666
+ * Added plugin.rb, an indirect require mechinism, ie. a plugin system
1667
+ * remove one.rb and moved to ToadCode project, this was just silly/fun library
1668
+ * Added library.rb which is a library ledger system (used to be roll.rb)
1669
+ * added kernel/with which instance_eval's a block on with's subject
1670
+ * rekey is an improved version of normalize_keys (ie. the basis of symbolize_keys)
1671
+ * multiglob is like glob but handles a list of patterns
1672
+ * proper access to openstruct's underlying table
1673
+ * minor adjustment to taskable.rb
1674
+ * minor adjustment to #dresner docs
1675
+ * minor adjustment to #as
1676
+ * simple doc addition to setup.rb
1677
+ * doc fixes and losening toplevel constraint to Object in taskable
1678
+ * made OpenObject #update and #merge public; added to_hash
1679
+ * minor "public" fix to main_as_object
1680
+ * removed unorder_store and store_only; added first/last to dictionary
1681
+ * continued improvements to command.rb
1682
+ added some new callbacks such as option_missing;
1683
+ also handles method_missing properly now
1684
+ * minor adjustments to module::@+
1685
+ * added string/rewrite
1686
+ * test fixes to module/include_as
1687
+ * documentation fix for class_extension
1688
+ * minor edit to supermethod (also finish #superior removal)
1689
+ * cleanup kernel/set_with code
1690
+ * update kernel/metaclass can now take a block
1691
+ * added hash#+ and hash#- (op_add and op_sub)
1692
+ * added cache to enumerable/every
1693
+ * minor updates to facets.rb
1694
+ * removed kernel/superior (silly name)
1695
+ * minor modifications ot PROJECT file
1696
+ * [add] more/autovivify.rb expiremental lib.
1697
+ * [update] Minor fix to command.rb to not use Kernel methods as subcommands.
1698
+ * [update] Work on annotation.rb to improve support for :self.
1699
+ * [deprecate] enumerable/permute.rb (replaced by permutation) and minor test fix to linkedlist.rb
1700
+ * [added] linkedlist.rb (thanks Kirk Haines!)
1701
+ * [added] enumerable/sum (thanks to Gavin Kistner)
1702
+ * [added] array/each_combo and combos (Eunumerable.combinations will be deprecated eventually)
1703
+ * [rename] changed enumerable/permute to permutation
1704
+ * [update] annotation.rb, fixed :self key
1705
+ * [added] pathname/op_div
1706
+ * [deprecated] hash/each.rb
1707
+ * [removed] hash/each.rb, this variation of Hash#each is too "dangerous" in practice
1708
+ * [update] module/self/op_add.rb: fixed inclusion order
1709
+ * annotation.rb, return annotations of self when key is :self [updated]
1710
+ * module/self/op_add.rb and op_sub.rb - traits like features [added]
1711
+ * minor improvemtns to module/clone_using and integrate
1712
+ * command.rb: minor change to docs [update]
1713
+ * openobject.rb (added NilClass#to_openobject) [update]
1714
+ * enumerable/each_slice.rb [replace]
1715
+ Ruby already has #each_slice if you require 'enumerator'. And for 1.9,
1716
+ I believe, this will be present automatically. So Facets' each_slice
1717
+ has been replaced with a simple redirection to require 'enumerator'.
1718
+ Ruby's version is slightly different in that it won't check arity if
1719
+ a slice count is not given. For this, use enumerable/each_by.
1720
+ * array/delete_at.rb [removed]
1721
+ Ruby's Array class already has a #delete_at method,
1722
+ although this is another method at odds with Hash.
1723
+ Use #delete_values_at instead.
1724
+ * moved File.bitbucket to File.null (but bitbucket was so "fun"! ;)
1725
+ * added nilclass/to_path
1726
+ * added kernel/load_local
1727
+ * added kernel/callee
1728
+ * added enumerable/eachn, integer/each and integer/of
1729
+ * re-added array/delete_values_at
1730
+ * added filetest/self/root
1731
+ * added cache.rb
1732
+ * moved Dir.bitbucket to File.bitbucket
1733
+ * removed task file in favor of sake based util/
1734
+ * added main_as_module
1735
+ * added doublemetaphone (Thanks Lawrence Philps!)
1736
+ * rewrote taskable.rb
1737
+ * minor doc fix to association.rb
1738
+ * added symbol/to_s which caches the result for speed up
1739
+ * additions and adjusments related to hash/delete_at
1740
+ * added Dir.bitbucket
1741
+ * update to array/op_fetch to include op_store
1742
+ * updated docs and util tasks
1743
+ * minor changes
1744
+ * added filesystem.rb
1745
+ * taskable should now work at the toplevel too
1746
+ * still working the organization as Reap/Sake change
1747
+ * started setting project tasks up for sake
1748
+ * updates to enumerable each_slice
1749
+ * updated names of meta files
1750
+ * updates to READMEs
1751
+ * added trace to command.rb
1752
+ * organizational changes
1753
+
1754
+
1755
+ == 1.7.0 / 2006-07-25
1756
+
1757
+ * fix to inifinty.rb
1758
+ * comment on cut.rb needed a quick fix
1759
+ * updated infinity
1760
+ * added tkxml.rb
1761
+ * allow tasks to to arguments (all dependent tasks must take same args)
1762
+ * update infinity.rb to conform more with common standards
1763
+ * error catch added to command.rb (thanks Jonas)
1764
+ * added singleton annotations
1765
+ * minor improvement to wrap_method and proc/compose
1766
+ * added more/infinity.rb
1767
+ * major improvement to String#singular and plural
1768
+ * update normalize_keys to take a proc instead of a "send" parameter
1769
+ * projectinfo backups change
1770
+ * added cuts implimentation
1771
+ * separated integer/op_mul from compose, op_mul now composes and Integer#of
1772
+ * wrap_method, no need to undef method before redefining it
1773
+ * move calibre files (will we do ever use?) to work/pore/meta
1774
+ * added work dir to repo
1775
+ * fix instance_interception test
1776
+ * doc cleanup
1777
+ * added hash/op_div and array/op_div to BASE.
1778
+ * remove kernel/called and fixed callee,__callee__ and __method__.
1779
+ * just about prefected OpenObject
1780
+ * keys_to_sym to symbolize_keys usage
1781
+ * remove explore dir, perhaps better to do without midstage
1782
+ * added to_a to OpenObject
1783
+ * minor touchup to opencascade
1784
+
1785
+
1786
+ == 1.6.0
1787
+
1788
+ * PrivateAccess expiremental class
1789
+ * added reverse_merge (from Active Support)
1790
+ * adjustments to stringify_keys, record normalize_keys
1791
+ * work on other Hash subclasses Dictionary, OpenCascade, and Hash#having_fallback features
1792
+ * added some core methods enumerable#divide, array and hash op_div, kernel/meta
1793
+ * deprecated generate_method_name and generate_instance_method_name
1794
+ * Hash methods keys_to_s and keys_to_sym to stringify_keys and symbolize_keys
1795
+ Both now depend on normalize_keys
1796
+ * rewrote openobject as a subclass of Hash with a method filter
1797
+ * rewrote annotation.rb and moved into more/
1798
+ * add meta docs to darcs
1799
+ * added Jan Molic's Debugger(Logger) to explore
1800
+ * calibre task (worth the effort?)
1801
+ * added Symbol::generate
1802
+ * remove generate_method_name methods
1803
+ ** removed kernel/generate_method_name
1804
+ ** removed moodule/generate_instance_method_name
1805
+ Neither were thread safe.
1806
+ * new implementation of openobject cont.
1807
+ * updated dictionary class
1808
+ 1. created subclass AutoDictionary, now used by Dictionary.auto
1809
+ 2. deprecated ::key_new and :value_new, use ::new.by_key and ::new.by_value instead.
1810
+ 3. Retained ::alpha but changed ::auto_key to ::auto_alpha.
1811
+ * new implementation of openobject in Facets/EXPLORE
1812
+ * Added deep_clone (thanks Jan Molic)
1813
+ * project metadata work adjustments
1814
+ * minor update to tagiterator.rb
1815
+ * add _darcs expection to FileList
1816
+ * fix to nilclass#status (accept single parameter)
1817
+ * added Hash.auto (thanks Jan Molic)
1818
+ * remove blankslate alias to basicobject
1819
+ * added annotation and instance_intercept to Facets/EXPLORE
1820
+ * added Kernel#to_data
1821
+ * add Daniel Berger's Hash#to_stuct
1822
+ * moved ValueHolder in snapshot.rb to Snapshot::ValueHolder
1823
+ * minor bug fix to alias_method_chain
1824
+ * fix compatiblity with Reap
1825
+ * improved Proc#to_method and Kernel#instance_exec
1826
+ * added instance_exec (duh)
1827
+ * added object_clone and object_dup object_ methods are intended as non-overridable (although you cna if you must).
1828
+ * no Configuration alias for Settings
1829
+ * added facets/explore libs
1830
+ * added settings.rb from glue
1831
+ * openobject uses self[] instead of @table[]
1832
+ also update proj/infp to start 1.5 series
1833
+ * deprecate BaasicObject
1834
+
1835
+
1836
+ == 1.4.5 / 2006-07-05
1837
+
1838
+ * move ProjectInfo to proj/info
1839
+ * better arrangment of repository
1840
+ * Added nil#status, module#alias_method_chain and enumerable#cascade.
1841
+ nil#status - Allows a messgae to be passed through a failure chain.
1842
+ module#alias_method_chain - from rails this is clever idiom for
1843
+ module-based method wrapping. A limited solution, but since
1844
+ there's no standard solution as of yet, well support til then.
1845
+ enumerable#cascade - cascade a list of action on each element
1846
+ of an enumerable.
1847
+ * method missing in htmlbuilder effected by basic object fix
1848
+ * minor update to functor.rb
1849
+ * change WebAgent to Web
1850
+ * Removed hash/keys_to_iv b/c it is a poor name. Since the alternative of
1851
+ keys_to_instance_variables conveys the wrong idea, decided to just get
1852
+ rid of this. Instead use the Rails compatibile hash/variablize_keys.
1853
+ * 1.4RC3
1854
+ * initial import
1855
+
1856
+
1857
+ == 1.4.4 / 2007-07-03
1858
+
1859
+ * added nil#status - Allows a messgae to be passed through
1860
+ a failure chain.
1861
+ * added module#alias_method_chain - from rails this is clever
1862
+ idiom for module-based method wrapping. A limited
1863
+ solution, but since there's no standard solution as
1864
+ of yet, well support til then.
1865
+ * added enumerable#cascade - cascade a list of actions on each
1866
+ element of an enumerable. Better name for this?
1867
+ * method missing in htmlbuilder effected by BasicObject fix
1868
+ (use __self__.method instead of __metod__)
1869
+ * minor update to functor.rb. Added @self = function.binding.self.
1870
+ Still tweaking for best meta informatin access.
1871
+ * change WebAgent to Web
1872
+ * Removed hash/keys_to_iv b/c it is a poor name. Since the alternative
1873
+ of #keys_to_instance_variables conveys the wrong idea, decided to just
1874
+ get rid of this. Instead use the hash#variablize_keys which is also
1875
+ Rails compatibile.
1876
+
1877
+
1878
+ == 1.4.2 / 2006-06-21
1879
+
1880
+ * Started using Darcs --finally!
1881
+ * Transition to Darcs has interupted ChangeLog though :(
1882
+ * Mostly minor fixes in prepeartion for official 1.4 release.
1883
+ * Adjusted BasicObject slightly, further reducing unhidden methods.
1884
+ Among them __object__, __method__ and #as. Also added method_missing
1885
+ that detects shadow methods and rebinds them to Object. Keep in mind
1886
+ that woun't help you if you override method_missing which is
1887
+ typical for this class.
1888
+ * Fixed bug in BasicObject#__self__.
1889
+
1890
+
1891
+ == 1.4.0 / 2006-06-05
1892
+
1893
+ * Added Cookie, HTTP and HTTPAccess of ...'s library.
1894
+ * OpenObject's __get__ and __set__ methods have been changed
1895
+ to __fetch__ and __store__ to correspond to the Hash methods.
1896
+ * Added OpenCascade, which is like OpenObject but chains access.
1897
+ * Added ...'s lazy.rb which include's Future and Promise classes.
1898
+ * Added task.rb, which provides a Rake interface compatible task
1899
+ system, but that can be used in any code.
1900
+ * Improved Hash#traverse (it now does all traversing before yielding).
1901
+ * kernel/me, kernel/methodname and kernel/method_name have all been
1902
+ deprecated in favor of the 1.9 standard kernel/__method__ and
1903
+ kernel/__callee__.
1904
+ * Console::Application is deprecated and is no longer an alias for
1905
+ Console::Command.
1906
+ * Console::Command also now supports run-on flags (eg. -xvzf).
1907
+ * More's classinherit.rb has been removed, and classmethods.rb will be
1908
+ too in another version or two. You should transition all uses of
1909
+ these to core/module/class_extension.rb.
1910
+ * Updated tuple.rb so that when a string is converted to a Tuple (#to_t)
1911
+ the values wll be made integers if they are composed of only numbers.
1912
+ If you need all strings you can use a block since the block bypasses
1913
+ this auto coercement, eg. to_t{ |v| v }.
1914
+
1915
+
1916
+ == 1.3.1 / 2006-04-17
1917
+
1918
+ * Deprecated string/to_arr, and slightly adjusted string#to_a.
1919
+ (Not commonly used so not a major change.)
1920
+ * Minor bug fixes.
1921
+
1922
+
1923
+ == 1.3.0 / 2006-04-05
1924
+
1925
+ * Ported parts of Nitro's Glue library to Facets.
1926
+ * more/aspects.rb
1927
+ * core/module/on_included.rb
1928
+ * core/module/expirable.rb
1929
+ * core/enumerable/accumulate.rb
1930
+ * Added xoxo.rb, json.rb and rtals.rb.
1931
+ * Repaired missing data files for units.rb.
1932
+ * Moved cattr methods from module/ to class/.
1933
+ * mattr methods are in limbo at the moment.
1934
+ (They were aliases for cattr.)
1935
+
1936
+
1937
+ == 1.2.1 / 2006-03-29
1938
+
1939
+ * kernel/meta has been renamed to kernel/instance
1940
+
1941
+
1942
+ == 1.2.0 / 2006-03-24
1943
+
1944
+ * Added zimba.tm's string/modulize, pathize and methodize.
1945
+ * Added some Gem methods, self/active?, self/gemspec, self/gempath.
1946
+
1947
+
1948
+ == 1.0.3 / 2006-02-10
1949
+
1950
+ * A last ditch attempt to keep facets and calibre as one project.
1951
+ * Added _why's Array modulo.
1952
+
1953
+
1954
+ == 1.0.0 / 2005-12-04
1955
+
1956
+ * Sped up string#similarity.
1957
+ * By popular protest deprecated usage of "AClass.use Facets, :amethod".
1958
+ * Created nicer layout of facets/support, /group, /english (one day /method).
1959
+ * Odd sets of facets have been move to facets/group/, eg. facets/group/inflect.
1960
+ * All is now well preped for a Rolls release shoud that come about.
1961
+
1962
+
1963
+ == 0.10.30 Halloween
1964
+
1965
+ * Change OrderedHash (ohash.rb) to Dictionary (dictionary.rb).
1966
+ * Change BlankSlate (blankslate.rb) to BasicObject (basicobject.rb).
1967
+ * Old versions of the above should still work, but throw warnings
1968
+ and will stop working come next version.
1969
+ * 1.rb has been renamed to one.rb (I know, two more characters,
1970
+ but you can do it! ;)
1971
+ * Methods enumerable/op_mod (%) and enumerable/eF are deprecated.
1972
+ Use #every or #ew instead.
1973
+
1974
+
1975
+ == 0.10.11 Palapable
1976
+
1977
+ * Merged Mega into Facets. I put the old Mega ChangeLog at
1978
+ the bottom of this document.
1979
+ * This represents the One-Point-Oh realease (albeit RC1) of
1980
+ Facets, but from now on I'll be using date versioning
1981
+ --if you look at the versions below you may understand why.
1982
+ The versioning sequence has no real rationality.
1983
+ Instead I will use this simple Rational Versioning Policy:
1984
+ * If YYYY-MM-DD it's a development release.
1985
+ * If YYYY-MM it's an official release.
1986
+ * If just YYYY it's hella stable.
1987
+ One might argue this is not as robust as a compatability
1988
+ significant point-based versioning system, but I'd say that's
1989
+ all well and good in theory, now give me something that actually
1990
+ works in practice.
1991
+
1992
+
1993
+ == 0.9.5 Rebirth
1994
+
1995
+ * Rebirth of Facets! As cool as the name Nano is, it became clear
1996
+ that most people are drawn toward the name Facets. So we are
1997
+ reverting back. Nonetheless Nano will remain a viable alias for
1998
+ Facets.
1999
+ * Must now use <code>require 'facets'</code> prior to using
2000
+ other Facets. This does two things. First it loads the
2001
+ base methods, which ensures that all programs have them
2002
+ readibly available when using Facets. Secondly it supplements
2003
+ #require to handle aliases. In essence, require 'facet/...',
2004
+ require 'facets/...' and require 'nano/...' all point to the
2005
+ same place(s). (NOTE This is a precursor to a more universal
2006
+ system that will handle aliasing automatically.)
2007
+ * kernel/require_esc has been removed. #require_nano will be also
2008
+ in the next release. These will no longer be needed thanks to
2009
+ the aliasing system.
2010
+
2011
+
2012
+ == 0.9.2 Littles
2013
+
2014
+ * Added string/starts_with? and string/ends_with?
2015
+ * Fixed module/memoize to cache on a per class/module bases.
2016
+ * Added module/is as an alias for /include.
2017
+ * Added module/shadow_method and shadow_all.
2018
+ * Renamed module/superup (which was module/supers) to module/as. And defined a new
2019
+ method called /superior which is like /super but skips to a sepecified ancestor.
2020
+ * Renamed module/super_send to module/send_as.
2021
+
2022
+
2023
+ == 0.9.1 Wraps
2024
+
2025
+ * Added module/nesting (not to be confused with the class method Module::nesting).
2026
+ * Thanks goes to Gavien Kistner for new string/word_wrap methods
2027
+ (with additioanl thanks to Dyane Borderson for his suggestions).
2028
+ * Added hash/each_with_key and each_with_index, as well as array/each_with_key;
2029
+ increasing polymorphism between the two classes.
2030
+ * Moved array/each_pair to enumerable/each_pair and changed how it worked to
2031
+ what one might expect.
2032
+
2033
+
2034
+ == 0.9.0 / 2005-10-28 - NotUorI
2035
+
2036
+ * Deprecated object#special_class, which was a method for (class<<self;self;end).
2037
+ Already have too many aliases for this, and though the name is fitting, the simpler
2038
+ method #own is better (alternative: #singleton).
2039
+ * Fixed enumerable/uniq_by file which was misnamed 'unique_by.rb'.
2040
+ * BIG CHANGE! Got rid of URI encoding on file names and sub'd a converson table
2041
+ of english readable names. Thanks Jeff Wood, Florain Gross, Dav Burt,
2042
+ Gavin Kistner, James Edward Gray II, Brian Schröder, Mauricio Fernández,
2043
+ David A. Black, Gavin Sinclair, Nikolai Weibull and Christian Neukirchen.
2044
+
2045
+
2046
+ == 0.8.3 UorI
2047
+
2048
+ * Added kernel/uri and kernel/unuri
2049
+ * (Good idea?) removed methods module/sattr, sattr_reader, &c. Instead created object/meta
2050
+ in which attr, attr_reader, &c. are made public. So, sattr -> meta.attr.
2051
+ * Added array/unzip
2052
+ * Added logger/format and logger/format_message (stub).
2053
+ * Added string/dequote.
2054
+ * Class method file names now begin with '::' to separate them from instance methods.
2055
+
2056
+
2057
+ == 0.8.2 Nano Revolution
2058
+
2059
+ * Name Change! What was Ruby Facets is now Nano Methods!
2060
+ * New minor version as there has been a change of plans with the integration of what was Carats.
2061
+ The classes and modules have been reseperated into their own project called Mega Modules.
2062
+ * Modified the #firstxxx/#lastxxx methods to be more congruent and comprehensible.
2063
+ * Renamed object/supers to object/superup. Better!
2064
+ * Got rid ot symbol/gen. Use object/generate_method_name or module#generate_instance_method_name
2065
+ instead ( Is that the longest non-foo method name ever? :)
2066
+ * The file 1st.rb has moved to object/method. This modifies #method to persist the returned
2067
+ Method object. The original non-persitent version of #method is aliased to #original_method.
2068
+ (This arrangement is not set in stone though, and is still be considered.)
2069
+ * Added module/clone_using, module/clone_ranaming and module/clone_removing.
2070
+ * Added module/integrate (I love this one!)
2071
+ * Added many new enumerable methods: #filter_map, #compact_map, #commonality, #frequency,
2072
+ #probability and #find_collisions.
2073
+ * Moved some methods from array to enumerable: #each_permutation, #each_combination,
2074
+ #each_unique_pair and the class method ::combinations.
2075
+ * Added string/bytes per ruby-dev summary 26385-26467.
2076
+ * Moved #cattr_reader, #cattr_writer and #cattr_accessor from Class to Module.
2077
+ * Renamed numeric/octet_units to numeric/bytes_to_s and added a #bits_to_s as well.
2078
+ * Added class/descendants (alias subclasses) and class/remove_descendents, as well as
2079
+ object/descendents_of and object/remove_descendents_of.
2080
+ * Added methods to comparable: #cap, #clip. There are also #at_least and
2081
+ #at_most, although FYI #cap and #clip handle the same functionality.
2082
+ * Removed string/table_name and string/class_name (they were too Rails specific).
2083
+ Note: A new module has been added to Mega Modules, called orm-inflect.rb. It contains numerous
2084
+ methods for doing this sort of thing.
2085
+ * Added numeric/ceil_multiple (not sure about name though, perhaps a better name like "ceil_to"?).
2086
+ * Added string/soundex for calculating the soundex code of a word/name.
2087
+ * Added io/expect. I thought Ruby already had this but can't find it, so here it is for now.
2088
+ * Placed Florian's binding-of-caller.rb in binding/of_caller. Makes more sense there.
2089
+ * Fixed bug with Continuation::create (it wasn't defined as a class method and should have been).
2090
+ * Fixed bug with string/capitalized? which wasn't always giving the correct result.
2091
+
2092
+
2093
+ == 0.7.2 / 2005-05-22 - George II
2094
+
2095
+ * Added a class method dir/recurse which allows one to loop through a dir and all its
2096
+ subdirs, etc. It also has an alias #ls_r. Thanks goes to George Maschovitis for this.
2097
+ * Changed array/permute to array/each_permutation.
2098
+
2099
+
2100
+ == 0.7.1 Quick George
2101
+
2102
+ * Added facet.rb, although expiremental it makes it possible to use atomic methods without
2103
+ specificaly requiring them. It uses Object#method_missing to require them as needed.
2104
+ * Improved on "molecules", i.e. files that require numerous related atoms in a single go.
2105
+ These will see a great deal of continued improvement in the future.
2106
+
2107
+
2108
+ == 0.7.0 Georgian Transform
2109
+
2110
+ * All methods with names containing non-alphanumeric characters now have facet
2111
+ files without those special characters. This removes some incompatibilites with
2112
+ certain systems (including Windows). All such symbols have been replaced with
2113
+ CGI escape sequences, for instance 'in?.rb' becomes 'in%3F.rb'. To avoid having
2114
+ to use these "ugly" names, a new method has been added, kernel/require_facet.
2115
+ * Methods that were grouped together in the same file have been separated
2116
+ into their own files. Pure Atomicity has been achieved!
2117
+ * The method array/put has been dropped in favor of array/top (as a better alias for #unshift).
2118
+ * Methods #matchdata/post_match_from and #matchdata/pre_match_from have deprecated
2119
+ in favor of more generalized methods that serves the same purposes,
2120
+ matchdata/matchtree and matchdata/matchset.
2121
+ * Added module/include_as.
2122
+ * Added array/permute.
2123
+
2124
+
2125
+ == 0.6.3 Gemstone
2126
+
2127
+ * Gem is now avaliable!
2128
+ * Added kernel/require_all which allows one to require a pattern of files,
2129
+ making it easy to require every file in a directory.
2130
+ * Added hash/traverse and hash/traverse!, which takes a block and iterates over
2131
+ each key-value pair descending into subhash values and applying the block.
2132
+ (Thanks goes to Ara T. Howard and robert for their help.)
2133
+ * Added hash/collect. This uses enumerable/graph so that
2134
+ hash/collect will return a hash rather then an array.
2135
+ * Added numeric/before and numeric/after in place of #ago and #since
2136
+ and aliased #ago and #since to them, per the suggestions of
2137
+ Francis Hwang.
2138
+ * Added "poor man's profiler", time/elapse. (Thanks goes to Hal Fulton).
2139
+ * Changed enumerable/build_hash to enumerable/graph. The method #build_hash
2140
+ has been aliased to #graph for the time being for backward compatability.
2141
+ * Added array/last_index. (Thanks goes to Jabari)
2142
+
2143
+
2144
+ == 0.6.2 Refinement I
2145
+
2146
+ * Added kernel/resc as a shortcut for Regexp.escape.
2147
+ * Renamed hash/keys_to_string to hash/key_to_s and
2148
+ hash/keys_to_symbol to hash/keys_to_sym to be more consistant
2149
+ with other methods and what these methods specifically do.
2150
+ The old names have been deprecated.
2151
+ * Added hash/has_keys?, which allows for checking mutliple keys at once.
2152
+ Also includes #has_only_keys?
2153
+ * Added Rail's Time and Byte modules for Numeric with
2154
+ numeric/times.rb and numeric/bytes.rb (I've been informed that
2155
+ thanks go to Richard Kilmer for this. Thanks!)
2156
+ * Added numeric/octet_unit which utilizes numeric/bytes.
2157
+ (The name of this method may change in the future though.)
2158
+ * Added enumerable/uniq_by.
2159
+ * Added module/abstract.
2160
+ * Added module/redirect which is similar to alias, but does not
2161
+ copy the method, but rather wraps it. It also takes a hash so
2162
+ multiple methods can be redirected all at once.
2163
+ * Added string/shatter which is similar to split but includes
2164
+ the matched portions of text.
2165
+
2166
+ == 0.6.1 Florian's Mixes
2167
+
2168
+ * Updated the current set of mix files which were still from
2169
+ version 0.5.0. (2004-12-31)
2170
+
2171
+
2172
+ == 0.6.0 Florian's Onslaught
2173
+
2174
+ * Major revisions made by Florian's onslaught. (2004-12-28)
2175
+ * First general public release.
2176
+
2177
+
2178
+ == 0.5.0 Fit for First
2179
+
2180
+ * This is the beginning of offical releases. (2004-12-23)
2181
+ * Now called Facets.
2182
+ * Changed layout to be completely atomic! (2004-10-30)
2183
+
2184
+
2185
+ == 0.4.0 Raspberry
2186
+
2187
+ * Scoured the Ruby world for useful additions.
2188
+ * Changed name again from A.B.C. to Raspberry.
2189
+ I can't seem to settle on a name. Even the new
2190
+ subsections have changed five times. (2004-08-08)
2191
+ * Adjusted Tuple to use Tuple::[*args] instead of ::new, which now takes
2192
+ a single argument instead, either an Array or a String which it splits.
2193
+ * Removed services.rb unitl in gets fixed and a better name.
2194
+
2195
+
2196
+ == 0.3.3 Mega2
2197
+
2198
+ * Added inheritable.rb, a lib for creating class vars inherit from ancestors
2199
+ * Addes annotations.rb, a lightweight metadata system good for annotating
2200
+ methods esspecially. It is built on top of inheritable.rb.
2201
+
2202
+
2203
+ == 0.3.2 Mega
2204
+
2205
+ * Added services.rb, a lib for managing methods as first class objects
2206
+ * Fixed/cleaned-up orm_supprt.rb
2207
+
2208
+
2209
+ == 0.3.0 ABC
2210
+
2211
+ * Reorganinzed all of this together in a nice neat way.
2212
+ * Changed name of library from Succ to A.B.C.
2213
+ which stands for All Base Common. (2004-02-02)
2214
+ * Name change to Mega Modules!
2215
+ * Added a few important files: multipliers.rb, binary_multipliers.rb,
2216
+ time_in_english.rb and orm_inlectors.rb.
2217
+ * Each one of these is a "Methods Module", i.e. They are a collection of
2218
+ closely related methods that modify one or more core classes/modules.
2219
+ Individually these methods could have very well ended up in Nano Methods,
2220
+ but given there quantity and interrelation they were more suitable to a
2221
+ module, and thus placed here.
2222
+
2223
+
2224
+ == 0.3.1
2225
+
2226
+ * Aliased #autoload_classes with #autorequire.
2227
+ * Added #strfbits and #strfbytes to binary_multiplers.rb.
2228
+
2229
+
2230
+ == 0.2.0 Succ
2231
+
2232
+ * A number of new methods added.
2233
+ * Renamed it Succ for "successor". (2003-05-31)
2234
+ * Initial public release
2235
+
2236
+
2237
+ == 0.1.0 Carats
2238
+
2239
+ * Early Development as Ruby Carats
2240
+
2241
+
2242
+ == 0.0.0 TomsLib
2243
+
2244
+ * Tomslib's just a few useful methods. (2002-07-01)
2245
+