facets 2.4.5 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +6 -2
- data/CHANGES +46 -52
- data/MANIFEST +680 -642
- data/README +3 -10
- data/RELEASE +82 -36
- data/VERSION +1 -1
- data/doc/archive/{changelog-0.rdoc → CHANGELOG-0.10.30} +0 -0
- data/doc/archive/{changelog-1.rdoc → CHANGELOG-1.8.54} +0 -0
- data/doc/archive/CHANGELOG-2.4.5 +1654 -0
- data/doc/{news → archive}/RELEASE-2.0.5 +0 -0
- data/doc/{news → archive}/RELEASE-2.1.0 +0 -0
- data/doc/{news → archive}/RELEASE-2.1.1 +0 -0
- data/doc/{news → archive}/RELEASE-2.1.2 +0 -0
- data/doc/{news → archive}/RELEASE-2.1.3 +0 -0
- data/doc/{news → archive}/RELEASE-2.2.0 +0 -0
- data/doc/{news → archive}/RELEASE-2.2.1 +0 -0
- data/doc/{news → archive}/RELEASE-2.3.0 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.0 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.1 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.2 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.3 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.4 +0 -0
- data/doc/archive/RELEASE-2.4.5 +37 -0
- data/doc/{book/history.rdoc → guide/notes.rd} +62 -4
- data/doc/log/basic_stats/index.html +39 -0
- data/doc/log/bstats/stats.html +39 -0
- data/doc/log/changelog.html +141 -0
- data/doc/log/changelog.txt +1609 -0
- data/doc/log/stats.html +25 -0
- data/doc/log/testlog.txt +278 -0
- data/doc/rdoc/core/classes/Array.html +158 -147
- data/doc/rdoc/core/classes/Binding.html +54 -54
- data/doc/rdoc/core/classes/Class.html +59 -57
- data/doc/rdoc/core/classes/Comparable.html +67 -76
- data/doc/rdoc/core/classes/Dir.html +47 -47
- data/doc/rdoc/core/classes/Enumerable.html +232 -192
- data/doc/rdoc/core/classes/Exception.html +15 -16
- data/doc/rdoc/core/classes/File.html +128 -85
- data/doc/rdoc/core/classes/FileTest.html +7 -7
- data/doc/rdoc/core/classes/Float.html +16 -14
- data/doc/rdoc/core/classes/Functor.html +12 -12
- data/doc/rdoc/core/classes/Hash.html +490 -319
- data/doc/rdoc/core/classes/Indexable.html +110 -110
- data/doc/rdoc/core/classes/InstanceVariables.html +44 -44
- data/doc/rdoc/core/classes/Integer.html +122 -116
- data/doc/rdoc/core/classes/Kernel.html +415 -401
- data/doc/rdoc/core/classes/Lazy/Promise.html +1 -1
- data/doc/rdoc/core/classes/MatchData.html +24 -21
- data/doc/rdoc/core/classes/Module.html +230 -229
- data/doc/rdoc/core/classes/NilClass.html +28 -26
- data/doc/rdoc/core/classes/Numeric.html +30 -30
- data/doc/rdoc/core/classes/Object.html +8 -8
- data/doc/rdoc/core/classes/{Friend.html → ObjectSpace.html} +25 -48
- data/doc/rdoc/core/classes/Proc.html +29 -27
- data/doc/rdoc/core/classes/Range.html +17 -15
- data/doc/rdoc/core/classes/Regexp.html +17 -17
- data/doc/rdoc/core/classes/Stackable.html +31 -31
- data/doc/rdoc/core/classes/String.html +445 -401
- data/doc/rdoc/{more/classes/CLI/NoOptionError.html → core/classes/Struct.html} +24 -21
- data/doc/rdoc/core/classes/Symbol.html +73 -65
- data/doc/rdoc/core/classes/Time.html +87 -86
- data/doc/rdoc/core/classes/TrueClass.html +8 -8
- data/doc/rdoc/core/classes/UnboundMethod.html +17 -16
- data/doc/rdoc/core/created.rid +1 -1
- data/doc/rdoc/core/files/README.html +10 -16
- data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +10 -1
- data/doc/rdoc/core/files/lib/core/facets/array/delete_unless_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/delete_values_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/index_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/binding/callstack_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/class/cattr_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/comparable/at_least_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/at_most_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +5 -1
- data/doc/rdoc/core/files/lib/core/facets/comparable/cap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/clip_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/commonality_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/entropy_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/frequency_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/graph_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/take_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/append_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/create_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/split_all_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/split_root_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/writelines_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_add_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_or_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_push_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_sub_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/replace_each_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +1 -1
- data/doc/rdoc/{more/files/lib/more → core/files/lib/core}/facets/hash/stringify_keys_rb.html +1 -1
- data/doc/rdoc/{more/files/lib/more → core/files/lib/core}/facets/hash/symbolize_keys_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/to_options_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/update_each_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/update_keys_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +8 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/update_values_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +1 -5
- data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/__here___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/callstack_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/qua_class_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/alias_accessor_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/alias_method_chain_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/alias_module_function_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/methodize_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/redefine_method_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/rename_method_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/wrap_method_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/objectspace/classes_rb.html +92 -0
- data/doc/rdoc/{more/files/lib/more/facets/dictionarymatcher_rb.html → core/files/lib/core/facets/objectspace_rb.html} +4 -4
- data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/compress_lines_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/contains_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/expand_tab_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/indent_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/margin_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/methodize_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/op_sub_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/outdent_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +8 -1
- data/doc/rdoc/core/files/lib/core/facets/string/tabto_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/word_wrap_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/struct/attributes_rb.html +92 -0
- data/doc/rdoc/{more/files/lib/more/facets/bytes_rb.html → core/files/lib/core/facets/struct_rb.html} +4 -4
- data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/advance_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +1 -1
- data/doc/rdoc/core/fr_class_index.html +2 -1
- data/doc/rdoc/core/fr_file_index.html +30 -1
- data/doc/rdoc/core/fr_method_index.html +430 -423
- data/doc/rdoc/lore/classes/Date.html +6 -5
- data/doc/rdoc/{more/classes/CLI/Command/UniversalOptions.html → lore/classes/Enumerable.html} +7 -9
- data/doc/rdoc/lore/classes/Enumerable/Enumerator.html +147 -0
- data/doc/rdoc/lore/classes/OpenStruct.html +13 -15
- data/doc/rdoc/lore/created.rid +1 -1
- data/doc/rdoc/lore/files/README.html +10 -16
- data/doc/rdoc/lore/files/lib/lore/facets/date_rb.html +1 -1
- data/doc/rdoc/lore/files/lib/lore/facets/enumerator_rb.html +111 -0
- data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +1 -1
- data/doc/rdoc/lore/fr_class_index.html +2 -0
- data/doc/rdoc/lore/fr_file_index.html +1 -0
- data/doc/rdoc/lore/fr_method_index.html +13 -12
- data/doc/rdoc/more/classes/ANSICode.html +66 -66
- data/doc/rdoc/more/classes/Advisable.html +37 -37
- data/doc/rdoc/more/classes/Advisable/Method.html +20 -20
- data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +27 -27
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +28 -28
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +19 -19
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +31 -31
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +33 -33
- data/doc/rdoc/more/classes/Argvector.html +76 -76
- data/doc/rdoc/more/classes/Association.html +28 -28
- data/doc/rdoc/more/classes/Association/Kernel.html +8 -8
- data/doc/rdoc/more/classes/Autoarray.html +12 -12
- data/doc/rdoc/more/classes/BBCode.html +34 -34
- data/doc/rdoc/more/classes/BaseX.html +16 -16
- data/doc/rdoc/more/classes/BiCrypt.html +67 -67
- data/doc/rdoc/more/classes/BinReadable.html +85 -85
- data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +25 -25
- data/doc/rdoc/more/classes/Binding.html +8 -8
- data/doc/rdoc/more/classes/BlankSlate.html +5 -5
- data/doc/rdoc/more/classes/Buildable.html +4 -4
- data/doc/rdoc/more/classes/BuildingBlock.html +32 -32
- data/doc/rdoc/more/classes/Capsule.html +41 -41
- data/doc/rdoc/more/classes/Cloneable.html +4 -4
- data/doc/rdoc/more/classes/ConsoleUtils.html +22 -22
- data/doc/rdoc/more/classes/Coroutine.html +28 -28
- data/doc/rdoc/more/classes/Crypt.html +16 -16
- data/doc/rdoc/more/classes/CssFilter.html +45 -45
- data/doc/rdoc/more/classes/CssTree.html +8 -8
- data/doc/rdoc/more/classes/Dictionary.html +228 -228
- data/doc/rdoc/more/classes/Downloader.html +56 -56
- data/doc/rdoc/more/classes/Duration.html +369 -445
- data/doc/rdoc/more/classes/Duration/Numeric.html +389 -0
- data/doc/rdoc/more/classes/{CLI/NoCommandError.html → Duration/Time.html} +30 -17
- data/doc/rdoc/more/classes/Enumerable.html +114 -51
- data/doc/rdoc/more/classes/Enumerable/Elementor.html +16 -16
- data/doc/rdoc/more/classes/Enumerable/Enumerator.html +4 -4
- data/doc/rdoc/more/classes/Enumerable/Filterable.html +246 -0
- data/doc/rdoc/more/classes/EnumerablePass.html +17 -17
- data/doc/rdoc/more/classes/{RecursiveDependency.html → Enumerator.html} +7 -4
- data/doc/rdoc/more/classes/{CLI.html → Enumerator/Filter.html} +22 -26
- data/doc/rdoc/more/classes/Equatable.html +16 -16
- data/doc/rdoc/more/classes/Expirable.html +17 -17
- data/doc/rdoc/more/classes/FileList.html +125 -125
- data/doc/rdoc/more/classes/Fileable.html +14 -14
- data/doc/rdoc/more/classes/Fileable/DSL.html +41 -41
- data/doc/rdoc/more/classes/Hash.html +16 -162
- data/doc/rdoc/more/classes/Hash2Xml.html +4 -4
- data/doc/rdoc/more/classes/HtmlFilter.html +9 -9
- data/doc/rdoc/more/classes/IORedirect.html +19 -19
- data/doc/rdoc/more/classes/InfinityClass.html +36 -36
- data/doc/rdoc/more/classes/InfinityClass/Numeric.html +23 -23
- data/doc/rdoc/more/classes/Ini.html +37 -37
- data/doc/rdoc/more/classes/Instantiable.html +9 -9
- data/doc/rdoc/more/classes/Instantize.html +8 -8
- data/doc/rdoc/more/classes/Interval.html +187 -187
- data/doc/rdoc/more/classes/It.html +12 -12
- data/doc/rdoc/more/classes/LRUCache.html +38 -38
- data/doc/rdoc/more/classes/LinkedList.html +68 -68
- data/doc/rdoc/more/classes/LinkedList/Node.html +4 -4
- data/doc/rdoc/more/classes/{DictionaryMatcher.html → Matcher.html} +66 -68
- data/doc/rdoc/more/classes/{DictionaryMatcher → Matcher}/MatchData.html +8 -8
- data/doc/rdoc/more/classes/{CacheDecorator.html → Memoizer.html} +64 -46
- data/doc/rdoc/more/classes/Module.html +182 -361
- data/doc/rdoc/more/classes/Multiton.html +12 -12
- data/doc/rdoc/more/classes/Multiton/MetaMethods.html +28 -28
- data/doc/rdoc/more/classes/Net/SMTP.html +8 -8
- data/doc/rdoc/more/classes/NullClass.html +24 -24
- data/doc/rdoc/more/classes/Numeric/Multipliers.html +456 -0
- data/doc/rdoc/more/classes/ObjectReflection.html +12 -12
- data/doc/rdoc/more/classes/OpEsc.html +8 -7
- data/doc/rdoc/more/classes/OpenCascade.html +4 -4
- data/doc/rdoc/more/classes/OpenCollection.html +8 -8
- data/doc/rdoc/more/classes/OpenHash.html +9 -9
- data/doc/rdoc/more/classes/{EventHook.html → OpenModule.html} +24 -63
- data/doc/rdoc/more/classes/OpenObject.html +95 -95
- data/doc/rdoc/more/classes/OpenStructable.html +326 -0
- data/doc/rdoc/more/classes/PQueue.html +84 -84
- data/doc/rdoc/more/classes/Paramix.html +11 -11
- data/doc/rdoc/more/classes/Paramix/Delegator.html +16 -16
- data/doc/rdoc/more/classes/PathList.html +8 -8
- data/doc/rdoc/more/classes/PathList/Finder.html +8 -8
- data/doc/rdoc/more/classes/Platform.html +46 -46
- data/doc/rdoc/more/classes/Pool.html +18 -18
- data/doc/rdoc/more/classes/Proc.html +9 -9
- data/doc/rdoc/more/classes/ProgressBar.html +52 -52
- data/doc/rdoc/more/classes/Prototype.html +28 -28
- data/doc/rdoc/more/classes/RWDelegator.html +16 -16
- data/doc/rdoc/more/classes/Random.html +5 -5
- data/doc/rdoc/more/classes/Random/Array.html +37 -37
- data/doc/rdoc/more/classes/Random/Hash.html +52 -52
- data/doc/rdoc/more/classes/Random/Object.html +4 -4
- data/doc/rdoc/more/classes/Random/String.html +34 -34
- data/doc/rdoc/more/classes/Random/String/Self.html +9 -9
- data/doc/rdoc/more/classes/Recorder.html +16 -16
- data/doc/rdoc/more/classes/Reference.html +19 -19
- data/doc/rdoc/more/classes/Registerable.html +13 -13
- data/doc/rdoc/more/classes/Semaphore.html +36 -36
- data/doc/rdoc/more/classes/Settings.html +28 -28
- data/doc/rdoc/more/classes/Settings/Setting.html +13 -13
- data/doc/rdoc/more/classes/Settings/SettingCollection.html +4 -4
- data/doc/rdoc/more/classes/SimpleStringIO.html +8 -8
- data/doc/rdoc/more/classes/Snapshot.html +16 -16
- data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +12 -12
- data/doc/rdoc/more/classes/SparseArray.html +1397 -0
- data/doc/rdoc/more/classes/Stash.html +232 -0
- data/doc/rdoc/more/classes/String/Mask.html +72 -72
- data/doc/rdoc/more/classes/String/Words.html +49 -49
- data/doc/rdoc/more/classes/Struct.html +8 -8
- data/doc/rdoc/more/classes/SyncArray.html +4 -4
- data/doc/rdoc/more/classes/SyncHash.html +4 -4
- data/doc/rdoc/more/classes/SyncHash/Delegator.html +28 -28
- data/doc/rdoc/more/classes/SyncHash/Inheritor.html +28 -28
- data/doc/rdoc/more/classes/System.html +253 -253
- data/doc/rdoc/more/classes/Timer.html +48 -48
- data/doc/rdoc/more/classes/Timer/Dummy.html +9 -9
- data/doc/rdoc/more/classes/TracePoint.html +58 -58
- data/doc/rdoc/more/classes/Tuple.html +170 -170
- data/doc/rdoc/more/classes/TypeCast/Class.html +4 -4
- data/doc/rdoc/more/classes/TypeCast/Object.html +4 -4
- data/doc/rdoc/more/classes/Uninheritable.html +6 -6
- data/doc/rdoc/more/classes/VersionNumber.html +57 -57
- data/doc/rdoc/more/classes/XOXO.html +9 -9
- data/doc/rdoc/more/classes/ZipUtils.html +251 -118
- data/doc/rdoc/more/classes/ZipUtils/DryRun.html +203 -35
- data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +203 -35
- data/doc/rdoc/more/classes/ZipUtils/Verbose.html +173 -35
- data/doc/rdoc/more/created.rid +1 -1
- data/doc/rdoc/more/files/README.html +10 -16
- data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +1 -18
- data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +1 -41
- data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +2 -1
- data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +2 -1
- data/doc/rdoc/more/files/lib/more/facets/{fileshell_rb.html → filter_rb.html} +6 -5
- data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +3 -28
- data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/matcher_rb.html +97 -0
- data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +7 -4
- data/doc/rdoc/more/files/lib/more/facets/{cachedecorator_rb.html → memoizer_rb.html} +23 -49
- data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +2 -18
- data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +1 -1
- data/doc/rdoc/{core/files/lib/core/facets/callstack_rb.html → more/files/lib/more/facets/openmodule_rb.html} +4 -4
- data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/ostructable_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/sparse_array_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/stash_rb.html +166 -0
- data/doc/rdoc/more/files/lib/more/facets/string/words_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +6 -34
- data/doc/rdoc/more/fr_class_index.html +13 -17
- data/doc/rdoc/more/fr_file_index.html +7 -15
- data/doc/rdoc/more/fr_method_index.html +1079 -1003
- data/doc/rdoc/more/index.html +1 -1
- data/lib/core/facets/array/conjoin.rb +1 -1
- data/lib/core/facets/array/delete.rb +3 -60
- data/lib/core/facets/array/delete_unless.rb +15 -0
- data/lib/core/facets/array/delete_values.rb +50 -0
- data/lib/core/facets/array/index.rb +0 -26
- data/lib/core/facets/array/indexable.rb +2 -2
- data/lib/core/facets/array/merge.rb +1 -1
- data/lib/core/facets/array/only.rb +1 -2
- data/lib/core/facets/array/pad.rb +2 -2
- data/lib/core/facets/array/permutation.rb +1 -1
- data/lib/core/facets/array/product.rb +2 -2
- data/lib/core/facets/array/rotate.rb +2 -4
- data/lib/core/facets/array/select.rb +1 -1
- data/lib/core/facets/array/splice.rb +1 -1
- data/lib/core/facets/array/stackable.rb +2 -2
- data/lib/core/facets/binding/caller.rb +2 -7
- data/lib/core/facets/binding/callstack.rb +1 -0
- data/lib/core/facets/binding/defined.rb +0 -1
- data/lib/core/facets/bitmask.rb +6 -9
- data/lib/core/facets/class/cattr.rb +6 -9
- data/lib/core/facets/class/descendents.rb +0 -2
- data/lib/core/facets/class/prepend.rb +3 -4
- data/lib/core/facets/class/to_proc.rb +0 -20
- data/lib/core/facets/comparable/at_least.rb +1 -0
- data/lib/core/facets/comparable/at_most.rb +1 -0
- data/lib/core/facets/comparable/bound.rb +1 -65
- data/lib/core/facets/comparable/cap.rb +34 -0
- data/lib/core/facets/comparable/clip.rb +38 -0
- data/lib/core/facets/comparable/cmp.rb +3 -3
- data/lib/core/facets/comparable/comparable.rb +1 -1
- data/lib/core/facets/dir/ascend.rb +2 -5
- data/lib/core/facets/dir/multiglob.rb +0 -2
- data/lib/core/facets/dir/recurse.rb +1 -2
- data/lib/core/facets/enumerable/accumulate.rb +2 -0
- data/lib/core/facets/enumerable/cluster_by.rb +1 -1
- data/lib/core/facets/enumerable/collect.rb +2 -2
- data/lib/core/facets/enumerable/commonality.rb +1 -1
- data/lib/core/facets/enumerable/count.rb +1 -1
- data/lib/core/facets/enumerable/divide.rb +1 -1
- data/lib/core/facets/enumerable/duplicates.rb +2 -2
- data/lib/core/facets/enumerable/each_by.rb +1 -1
- data/lib/core/facets/enumerable/entropy.rb +2 -2
- data/lib/core/facets/enumerable/frequency.rb +1 -1
- data/lib/core/facets/enumerable/graph.rb +1 -0
- data/lib/core/facets/enumerable/group_by.rb +1 -1
- data/lib/core/facets/enumerable/inject.rb +2 -3
- data/lib/core/facets/enumerable/map_send.rb +15 -3
- data/lib/core/facets/enumerable/mash.rb +4 -5
- data/lib/core/facets/enumerable/mode.rb +1 -1
- data/lib/core/facets/enumerable/modulate.rb +2 -2
- data/lib/core/facets/enumerable/none.rb +1 -1
- data/lib/core/facets/enumerable/occur.rb +0 -2
- data/lib/core/facets/enumerable/one.rb +1 -1
- data/lib/core/facets/enumerable/probability.rb +1 -1
- data/lib/core/facets/enumerable/sum.rb +1 -1
- data/lib/core/facets/enumerable/take.rb +20 -0
- data/lib/core/facets/enumerable/uniq_by.rb +0 -2
- data/lib/core/facets/exception/detail.rb +1 -1
- data/lib/core/facets/exception/suppress.rb +1 -2
- data/lib/core/facets/file/append.rb +1 -1
- data/lib/core/facets/file/create.rb +1 -1
- data/lib/core/facets/file/null.rb +1 -1
- data/lib/core/facets/file/read.rb +3 -3
- data/lib/core/facets/file/rewrite.rb +1 -1
- data/lib/core/facets/file/rootname.rb +1 -1
- data/lib/core/facets/file/split_all.rb +19 -0
- data/lib/core/facets/file/split_root.rb +3 -0
- data/lib/core/facets/file/write.rb +1 -1
- data/lib/core/facets/file/writelines.rb +1 -2
- data/lib/core/facets/filetest/root.rb +1 -1
- data/lib/core/facets/hash/alias.rb +1 -1
- data/lib/core/facets/hash/autonew.rb +1 -17
- data/lib/core/facets/hash/collate.rb +1 -1
- data/lib/core/facets/hash/delete.rb +3 -3
- data/lib/core/facets/hash/insert.rb +1 -1
- data/lib/core/facets/hash/inverse.rb +1 -1
- data/lib/core/facets/hash/join.rb +1 -1
- data/lib/core/facets/hash/keys.rb +3 -3
- data/lib/core/facets/hash/op_add.rb +1 -1
- data/lib/core/facets/hash/op_and.rb +1 -1
- data/lib/core/facets/hash/op_mul.rb +1 -1
- data/lib/core/facets/hash/op_or.rb +1 -1
- data/lib/core/facets/hash/op_push.rb +1 -1
- data/lib/core/facets/hash/op_sub.rb +1 -1
- data/lib/core/facets/hash/rekey.rb +11 -7
- data/lib/core/facets/hash/replace_each.rb +16 -0
- data/lib/core/facets/hash/select.rb +1 -2
- data/lib/{more → core}/facets/hash/stringify_keys.rb +0 -0
- data/lib/core/facets/hash/symbolize_keys.rb +94 -0
- data/lib/core/facets/hash/to_options.rb +1 -0
- data/lib/core/facets/hash/to_struct.rb +1 -1
- data/lib/core/facets/hash/traverse.rb +2 -2
- data/lib/core/facets/hash/update.rb +5 -80
- data/lib/core/facets/hash/update_each.rb +18 -0
- data/lib/core/facets/hash/update_keys.rb +20 -0
- data/lib/core/facets/hash/update_values.rb +20 -0
- data/lib/core/facets/hash/weave.rb +1 -1
- data/lib/core/facets/hash/zipnew.rb +17 -1
- data/lib/core/facets/integer/factorial.rb +1 -1
- data/lib/core/facets/integer/multiple.rb +1 -1
- data/lib/core/facets/integer/odd.rb +2 -2
- data/lib/core/facets/kernel/__here__.rb +8 -0
- data/lib/core/facets/kernel/as.rb +2 -2
- data/lib/core/facets/kernel/attr_singleton.rb +5 -5
- data/lib/core/facets/{callstack.rb → kernel/callstack.rb} +1 -1
- data/lib/core/facets/kernel/complete.rb +1 -1
- data/lib/core/facets/kernel/constant.rb +1 -1
- data/lib/core/facets/kernel/d.rb +1 -5
- data/lib/core/facets/kernel/demo.rb +2 -2
- data/lib/core/facets/kernel/ergo.rb +2 -2
- data/lib/core/facets/kernel/instance_class.rb +1 -1
- data/lib/core/facets/kernel/instance_variables.rb +2 -4
- data/lib/core/facets/kernel/not_nil.rb +1 -1
- data/lib/core/facets/kernel/object_send.rb +1 -1
- data/lib/core/facets/kernel/p.rb +1 -1
- data/lib/core/facets/kernel/populate.rb +2 -2
- data/lib/core/facets/kernel/qua_class.rb +2 -2
- data/lib/core/facets/kernel/resc.rb +1 -1
- data/lib/core/facets/kernel/respond.rb +1 -1
- data/lib/core/facets/kernel/returning.rb +1 -1
- data/lib/core/facets/kernel/silence.rb +4 -4
- data/lib/core/facets/kernel/try.rb +5 -3
- data/lib/core/facets/matchdata/match.rb +1 -1
- data/lib/core/facets/matchdata/matchset.rb +2 -2
- data/lib/core/facets/metaid.rb +5 -5
- data/lib/core/facets/module/abstract.rb +1 -1
- data/lib/core/facets/module/alias_accessor.rb +3 -3
- data/lib/core/facets/module/alias_method_chain.rb +1 -2
- data/lib/core/facets/module/alias_module_function.rb +1 -1
- data/lib/core/facets/module/ancestor.rb +1 -1
- data/lib/core/facets/module/basename.rb +1 -1
- data/lib/core/facets/module/conflict.rb +1 -2
- data/lib/core/facets/module/include_function_module.rb +1 -1
- data/lib/core/facets/module/instance_methods.rb +4 -6
- data/lib/core/facets/module/is.rb +2 -2
- data/lib/core/facets/module/modspace.rb +1 -1
- data/lib/core/facets/module/module_load.rb +2 -2
- data/lib/core/facets/module/nesting.rb +1 -1
- data/lib/core/facets/module/op.rb +3 -6
- data/lib/core/facets/module/prepend.rb +1 -1
- data/lib/core/facets/module/redefine_method.rb +1 -1
- data/lib/core/facets/module/rename_method.rb +1 -1
- data/lib/core/facets/module/revise.rb +2 -2
- data/lib/core/facets/module/spacename.rb +1 -1
- data/lib/core/facets/module/wrap_method.rb +1 -1
- data/lib/core/facets/nilclass/to_f.rb +1 -1
- data/lib/core/facets/numeric/approx.rb +1 -1
- data/lib/core/facets/numeric/distance.rb +1 -1
- data/lib/core/facets/numeric/round.rb +3 -6
- data/lib/core/facets/objectspace.rb +6 -0
- data/lib/core/facets/objectspace/classes.rb +11 -0
- data/lib/core/facets/proc/bind.rb +1 -1
- data/lib/core/facets/proc/compose.rb +2 -2
- data/lib/core/facets/proc/to_method.rb +1 -1
- data/lib/core/facets/proc/update.rb +1 -1
- data/lib/core/facets/range/combine.rb +2 -2
- data/lib/core/facets/range/overlap.rb +1 -2
- data/lib/core/facets/range/within.rb +2 -4
- data/lib/core/facets/regexp/arity.rb +1 -1
- data/lib/core/facets/string/align.rb +3 -3
- data/lib/core/facets/string/bracket.rb +6 -6
- data/lib/core/facets/string/camelcase.rb +1 -1
- data/lib/core/facets/string/capitalized.rb +3 -3
- data/lib/core/facets/string/chars.rb +1 -1
- data/lib/core/facets/string/chomp.rb +2 -2
- data/lib/core/facets/string/cleave.rb +1 -1
- data/lib/core/facets/string/compress_lines.rb +17 -0
- data/lib/core/facets/string/contains.rb +7 -0
- data/lib/core/facets/string/divide.rb +1 -1
- data/lib/core/facets/string/expand_tab.rb +35 -0
- data/lib/core/facets/string/fold.rb +1 -1
- data/lib/core/facets/string/indent.rb +25 -0
- data/lib/core/facets/string/interpolate.rb +1 -1
- data/lib/core/facets/string/line_wrap.rb +1 -1
- data/lib/core/facets/string/lines.rb +1 -2
- data/lib/core/facets/string/margin.rb +30 -0
- data/lib/core/facets/string/methodize.rb +1 -1
- data/lib/core/facets/string/mscan.rb +1 -1
- data/lib/core/facets/string/natcmp.rb +1 -2
- data/lib/core/facets/string/nchar.rb +0 -2
- data/lib/core/facets/string/op_sub.rb +1 -1
- data/lib/core/facets/string/outdent.rb +1 -0
- data/lib/core/facets/string/range.rb +4 -5
- data/lib/core/facets/string/rewrite.rb +1 -1
- data/lib/core/facets/string/shatter.rb +1 -1
- data/lib/core/facets/string/snakecase.rb +1 -1
- data/lib/core/facets/string/splice.rb +2 -2
- data/lib/core/facets/string/start_with.rb +2 -4
- data/lib/core/facets/string/tab.rb +9 -92
- data/lib/core/facets/string/tabto.rb +19 -0
- data/lib/core/facets/string/titlecase.rb +1 -1
- data/lib/core/facets/string/to_re.rb +2 -2
- data/lib/core/facets/string/word_wrap.rb +2 -4
- data/lib/core/facets/struct.rb +6 -0
- data/lib/core/facets/struct/attributes.rb +11 -0
- data/lib/core/facets/symbol/chomp.rb +2 -2
- data/lib/core/facets/symbol/generate.rb +1 -1
- data/lib/core/facets/symbol/not.rb +2 -2
- data/lib/core/facets/symbol/succ.rb +1 -1
- data/lib/core/facets/symbol/to_proc.rb +2 -3
- data/lib/core/facets/time/advance.rb +2 -1
- data/lib/core/facets/time/elapse.rb +1 -1
- data/lib/core/facets/time/hence.rb +16 -13
- data/lib/core/facets/time/stamp.rb +2 -2
- data/lib/core/facets/to_hash.rb +1 -1
- data/lib/core/facets/unboundmethod/arguments.rb +1 -1
- data/lib/core/facets/unboundmethod/name.rb +1 -1
- data/lib/lore/facets/date.rb +2 -2
- data/lib/lore/facets/enumerator.rb +67 -0
- data/lib/lore/facets/ostruct.rb +3 -7
- data/lib/more/facets/attr.rb +10 -9
- data/lib/more/facets/consoleutils.rb +1 -15
- data/lib/more/facets/dependency.rb +1 -1
- data/lib/more/facets/duration.rb +271 -525
- data/lib/more/facets/filter.rb +121 -0
- data/lib/more/facets/inheritor.rb +37 -58
- data/lib/more/facets/iteration.rb +1 -1
- data/lib/more/facets/kernel/meta.rb +1 -1
- data/lib/more/facets/{dictionarymatcher.rb → matcher.rb} +15 -11
- data/lib/more/facets/memoize.rb +9 -12
- data/lib/more/facets/memoizer.rb +74 -0
- data/lib/more/facets/multipliers.rb +54 -66
- data/lib/more/facets/nilstatus.rb +3 -2
- data/lib/more/facets/openmodule.rb +15 -0
- data/lib/more/facets/opesc.rb +1 -1
- data/lib/more/facets/ostructable.rb +212 -0
- data/lib/more/facets/pathlist.rb +1 -0
- data/lib/more/facets/sparse_array.rb +809 -0
- data/lib/more/facets/stash.rb +66 -0
- data/lib/more/facets/string/words.rb +8 -11
- data/lib/more/facets/succ.rb +3 -3
- data/lib/more/facets/thread.rb +2 -2
- data/lib/more/facets/ziputils.rb +238 -97
- data/test/core/array/test_index.rb +17 -0
- data/test/core/class/test_cattr.rb +1 -1
- data/test/core/class/test_to_proc.rb +13 -0
- data/test/core/comparable/test_cap.rb +25 -0
- data/test/core/comparable/{test_bound.rb → test_clip.rb} +1 -20
- data/test/core/file/test_split_all.rb +32 -0
- data/test/core/hash/test_op_mul.rb +1 -1
- data/test/core/hash/test_op_push.rb +7 -0
- data/test/core/hash/test_replace_each.rb +14 -0
- data/test/core/hash/test_update_each.rb +13 -0
- data/test/core/hash/test_update_keys.rb +18 -0
- data/test/core/hash/test_update_values.rb +12 -0
- data/test/core/kernel/test_callstack.rb +1 -1
- data/test/core/string/test_indent.rb +13 -0
- data/test/core/string/test_margin.rb +100 -0
- data/test/core/string/test_outdent.rb +65 -0
- data/test/core/string/test_tab.rb +1 -162
- data/test/core/string/test_tabto.rb +13 -0
- data/test/{more → core}/test_metaid.rb +8 -8
- data/test/core/time/test_hence.rb +118 -4
- data/test/core/unboundmethod/test_name.rb +1 -1
- data/test/more/{test_arguments.rb → test_argvector.rb} +8 -12
- data/test/more/test_filter.rb +87 -0
- data/test/more/test_memoize.rb +11 -9
- data/test/more/test_sparsearray.rb +279 -0
- metadata +741 -725
- data/demo/bench/bench_load.rb +0 -56
- data/demo/bench/enumerable/bench_collect.rb +0 -84
- data/demo/bench/enumerable/bench_count.rb +0 -58
- data/demo/bench/general/bench_calls.rb +0 -74
- data/demo/bench/general/bench_includes.rb +0 -25
- data/demo/bench/general/bench_methods.rb +0 -17
- data/demo/bench/general/bench_pathname.rb +0 -24
- data/demo/bench/general/bench_range.rb +0 -64
- data/demo/bench/general/bench_return.rb +0 -56
- data/demo/bench/general/bench_yeild.rb +0 -75
- data/demo/bench/general/comment_loading/bench.rb +0 -46
- data/demo/bench/general/comment_loading/comments_begin.rb +0 -109
- data/demo/bench/general/comment_loading/comments_end.rb +0 -127
- data/demo/bench/general/comment_loading/comments_none.rb +0 -1
- data/demo/bench/general/comment_loading/comments_sharp.rb +0 -125
- data/demo/bench/integer/bench_factorial.rb +0 -31
- data/demo/sample/annotations/annotations1.rb +0 -22
- data/demo/sample/ansicolor/cdiff.rb +0 -20
- data/demo/sample/ansicolor/example.rb +0 -82
- data/doc/book/notes.rdoc +0 -9
- data/doc/rdoc/more/classes/BigDuration.html +0 -323
- data/doc/rdoc/more/classes/CLI/Arguments.html +0 -488
- data/doc/rdoc/more/classes/CLI/Command.html +0 -316
- data/doc/rdoc/more/classes/Chain.html +0 -206
- data/doc/rdoc/more/classes/FileShell.html +0 -743
- data/doc/rdoc/more/classes/TagIterator.html +0 -581
- data/doc/rdoc/more/classes/UploadUtils.html +0 -497
- data/doc/rdoc/more/classes/Weekdays.html +0 -218
- data/doc/rdoc/more/files/lib/more/facets/annotations_rb.html +0 -180
- data/doc/rdoc/more/files/lib/more/facets/arguments_rb.html +0 -142
- data/doc/rdoc/more/files/lib/more/facets/cattr_rb.html +0 -125
- data/doc/rdoc/more/files/lib/more/facets/chain_rb.html +0 -114
- data/doc/rdoc/more/files/lib/more/facets/command_rb.html +0 -170
- data/doc/rdoc/more/files/lib/more/facets/eventhook_rb.html +0 -141
- data/doc/rdoc/more/files/lib/more/facets/tagiterator_rb.html +0 -111
- data/doc/rdoc/more/files/lib/more/facets/times_rb.html +0 -163
- data/doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html +0 -176
- data/lib/more/facets/annotations.rb +0 -302
- data/lib/more/facets/arguments.rb +0 -365
- data/lib/more/facets/bytes.rb +0 -175
- data/lib/more/facets/cachedecorator.rb +0 -117
- data/lib/more/facets/chain.rb +0 -58
- data/lib/more/facets/command.rb +0 -439
- data/lib/more/facets/eventhook.rb +0 -132
- data/lib/more/facets/fileshell.rb +0 -202
- data/lib/more/facets/hash/symbolize_keys.rb +0 -94
- data/lib/more/facets/tagiter.rb +0 -366
- data/lib/more/facets/times.rb +0 -431
- data/lib/more/facets/uploadutils.rb +0 -464
- data/test/core/hash/test_update.rb +0 -46
- data/test/more/test_annotations.rb +0 -120
- data/test/more/test_bytes.rb +0 -71
- data/test/more/test_command.rb +0 -69
- data/test/more/test_times.rb +0 -89
data/README
CHANGED
@@ -23,12 +23,7 @@ Online documentaiton is available at http://facets.rubyforge.org/learn.html. The
|
|
23
23
|
|
24
24
|
== Release Notes
|
25
25
|
|
26
|
-
Please see the
|
27
|
-
|
28
|
-
|
29
|
-
== Changes
|
30
|
-
|
31
|
-
Please see the CHANGES file.
|
26
|
+
Please see the RELEASE file.
|
32
27
|
|
33
28
|
|
34
29
|
== Installation
|
@@ -97,7 +92,7 @@ Again, for details pertaining to the functionality of each feature, please see t
|
|
97
92
|
|
98
93
|
This project thrives on contribution.
|
99
94
|
|
100
|
-
If you have any extension methods, classes, modules or small frameworks that you think have general applicability and would like to see them included in this project, don't hesitiate to submit.
|
95
|
+
If you have any extension methods, classes, modules or small frameworks that you think have general applicability and would like to see them included in this project, don't hesitiate to submit. Also, if you have better versions of any thing already included or simply have a patch, they are more than welcome. We want Ruby Facets to be of the highest quality.
|
101
96
|
|
102
97
|
|
103
98
|
== Authors
|
@@ -108,10 +103,9 @@ Some parts of this collection were written and/or inspired by other persons. For
|
|
108
103
|
|
109
104
|
Any code file not specifically labeled shall fall under the Ruby License.
|
110
105
|
|
111
|
-
In all cases, I have made every effort to give credit where credit is due. You will find these copyrights, thanks and acknowledgments embedded in the source code
|
106
|
+
In all cases, I have made every effort to give credit where credit is due. You will find these copyrights, thanks and acknowledgments embedded in the source code. You can see them in "CREDIT:" lines or as file-base "Author(s)" sections given in the RDocs.
|
112
107
|
|
113
108
|
Also see the AUTHORS file for a list of all contributing Rubyists.
|
114
|
-
|
115
109
|
If anyone is missing from the list, please let me know and I will correct right away. Thanks.
|
116
110
|
|
117
111
|
|
@@ -137,4 +131,3 @@ Ruby Facets, Copyright (c)2005,2006,2007,2008 Thomas Sawyer
|
|
137
131
|
|
138
132
|
Do you Ruby? (http://ruby-lang.org)
|
139
133
|
|
140
|
-
|
data/RELEASE
CHANGED
@@ -1,37 +1,83 @@
|
|
1
|
-
Facets 2.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
1
|
+
Facets 2.5.0 is an important milestone in the development of Facets.
|
2
|
+
|
3
|
+
This release has been tested against Rails' ActiveSupport library.
|
4
|
+
As long as Facets is loaded after ActiveSupport, everything
|
5
|
+
should work fine. Of course, there's no counting for real world
|
6
|
+
trials, but all ActiveSupport testcases pass under this scenario.
|
7
|
+
|
8
|
+
Secondly, this release is the first of two (or three) down-scaling
|
9
|
+
releases intended to remove all the remaining "excess" from the
|
10
|
+
library. This is being done for a variety of reasons. Some scripts
|
11
|
+
are substantial enough to be one their own and have been spun-off
|
12
|
+
into separate largely compatible projects. In this release:
|
13
|
+
|
14
|
+
If you were using... Use this project instead...
|
15
|
+
|
16
|
+
annotations.rb Anise
|
17
|
+
|
18
|
+
bytes.rb RichUnits
|
19
|
+
times.rb
|
20
|
+
|
21
|
+
command.rb Clio
|
22
|
+
consoleutils.rb
|
23
|
+
|
24
|
+
A few others scripts have been deprecated, without an alternative
|
25
|
+
recourse, simply because they were too weak, such as uploadutils.rb,
|
26
|
+
or highly experimental, such as chain.rb and eventhook.rb.
|
27
|
+
|
28
|
+
Although this release constitutes an over all slimming down of Facets,
|
29
|
+
two excellent new libraries have been added.
|
30
|
+
|
31
|
+
1) *ini.rb* by Jeena Paradies. While YAML is frequently used by
|
32
|
+
Rubyists for configuration files, a full-on serializer like YAML
|
33
|
+
is often overkill. INI files provide a lightweight solution
|
34
|
+
specifically geared for configuration.
|
35
|
+
|
36
|
+
2) *filter.rb* by Brian Candler offers lazy evaluation chains of
|
37
|
+
Enumerable methods. This is an elegant way to optimize contiguous
|
38
|
+
maps, selections, etc. --effective even on infinite enumerators.
|
39
|
+
(Note, the name of this library may be changed in the next release.)
|
40
|
+
|
41
|
+
While work remains to be done, I am happy to say, Facets is
|
42
|
+
finally beginning to approach the level of solidity I set out to
|
43
|
+
achieve just over a year ago. Thank the Maker!
|
44
|
+
|
45
|
+
Special thanks to Brian Candler, Jeena Paradies and Tyler Rick.
|
46
|
+
|
47
|
+
Enjoy!
|
48
|
+
|
49
|
+
|
50
|
+
### 2.5.0 / 2008-11-23
|
51
|
+
|
52
|
+
* 9 Major Changes
|
53
|
+
|
54
|
+
* added Brian Candler's Enumerator::Filter
|
55
|
+
* added sparse_array.rb (was old harray.rb)
|
56
|
+
* added Jeena Paradies' ini.rb
|
57
|
+
* renamed CacheDelegator to Memoizer
|
58
|
+
* renamed DictionaryMatcher to just Matcher
|
59
|
+
* deprecated bytes.rb and times.rb (use RichUnits instead)
|
60
|
+
* deprecated uploadutils.rb; ziputils.rb will be (use Folio)
|
61
|
+
* deprecated annotations.rb (use Anise instead)
|
62
|
+
* deprecated command.rb and consoleutils.rb (use Clio instead)
|
63
|
+
|
64
|
+
* 5 Minor Changes
|
65
|
+
|
66
|
+
* deprecated chain.rb (very expiremental)
|
67
|
+
* deprecated eventhook.rb (moved to ToadCode project)
|
68
|
+
* deprecated tagiter.rb (moved to ToadCode project)
|
69
|
+
* moved Hash#symolize_keys and #stringify_keys to core lib
|
70
|
+
(still recommend #rekey instead though)
|
71
|
+
* switched to git as of 2.4.5
|
72
|
+
|
73
|
+
* 4 Bug Fixes
|
74
|
+
|
75
|
+
* memoize.rb, cache was at class-level, now at instance-level
|
76
|
+
* binding/caller.rb, fixed require for callstack.rb
|
77
|
+
* fixed missing require in string/tabto.rb
|
78
|
+
* Fixed some bugs with Time#ago/Time#hence not changing years
|
79
|
+
correctly when you changed months.
|
80
|
+
(For example, Time.utc(2008, 1, 1).ago(12, :months) incorrectly
|
81
|
+
returned 2009-01-01 instead of 2007-01-01.)
|
82
|
+
Changed Time#ago/Time#hence to still work if passed negative number.
|
37
83
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
facets 2.
|
1
|
+
facets 2.5.0 stable (2008-11-24)
|
File without changes
|
File without changes
|
@@ -0,0 +1,1654 @@
|
|
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
|
+
|