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
data/CHANGES DELETED
@@ -1,133 +0,0 @@
1
- == 2.5.2 / 2009-04-07
2
-
3
- * 9 Other Enhancements
4
-
5
- * added Sandor's modifications to to_hash.rb (#c108f90bb5505259b1d4101800c21ef22f5cd8b6)
6
- * update release files (#94f6037c4194bb8e39beff5bcda6537e841ff7dd)
7
- * updated #to_h_multi documentation (#f6ea6402d3b4622921b1ec48e0ca78da369b70ef)
8
- * moved Hash#dearray_values to own file (#5f2037f42fe6b3a215809e6ac5ed148b1342d817)
9
- * created separate test for Hash#dearray_values (#078b7c80c76646af8399a72959d463f53be809cc)
10
- * Fix exception reporting in a rake task
11
- Signed-off-by: trans <transfire@gmail.com> (#c66c1b922122870333848d24cf66dfa290ca68ea)
12
- * Cleanup rakefile: make sure that it loads without going through setup task each time
13
- Signed-off-by: trans <transfire@gmail.com> (#3c916f5f0f9309fb3c62ff43de4e156dd6183aa5)
14
- * Fix a failing test
15
- Signed-off-by: trans <transfire@gmail.com> (#7735d6f3e604ff3418adacd6830d33ec04ae981c)
16
- * touch up to paramix (#e6d951d36160ad96853b98ec4db63e2eefde1790)
17
-
18
-
19
- == 2.5.1 / 2009-03-05
20
-
21
- * 1 Minor Enhancements
22
-
23
- * corrected ostruct.rb to test for frozen state on updates (#1170dd9e1fdd552a98a01056547531ac6c9ee9f4)
24
-
25
- * 46 Other Enhancements
26
-
27
- * added stash.rb to more library (#ec3b05c2c6aee5848cb05b462ee5a03e97e9b577)
28
- * rewrote duration class (as used in RichUnits) (#ec7928dd5b861150481f05788081c325f93967b8)
29
- * old duration is in work/deprecated for now (#1681e7eef2f80c390e599ab24381e9cf6661f304)
30
- * removed multiplers.rb from deprecation list (#2ee3fd5a501358789788e8aa8ca58f9fb58e3bcb)
31
- * removed RichUnits namespace from Duration class (#1311970162359df7bce6f8fbaf1617f7c7c2861a)
32
- * one last edit of the RELEASE file (#e081163979406af73f7fcf970ecf4998478a363e)
33
- * separated hash update operator tests (#6ec91c0a981e082e52ae32eae02fec757dd6993a)
34
- * fixed namespace issure with filter.rb (#32d82e4d94c0b890e58ca387753e9f39f1b34fdb)
35
- * time/hence.rb, added extra precaution to activesupport clause (#0ef19ed2a2757cf792fe41d90ecb0b21a8cb81ba)
36
- * added MANIFEST to .gitignore (#f5970062bfb1c7c2209f0d49a908912a334a6213)
37
- * updated README (#b68ff4af2e860bf61c9f615254e54547ad69b5be)
38
- * split enumerable/collect into map_with_index and comapct_map (#a917218ab39cc15fbba6137a9b27911317dc64f2)
39
- * fixed source link in website (#ad7e8fa86e501af52c1674cc74a75d9f1f7e0469)
40
- * Merge: ad7e8fa... a917218...
41
- Merge branch 'master' of gitosis@rubyforge.org:facets (#6e245a4203f204b28d04ca8dcc7939af0d5d7a4f)
42
- * fixed String#left_align (#743d17d08f81ff1b4eb69d640a993865a8292335)
43
- * updated AUTHORS (#b16235f98d628690bc70b7b9e7330b8c34f868db)
44
- * added hook.rb (#928f39446a01278e9587586fb6c684f3e1b1e36f)
45
- * improved Array#to_h for 1.9 using flatten(1) (#a9e7f024b2a589c87b1313c4addc5d7e1f5df524)
46
- * Dictionary#replace can take regular Hash too (#69d6d8cc132564979e6af774bc252e4320f27d4c)
47
- * applied sander's patch to to_hash.rb (#af9283cf87dde154d11f1d6d2a5538c60686eae5)
48
- * applied sandor's patch to test task (#e167e1ee7ef76f26a2564216b0e27ddaa268329c)
49
- * move test_to_hash.rb from more to core (#06d1fce988e2d3f6372fe68897ccb045450dac6d)
50
- * added suggestion (#355efc3b8bec08e9fa2df7f5fa38350ffc77eaaf)
51
- * Doc'd that UnboundMethod#name returns Symbol in 1.9, but String in 1.8 (#88efec19f49fa048d936e93d07ab01b38b94d2c6)
52
- * fixed conflict between test_name.rb and test_arguments.rb (#5f33a45aff80f42f1644d46d9bd0746a2ae84b6b)
53
- * added Hash#group_by_value (thanks to Erik Veenstra) (#131d6c81a5411fb21f005ae8d2051311b0e3e9c5)
54
- * fixed Enumreable#split when reciever is empty array (#11bb453a7e9cf98a8dc698e8a8a10cdb81f69050)
55
- * association.rb stores refernce when using #new (#4ca00a54bab0850436e769931b3d39e52d1fc9e6)
56
- * improvements to website (#5bf7f37c1c72373426b56666952d312035bfe96d)
57
- * added test for enumerable/split (#599f152f3a0651b0c5aa387f36844e572575066c)
58
- * fixed coruption of reciever by Hash#collate (thanks to Tilo Sloboda) (#de5fd8002d5c2452b5dd46051d02d27044506e9b)
59
- * changed product to make it compatible to ruby 19, deleted block parameter (#28170c739f5c033d5172835fa50b81db83fc1e88)
60
- * ruby19 compatability: return symbols instead of strings (#b8fa8dddb9e4bcd5dedb9e9afcebff9f4cf93f43)
61
- * fixed: Array#to_h, h={} was not initialized (#67deaed1b1dff94ccde641917861ec3b1b5ba643)
62
- * fixed test of Module#conflict according ruby19 (#fa2229603f423925d10488bfa090a4c7fb138947)
63
- * updated product.rb (#20022d2a286d374ea23567955db3e53610afda29)
64
- * Merge: 20022d2... fa22296...
65
- removed block from Array#product.rb (#2475e71433516c16778172c8b6724189d355acd5)
66
- * added module/extend.rb, now can take a block. (#cd6fd7dea22a4ca57712773331ca495d1fb46b86)
67
- * Merge: cd6fd7d... 7c70691...
68
- Merge commit 'origin/master' (#a5a7976b2890988ee4b850f709c902dad3694b21)
69
- * fixed doc on Array#product (#7c70691940766f6f05924dbbb249aff19154e4cc)
70
- * added Hash#new_with (Pit Capitan) (#2dca37952e9803e816efc62514e8027fc2e1bf12)
71
- * overhauled to_hash.rb, now has multiple methods (#5ba2fb2bef735af8afec1b27cf381787baad3a8f)
72
- * added tests for Array#to_h vs Array#to_h_* dispatch
73
- Signed-off-by: trans <transfire@gmail.com> (#a301757b9394355cd473a5e31565053a61ef84cf)
74
- * added to_h_auto and fixed return bug (#d7d5b02a219f850bc4a3b396de67e63cf005df5c)
75
- * added String#file (#952399f7d437f26aee3c4e9747a61e76b7e89735)
76
- * fixed: Hash#dearray_singluar_values
77
- added: tests for Hash#dearray_singluar_values and Hash#dearray_values
78
- Signed-off-by: trans <transfire@gmail.com> (#938e5cf1d7a1dcecda96a8390b7e484cdcda7a9a)
79
-
80
-
81
- == 2.5.0 / 2008-11-23
82
-
83
- * 4 Major Enhancements
84
-
85
- * memoize.rb, bug had cache working at class-level, fixed to work at instance-level (#f5c3b659591b85ff55d0a82ec65316126b01e210)
86
- * finalized deprecation of buildable.rb, bytes.rb and times.rb (#e290ea855cceefd0033bb3b7fe2ff23fb6beb29a)
87
- * Added Brian Candler's Enumerator::Filter (#1f69ed9924af80b71328eec3509f7ccc280435c6)
88
- * deprecated uploadutils.rb & renamed cachedelegator to memoizer (#fce69653d3b40ad16738bbe366494a587b53cb28)
89
-
90
- * 37 Other Enhancements
91
-
92
- * switched to git as of 2.4.4 (#9677fbda269f205ff5ab07eabca70fe419b7b485)
93
- * aliased Comparable#cap to at_most and separated bound methods into files (#576e36a3e709c1512477084ceab962cde10aafba)
94
- * fixed outdent test and demo in instance_variables.rb (#d207eadbd9bc43936e63730a9d0a93e6c9c3c45b)
95
- * deactivated reap test services temporarily (#0495409de664c53293b64d50316b8a1ad59b803c)
96
- * updated AUTHORS and README (#d793ab0df2fbbe5b3947dadf2ab612a5f0b54253)
97
- * add string/outdent.rb file (#a4c7cf513d4a37f8230392917f57eb48c4560c45)
98
- * added lazyenum.rb to work/consider (#26ed9bd74574df80752f243610e77d5b2e19e278)
99
- * deprecated annotations.rb --use Anise project instead (#ffd083e355ac069aacb7bd6a18d9ab3609f0aec8)
100
- * updated all CREDIT: comments elminating any indent (#26e439aa7cd825443470071ad28fe3ae00d7041d)
101
- * binding/caller.rb, fixed require for callstack.rb (#3c8c51271854a308be35118e69f97c85767fade7)
102
- * fixed some credits (#46a2e5e0cd235b40b6c8dd7ac6f0c1a5d28b3bb3)
103
- * minor touch up to a few tests (#c15d569c5ff44770291490a06ec280765f0b23ae)
104
- * moved Hash#symolize_keys to core and removed tagiter.rb (#99a43a648411bb27a5473e2feb049476d2fe8158)
105
- * renamed DictionaryMatcher to just Matcher (#7170ecfdfd650d7477974c28ed3e7aeeafbe37e8)
106
- * improved docs for Hash#rekey (#6f8eb8ac265613ca25d1f91f17bb87eeeaa30f17)
107
- * removed tests of deprecated libraries (#c40eb89ac84eb6968bf3ca5b63255361e401dc3d)
108
- * removed more/chain.rb; it was expiremental (#21ee88ae808daf4e94c0f918776068f6b93ca00c)
109
- * fixed missing require in string/tabto and minor doc adjustments (#033bee47b8e77180018fffc9cf937e05f0ef15b0)
110
- * consoleutils.rb and ziputils.rb, added deprecation warning (#3393df26d085e43e5f23707e9a44744ad12c9a34)
111
- * removed some old work material (#fe44485a97e582f9d7fb269ed5215358f16bc870)
112
- * uploadutils.rb, added deprecation warning (#85b8796a2391ab1b3f4b7c24abea51f1d75407f0)
113
- * added test for filter.rb (#d1b683f891f9b6a536fdf8ee39ff28a1867d1171)
114
- * Fixed some bugs with Time#ago/Time#hence not changing years correctly when you changed months.
115
- (For example, Time.utc(2008, 1, 1).ago(12, :months) incorrectly returned 2009-01-01 instead of 2007-01-01.)
116
- Added a bunch of tests for Time#ago/Time#hence.
117
- Changed Time#ago/Time#hence to still work if passed negative number. (#6713f9ed3ac045ce7ab26f336b375167f09fbed1)
118
- * update authors (#805a1e7dd8be36063a7ad580279fd12525a48ae2)
119
- * Merge: 805a1e7... 6713f9e...
120
- Merge branch 'master' of gitosis@rubyforge.org:facets (#b6bd3fbeb09aa7c84d503b529ffaf14a2a57188f)
121
- * adjusted docs for eventhook.rb (#cddd022ba77c910aa6c8c3f4f258f6fbb429f67f)
122
- * collected notes into doc/guide/notes.rd (#063c61e560c44528b7d194d1dea68a0d1a58dbc0)
123
- * removed lingering .svn directories (#e22bb8ce1154a6a6c66ee4358a15fc29a62b6c06)
124
- * deprecated eventhook.rb (#95cab67716ed5132409c8dae0848abbf83036e0e)
125
- * updated reap service configs (#af975097d1da4029281b761b1d366e1df9616f5a)
126
- * moved reap service configs (#3f76241ad016088d46fdeee181a07563a6bab2c8)
127
- * added work/suggestions.txt (#e944f9fbeea538f6fd5492b89c8aadc6ed35cbd2)
128
- * added sparse_array.rb (was old harray.rb) (#52e277a14a4cf377e2c20a26597ffe62bd35e39d)
129
- * pathlist, minor spacing adjusment (#f033d39210ccb32bc00d7f321f5d7a9fa2b79ddd)
130
- * update RELEASE (#2b8754c9e168aac7cdff25be7c846398f3c4a81f)
131
- * closing in on 2.5 release (#33e0c9f4cb52d418102886e45a2f0ab4ac377241)
132
- * remove empty config file (#5ab56ddb15bfc03f1495c069ea50e90aa31153b4)
133
-
data/VERSION DELETED
@@ -1 +0,0 @@
1
- facets 2.5.2 stable (2009-04-07)
@@ -1,239 +0,0 @@
1
- = Facets ChangeLog 0.x.x (Alpha Series)
2
-
3
- == 0.10.30 Halloween
4
- * Change OrderedHash (ohash.rb) to Dictionary (dictionary.rb).
5
- * Change BlankSlate (blankslate.rb) to BasicObject (basicobject.rb).
6
- * Old versions of the above should still work, but throw warnings
7
- and will stop working come next version.
8
- * 1.rb has been renamed to one.rb (I know, two more characters,
9
- but you can do it! ;)
10
- * Methods enumerable/op_mod (%) and enumerable/eF are deprecated.
11
- Use #every or #ew instead.
12
-
13
- == 0.10.11 Palapable
14
- * Merged Mega into Facets. I put the old Mega ChangeLog at
15
- the bottom of this document.
16
- * This represents the One-Point-Oh realease (albeit RC1) of
17
- Facets, but from now on I'll be using date versioning
18
- --if you look at the versions below you may understand why.
19
- The versioning sequence has no real rationality.
20
- Instead I will use this simple Rational Versioning Policy:
21
- * If YYYY-MM-DD it's a development release.
22
- * If YYYY-MM it's an official release.
23
- * If just YYYY it's hella stable.
24
- One might argue this is not as robust as a compatability
25
- significant point-based versioning system, but I'd say that's
26
- all well and good in theory, now give me something that actually
27
- works in practice.
28
-
29
- == 0.9.5 Rebirth
30
- * Rebirth of Facets! As cool as the name Nano is, it became clear
31
- that most people are drawn toward the name Facets. So we are
32
- reverting back. Nonetheless Nano will remain a viable alias for
33
- Facets.
34
- * Must now use <code>require 'facets'</code> prior to using
35
- other Facets. This does two things. First it loads the
36
- base methods, which ensures that all programs have them
37
- readibly available when using Facets. Secondly it supplements
38
- #require to handle aliases. In essence, require 'facet/...',
39
- require 'facets/...' and require 'nano/...' all point to the
40
- same place(s). (NOTE This is a precursor to a more universal
41
- system that will handle aliasing automatically.)
42
- * kernel/require_esc has been removed. #require_nano will be also
43
- in the next release. These will no longer be needed thanks to
44
- the aliasing system.
45
-
46
- == 0.9.2 Littles
47
- * Added string/starts_with? and string/ends_with?
48
- * Fixed module/memoize to cache on a per class/module bases.
49
- * Added module/is as an alias for /include.
50
- * Added module/shadow_method and shadow_all.
51
- * Renamed module/superup (which was module/supers) to module/as. And defined a new
52
- method called /superior which is like /super but skips to a sepecified ancestor.
53
- * Renamed module/super_send to module/send_as.
54
-
55
- == 0.9.1 Wraps
56
- * Added module/nesting (not to be confused with the class method Module::nesting).
57
- * Thanks goes to Gavien Kistner for new string/word_wrap methods
58
- (with additioanl thanks to Dyane Borderson for his suggestions).
59
- * Added hash/each_with_key and each_with_index, as well as array/each_with_key;
60
- increasing polymorphism between the two classes.
61
- * Moved array/each_pair to enumerable/each_pair and changed how it worked to
62
- what one might expect.
63
-
64
- == 0.9.0 NotUorI
65
- * Deprecated object#special_class, which was a method for (class<<self;self;end).
66
- Already have too many aliases for this, and though the name is fitting, the simpler
67
- method #own is better (alternative: #singleton).
68
- * Fixed enumerable/uniq_by file which was misnamed 'unique_by.rb'.
69
- * BIG CHANGE! Got rid of URI encoding on file names and sub'd a converson table
70
- of english readable names. Thanks Jeff Wood, Florain Gross, Dav Burt,
71
- Gavin Kistner, James Edward Gray II, Brian Schröder, Mauricio Fernández,
72
- David A. Black, Gavin Sinclair, Nikolai Weibull and Christian Neukirchen.
73
-
74
- == 0.8.3 UorI
75
- * Added kernel/uri and kernel/unuri
76
- * (Good idea?) removed methods module/sattr, sattr_reader, &c. Instead created object/meta
77
- in which attr, attr_reader, &c. are made public. So, sattr -> meta.attr.
78
- * Added array/unzip
79
- * Added logger/format and logger/format_message (stub).
80
- * Added string/dequote.
81
- * Class method file names now begin with '::' to separate them from instance methods.
82
-
83
- == 0.8.2 Nano Revolution
84
- * Name Change! What was Ruby Facets is now Nano Methods!
85
- * New minor version as there has been a change of plans with the integration of what was Carats.
86
- The classes and modules have been reseperated into their own project called Mega Modules.
87
- * Modified the #firstxxx/#lastxxx methods to be more congruent and comprehensible.
88
- * Renamed object/supers to object/superup. Better!
89
- * Got rid ot symbol/gen. Use object/generate_method_name or module#generate_instance_method_name
90
- instead ( Is that the longest non-foo method name ever? :)
91
- * The file 1st.rb has moved to object/method. This modifies #method to persist the returned
92
- Method object. The original non-persitent version of #method is aliased to #original_method.
93
- (This arrangement is not set in stone though, and is still be considered.)
94
- * Added module/clone_using, module/clone_ranaming and module/clone_removing.
95
- * Added module/integrate (I love this one!)
96
- * Added many new enumerable methods: #filter_map, #compact_map, #commonality, #frequency,
97
- #probability and #find_collisions.
98
- * Moved some methods from array to enumerable: #each_permutation, #each_combination,
99
- #each_unique_pair and the class method ::combinations.
100
- * Added string/bytes per ruby-dev summary 26385-26467.
101
- * Moved #cattr_reader, #cattr_writer and #cattr_accessor from Class to Module.
102
- * Renamed numeric/octet_units to numeric/bytes_to_s and added a #bits_to_s as well.
103
- * Added class/descendants (alias subclasses) and class/remove_descendents, as well as
104
- object/descendents_of and object/remove_descendents_of.
105
- * Added methods to comparable: #cap, #clip. There are also #at_least and
106
- #at_most, although FYI #cap and #clip handle the same functionality.
107
- * Removed string/table_name and string/class_name (they were too Rails specific).
108
- Note: A new module has been added to Mega Modules, called orm-inflect.rb. It contains numerous
109
- methods for doing this sort of thing.
110
- * Added numeric/ceil_multiple (not sure about name though, perhaps a better name like "ceil_to"?).
111
- * Added string/soundex for calculating the soundex code of a word/name.
112
- * Added io/expect. I thought Ruby already had this but can't find it, so here it is for now.
113
- * Placed Florian's binding-of-caller.rb in binding/of_caller. Makes more sense there.
114
- * Fixed bug with Continuation::create (it wasn't defined as a class method and should have been).
115
- * Fixed bug with string/capitalized? which wasn't always giving the correct result.
116
-
117
- == v0.7.2 George II
118
- * Added a class method dir/recurse which allows one to loop through a dir and all its
119
- subdirs, etc. It also has an alias #ls_r. Thanks goes to George Maschovitis for this.
120
- * Changed array/permute to array/each_permutation.
121
-
122
- == v0.7.1 Quick George
123
- * Added facet.rb, although expiremental it makes it possible to use atomic methods without
124
- specificaly requiring them. It uses Object#method_missing to require them as needed.
125
- * Improved on "molecules", i.e. files that require numerous related atoms in a single go.
126
- These will see a great deal of continued improvement in the future.
127
-
128
- == v0.7.0 Georgian Transform
129
- * All methods with names containing non-alphanumeric characters now have facet
130
- files without those special characters. This removes some incompatibilites with
131
- certain systems (including Windows). All such symbols have been replaced with
132
- CGI escape sequences, for instance 'in?.rb' becomes 'in%3F.rb'. To avoid having
133
- to use these "ugly" names, a new method has been added, kernel/require_facet.
134
- * Methods that were grouped together in the same file have been separated
135
- into their own files. Pure Atomicity has been achieved!
136
- * The method array/put has been dropped in favor of array/top (as a better alias for #unshift).
137
- * Methods #matchdata/post_match_from and #matchdata/pre_match_from have deprecated
138
- in favor of more generalized methods that serves the same purposes,
139
- matchdata/matchtree and matchdata/matchset.
140
- * Added module/include_as.
141
- * Added array/permute.
142
-
143
- == 0.6.3 Gemstone
144
- * Gem is now avaliable!
145
- * Added kernel/require_all which allows one to require a pattern of files,
146
- making it easy to require every file in a directory.
147
- * Added hash/traverse and hash/traverse!, which takes a block and iterates over
148
- each key-value pair descending into subhash values and applying the block.
149
- (Thanks goes to Ara T. Howard and robert for their help.)
150
- * Added hash/collect. This uses enumerable/graph so that
151
- hash/collect will return a hash rather then an array.
152
- * Added numeric/before and numeric/after in place of #ago and #since
153
- and aliased #ago and #since to them, per the suggestions of
154
- Francis Hwang.
155
- * Added "poor man's profiler", time/elapse. (Thanks goes to Hal Fulton).
156
- * Changed enumerable/build_hash to enumerable/graph. The method #build_hash
157
- has been aliased to #graph for the time being for backward compatability.
158
- * Added array/last_index. (Thanks goes to Jabari)
159
-
160
- == 0.6.2 Refinement I
161
- * Added kernel/resc as a shortcut for Regexp.escape.
162
- * Renamed hash/keys_to_string to hash/key_to_s and
163
- hash/keys_to_symbol to hash/keys_to_sym to be more consistant
164
- with other methods and what these methods specifically do.
165
- The old names have been deprecated.
166
- * Added hash/has_keys?, which allows for checking mutliple keys at once.
167
- Also includes #has_only_keys?
168
- * Added Rail's Time and Byte modules for Numeric with
169
- numeric/times.rb and numeric/bytes.rb (I've been informed that
170
- thanks go to Richard Kilmer for this. Thanks!)
171
- * Added numeric/octet_unit which utilizes numeric/bytes.
172
- (The name of this method may change in the future though.)
173
- * Added enumerable/uniq_by.
174
- * Added module/abstract.
175
- * Added module/redirect which is similar to alias, but does not
176
- copy the method, but rather wraps it. It also takes a hash so
177
- multiple methods can be redirected all at once.
178
- * Added string/shatter which is similar to split but includes
179
- the matched portions of text.
180
-
181
- == 0.6.1 Florian's Mixes
182
- * Updated the current set of mix files which were still from
183
- version 0.5.0. (2004-12-31)
184
-
185
- == 0.6.0 Florian's Onslaught
186
- * Major revisions made by Florian's onslaught. (2004-12-28)
187
- * First general public release.
188
-
189
- == 0.5.0 Fit for First
190
- * This is the beginning of offical releases. (2004-12-23)
191
- * Now called Facets.
192
- * Changed layout to be completely atomic! (2004-10-30)
193
-
194
- == 0.4.0 Raspberry
195
- * Scoured the Ruby world for useful additions.
196
- * Changed name again from A.B.C. to Raspberry.
197
- I can't seem to settle on a name. Even the new
198
- subsections have changed five times. (2004-08-08)
199
- * Adjusted Tuple to use Tuple::[*args] instead of ::new, which now takes
200
- a single argument instead, either an Array or a String which it splits.
201
- * Removed services.rb unitl in gets fixed and a better name.
202
-
203
- == 0.3.3 Mega2
204
- * Added inheritable.rb, a lib for creating class vars inherit from ancestors
205
- * Addes annotations.rb, a lightweight metadata system good for annotating
206
- methods esspecially. It is built on top of inheritable.rb.
207
-
208
- == 0.3.2 Mega
209
- * Added services.rb, a lib for managing methods as first class objects
210
- * Fixed/cleaned-up orm_supprt.rb
211
-
212
- == 0.3.0 ABC
213
- * Reorganinzed all of this together in a nice neat way.
214
- * Changed name of library from Succ to A.B.C.
215
- which stands for All Base Common. (2004-02-02)
216
- * Name change to Mega Modules!
217
- * Added a few important files: multipliers.rb, binary_multipliers.rb,
218
- time_in_english.rb and orm_inlectors.rb.
219
- * Each one of these is a "Methods Module", i.e. They are a collection of
220
- closely related methods that modify one or more core classes/modules.
221
- Individually these methods could have very well ended up in Nano Methods,
222
- but given there quantity and interrelation they were more suitable to a
223
- module, and thus placed here.
224
-
225
- == 0.3.1
226
- * Aliased #autoload_classes with #autorequire.
227
- * Added #strfbits and #strfbytes to binary_multiplers.rb.
228
-
229
- == 0.2.0 Succ
230
- * A number of new methods added.
231
- * Renamed it Succ for "successor". (2003-05-31)
232
- * Initial public release
233
-
234
- == 0.1.0 Carats
235
- * Early Development as Ruby Carats
236
-
237
- == 0.0.0 TomsLib
238
- * Tomslib's just a few useful methods. (2002-07-01)
239
-
@@ -1,450 +0,0 @@
1
- = Facets ChangeLog 1.x.x (Beta Series)
2
-
3
- == 1.8.54
4
- * added reqiure to ostruct.rb test
5
- * fix to command.rb's initializer
6
- * Fixed all bug reports from rubyforge tracker *except rdoc issue
7
- ** fixed bug with times.rb beginning_of_year and beginning_of_month
8
- ** replaced pqueue and heap with new working class (thanks to Olivier Renaud)
9
- ** fixed bug in ormsupport.rb (this will be moved out of facets in next release)
10
- ** added empty? to dictionary (removed old subclass of Hash)
11
- * significant improvements to command.rb thanks to Tyler Rick
12
- * added tests to elementwise and tap
13
- * fixed test for elementwise and op_tilde_self
14
- * added enumerable/map_send
15
- * added thread_map and thread_map_send thanks to greg
16
- * added operator "~@" for enumerable/elementwise
17
- * added more/consoleutils.rb
18
- * added string/cleave
19
- * added capitalize_all thanks to Richard Laugesen
20
- * cartesian_product is an alias of enumerable/cart
21
- * added array pad thanks to Richard Laugesen
22
- * added kernel/tap
23
- * fixed test/unit load issues
24
- * converted facet/ requires to facets/core or facets/more as needed
25
- * further improvements to arguments.rb (looking good!)
26
- * improved symbol/self/generate
27
- * bug fix kernel/autoreload arguments needed to be in opposite order
28
- * add to_xoxo
29
- * removed bad character codes in multiplier.rb
30
- * used yaml to allow json.rb to work for all object in general
31
- * improvements to functor (note: is to_a and to_proc okay?)
32
- * add test to string/bytes.rb
33
- * bug fix to nilclass/op_cmp
34
- * fixed enumerable/op_pow to use enumerable/cart
35
- * added array/op_div
36
- * adjustments to xmlbuilder and htmlbuilder dur to buildingblock changes
37
- * improved buildingblock.rb
38
- * simplified interface of arguments.rb (still a little more to do)
39
- * improvements/simplifications to Dir.multiglob
40
- * added new authors to list
41
- * fixed misspelling of behavior.rb (was bahvior.rb)
42
- * removed #own from base list in facets.rb (really need a standard for "singleton class")
43
- * minor adjustments to uploadutils
44
- * fixed bug in aspects.rb that would not handle args of wrapped method
45
- * Symbol#to_s optimization, had to remove freeze
46
- * updates to fileutils/stage (stage worth keeping?)
47
- * update to credits
48
- * fix bug in kernel/ask, returns more than one character
49
- * cleanup of enumerbale/graph (no effective change)
50
- * new super fast enumerable/cart by Thomas Hafner (replaces #cross)
51
- * improved multiglob rountines (accept '+' and '-' prefixes)
52
- * No longer will track project file via scm until it settles
53
- * fixed bug in attr_tester, thanks Dov!
54
- * added weekdays to times.rb thanks to Ryan Platte and Dave Hoover
55
- * improvements to dictionary.rb (no longer a subclass of Hash) thanks Jan!
56
- * re-replace openhash with openobject
57
- * improvements to ann.rb and ann_attr.rb. works, yea!
58
- * fixed bug in string/singular.rb
59
- * changed enumerable/cross into enumerable/cart and cartesian_product
60
- * openobject returns (openhash was a bad name, thanks george)
61
- * moved enumerable/cross to enumerable/cart (cartesian_product)
62
-
63
- == 1.8
64
- * added buildingblock.rb, replaced builderobject.rb
65
- * adjust require for "yored" files
66
- * HtmlBuilder and XMLBuilder aer now based on BuildingBlock
67
- * bug fix for command.rb
68
- * minor improvements to basic object (object_self to access kernel methods)
69
- * ostuct adjustment, use #instance_delegate to get underneth the open access
70
- * module/include_as is now based on module/namespace (thanks Pit!)
71
- * minor adjustments to methods for (class<<self;self;end)
72
- * fixed enumerable/partition_by
73
- * further updates to project info file (need to stop versioning this)
74
- * deprecated (yored) builderobject.rb (poor implementation)
75
- * added hash/insert; like store but only if key isn't already present
76
- * added module/include_and_extend
77
- * facets.rb now references facets/sys.rb
78
- * added facets/automatic -- very cool, albiet expiremental way to load core methods automatically!
79
- * added File::mulitglob_sum; accumulates file patterns, and accepts '+' and '-' prefixes
80
- * added module/module_method; like module_function but makes method public
81
- * added module/include_function_module; attempts to properly include one function_module into another
82
- * kernel/yaml convenience method for YAML::load
83
- * added kernel/supress; supress errors while executing a block (nice DHH!)
84
- * added symbol/chomp, like string#chomp
85
- * added proc/to_h; converts an assignment proc into a hash
86
- * proc/bind; bind a proc to an object, returning a method
87
- * added module/prepend; provides dyanamic method wraps for modules, and static wraps for classes
88
- * added module/new; use a module as if it were a class
89
- * added module/alias_accessor
90
- * renamed #superior to #super_at
91
- * kernel/instance_class; yet anouther meta_class name, but a more sensicle name this one
92
- * added kernel/populate; populates an object's inst. vars from a hash or assingment block
93
- * added kernel/daemonize; one last thanks to DHH!
94
- * added enumerable/injecting; like inject but automatically returns the memo from the block
95
- * added kernel/object_send, a true public-only send method
96
- * added kernel/silence_stream; output to null device; thanks DHH!
97
- * added kernel/instance_values, thanks DHH!
98
- * added Config:inspect for rbconfig
99
- * added hash/pairs_at (aking to values_at)
100
- * added _why's metaid methods (meta_class, meta_eval, etc.)
101
- * added kernel/enable_warnings to complement silence_warinings
102
- * added integer/to_roman
103
- * added logical operators for hash (and/or)
104
- * array/to_path convert ans array to a path string
105
- * array/index takes a block
106
- * added fileutils/compress; very simple convenience methods for archiving folders
107
- * added fileutils/stage adn staged, a means of transfering files accoring to preset rules
108
- * had to remove taskable.rb for now (implementation won't work as toplevel include)
109
- * added kernel/ask, simply command to get console input
110
- * moved deprecated #facet_require to yore lib
111
- * deprecated (yored) kernel/own, yet another term for the singleton class
112
- * renamed quaclass to qua_class
113
- * added populate.rb, mixin for classes that need on a basic initializer
114
- * added version_number.rb (a specialized tuple)
115
- * OpenObject = OpenHash (OpenObject will eventually be deprecated)
116
- * added uploadutils.rb
117
- * added Joel VanderWerf's great script.rb script
118
- * added Austin's minitar.rb --it's just too damn useful!
119
- * added htmlfilter.rb very nice html escape class
120
- * added dependency.rb, allwos method to have dependend execution (like rake tasks)
121
- * added arguments.rb this is for parsing console command arguments
122
- * add new version of annotations: ann.rb and ann_attr.rb
123
- * memoize should now work at toplevel
124
- * removed dataobject.rb (was never used)
125
- * minor doc change to instance_intercept.rb
126
- * doc change to methodfilter.rb (maybe deprecat in future)
127
- * deprecated (yored!) module/inject; what a silly method
128
- * added File::yaml? to roughly detect if a file is a yaml file
129
- * deprecated kernel/require_facet (no longer needed)
130
- * moved old module/namespace implementation to yore
131
- * adjust old annotation.rb (now in yore) to use openhash
132
- * moved plugin.rb to ratchets/library project
133
- * renamed openobject to openhash !!!
134
- * proper credit for multiton goes to Ara T. Howard!!!! Also improvements.
135
- * remove library.rb (move to ratchets/library project)
136
- * minor bug fix to httpaccess
137
- * updated autovivify.rb to use openhash
138
- * improvement to command.rb
139
- * imporved time/stamp
140
- * reimplemented proc/to_method for more sensible behavior
141
- * reimplemented module/namespace, very clever thanks to pit captain
142
- * added module_load and module_require, e.g. load into and require into
143
- * reimplemented instance_exec, should be much improved
144
- * doc updates to inflect.rb
145
- * updates to Hash op_add, reverse_merge, and rekey
146
- * each_slice is now just an alias via enumerator & fixes to partition_by
147
- * minor adjusment to multiglob
148
- * modified all.rb (not recommended!) to require facets/sys
149
- * modifications to project information file (should this be versioned?)
150
- * created yore lib to store deprecated features (good idea!)
151
- * modified PROJECT info file
152
- * added module class/module_load and _require
153
- * remove facet/ redirect lib from darcs repository
154
- * OpenObject is now OpenHash (OpenObject still exist for backcompat)
155
- * kernel/returning is a stub for kernel/with
156
- * added proc/update as alias for #call per Tim Pease use of Proc as Observable
157
- * added behavior.rb by Nobuyoshi Nakada (plan to improve)
158
- * rewrote taskable.rb using classes to represent tasks; it is much improved
159
- * openobject.rb doc updates
160
- * major update to functor which is now a subclass of Proc (should be faster)
161
- * improvements to dictionary.rb to go along with additions of first and last
162
- * small improvements to command.rb
163
- * removed uses of __class__ for object_class and solidified usaged of #as in basicobject.rb
164
- * deprecated ostruct shadow methods (i.e __table__) in favor of #instance methods
165
- * added test to module/alias_method_chain
166
- * imporvements to instance_exec thanks to Mauricio Fernandez
167
- * improvements to kernel/send_as
168
- * improvements to kernel/as
169
- * minor doc addition to kernel/as
170
- * fixed syntax in hash/op_add.rb
171
- * imporvements to hash/partition_by thanks to Gregory of Laurel
172
- * added Mauricio Fernandez to authors
173
- * added addtional work library lore
174
- * moved "calibre" project information files
175
- * moved a number of "in the works" libs to ToadCode project
176
- * removed predicate.rb, an expiremental logic system, and moved to ToadCode
177
- * Added plugin.rb, an indirect require mechinism, ie. a plugin system
178
- * remove one.rb and moved to ToadCode project, this was just silly/fun library
179
- * Added library.rb which is a library ledger system (used to be roll.rb)
180
- * added kernel/with which instance_eval's a block on with's subject
181
- * rekey is an improved version of normalize_keys (ie. the basis of symbolize_keys)
182
- * multiglob is like glob but handles a list of patterns
183
- * proper access to openstruct's underlying table
184
- * minor adjustment to taskable.rb
185
- * minor adjustment to #dresner docs
186
- * minor adjustment to #as
187
- * simple doc addition to setup.rb
188
- * doc fixes and losening toplevel constraint to Object in taskable
189
- * made OpenObject #update and #merge public; added to_hash
190
- * minor "public" fix to main_as_object
191
- * removed unorder_store and store_only; added first/last to dictionary
192
- * continued improvements to command.rb
193
- added some new callbacks such as option_missing;
194
- also handles method_missing properly now
195
- * minor adjustments to module::@+
196
- * added string/rewrite
197
- * test fixes to module/include_as
198
- * documentation fix for class_extension
199
- * minor edit to supermethod (also finish #superior removal)
200
- * cleanup kernel/set_with code
201
- * update kernel/metaclass can now take a block
202
- * added hash#+ and hash#- (op_add and op_sub)
203
- * added cache to enumerable/every
204
- * minor updates to facets.rb
205
- * removed kernel/superior (silly name)
206
- * minor modifications ot PROJECT file
207
- * [add] more/autovivify.rb expiremental lib.
208
- * [update] Minor fix to command.rb to not use Kernel methods as subcommands.
209
- * [update] Work on annotation.rb to improve support for :self.
210
- * [deprecate] enumerable/permute.rb (replaced by permutation) and minor test fix to linkedlist.rb
211
- * [added] linkedlist.rb (thanks Kirk Haines!)
212
- * [added] enumerable/sum (thanks to Gavin Kistner)
213
- * [added] array/each_combo and combos (Eunumerable.combinations will be deprecated eventually)
214
- * [rename] changed enumerable/permute to permutation
215
- * [update] annotation.rb, fixed :self key
216
- * [added] pathname/op_div
217
- * [deprecated] hash/each.rb
218
- * [removed] hash/each.rb, this variation of Hash#each is too "dangerous" in practice
219
- * [update] module/self/op_add.rb: fixed inclusion order
220
- * annotation.rb, return annotations of self when key is :self [updated]
221
- * module/self/op_add.rb and op_sub.rb - traits like features [added]
222
- * minor improvemtns to module/clone_using and integrate
223
- * command.rb: minor change to docs [update]
224
- * openobject.rb (added NilClass#to_openobject) [update]
225
- * enumerable/each_slice.rb [replace]
226
- Ruby already has #each_slice if you require 'enumerator'. And for 1.9,
227
- I believe, this will be present automatically. So Facets' each_slice
228
- has been replaced with a simple redirection to require 'enumerator'.
229
- Ruby's version is slightly different in that it won't check arity if
230
- a slice count is not given. For this, use enumerable/each_by.
231
- * array/delete_at.rb [removed]
232
- Ruby's Array class already has a #delete_at method,
233
- although this is another method at odds with Hash.
234
- Use #delete_values_at instead.
235
- * moved File.bitbucket to File.null (but bitbucket was so "fun"! ;)
236
- * added nilclass/to_path
237
- * added kernel/load_local
238
- * added kernel/callee
239
- * added enumerable/eachn, integer/each and integer/of
240
- * re-added array/delete_values_at
241
- * added filetest/self/root
242
- * added cache.rb
243
- * moved Dir.bitbucket to File.bitbucket
244
- * removed task file in favor of sake based util/
245
- * added main_as_module
246
- * added doublemetaphone (Thanks Lawrence Philps!)
247
- * rewrote taskable.rb
248
- * minor doc fix to association.rb
249
- * added symbol/to_s which caches the result for speed up
250
- * additions and adjusments related to hash/delete_at
251
- * added Dir.bitbucket
252
- * update to array/op_fetch to include op_store
253
- * updated docs and util tasks
254
- * minor changes
255
- * added filesystem.rb
256
- * taskable should now work at the toplevel too
257
- * still working the organization as Reap/Sake change
258
- * started setting project tasks up for sake
259
- * updates to enumerable each_slice
260
- * updated names of meta files
261
- * updates to READMEs
262
- * added trace to command.rb
263
- * organizational changes
264
-
265
- == 1.7
266
- * fix to inifinty.rb
267
- * comment on cut.rb needed a quick fix
268
- * updated infinity
269
- * added tkxml.rb
270
- * allow tasks to to arguments (all dependent tasks must take same args)
271
- * update infinity.rb to conform more with common standards
272
- * error catch added to command.rb (thanks Jonas)
273
- * added singleton annotations
274
- * minor improvement to wrap_method and proc/compose
275
- * added more/infinity.rb
276
- * major improvement to String#singular and plural
277
- * update normalize_keys to take a proc instead of a "send" parameter
278
- * projectinfo backups change
279
- * added cuts implimentation
280
- * separated integer/op_mul from compose, op_mul now composes and Integer#of
281
- * wrap_method, no need to undef method before redefining it
282
- * move calibre files (will we do ever use?) to work/pore/meta
283
- * added work dir to repo
284
- * fix instance_interception test
285
- * doc cleanup
286
- * added hash/op_div and array/op_div to BASE.
287
- * remove kernel/called and fixed callee,__callee__ and __method__.
288
- * just about prefected OpenObject
289
- * keys_to_sym to symbolize_keys usage
290
- * remove explore dir, perhaps better to do without midstage
291
- * added to_a to OpenObject
292
- * minor touchup to opencascade
293
-
294
- == 1.6
295
- * PrivateAccess expiremental class
296
- * added reverse_merge (from Active Support)
297
- * adjustments to stringify_keys, record normalize_keys
298
- * work on other Hash subclasses Dictionary, OpenCascade, and Hash#having_fallback features
299
- * added some core methods enumerable#divide, array and hash op_div, kernel/meta
300
- * deprecated generate_method_name and generate_instance_method_name
301
- * Hash methods keys_to_s and keys_to_sym to stringify_keys and symbolize_keys
302
- Both now depend on normalize_keys
303
- * rewrote openobject as a subclass of Hash with a method filter
304
- * rewrote annotation.rb and moved into more/
305
- * add meta docs to darcs
306
- * added Jan Molic's Debugger(Logger) to explore
307
- * calibre task (worth the effort?)
308
- * added Symbol::generate
309
- * remove generate_method_name methods
310
- ** removed kernel/generate_method_name
311
- ** removed moodule/generate_instance_method_name
312
- Neither were thread safe.
313
- * new implementation of openobject cont.
314
- * updated dictionary class
315
- 1. created subclass AutoDictionary, now used by Dictionary.auto
316
- 2. deprecated ::key_new and :value_new, use ::new.by_key and ::new.by_value instead.
317
- 3. Retained ::alpha but changed ::auto_key to ::auto_alpha.
318
- * new implementation of openobject in Facets/EXPLORE
319
- * Added deep_clone (thanks Jan Molic)
320
- * project metadata work adjustments
321
- * minor update to tagiterator.rb
322
- * add _darcs expection to FileList
323
- * fix to nilclass#status (accept single parameter)
324
- * added Hash.auto (thanks Jan Molic)
325
- * remove blankslate alias to basicobject
326
- * added annotation and instance_intercept to Facets/EXPLORE
327
- * added Kernel#to_data
328
- * add Daniel Berger's Hash#to_stuct
329
- * moved ValueHolder in snapshot.rb to Snapshot::ValueHolder
330
- * minor bug fix to alias_method_chain
331
- * fix compatiblity with Reap
332
- * improved Proc#to_method and Kernel#instance_exec
333
- * added instance_exec (duh)
334
- * added object_clone and object_dup
335
- object_ methods are intended as non-overridable (although you cna if you must).
336
- * no Configuration alias for Settings
337
- * added facets/explore libs
338
- * added settings.rb from glue
339
- * openobject uses self[] instead of @table[]
340
- also update proj/infp to start 1.5 series
341
- * deprecate BaasicObject
342
-
343
- == 1.4.5
344
- * move ProjectInfo to proj/info
345
- * better arrangment of repository
346
- * Added nil#status, module#alias_method_chain and enumerable#cascade.
347
- nil#status - Allows a messgae to be passed through a failure chain.
348
- module#alias_method_chain - from rails this is clever idiom for
349
- module-based method wrapping. A limited solution, but since
350
- there's no standard solution as of yet, well support til then.
351
- enumerable#cascade - cascade a list of action on each element
352
- of an enumerable.
353
- * method missing in htmlbuilder effected by basic object fix
354
- * minor update to functor.rb
355
- * change WebAgent to Web
356
- * Removed hash/keys_to_iv b/c it is a poor name. Since the alternative of
357
- keys_to_instance_variables conveys the wrong idea, decided to just get
358
- rid of this. Instead use the Rails compatibile hash/variablize_keys.
359
- * 1.4RC3
360
- * initial import
361
-
362
- == 1.4.4
363
- * added nil#status - Allows a messgae to be passed through
364
- a failure chain.
365
- * added module#alias_method_chain - from rails this is clever
366
- idiom for module-based method wrapping. A limited
367
- solution, but since there's no standard solution as
368
- of yet, well support til then.
369
- * added enumerable#cascade - cascade a list of actions on each
370
- element of an enumerable. Better name for this?
371
- * method missing in htmlbuilder effected by BasicObject fix
372
- (use __self__.method instead of __metod__)
373
- * minor update to functor.rb. Added @self = function.binding.self.
374
- Still tweaking for best meta informatin access.
375
- * change WebAgent to Web
376
- * Removed hash/keys_to_iv b/c it is a poor name. Since the alternative
377
- of #keys_to_instance_variables conveys the wrong idea, decided to just
378
- get rid of this. Instead use the hash#variablize_keys which is also
379
- Rails compatibile.
380
-
381
- ===1.4.2
382
- * Started using Darcs --finally!
383
- * Transition to Darcs has interupted ChangeLog though :(
384
- * Mostly minor fixes in prepeartion for official 1.4 release.
385
- * Adjusted BasicObject slightly, further reducing unhidden methods.
386
- Among them __object__, __method__ and #as. Also added method_missing
387
- that detects shadow methods and rebinds them to Object. Keep in mind
388
- that woun't help you if you override method_missing which is
389
- typical for this class.
390
- * Fixed bug in BasicObject#__self__.
391
-
392
- == 1.4.0
393
- * Added Cookie, HTTP and HTTPAccess of ...'s library.
394
- * OpenObject's __get__ and __set__ methods have been changed
395
- to __fetch__ and __store__ to correspond to the Hash methods.
396
- * Added OpenCascade, which is like OpenObject but chains access.
397
- * Added ...'s lazy.rb which include's Future and Promise classes.
398
- * Added task.rb, which provides a Rake interface compatible task
399
- system, but that can be used in any code.
400
- * Improved Hash#traverse (it now does all traversing before yielding).
401
- * kernel/me, kernel/methodname and kernel/method_name have all been
402
- deprecated in favor of the 1.9 standard kernel/__method__ and
403
- kernel/__callee__.
404
- * Console::Application is deprecated and is no longer an alias for
405
- Console::Command.
406
- * Console::Command also now supports run-on flags (eg. -xvzf).
407
- * More's classinherit.rb has been removed, and classmethods.rb will be
408
- too in another version or two. You should transition all uses of
409
- these to core/module/class_extension.rb.
410
- * Updated tuple.rb so that when a string is converted to a Tuple (#to_t)
411
- the values wll be made integers if they are composed of only numbers.
412
- If you need all strings you can use a block since the block bypasses
413
- this auto coercement, eg. to_t{ |v| v }.
414
-
415
- == 1.3.1
416
- * Deprecated string/to_arr, and slightly adjusted string#to_a.
417
- (Not commonly used so not a major change.)
418
- * Minor bug fixes.
419
-
420
- == 1.3.0
421
- * Ported parts of Nitro's Glue library to Facets.
422
- * more/aspects.rb
423
- * core/module/on_included.rb
424
- * core/module/expirable.rb
425
- * core/enumerable/accumulate.rb
426
- * Added xoxo.rb, json.rb and rtals.rb.
427
- * Repaired missing data files for units.rb.
428
- * Moved cattr methods from module/ to class/.
429
- * mattr methods are in limbo at the moment.
430
- (They were aliases for cattr.)
431
-
432
- == 1.2.1
433
- * kernel/meta has been renamed to kernel/instance
434
-
435
- == 1.2.0
436
- * Added zimba.tm's string/modulize, pathize and methodize.
437
- * Added some Gem methods, self/active?, self/gemspec, self/gempath.
438
-
439
- == 1.0.3
440
- * A last ditch attempt to keep facets and calibre as one project.
441
-
442
- == 1.0.2
443
- * Added _why's Array modulo.
444
-
445
- == 1.0.0
446
- * Sped up string#similarity.
447
- * By popular protest deprecated usage of "AClass.use Facets, :amethod".
448
- * Created nicer layout of facets/support, /group, /english (one day /method).
449
- * Odd sets of facets have been move to facets/group/, eg. facets/group/inflect.
450
- * All is now well preped for a Rolls release shoud that come about.