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