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