[macruby-changes] [MacRuby/MacRuby] 354821: Updates mspec to 6563955da20f93e6dcd5a35ec5828de75...

noreply at github.com noreply at github.com
Sun Apr 17 21:42:40 PDT 2011


Branch: refs/heads/master
Home:   https://github.com/MacRuby/MacRuby

Commit: 354821e5cbad061bbcfbb64db2bb18ee294d9226
    https://github.com/MacRuby/MacRuby/commit/354821e5cbad061bbcfbb64db2bb18ee294d9226
Author: Watson <watson1978 at gmail.com>
Date:   2011-04-17 (Sun, 17 Apr 2011)

Changed paths:
  M mspec/lib/mspec/commands/mspec.rb
  M mspec/lib/mspec/guards/guard.rb
  M mspec/lib/mspec/helpers.rb
  M mspec/lib/mspec/helpers/ducktype.rb
  A mspec/lib/mspec/helpers/singleton_class.rb
  A mspec/lib/mspec/helpers/stasy.rb
  M mspec/lib/mspec/matchers.rb
  A mspec/lib/mspec/matchers/have_singleton_method.rb
  M mspec/lib/mspec/mocks/mock.rb
  M mspec/lib/mspec/mocks/proxy.rb
  A mspec/lib/mspec/runner/formatters/profile.rb
  M mspec/spec/guards/guard_spec.rb
  A mspec/spec/helpers/stasy_spec.rb
  M mspec/spec/matchers/have_private_method_spec.rb
  A mspec/spec/matchers/have_singleton_method_spec.rb
  M mspec/spec/utils/script_spec.rb
  M mspec/upstream

Log Message:
-----------
Updates mspec to 6563955da20f93e6dcd5a35ec5828de75c6165eb


Commit: 3f89d2c46e6b0a097d500c67edbd944004276c02
    https://github.com/MacRuby/MacRuby/commit/3f89d2c46e6b0a097d500c67edbd944004276c02
Author: Watson <watson1978 at gmail.com>
Date:   2011-04-17 (Sun, 17 Apr 2011)

Changed paths:
  R mspec/lib/mspec/helpers/metaclass.rb
  A spec/frozen/command_line/dash_a_spec.rb
  A spec/frozen/command_line/dash_a_tags.txt
  A spec/frozen/command_line/dash_n_spec.rb
  A spec/frozen/command_line/dash_n_tags.txt
  A spec/frozen/command_line/dash_p_spec.rb
  A spec/frozen/command_line/dash_p_tags.txt
  M spec/frozen/command_line/dash_upper_u_spec.rb
  A spec/frozen/command_line/fixtures/full_names.txt
  A spec/frozen/command_line/fixtures/names.txt
  M spec/frozen/core/argf/binmode_spec.rb
  M spec/frozen/core/argf/bytes_spec.rb
  M spec/frozen/core/argf/close_spec.rb
  M spec/frozen/core/argf/closed_spec.rb
  M spec/frozen/core/argf/each_char_spec.rb
  M spec/frozen/core/argf/fixtures/bin_file.txt
  M spec/frozen/core/array/allocate_spec.rb
  M spec/frozen/core/array/assoc_spec.rb
  M spec/frozen/core/array/at_spec.rb
  M spec/frozen/core/array/clear_spec.rb
  M spec/frozen/core/array/combination_spec.rb
  M spec/frozen/core/array/comparison_spec.rb
  M spec/frozen/core/array/element_set_spec.rb
  M spec/frozen/core/array/fetch_spec.rb
  M spec/frozen/core/array/first_spec.rb
  M spec/frozen/core/array/include_spec.rb
  M spec/frozen/core/array/inspect_spec.rb
  M spec/frozen/core/array/intersection_spec.rb
  M spec/frozen/core/array/join_spec.rb
  M spec/frozen/core/array/last_spec.rb
  M spec/frozen/core/array/minus_spec.rb
  M spec/frozen/core/array/multiply_spec.rb
  M spec/frozen/core/array/nitems_spec.rb
  A spec/frozen/core/array/pack/b_spec.rb
  A spec/frozen/core/array/pack/d_spec.rb
  A spec/frozen/core/array/pack/e_spec.rb
  A spec/frozen/core/array/pack/f_spec.rb
  A spec/frozen/core/array/pack/g_spec.rb
  A spec/frozen/core/array/pack/h_spec.rb
  M spec/frozen/core/array/pack_spec.rb
  M spec/frozen/core/array/partition_spec.rb
  M spec/frozen/core/array/permutation_spec.rb
  M spec/frozen/core/array/product_spec.rb
  M spec/frozen/core/array/push_spec.rb
  M spec/frozen/core/array/reject_spec.rb
  M spec/frozen/core/array/repeated_combination_spec.rb
  M spec/frozen/core/array/repeated_permutation_spec.rb
  M spec/frozen/core/array/rindex_spec.rb
  M spec/frozen/core/array/shared/indexes.rb
  M spec/frozen/core/array/shift_spec.rb
  M spec/frozen/core/array/slice_spec.rb
  M spec/frozen/core/array/sort_by_spec.rb
  M spec/frozen/core/array/to_a_spec.rb
  M spec/frozen/core/array/transpose_spec.rb
  M spec/frozen/core/array/try_convert_spec.rb
  M spec/frozen/core/array/union_spec.rb
  M spec/frozen/core/array/values_at_spec.rb
  M spec/frozen/core/bignum/bit_and_spec.rb
  M spec/frozen/core/bignum/bit_or_spec.rb
  M spec/frozen/core/bignum/bit_xor_spec.rb
  M spec/frozen/core/bignum/element_reference_spec.rb
  M spec/frozen/core/bignum/equal_value_spec.rb
  M spec/frozen/core/bignum/exponent_spec.rb
  M spec/frozen/core/bignum/gt_spec.rb
  M spec/frozen/core/bignum/gte_spec.rb
  M spec/frozen/core/bignum/lt_spec.rb
  M spec/frozen/core/bignum/lte_spec.rb
  M spec/frozen/core/bignum/minus_spec.rb
  M spec/frozen/core/bignum/multiply_spec.rb
  M spec/frozen/core/bignum/plus_spec.rb
  M spec/frozen/core/bignum/remainder_spec.rb
  M spec/frozen/core/bignum/shared/divide.rb
  M spec/frozen/core/bignum/shared/modulo.rb
  M spec/frozen/core/bignum/to_s_spec.rb
  M spec/frozen/core/bignum/uminus_spec.rb
  M spec/frozen/core/binding/fixtures/classes.rb
  M spec/frozen/core/class/allocate_spec.rb
  A spec/frozen/core/class/dup_spec.rb
  M spec/frozen/core/class/fixtures/classes.rb
  M spec/frozen/core/class/inherited_spec.rb
  M spec/frozen/core/class/initialize_spec.rb
  M spec/frozen/core/class/new_spec.rb
  M spec/frozen/core/comparable/between_spec.rb
  M spec/frozen/core/comparable/equal_value_spec.rb
  M spec/frozen/core/comparable/fixtures/classes.rb
  M spec/frozen/core/comparable/gt_spec.rb
  M spec/frozen/core/comparable/gte_spec.rb
  M spec/frozen/core/comparable/lt_spec.rb
  M spec/frozen/core/comparable/lte_spec.rb
  M spec/frozen/core/complex/abs2_spec.rb
  M spec/frozen/core/complex/abs_spec.rb
  M spec/frozen/core/complex/angle_spec.rb
  M spec/frozen/core/complex/arg_spec.rb
  M spec/frozen/core/complex/coerce_spec.rb
  M spec/frozen/core/complex/conj_spec.rb
  M spec/frozen/core/complex/conjugate_spec.rb
  M spec/frozen/core/complex/denominator_spec.rb
  M spec/frozen/core/complex/divide_spec.rb
  M spec/frozen/core/complex/equal_value_spec.rb
  M spec/frozen/core/complex/exponent_spec.rb
  M spec/frozen/core/complex/fdiv_spec.rb
  M spec/frozen/core/complex/integer_spec.rb
  M spec/frozen/core/complex/magnitude_spec.rb
  M spec/frozen/core/complex/rationalize_spec.rb
  M spec/frozen/core/complex/real_spec.rb
  M spec/frozen/core/complex/rect_spec.rb
  M spec/frozen/core/complex/rectangular_spec.rb
  M spec/frozen/core/dir/each_spec.rb
  M spec/frozen/core/dir/entries_spec.rb
  M spec/frozen/core/dir/fixtures/common.rb
  M spec/frozen/core/dir/glob_spec.rb
  M spec/frozen/core/dir/pwd_spec.rb
  M spec/frozen/core/dir/shared/chroot.rb
  M spec/frozen/core/dir/shared/glob.rb
  M spec/frozen/core/dir/shared/pos.rb
  M spec/frozen/core/dir/shared/pwd.rb
  M spec/frozen/core/encoding/converter/primitive_errinfo_spec.rb
  M spec/frozen/core/encoding/converter/replacement_spec.rb
  M spec/frozen/core/encoding/converter/search_convpath_spec.rb
  M spec/frozen/core/encoding/converter/source_encoding_spec.rb
  M spec/frozen/core/encoding/default_external_spec.rb
  M spec/frozen/core/encoding/default_internal_spec.rb
  M spec/frozen/core/encoding/find_spec.rb
  M spec/frozen/core/encoding/fixtures/classes.rb
  M spec/frozen/core/encoding/invalid_byte_sequence_error/error_bytes_spec.rb
  M spec/frozen/core/encoding/invalid_byte_sequence_error/incomplete_input_spec.rb
  M spec/frozen/core/encoding/invalid_byte_sequence_error/readagain_bytes_spec.rb
  M spec/frozen/core/encoding/undefined_conversion_error/error_char_spec.rb
  M spec/frozen/core/enumerable/chunk_spec.rb
  M spec/frozen/core/enumerable/collect_concat_spec.rb
  M spec/frozen/core/enumerable/collect_spec.rb
  M spec/frozen/core/enumerable/count_spec.rb
  M spec/frozen/core/enumerable/detect_spec.rb
  M spec/frozen/core/enumerable/drop_while_spec.rb
  M spec/frozen/core/enumerable/each_cons_spec.rb
  M spec/frozen/core/enumerable/each_entry_spec.rb
  M spec/frozen/core/enumerable/each_slice_spec.rb
  M spec/frozen/core/enumerable/each_with_index_spec.rb
  M spec/frozen/core/enumerable/each_with_object_spec.rb
  M spec/frozen/core/enumerable/entries_spec.rb
  M spec/frozen/core/enumerable/find_all_spec.rb
  M spec/frozen/core/enumerable/find_index_spec.rb
  M spec/frozen/core/enumerable/find_spec.rb
  M spec/frozen/core/enumerable/first_spec.rb
  M spec/frozen/core/enumerable/flat_map_spec.rb
  M spec/frozen/core/enumerable/grep_spec.rb
  M spec/frozen/core/enumerable/group_by_spec.rb
  M spec/frozen/core/enumerable/include_spec.rb
  M spec/frozen/core/enumerable/inject_spec.rb
  M spec/frozen/core/enumerable/map_spec.rb
  M spec/frozen/core/enumerable/max_by_spec.rb
  M spec/frozen/core/enumerable/member_spec.rb
  M spec/frozen/core/enumerable/min_by_spec.rb
  M spec/frozen/core/enumerable/minmax_by_spec.rb
  M spec/frozen/core/enumerable/partition_spec.rb
  M spec/frozen/core/enumerable/reduce_spec.rb
  M spec/frozen/core/enumerable/reject_spec.rb
  M spec/frozen/core/enumerable/reverse_each_spec.rb
  M spec/frozen/core/enumerable/select_spec.rb
  M spec/frozen/core/enumerable/shared/collect.rb
  M spec/frozen/core/enumerable/shared/collect_concat.rb
  M spec/frozen/core/enumerable/shared/entries.rb
  M spec/frozen/core/enumerable/shared/find.rb
  M spec/frozen/core/enumerable/shared/find_all.rb
  M spec/frozen/core/enumerable/shared/include.rb
  M spec/frozen/core/enumerable/shared/inject.rb
  M spec/frozen/core/enumerable/shared/take.rb
  M spec/frozen/core/enumerable/slice_before_spec.rb
  M spec/frozen/core/enumerable/take_spec.rb
  M spec/frozen/core/enumerable/to_a_spec.rb
  M spec/frozen/core/enumerable/zip_spec.rb
  M spec/frozen/core/enumerator/each_with_index_spec.rb
  M spec/frozen/core/enumerator/enum_for_spec.rb
  M spec/frozen/core/enumerator/next_spec.rb
  M spec/frozen/core/env/each_value_spec.rb
  M spec/frozen/core/env/element_reference_spec.rb
  M spec/frozen/core/env/index_spec.rb
  M spec/frozen/core/env/key_spec.rb
  M spec/frozen/core/env/shared/store.rb
  M spec/frozen/core/env/shared/value.rb
  M spec/frozen/core/exception/backtrace_spec.rb
  M spec/frozen/core/exception/equal_value_spec.rb
  M spec/frozen/core/exception/exception_spec.rb
  M spec/frozen/core/exception/fixtures/common.rb
  M spec/frozen/core/exception/inspect_spec.rb
  M spec/frozen/core/exception/name_error_spec.rb
  M spec/frozen/core/exception/set_backtrace_spec.rb
  M spec/frozen/core/exception/shared/to_s.rb
  M spec/frozen/core/exception/standard_error_spec.rb
  M spec/frozen/core/exception/system_call_error_spec.rb
  M spec/frozen/core/exception/to_s_spec.rb
  M spec/frozen/core/exception/to_str_spec.rb
  M spec/frozen/core/file/absolute_path_spec.rb
  M spec/frozen/core/file/expand_path_spec.rb
  M spec/frozen/core/file/flock_spec.rb
  M spec/frozen/core/file/initialize_spec.rb
  M spec/frozen/core/file/join_spec.rb
  M spec/frozen/core/file/lchmod_spec.rb
  M spec/frozen/core/file/lstat_spec.rb
  M spec/frozen/core/file/new_spec.rb
  M spec/frozen/core/file/setgid_spec.rb
  M spec/frozen/core/file/setuid_spec.rb
  M spec/frozen/core/file/shared/stat.rb
  M spec/frozen/core/file/stat/atime_spec.rb
  M spec/frozen/core/file/stat/blksize_spec.rb
  M spec/frozen/core/file/stat/blocks_spec.rb
  M spec/frozen/core/file/stat/chardev_spec.rb
  M spec/frozen/core/file/stat/comparison_spec.rb
  M spec/frozen/core/file/stat/ctime_spec.rb
  M spec/frozen/core/file/stat/gid_spec.rb
  M spec/frozen/core/file/stat/ino_spec.rb
  M spec/frozen/core/file/stat/mode_spec.rb
  M spec/frozen/core/file/stat/mtime_spec.rb
  M spec/frozen/core/file/stat/uid_spec.rb
  M spec/frozen/core/file/stat/world_writable_spec.rb
  M spec/frozen/core/file/truncate_spec.rb
  M spec/frozen/core/file/world_writable_spec.rb
  M spec/frozen/core/filetest/chardev_spec.rb
  M spec/frozen/core/fixnum/bit_and_spec.rb
  M spec/frozen/core/fixnum/bit_or_spec.rb
  M spec/frozen/core/fixnum/bit_xor_spec.rb
  M spec/frozen/core/fixnum/coerce_spec.rb
  M spec/frozen/core/fixnum/comparison_spec.rb
  M spec/frozen/core/fixnum/div_spec.rb
  M spec/frozen/core/fixnum/divide_spec.rb
  M spec/frozen/core/fixnum/divmod_spec.rb
  M spec/frozen/core/fixnum/equal_value_spec.rb
  M spec/frozen/core/fixnum/exponent_spec.rb
  M spec/frozen/core/fixnum/gt_spec.rb
  M spec/frozen/core/fixnum/gte_spec.rb
  M spec/frozen/core/fixnum/induced_from_spec.rb
  M spec/frozen/core/fixnum/lt_spec.rb
  M spec/frozen/core/fixnum/lte_spec.rb
  M spec/frozen/core/fixnum/minus_spec.rb
  M spec/frozen/core/fixnum/shared/modulo.rb
  M spec/frozen/core/fixnum/to_s_spec.rb
  M spec/frozen/core/fixnum/zero_spec.rb
  M spec/frozen/core/float/comparison_spec.rb
  M spec/frozen/core/float/constants_spec.rb
  M spec/frozen/core/float/denominator_spec.rb
  M spec/frozen/core/float/divide_spec.rb
  M spec/frozen/core/float/exponent_spec.rb
  M spec/frozen/core/float/fdiv_spec.rb
  M spec/frozen/core/float/induced_from_spec.rb
  M spec/frozen/core/float/multiply_spec.rb
  M spec/frozen/core/float/numerator_spec.rb
  M spec/frozen/core/float/round_spec.rb
  M spec/frozen/core/float/uplus_spec.rb
  M spec/frozen/core/hash/allocate_spec.rb
  M spec/frozen/core/hash/compare_by_identity_spec.rb
  M spec/frozen/core/hash/constructor_spec.rb
  M spec/frozen/core/hash/default_spec.rb
  M spec/frozen/core/hash/each_pair_spec.rb
  M spec/frozen/core/hash/fixtures/classes.rb
  M spec/frozen/core/hash/flatten_spec.rb
  M spec/frozen/core/hash/initialize_spec.rb
  M spec/frozen/core/hash/key_spec.rb
  M spec/frozen/core/hash/rehash_spec.rb
  M spec/frozen/core/hash/reject_spec.rb
  M spec/frozen/core/hash/shared/each.rb
  M spec/frozen/core/hash/shared/eql.rb
  M spec/frozen/core/hash/shared/store.rb
  M spec/frozen/core/hash/shared/to_s.rb
  M spec/frozen/core/hash/to_a_spec.rb
  M spec/frozen/core/hash/to_s_spec.rb
  M spec/frozen/core/hash/try_convert_spec.rb
  M spec/frozen/core/integer/chr_spec.rb
  M spec/frozen/core/integer/denominator_spec.rb
  M spec/frozen/core/integer/downto_spec.rb
  M spec/frozen/core/integer/even_spec.rb
  M spec/frozen/core/integer/gcd_spec.rb
  M spec/frozen/core/integer/gcdlcm_spec.rb
  M spec/frozen/core/integer/induced_from_spec.rb
  M spec/frozen/core/integer/integer_spec.rb
  M spec/frozen/core/integer/lcm_spec.rb
  M spec/frozen/core/integer/numerator_spec.rb
  M spec/frozen/core/integer/ord_spec.rb
  M spec/frozen/core/integer/pred_spec.rb
  M spec/frozen/core/integer/shared/next.rb
  M spec/frozen/core/integer/times_spec.rb
  M spec/frozen/core/integer/to_r_spec.rb
  M spec/frozen/core/integer/upto_spec.rb
  M spec/frozen/core/io/binmode_spec.rb
  R spec/frozen/core/io/data/data_spec.rb
  R spec/frozen/core/io/data/fixtures/data1.rb
  R spec/frozen/core/io/data/fixtures/data2.rb
  R spec/frozen/core/io/data/flock_spec.rb
  M spec/frozen/core/io/eof_spec.rb
  M spec/frozen/core/io/fixtures/classes.rb
  A spec/frozen/core/io/fixtures/empty.txt
  M spec/frozen/core/io/foreach_spec.rb
  M spec/frozen/core/io/output_spec.rb
  M spec/frozen/core/io/pipe_spec.rb
  M spec/frozen/core/io/popen_spec.rb
  M spec/frozen/core/io/print_spec.rb
  M spec/frozen/core/io/putc_spec.rb
  M spec/frozen/core/io/readpartial_spec.rb
  M spec/frozen/core/io/select_spec.rb
  M spec/frozen/core/io/stat_spec.rb
  M spec/frozen/core/io/sysread_spec.rb
  M spec/frozen/core/io/ungetc_spec.rb
  M spec/frozen/core/kernel/Float_spec.rb
  M spec/frozen/core/kernel/Integer_spec.rb
  M spec/frozen/core/kernel/__id___spec.rb
  M spec/frozen/core/kernel/backtick_spec.rb
  M spec/frozen/core/kernel/binding_spec.rb
  M spec/frozen/core/kernel/block_given_spec.rb
  M spec/frozen/core/kernel/caller_spec.rb
  M spec/frozen/core/kernel/catch_spec.rb
  M spec/frozen/core/kernel/chop_spec.rb
  M spec/frozen/core/kernel/define_singleton_method_spec.rb
  M spec/frozen/core/kernel/eql_spec.rb
  M spec/frozen/core/kernel/equal_spec.rb
  M spec/frozen/core/kernel/equal_value_spec.rb
  M spec/frozen/core/kernel/eval_spec.rb
  M spec/frozen/core/kernel/exec_spec.rb
  M spec/frozen/core/kernel/fail_spec.rb
  M spec/frozen/core/kernel/fixtures/classes.rb
  A spec/frozen/core/kernel/fixtures/eval_locals.rb
  M spec/frozen/core/kernel/fixtures/test.rb
  M spec/frozen/core/kernel/freeze_spec.rb
  M spec/frozen/core/kernel/global_variables_spec.rb
  M spec/frozen/core/kernel/local_variables_spec.rb
  M spec/frozen/core/kernel/loop_spec.rb
  M spec/frozen/core/kernel/method_missing_spec.rb
  M spec/frozen/core/kernel/methods_spec.rb
  M spec/frozen/core/kernel/object_id_spec.rb
  M spec/frozen/core/kernel/p_spec.rb
  M spec/frozen/core/kernel/private_methods_spec.rb
  M spec/frozen/core/kernel/proc_spec.rb
  M spec/frozen/core/kernel/protected_methods_spec.rb
  M spec/frozen/core/kernel/public_methods_spec.rb
  M spec/frozen/core/kernel/putc_spec.rb
  M spec/frozen/core/kernel/respond_to_missing_spec.rb
  M spec/frozen/core/kernel/respond_to_spec.rb
  M spec/frozen/core/kernel/shared/abort.rb
  M spec/frozen/core/kernel/shared/object_id.rb
  M spec/frozen/core/kernel/singleton_class_spec.rb
  M spec/frozen/core/kernel/singleton_methods_spec.rb
  M spec/frozen/core/kernel/sleep_spec.rb
  M spec/frozen/core/kernel/sprintf_spec.rb
  M spec/frozen/core/kernel/sub_spec.rb
  M spec/frozen/core/kernel/system_spec.rb
  M spec/frozen/core/kernel/tainted_spec.rb
  M spec/frozen/core/kernel/tap_spec.rb
  M spec/frozen/core/kernel/test_spec.rb
  M spec/frozen/core/kernel/throw_spec.rb
  M spec/frozen/core/kernel/warn_spec.rb
  M spec/frozen/core/marshal/dump_spec.rb
  M spec/frozen/core/marshal/fixtures/marshal_data.rb
  M spec/frozen/core/marshal/fixtures/random.dump
  M spec/frozen/core/marshal/load_spec.rb
  M spec/frozen/core/matchdata/end_spec.rb
  M spec/frozen/core/matchdata/post_match_spec.rb
  M spec/frozen/core/matchdata/to_a_spec.rb
  M spec/frozen/core/matchdata/versions/names_1.9.rb
  M spec/frozen/core/math/acos_spec.rb
  M spec/frozen/core/math/acosh_spec.rb
  M spec/frozen/core/math/asin_spec.rb
  M spec/frozen/core/math/asinh_spec.rb
  M spec/frozen/core/math/atan2_spec.rb
  M spec/frozen/core/math/atan_spec.rb
  M spec/frozen/core/math/constants_spec.rb
  M spec/frozen/core/math/cos_spec.rb
  M spec/frozen/core/math/cosh_spec.rb
  M spec/frozen/core/math/erf_spec.rb
  M spec/frozen/core/math/erfc_spec.rb
  M spec/frozen/core/math/exp_spec.rb
  M spec/frozen/core/math/fixtures/classes.rb
  M spec/frozen/core/math/frexp_spec.rb
  M spec/frozen/core/math/gamma_spec.rb
  M spec/frozen/core/math/hypot_spec.rb
  M spec/frozen/core/math/ldexp_spec.rb
  M spec/frozen/core/math/log10_spec.rb
  M spec/frozen/core/math/sin_spec.rb
  M spec/frozen/core/math/sinh_spec.rb
  M spec/frozen/core/math/sqrt_spec.rb
  M spec/frozen/core/math/tan_spec.rb
  M spec/frozen/core/math/tanh_spec.rb
  M spec/frozen/core/method/fixtures/classes.rb
  M spec/frozen/core/method/fixtures/classes_1.9.rb
  M spec/frozen/core/method/name_spec.rb
  M spec/frozen/core/method/owner_spec.rb
  M spec/frozen/core/method/receiver_spec.rb
  M spec/frozen/core/method/shared/eql.rb
  M spec/frozen/core/method/shared/to_s.rb
  M spec/frozen/core/method/source_location_spec.rb
  M spec/frozen/core/method/versions/parameters_1.9.rb
  M spec/frozen/core/module/alias_method_spec.rb
  M spec/frozen/core/module/allocate_spec.rb
  M spec/frozen/core/module/ancestors_spec.rb
  M spec/frozen/core/module/attr_accessor_spec.rb
  M spec/frozen/core/module/attr_reader_spec.rb
  M spec/frozen/core/module/attr_spec.rb
  M spec/frozen/core/module/attr_writer_spec.rb
  M spec/frozen/core/module/case_compare_spec.rb
  M spec/frozen/core/module/class_variable_defined_spec.rb
  M spec/frozen/core/module/class_variable_get_spec.rb
  M spec/frozen/core/module/class_variable_set_spec.rb
  M spec/frozen/core/module/class_variables_spec.rb
  M spec/frozen/core/module/comparison_spec.rb
  M spec/frozen/core/module/define_method_spec.rb
  M spec/frozen/core/module/extend_object_spec.rb
  M spec/frozen/core/module/extended_spec.rb
  M spec/frozen/core/module/fixtures/autoload.rb
  M spec/frozen/core/module/gt_spec.rb
  M spec/frozen/core/module/gte_spec.rb
  M spec/frozen/core/module/include_spec.rb
  M spec/frozen/core/module/initialize_spec.rb
  M spec/frozen/core/module/lt_spec.rb
  M spec/frozen/core/module/lte_spec.rb
  M spec/frozen/core/module/method_added_spec.rb
  M spec/frozen/core/module/method_defined_spec.rb
  M spec/frozen/core/module/method_removed_spec.rb
  M spec/frozen/core/module/method_undefined_spec.rb
  M spec/frozen/core/module/module_function_spec.rb
  M spec/frozen/core/module/name_spec.rb
  M spec/frozen/core/module/nesting_spec.rb
  M spec/frozen/core/module/new_spec.rb
  M spec/frozen/core/module/private_class_method_spec.rb
  M spec/frozen/core/module/private_instance_methods_spec.rb
  M spec/frozen/core/module/protected_instance_methods_spec.rb
  M spec/frozen/core/module/protected_spec.rb
  M spec/frozen/core/module/public_class_method_spec.rb
  M spec/frozen/core/module/public_instance_methods_spec.rb
  M spec/frozen/core/module/public_method_defined_spec.rb
  M spec/frozen/core/module/remove_class_variable_spec.rb
  M spec/frozen/core/module/remove_method_spec.rb
  M spec/frozen/core/module/shared/class_eval.rb
  M spec/frozen/core/module/shared/class_exec.rb
  M spec/frozen/core/module/shared/equal_value.rb
  M spec/frozen/core/nil/to_f_spec.rb
  M spec/frozen/core/nil/to_i_spec.rb
  M spec/frozen/core/numeric/abs2_spec.rb
  M spec/frozen/core/numeric/denominator_spec.rb
  M spec/frozen/core/numeric/div_spec.rb
  M spec/frozen/core/numeric/divmod_spec.rb
  M spec/frozen/core/numeric/eql_spec.rb
  M spec/frozen/core/numeric/fdiv_spec.rb
  M spec/frozen/core/numeric/floor_spec.rb
  M spec/frozen/core/numeric/initialize_copy_spec.rb
  M spec/frozen/core/numeric/integer_spec.rb
  M spec/frozen/core/numeric/modulo_spec.rb
  M spec/frozen/core/numeric/nonzero_spec.rb
  M spec/frozen/core/numeric/numerator_spec.rb
  M spec/frozen/core/numeric/quo_spec.rb
  M spec/frozen/core/numeric/remainder_spec.rb
  M spec/frozen/core/numeric/round_spec.rb
  M spec/frozen/core/numeric/shared/abs.rb
  M spec/frozen/core/numeric/shared/rect.rb
  M spec/frozen/core/numeric/singleton_method_added_spec.rb
  M spec/frozen/core/numeric/to_int_spec.rb
  M spec/frozen/core/numeric/truncate_spec.rb
  M spec/frozen/core/numeric/uminus_spec.rb
  M spec/frozen/core/numeric/uplus_spec.rb
  M spec/frozen/core/numeric/zero_spec.rb
  M spec/frozen/core/object/instance_of_spec.rb
  M spec/frozen/core/object/shared/kind_of.rb
  M spec/frozen/core/objectspace/define_finalizer_spec.rb
  M spec/frozen/core/proc/arity_spec.rb
  M spec/frozen/core/proc/clone_spec.rb
  M spec/frozen/core/proc/curry_spec.rb
  M spec/frozen/core/proc/dup_spec.rb
  M spec/frozen/core/proc/fixtures/common.rb
  M spec/frozen/core/proc/lambda_spec.rb
  M spec/frozen/core/proc/new_spec.rb
  M spec/frozen/core/proc/shared/call.rb
  M spec/frozen/core/proc/shared/equal.rb
  M spec/frozen/core/proc/to_s_spec.rb
  M spec/frozen/core/proc/versions/parameters_1.9.rb
  M spec/frozen/core/process/constants_spec.rb
  M spec/frozen/core/process/pid_spec.rb
  M spec/frozen/core/random/new_seed_spec.rb
  M spec/frozen/core/random/rand_spec.rb
  M spec/frozen/core/random/srand_spec.rb
  M spec/frozen/core/range/cover_spec.rb
  M spec/frozen/core/range/hash_spec.rb
  M spec/frozen/core/range/inspect_spec.rb
  M spec/frozen/core/range/new_spec.rb
  M spec/frozen/core/range/step_spec.rb
  M spec/frozen/core/range/to_a_spec.rb
  M spec/frozen/core/regexp/case_compare_spec.rb
  M spec/frozen/core/regexp/last_match_spec.rb
  M spec/frozen/core/regexp/shared/new.rb
  M spec/frozen/core/regexp/versions/named_captures_1.9.rb
  M spec/frozen/core/regexp/versions/names_1.9.rb
  M spec/frozen/core/string/allocate_spec.rb
  M spec/frozen/core/string/ascii_only_spec.rb
  M spec/frozen/core/string/bytesize_spec.rb
  M spec/frozen/core/string/capitalize_spec.rb
  M spec/frozen/core/string/center_spec.rb
  M spec/frozen/core/string/chomp_spec.rb
  M spec/frozen/core/string/chop_spec.rb
  M spec/frozen/core/string/clear_spec.rb
  M spec/frozen/core/string/comparison_spec.rb
  M spec/frozen/core/string/count_spec.rb
  M spec/frozen/core/string/delete_spec.rb
  M spec/frozen/core/string/downcase_spec.rb
  M spec/frozen/core/string/dump_spec.rb
  M spec/frozen/core/string/element_set_spec.rb
  M spec/frozen/core/string/encode_spec.rb
  M spec/frozen/core/string/end_with_spec.rb
  M spec/frozen/core/string/eql_spec.rb
  M spec/frozen/core/string/fixtures/classes.rb
  M spec/frozen/core/string/fixtures/iso-8859-9-encoding.rb
  M spec/frozen/core/string/force_encoding_spec.rb
  M spec/frozen/core/string/gsub_spec.rb
  M spec/frozen/core/string/hex_spec.rb
  M spec/frozen/core/string/include_spec.rb
  M spec/frozen/core/string/index_spec.rb
  M spec/frozen/core/string/insert_spec.rb
  M spec/frozen/core/string/intern_spec.rb
  M spec/frozen/core/string/length_spec.rb
  M spec/frozen/core/string/lstrip_spec.rb
  M spec/frozen/core/string/match_spec.rb
  M spec/frozen/core/string/multiply_spec.rb
  M spec/frozen/core/string/new_spec.rb
  M spec/frozen/core/string/next_spec.rb
  M spec/frozen/core/string/partition_spec.rb
  M spec/frozen/core/string/rindex_spec.rb
  M spec/frozen/core/string/rjust_spec.rb
  M spec/frozen/core/string/rpartition_spec.rb
  M spec/frozen/core/string/rstrip_spec.rb
  M spec/frozen/core/string/setbyte_spec.rb
  M spec/frozen/core/string/shared/chars.rb
  M spec/frozen/core/string/shared/codepoints.rb
  M spec/frozen/core/string/shared/concat.rb
  M spec/frozen/core/string/shared/each_line.rb
  M spec/frozen/core/string/shared/encode.rb
  M spec/frozen/core/string/size_spec.rb
  M spec/frozen/core/string/slice_spec.rb
  M spec/frozen/core/string/start_with_spec.rb
  M spec/frozen/core/string/strip_spec.rb
  M spec/frozen/core/string/succ_spec.rb
  M spec/frozen/core/string/swapcase_spec.rb
  M spec/frozen/core/string/to_c_spec.rb
  M spec/frozen/core/string/to_i_spec.rb
  M spec/frozen/core/string/to_s_spec.rb
  M spec/frozen/core/string/to_str_spec.rb
  M spec/frozen/core/string/to_sym_spec.rb
  M spec/frozen/core/string/tr_s_spec.rb
  M spec/frozen/core/string/tr_spec.rb
  M spec/frozen/core/string/try_convert_spec.rb
  A spec/frozen/core/string/unpack/d_spec.rb
  A spec/frozen/core/string/unpack/e_spec.rb
  A spec/frozen/core/string/unpack/f_spec.rb
  A spec/frozen/core/string/unpack/g_spec.rb
  A spec/frozen/core/string/unpack/h_spec.rb
  M spec/frozen/core/string/unpack_spec.rb
  M spec/frozen/core/string/upcase_spec.rb
  M spec/frozen/core/struct/inspect_spec.rb
  M spec/frozen/core/struct/select_spec.rb
  M spec/frozen/core/struct/shared/inspect.rb
  M spec/frozen/core/symbol/case_compare_spec.rb
  M spec/frozen/core/symbol/casecmp_spec.rb
  M spec/frozen/core/symbol/comparison_spec.rb
  M spec/frozen/core/symbol/equal_value_spec.rb
  M spec/frozen/core/symbol/inspect_spec.rb
  M spec/frozen/core/symbol/to_i_spec.rb
  M spec/frozen/core/symbol/to_int_spec.rb
  M spec/frozen/core/symbol/to_proc_spec.rb
  M spec/frozen/core/thread/critical_spec.rb
  M spec/frozen/core/thread/fixtures/classes.rb
  M spec/frozen/core/thread/initialize_spec.rb
  M spec/frozen/core/thread/join_spec.rb
  M spec/frozen/core/thread/new_spec.rb
  M spec/frozen/core/thread/raise_spec.rb
  M spec/frozen/core/thread/shared/exit.rb
  M spec/frozen/core/thread/shared/wakeup.rb
  M spec/frozen/core/threadgroup/add_spec.rb
  M spec/frozen/core/threadgroup/list_spec.rb
  M spec/frozen/core/time/_dump_spec.rb
  M spec/frozen/core/time/_load_spec.rb
  M spec/frozen/core/time/at_spec.rb
  M spec/frozen/core/time/comparison_spec.rb
  M spec/frozen/core/time/eql_spec.rb
  M spec/frozen/core/time/hash_spec.rb
  M spec/frozen/core/time/isdst_spec.rb
  M spec/frozen/core/time/shared/gmt_offset.rb
  M spec/frozen/core/time/shared/time_params.rb
  M spec/frozen/core/time/strftime_spec.rb
  M spec/frozen/core/time/succ_spec.rb
  M spec/frozen/core/time/usec_spec.rb
  M spec/frozen/core/time/utc_spec.rb
  M spec/frozen/core/time/year_spec.rb
  M spec/frozen/core/unboundmethod/owner_spec.rb
  M spec/frozen/core/unboundmethod/source_location_spec.rb
  M spec/frozen/fixtures/class_variables.rb
  M spec/frozen/fixtures/enumerator/classes.rb
  M spec/frozen/fixtures/kernel/classes.rb
  R spec/frozen/fixtures/load/|date
  M spec/frozen/fixtures/math/common.rb
  A spec/frozen/fixtures/reflection.rb
  M spec/frozen/language/README
  M spec/frozen/language/alias_spec.rb
  M spec/frozen/language/and_spec.rb
  M spec/frozen/language/array_spec.rb
  M spec/frozen/language/break_spec.rb
  M spec/frozen/language/case_spec.rb
  M spec/frozen/language/class_spec.rb
  M spec/frozen/language/class_variable_spec.rb
  M spec/frozen/language/def_spec.rb
  M spec/frozen/language/defined_spec.rb
  M spec/frozen/language/eigenclass_spec.rb
  A spec/frozen/language/fixtures/break.rb
  A spec/frozen/language/fixtures/break_lambda_toplevel.rb
  A spec/frozen/language/fixtures/break_lambda_toplevel_block.rb
  A spec/frozen/language/fixtures/break_lambda_toplevel_method.rb
  M spec/frozen/language/fixtures/defined.rb
  M spec/frozen/language/fixtures/ensure.rb
  M spec/frozen/language/fixtures/file.rb
  A spec/frozen/language/fixtures/literal_lambda.rb
  R spec/frozen/language/fixtures/predefined.rb
  M spec/frozen/language/fixtures/private.rb
  M spec/frozen/language/fixtures/super.rb
  M spec/frozen/language/fixtures/variables.rb
  M spec/frozen/language/for_spec.rb
  M spec/frozen/language/metaclass_spec.rb
  M spec/frozen/language/numbers_spec.rb
  M spec/frozen/language/or_spec.rb
  M spec/frozen/language/order_spec.rb
  M spec/frozen/language/precedence_spec.rb
  A spec/frozen/language/predefined/data_spec.rb
  A spec/frozen/language/predefined/fixtures/data1.rb
  A spec/frozen/language/predefined/fixtures/data2.rb
  A spec/frozen/language/predefined/fixtures/data3.rb
  A spec/frozen/language/predefined/fixtures/data4.rb
  A spec/frozen/language/predefined/fixtures/data_flock.rb
  A spec/frozen/language/predefined/fixtures/data_only.rb
  A spec/frozen/language/predefined/fixtures/print_data.rb
  M spec/frozen/language/predefined_spec.rb
  M spec/frozen/language/private_spec.rb
  M spec/frozen/language/redo_spec.rb
  M spec/frozen/language/regexp/anchors_spec.rb
  M spec/frozen/language/regexp/character_classes_spec.rb
  M spec/frozen/language/regexp/encoding_spec.rb
  M spec/frozen/language/regexp/escapes_spec.rb
  M spec/frozen/language/regexp/interpolation_spec.rb
  M spec/frozen/language/regexp/modifiers_spec.rb
  M spec/frozen/language/regexp/repetition_spec.rb
  M spec/frozen/language/regexp/versions/character_classes_1.9.rb
  M spec/frozen/language/regexp_spec.rb
  M spec/frozen/language/rescue_spec.rb
  M spec/frozen/language/retry_spec.rb
  M spec/frozen/language/splat_spec.rb
  M spec/frozen/language/super_spec.rb
  M spec/frozen/language/symbol_spec.rb
  M spec/frozen/language/throw_spec.rb
  M spec/frozen/language/unless_spec.rb
  M spec/frozen/language/until_spec.rb
  M spec/frozen/language/variables_spec.rb
  M spec/frozen/language/versions/block_1.8.rb
  M spec/frozen/language/versions/block_1.9.rb
  M spec/frozen/language/versions/break_1.8.rb
  M spec/frozen/language/versions/case_1.8.rb
  M spec/frozen/language/versions/case_1.9.rb
  M spec/frozen/language/versions/def_1.8.rb
  M spec/frozen/language/versions/for_1.8.rb
  M spec/frozen/language/versions/if_1.8.rb
  M spec/frozen/language/versions/literal_lambda_1.9.rb
  M spec/frozen/language/versions/method_1.8.rb
  M spec/frozen/language/versions/method_1.9.rb
  M spec/frozen/language/versions/next_1.8.rb
  M spec/frozen/language/versions/redo_1.8.rb
  M spec/frozen/language/versions/regexp_1.9.rb
  M spec/frozen/language/versions/symbol_1.8.rb
  M spec/frozen/language/versions/unless_1.8.rb
  M spec/frozen/language/while_spec.rb
  M spec/frozen/language/yield_spec.rb
  M spec/frozen/library/abbrev/abbrev_spec.rb
  M spec/frozen/library/base64/b64encode_spec.rb
  M spec/frozen/library/base64/decode_b_spec.rb
  M spec/frozen/library/base64/encode64_spec.rb
  M spec/frozen/library/bigdecimal/add_spec.rb
  M spec/frozen/library/bigdecimal/ceil_spec.rb
  M spec/frozen/library/bigdecimal/comparison_spec.rb
  M spec/frozen/library/bigdecimal/div_spec.rb
  M spec/frozen/library/bigdecimal/double_fig_spec.rb
  M spec/frozen/library/bigdecimal/fix_spec.rb
  M spec/frozen/library/bigdecimal/frac_spec.rb
  M spec/frozen/library/bigdecimal/induced_from_spec.rb
  M spec/frozen/library/bigdecimal/infinite_spec.rb
  M spec/frozen/library/bigdecimal/limit_spec.rb
  M spec/frozen/library/bigdecimal/lt_spec.rb
  M spec/frozen/library/bigdecimal/minus_spec.rb
  M spec/frozen/library/bigdecimal/remainder_spec.rb
  A spec/frozen/library/bigdecimal/round_spec.rb
  M spec/frozen/library/bigdecimal/shared/modulo.rb
  M spec/frozen/library/bigdecimal/sqrt_spec.rb
  M spec/frozen/library/bigdecimal/sub_spec.rb
  M spec/frozen/library/bigdecimal/uplus_spec.rb
  M spec/frozen/library/bigdecimal/ver_spec.rb
  M spec/frozen/library/cgi/cookie/domain_spec.rb
  M spec/frozen/library/cgi/cookie/expires_spec.rb
  M spec/frozen/library/cgi/cookie/initialize_spec.rb
  M spec/frozen/library/cgi/cookie/name_spec.rb
  M spec/frozen/library/cgi/cookie/parse_spec.rb
  M spec/frozen/library/cgi/cookie/path_spec.rb
  M spec/frozen/library/cgi/cookie/secure_spec.rb
  M spec/frozen/library/cgi/cookie/to_s_spec.rb
  M spec/frozen/library/cgi/cookie/value_spec.rb
  M spec/frozen/library/cgi/escapeElement_spec.rb
  M spec/frozen/library/cgi/escapeHTML_spec.rb
  M spec/frozen/library/cgi/escape_spec.rb
  M spec/frozen/library/cgi/header_spec.rb
  M spec/frozen/library/cgi/htmlextension/a_spec.rb
  M spec/frozen/library/cgi/htmlextension/base_spec.rb
  M spec/frozen/library/cgi/htmlextension/blockquote_spec.rb
  M spec/frozen/library/cgi/htmlextension/caption_spec.rb
  M spec/frozen/library/cgi/htmlextension/checkbox_group_spec.rb
  M spec/frozen/library/cgi/htmlextension/checkbox_spec.rb
  M spec/frozen/library/cgi/htmlextension/file_field_spec.rb
  M spec/frozen/library/cgi/htmlextension/fixtures/common.rb
  M spec/frozen/library/cgi/htmlextension/form_spec.rb
  M spec/frozen/library/cgi/htmlextension/hidden_spec.rb
  M spec/frozen/library/cgi/htmlextension/html_spec.rb
  M spec/frozen/library/cgi/htmlextension/image_button_spec.rb
  M spec/frozen/library/cgi/htmlextension/img_spec.rb
  M spec/frozen/library/cgi/htmlextension/multipart_form_spec.rb
  M spec/frozen/library/cgi/htmlextension/password_field_spec.rb
  M spec/frozen/library/cgi/htmlextension/radio_button_spec.rb
  M spec/frozen/library/cgi/htmlextension/reset_spec.rb
  M spec/frozen/library/cgi/htmlextension/shared/popup_menu.rb
  M spec/frozen/library/cgi/htmlextension/submit_spec.rb
  M spec/frozen/library/cgi/htmlextension/text_field_spec.rb
  M spec/frozen/library/cgi/htmlextension/textarea_spec.rb
  M spec/frozen/library/cgi/initialize_spec.rb
  M spec/frozen/library/cgi/out_spec.rb
  M spec/frozen/library/cgi/parse_spec.rb
  M spec/frozen/library/cgi/print_spec.rb
  M spec/frozen/library/cgi/queryextension/accept_charset_spec.rb
  M spec/frozen/library/cgi/queryextension/accept_encoding_spec.rb
  M spec/frozen/library/cgi/queryextension/accept_language_spec.rb
  M spec/frozen/library/cgi/queryextension/accept_spec.rb
  M spec/frozen/library/cgi/queryextension/auth_type_spec.rb
  M spec/frozen/library/cgi/queryextension/cache_control_spec.rb
  M spec/frozen/library/cgi/queryextension/content_length_spec.rb
  M spec/frozen/library/cgi/queryextension/content_type_spec.rb
  M spec/frozen/library/cgi/queryextension/element_reference_spec.rb
  M spec/frozen/library/cgi/queryextension/from_spec.rb
  M spec/frozen/library/cgi/queryextension/gateway_interface_spec.rb
  M spec/frozen/library/cgi/queryextension/host_spec.rb
  M spec/frozen/library/cgi/queryextension/key_spec.rb
  M spec/frozen/library/cgi/queryextension/keys_spec.rb
  M spec/frozen/library/cgi/queryextension/multipart_spec.rb
  M spec/frozen/library/cgi/queryextension/negotiate_spec.rb
  M spec/frozen/library/cgi/queryextension/params_spec.rb
  M spec/frozen/library/cgi/queryextension/path_info_spec.rb
  M spec/frozen/library/cgi/queryextension/path_translated_spec.rb
  M spec/frozen/library/cgi/queryextension/pragma_spec.rb
  M spec/frozen/library/cgi/queryextension/query_string_spec.rb
  M spec/frozen/library/cgi/queryextension/raw_cookie2_spec.rb
  M spec/frozen/library/cgi/queryextension/raw_cookie_spec.rb
  M spec/frozen/library/cgi/queryextension/referer_spec.rb
  M spec/frozen/library/cgi/queryextension/remote_addr_spec.rb
  M spec/frozen/library/cgi/queryextension/remote_host_spec.rb
  M spec/frozen/library/cgi/queryextension/remote_ident_spec.rb
  M spec/frozen/library/cgi/queryextension/remote_user_spec.rb
  M spec/frozen/library/cgi/queryextension/request_method_spec.rb
  M spec/frozen/library/cgi/queryextension/script_name_spec.rb
  M spec/frozen/library/cgi/queryextension/server_name_spec.rb
  M spec/frozen/library/cgi/queryextension/server_port_spec.rb
  M spec/frozen/library/cgi/queryextension/server_protocol_spec.rb
  M spec/frozen/library/cgi/queryextension/server_software_spec.rb
  M spec/frozen/library/cgi/queryextension/user_agent_spec.rb
  M spec/frozen/library/cgi/unescapeElement_spec.rb
  M spec/frozen/library/cgi/unescape_spec.rb
  M spec/frozen/library/complex/abs2_spec.rb
  M spec/frozen/library/complex/abs_spec.rb
  M spec/frozen/library/complex/coerce_spec.rb
  M spec/frozen/library/complex/comparison_spec.rb
  M spec/frozen/library/complex/denominator_spec.rb
  M spec/frozen/library/complex/divide_spec.rb
  M spec/frozen/library/complex/equal_value_spec.rb
  M spec/frozen/library/complex/exponent_spec.rb
  M spec/frozen/library/complex/generic_spec.rb
  M spec/frozen/library/complex/math/acos_spec.rb
  M spec/frozen/library/complex/math/acosh_spec.rb
  M spec/frozen/library/complex/math/asin_spec.rb
  M spec/frozen/library/complex/math/asinh_spec.rb
  M spec/frozen/library/complex/math/atan2_spec.rb
  M spec/frozen/library/complex/math/atan_spec.rb
  M spec/frozen/library/complex/math/cos_spec.rb
  M spec/frozen/library/complex/math/cosh_spec.rb
  M spec/frozen/library/complex/math/exp_spec.rb
  M spec/frozen/library/complex/math/fixtures/classes.rb
  M spec/frozen/library/complex/math/log10_spec.rb
  M spec/frozen/library/complex/math/log_spec.rb
  M spec/frozen/library/complex/math/sin_spec.rb
  M spec/frozen/library/complex/math/sinh_spec.rb
  M spec/frozen/library/complex/math/sqrt_spec.rb
  M spec/frozen/library/complex/math/tan_spec.rb
  M spec/frozen/library/complex/math/tanh_spec.rb
  M spec/frozen/library/complex/new_spec.rb
  M spec/frozen/library/complex/numerator_spec.rb
  M spec/frozen/library/complex/numeric/conj_spec.rb
  M spec/frozen/library/complex/real_spec.rb
  M spec/frozen/library/conditionvariable/broadcast_spec.rb
  M spec/frozen/library/conditionvariable/signal_spec.rb
  M spec/frozen/library/conditionvariable/wait_spec.rb
  M spec/frozen/library/csv/fixtures/one_line.csv
  M spec/frozen/library/csv/generate_line_spec.rb
  M spec/frozen/library/csv/generate_spec.rb
  M spec/frozen/library/csv/parse_row_spec.rb
  M spec/frozen/library/csv/parse_spec.rb
  M spec/frozen/library/date/accessor_spec.rb
  M spec/frozen/library/date/add_month_spec.rb
  M spec/frozen/library/date/add_spec.rb
  A spec/frozen/library/date/ajd_spec.rb
  A spec/frozen/library/date/ajd_to_amjd_spec.rb
  A spec/frozen/library/date/ajd_to_jd_spec.rb
  A spec/frozen/library/date/amjd_spec.rb
  A spec/frozen/library/date/amjd_to_ajd_spec.rb
  A spec/frozen/library/date/append_spec.rb
  A spec/frozen/library/date/asctime_spec.rb
  M spec/frozen/library/date/boat_spec.rb
  A spec/frozen/library/date/case_compare_spec.rb
  M spec/frozen/library/date/civil_spec.rb
  A spec/frozen/library/date/civil_to_jd_spec.rb
  M spec/frozen/library/date/commercial_spec.rb
  A spec/frozen/library/date/commercial_to_jd_spec.rb
  A spec/frozen/library/date/comparison_spec.rb
  M spec/frozen/library/date/constants_spec.rb
  M spec/frozen/library/date/conversions_spec.rb
  A spec/frozen/library/date/ctime_spec.rb
  A spec/frozen/library/date/cwday_spec.rb
  A spec/frozen/library/date/cweek_spec.rb
  A spec/frozen/library/date/cwyear_spec.rb
  A spec/frozen/library/date/day_fraction_spec.rb
  A spec/frozen/library/date/day_fraction_to_time_spec.rb
  A spec/frozen/library/date/day_spec.rb
  M spec/frozen/library/date/downto_spec.rb
  A spec/frozen/library/date/england_spec.rb
  M spec/frozen/library/date/eql_spec.rb
  A spec/frozen/library/date/exist1_spec.rb
  A spec/frozen/library/date/exist2_spec.rb
  A spec/frozen/library/date/exist3_spec.rb
  A spec/frozen/library/date/exist_spec.rb
  A spec/frozen/library/date/existw_spec.rb
  A spec/frozen/library/date/format/bag/method_missing_spec.rb
  A spec/frozen/library/date/format/bag/to_hash_spec.rb
  A spec/frozen/library/date/gregorian_leap_spec.rb
  M spec/frozen/library/date/gregorian_spec.rb
  M spec/frozen/library/date/hash_spec.rb
  A spec/frozen/library/date/infinity/abs_spec.rb
  A spec/frozen/library/date/infinity/coerce_spec.rb
  A spec/frozen/library/date/infinity/comparison_spec.rb
  A spec/frozen/library/date/infinity/d_spec.rb
  A spec/frozen/library/date/infinity/finite_spec.rb
  A spec/frozen/library/date/infinity/infinite_spec.rb
  A spec/frozen/library/date/infinity/nan_spec.rb
  A spec/frozen/library/date/infinity/uminus_spec.rb
  A spec/frozen/library/date/infinity/uplus_spec.rb
  A spec/frozen/library/date/infinity/zero_spec.rb
  M spec/frozen/library/date/infinity_spec.rb
  A spec/frozen/library/date/inspect_spec.rb
  A spec/frozen/library/date/italy_spec.rb
  A spec/frozen/library/date/jd_spec.rb
  A spec/frozen/library/date/jd_to_ajd_spec.rb
  A spec/frozen/library/date/jd_to_civil_spec.rb
  A spec/frozen/library/date/jd_to_commercial_spec.rb
  A spec/frozen/library/date/jd_to_ld_spec.rb
  A spec/frozen/library/date/jd_to_mjd_spec.rb
  A spec/frozen/library/date/jd_to_ordinal_spec.rb
  A spec/frozen/library/date/jd_to_wday_spec.rb
  A spec/frozen/library/date/julian_leap_spec.rb
  M spec/frozen/library/date/julian_spec.rb
  A spec/frozen/library/date/ld_spec.rb
  A spec/frozen/library/date/ld_to_jd_spec.rb
  A spec/frozen/library/date/leap_spec.rb
  A spec/frozen/library/date/mday_spec.rb
  M spec/frozen/library/date/minus_month_spec.rb
  M spec/frozen/library/date/minus_spec.rb
  A spec/frozen/library/date/mjd_spec.rb
  A spec/frozen/library/date/mjd_to_jd_spec.rb
  A spec/frozen/library/date/mon_spec.rb
  A spec/frozen/library/date/month_spec.rb
  A spec/frozen/library/date/new0_spec.rb
  A spec/frozen/library/date/new1_spec.rb
  A spec/frozen/library/date/new2_spec.rb
  A spec/frozen/library/date/new3_spec.rb
  M spec/frozen/library/date/new_spec.rb
  A spec/frozen/library/date/new_start_spec.rb
  A spec/frozen/library/date/newsg_spec.rb
  A spec/frozen/library/date/neww_spec.rb
  A spec/frozen/library/date/next_spec.rb
  A spec/frozen/library/date/ns_spec.rb
  M spec/frozen/library/date/ordinal_spec.rb
  A spec/frozen/library/date/ordinal_to_jd_spec.rb
  A spec/frozen/library/date/os_spec.rb
  M spec/frozen/library/date/parse_spec.rb
  A spec/frozen/library/date/plus_spec.rb
  M spec/frozen/library/date/relationship_spec.rb
  A spec/frozen/library/date/right_shift_spec.rb
  A spec/frozen/library/date/sg_spec.rb
  M spec/frozen/library/date/shared/civil.rb
  M spec/frozen/library/date/shared/commercial.rb
  A spec/frozen/library/date/start_spec.rb
  M spec/frozen/library/date/step_spec.rb
  M spec/frozen/library/date/strftime_spec.rb
  M spec/frozen/library/date/strptime_spec.rb
  A spec/frozen/library/date/succ_spec.rb
  A spec/frozen/library/date/time_to_day_fraction_spec.rb
  A spec/frozen/library/date/to_s_spec.rb
  A spec/frozen/library/date/today_spec.rb
  M spec/frozen/library/date/upto_spec.rb
  A spec/frozen/library/date/valid_civil_spec.rb
  A spec/frozen/library/date/valid_commercial_spec.rb
  A spec/frozen/library/date/valid_date_spec.rb
  A spec/frozen/library/date/valid_jd_spec.rb
  A spec/frozen/library/date/valid_ordinal_spec.rb
  A spec/frozen/library/date/valid_time_spec.rb
  A spec/frozen/library/date/wday_spec.rb
  A spec/frozen/library/date/yday_spec.rb
  A spec/frozen/library/date/year_spec.rb
  A spec/frozen/library/date/zone_to_diff_spec.rb
  M spec/frozen/library/delegate/delegator/taint_spec.rb
  M spec/frozen/library/delegate/delegator/tap_spec.rb
  M spec/frozen/library/digest/md5/file_spec.rb
  M spec/frozen/library/digest/md5/shared/constants.rb
  M spec/frozen/library/digest/md5/shared/sample.rb
  M spec/frozen/library/digest/sha1/file_spec.rb
  M spec/frozen/library/digest/sha1/shared/constants.rb
  M spec/frozen/library/digest/sha256/file_spec.rb
  M spec/frozen/library/digest/sha256/shared/constants.rb
  M spec/frozen/library/digest/sha384/file_spec.rb
  M spec/frozen/library/digest/sha384/shared/constants.rb
  M spec/frozen/library/digest/sha512/file_spec.rb
  M spec/frozen/library/digest/sha512/shared/constants.rb
  M spec/frozen/library/drb/fixtures/test_server.rb
  M spec/frozen/library/drb/start_service_spec.rb
  M spec/frozen/library/drb/stop_service_spec.rb
  M spec/frozen/library/enumerator/enum_cons_spec.rb
  M spec/frozen/library/enumerator/enum_for_spec.rb
  M spec/frozen/library/enumerator/enum_slice_spec.rb
  M spec/frozen/library/enumerator/enum_with_index_spec.rb
  M spec/frozen/library/enumerator/next_spec.rb
  M spec/frozen/library/enumerator/rewind_spec.rb
  M spec/frozen/library/erb/new_spec.rb
  M spec/frozen/library/erb/result_spec.rb
  A spec/frozen/library/expect/expect_spec_disabled.rb
  M spec/frozen/library/ftools/catname_spec.rb
  M spec/frozen/library/ftools/compare_spec.rb
  M spec/frozen/library/ftools/copy_spec.rb
  M spec/frozen/library/ftools/install_spec.rb
  M spec/frozen/library/ftools/move_spec.rb
  M spec/frozen/library/ftools/safe_unlink_spec.rb
  M spec/frozen/library/ftools/syscopy_spec.rb
  M spec/frozen/library/generator/each_spec.rb
  M spec/frozen/library/generator/new_spec.rb
  M spec/frozen/library/generator/next_spec.rb
  M spec/frozen/library/generator/rewind_spec.rb
  M spec/frozen/library/getoptlong/each_option_spec.rb
  M spec/frozen/library/getoptlong/each_spec.rb
  M spec/frozen/library/getoptlong/get_option_spec.rb
  M spec/frozen/library/getoptlong/get_spec.rb
  M spec/frozen/library/getoptlong/initialize_spec.rb
  M spec/frozen/library/getoptlong/ordering_spec.rb
  M spec/frozen/library/getoptlong/set_options_spec.rb
  M spec/frozen/library/getoptlong/terminate_spec.rb
  M spec/frozen/library/getoptlong/terminated_spec.rb
  M spec/frozen/library/iconv/iconv_spec.rb
  M spec/frozen/library/ipaddr/hton_spec.rb
  M spec/frozen/library/ipaddr/new_spec.rb
  M spec/frozen/library/ipaddr/operator_spec.rb
  M spec/frozen/library/ipaddr/reverse_spec.rb
  M spec/frozen/library/logger/device/close_spec.rb
  M spec/frozen/library/logger/logger/debug_spec.rb
  M spec/frozen/library/logger/logger/error_spec.rb
  M spec/frozen/library/logger/logger/fatal_spec.rb
  M spec/frozen/library/logger/logger/info_spec.rb
  M spec/frozen/library/logger/logger/new_spec.rb
  M spec/frozen/library/logger/logger/warn_spec.rb
  M spec/frozen/library/mathn/complex/Complex_spec.rb
  M spec/frozen/library/mathn/integer/gcd2_spec.rb
  M spec/frozen/library/mathn/math/fixtures/classes.rb
  M spec/frozen/library/mathn/math/rsqrt_spec.rb
  M spec/frozen/library/mathn/math/sqrt_spec.rb
  M spec/frozen/library/mathn/prime/new_spec.rb
  M spec/frozen/library/mathn/rational/Rational_spec.rb
  M spec/frozen/library/mathn/rational/exponent_spec.rb
  M spec/frozen/library/matrix/build_spec.rb
  M spec/frozen/library/matrix/clone_spec.rb
  M spec/frozen/library/matrix/collect_spec.rb
  M spec/frozen/library/matrix/column_spec.rb
  M spec/frozen/library/matrix/column_vectors_spec.rb
  M spec/frozen/library/matrix/columns_spec.rb
  M spec/frozen/library/matrix/conj_spec.rb
  M spec/frozen/library/matrix/conjugate_spec.rb
  M spec/frozen/library/matrix/constructor_spec.rb
  M spec/frozen/library/matrix/diagonal_spec.rb
  M spec/frozen/library/matrix/each_spec.rb
  M spec/frozen/library/matrix/each_with_index_spec.rb
  M spec/frozen/library/matrix/empty_spec.rb
  M spec/frozen/library/matrix/eql_spec.rb
  M spec/frozen/library/matrix/hash_spec.rb
  M spec/frozen/library/matrix/imag_spec.rb
  M spec/frozen/library/matrix/imaginary_spec.rb
  M spec/frozen/library/matrix/inspect_spec.rb
  M spec/frozen/library/matrix/map_spec.rb
  M spec/frozen/library/matrix/minor_spec.rb
  M spec/frozen/library/matrix/multiply_spec.rb
  M spec/frozen/library/matrix/rank_spec.rb
  M spec/frozen/library/matrix/real_spec.rb
  M spec/frozen/library/matrix/rect_spec.rb
  M spec/frozen/library/matrix/rectangular_spec.rb
  M spec/frozen/library/matrix/row_spec.rb
  M spec/frozen/library/matrix/row_vector_spec.rb
  M spec/frozen/library/matrix/row_vectors_spec.rb
  M spec/frozen/library/matrix/scalar_spec.rb
  M spec/frozen/library/matrix/shared/equal_value.rb
  M spec/frozen/library/matrix/square_spec.rb
  M spec/frozen/library/matrix/zero_spec.rb
  M spec/frozen/library/net/FTPPermError_spec.rb
  M spec/frozen/library/net/FTPProtoError_spec.rb
  M spec/frozen/library/net/FTPReplyError_spec.rb
  M spec/frozen/library/net/FTPTempError_spec.rb
  M spec/frozen/library/net/ftp/abort_spec.rb
  M spec/frozen/library/net/ftp/acct_spec.rb
  M spec/frozen/library/net/ftp/binary_spec.rb
  M spec/frozen/library/net/ftp/chdir_spec.rb
  M spec/frozen/library/net/ftp/close_spec.rb
  M spec/frozen/library/net/ftp/closed_spec.rb
  M spec/frozen/library/net/ftp/connect_spec.rb
  M spec/frozen/library/net/ftp/debug_mode_spec.rb
  M spec/frozen/library/net/ftp/delete_spec.rb
  M spec/frozen/library/net/ftp/fixtures/server.rb
  M spec/frozen/library/net/ftp/get_spec.rb
  M spec/frozen/library/net/ftp/help_spec.rb
  M spec/frozen/library/net/ftp/initialize_spec.rb
  M spec/frozen/library/net/ftp/login_spec.rb
  M spec/frozen/library/net/ftp/mdtm_spec.rb
  M spec/frozen/library/net/ftp/mkdir_spec.rb
  M spec/frozen/library/net/ftp/mtime_spec.rb
  M spec/frozen/library/net/ftp/nlst_spec.rb
  M spec/frozen/library/net/ftp/noop_spec.rb
  M spec/frozen/library/net/ftp/open_spec.rb
  M spec/frozen/library/net/ftp/passive_spec.rb
  M spec/frozen/library/net/ftp/put_spec.rb
  M spec/frozen/library/net/ftp/puttextfile_spec.rb
  M spec/frozen/library/net/ftp/pwd_spec.rb
  M spec/frozen/library/net/ftp/quit_spec.rb
  M spec/frozen/library/net/ftp/rename_spec.rb
  M spec/frozen/library/net/ftp/resume_spec.rb
  M spec/frozen/library/net/ftp/retrbinary_spec.rb
  M spec/frozen/library/net/ftp/return_code_spec.rb
  M spec/frozen/library/net/ftp/rmdir_spec.rb
  M spec/frozen/library/net/ftp/sendcmd_spec.rb
  M spec/frozen/library/net/ftp/shared/getbinaryfile.rb
  M spec/frozen/library/net/ftp/shared/gettextfile.rb
  M spec/frozen/library/net/ftp/shared/list.rb
  M spec/frozen/library/net/ftp/shared/putbinaryfile.rb
  M spec/frozen/library/net/ftp/shared/puttextfile.rb
  M spec/frozen/library/net/ftp/shared/pwd.rb
  M spec/frozen/library/net/ftp/site_spec.rb
  M spec/frozen/library/net/ftp/size_spec.rb
  M spec/frozen/library/net/ftp/status_spec.rb
  M spec/frozen/library/net/ftp/storbinary_spec.rb
  M spec/frozen/library/net/ftp/storlines_spec.rb
  M spec/frozen/library/net/ftp/system_spec.rb
  M spec/frozen/library/net/ftp/voidcmd_spec.rb
  M spec/frozen/library/net/ftp/welcome_spec.rb
  M spec/frozen/library/net/http/HTTPError_spec.rb
  M spec/frozen/library/net/http/HTTPFatalError_spec.rb
  M spec/frozen/library/net/http/HTTPRetriableError_spec.rb
  M spec/frozen/library/net/http/HTTPServerException_spec.rb
  M spec/frozen/library/net/http/http/Proxy_spec.rb
  M spec/frozen/library/net/http/http/copy_spec.rb
  M spec/frozen/library/net/http/http/delete_spec.rb
  M spec/frozen/library/net/http/http/finish_spec.rb
  M spec/frozen/library/net/http/http/get_print_spec.rb
  M spec/frozen/library/net/http/http/get_response_spec.rb
  M spec/frozen/library/net/http/http/get_spec.rb
  M spec/frozen/library/net/http/http/head_spec.rb
  M spec/frozen/library/net/http/http/initialize_spec.rb
  M spec/frozen/library/net/http/http/inspect_spec.rb
  M spec/frozen/library/net/http/http/lock_spec.rb
  M spec/frozen/library/net/http/http/mkcol_spec.rb
  M spec/frozen/library/net/http/http/move_spec.rb
  M spec/frozen/library/net/http/http/new_spec.rb
  M spec/frozen/library/net/http/http/newobj_spec.rb
  M spec/frozen/library/net/http/http/open_timeout_spec.rb
  M spec/frozen/library/net/http/http/options_spec.rb
  M spec/frozen/library/net/http/http/post_form_spec.rb
  M spec/frozen/library/net/http/http/post_spec.rb
  M spec/frozen/library/net/http/http/propfind_spec.rb
  M spec/frozen/library/net/http/http/proppatch_spec.rb
  M spec/frozen/library/net/http/http/proxy_address_spec.rb
  M spec/frozen/library/net/http/http/proxy_pass_spec.rb
  M spec/frozen/library/net/http/http/proxy_port_spec.rb
  M spec/frozen/library/net/http/http/proxy_user_spec.rb
  M spec/frozen/library/net/http/http/put_spec.rb
  M spec/frozen/library/net/http/http/read_timeout_spec.rb
  M spec/frozen/library/net/http/http/request_post_spec.rb
  M spec/frozen/library/net/http/http/request_spec.rb
  M spec/frozen/library/net/http/http/request_types_spec.rb
  M spec/frozen/library/net/http/http/send_request_spec.rb
  M spec/frozen/library/net/http/http/set_debug_output_spec.rb
  M spec/frozen/library/net/http/http/shared/request_get.rb
  M spec/frozen/library/net/http/http/shared/request_head.rb
  M spec/frozen/library/net/http/http/shared/request_post.rb
  M spec/frozen/library/net/http/http/shared/request_put.rb
  M spec/frozen/library/net/http/http/start_spec.rb
  M spec/frozen/library/net/http/http/started_spec.rb
  M spec/frozen/library/net/http/http/trace_spec.rb
  M spec/frozen/library/net/http/http/unlock_spec.rb
  M spec/frozen/library/net/http/http/version_1_2_spec.rb
  M spec/frozen/library/net/http/httpexceptions/fixtures/classes.rb
  M spec/frozen/library/net/http/httpexceptions/initialize_spec.rb
  M spec/frozen/library/net/http/httpgenericrequest/body_exist_spec.rb
  M spec/frozen/library/net/http/httpgenericrequest/body_spec.rb
  M spec/frozen/library/net/http/httpgenericrequest/body_stream_spec.rb
  M spec/frozen/library/net/http/httpgenericrequest/set_body_internal_spec.rb
  M spec/frozen/library/net/http/httpheader/add_field_spec.rb
  M spec/frozen/library/net/http/httpheader/chunked_spec.rb
  M spec/frozen/library/net/http/httpheader/content_length_spec.rb
  M spec/frozen/library/net/http/httpheader/content_range_spec.rb
  M spec/frozen/library/net/http/httpheader/content_type_spec.rb
  M spec/frozen/library/net/http/httpheader/delete_spec.rb
  M spec/frozen/library/net/http/httpheader/each_capitalized_name_spec.rb
  M spec/frozen/library/net/http/httpheader/each_value_spec.rb
  M spec/frozen/library/net/http/httpheader/element_reference_spec.rb
  M spec/frozen/library/net/http/httpheader/element_set_spec.rb
  M spec/frozen/library/net/http/httpheader/fetch_spec.rb
  M spec/frozen/library/net/http/httpheader/fixtures/classes.rb
  M spec/frozen/library/net/http/httpheader/get_fields_spec.rb
  M spec/frozen/library/net/http/httpheader/initialize_http_header_spec.rb
  M spec/frozen/library/net/http/httpheader/key_spec.rb
  M spec/frozen/library/net/http/httpheader/length_spec.rb
  M spec/frozen/library/net/http/httpheader/main_type_spec.rb
  M spec/frozen/library/net/http/httpheader/range_length_spec.rb
  M spec/frozen/library/net/http/httpheader/range_spec.rb
  M spec/frozen/library/net/http/httpheader/shared/each_capitalized.rb
  M spec/frozen/library/net/http/httpheader/shared/each_header.rb
  M spec/frozen/library/net/http/httpheader/shared/each_name.rb
  M spec/frozen/library/net/http/httpheader/shared/set_content_type.rb
  M spec/frozen/library/net/http/httpheader/shared/set_form_data.rb
  M spec/frozen/library/net/http/httpheader/shared/set_range.rb
  M spec/frozen/library/net/http/httpheader/shared/size.rb
  M spec/frozen/library/net/http/httpheader/sub_type_spec.rb
  M spec/frozen/library/net/http/httpheader/to_hash_spec.rb
  M spec/frozen/library/net/http/httpheader/type_params_spec.rb
  M spec/frozen/library/net/http/httprequest/initialize_spec.rb
  M spec/frozen/library/net/http/httpresponse/code_spec.rb
  M spec/frozen/library/net/http/httpresponse/code_type_spec.rb
  M spec/frozen/library/net/http/httpresponse/error_spec.rb
  M spec/frozen/library/net/http/httpresponse/error_type_spec.rb
  M spec/frozen/library/net/http/httpresponse/read_body_spec.rb
  M spec/frozen/library/net/http/httpresponse/read_new_spec.rb
  M spec/frozen/library/net/http/httpresponse/reading_body_spec.rb
  M spec/frozen/library/net/http/httpresponse/shared/body.rb
  M spec/frozen/library/net/telnet/binmode_spec.rb
  M spec/frozen/library/observer/fixtures/classes.rb
  M spec/frozen/library/openssl/shared/constants.rb
  M spec/frozen/library/openstruct/delete_field_spec.rb
  M spec/frozen/library/openstruct/equal_value_spec.rb
  M spec/frozen/library/openstruct/initialize_copy_spec.rb
  M spec/frozen/library/openstruct/marshal_load_spec.rb
  M spec/frozen/library/openstruct/new_ostruct_member_spec.rb
  M spec/frozen/library/openstruct/new_spec.rb
  M spec/frozen/library/openstruct/table_spec.rb
  M spec/frozen/library/parsedate/parsedate_spec.rb
  M spec/frozen/library/prime/each_spec.rb
  M spec/frozen/library/prime/instance_spec.rb
  M spec/frozen/library/prime/integer/prime_division_spec.rb
  M spec/frozen/library/prime/new_spec.rb
  M spec/frozen/library/prime/prime_division_spec.rb
  M spec/frozen/library/prime/shared/each.rb
  M spec/frozen/library/rational/Rational_spec.rb
  M spec/frozen/library/rational/equal_value_spec.rb
  M spec/frozen/library/rational/initialize_spec.rb
  M spec/frozen/library/rexml/attribute/namespace_spec.rb
  M spec/frozen/library/rexml/attribute/to_s_spec.rb
  M spec/frozen/library/rexml/attribute/write_spec.rb
  M spec/frozen/library/rexml/attributes/delete_spec.rb
  M spec/frozen/library/rexml/attributes/each_attribute_spec.rb
  M spec/frozen/library/rexml/attributes/get_attribute_ns_spec.rb
  M spec/frozen/library/rexml/attributes/get_attribute_spec.rb
  M spec/frozen/library/rexml/cdata/initialize_spec.rb
  M spec/frozen/library/rexml/document/add_element_spec.rb
  M spec/frozen/library/rexml/document/encoding_spec.rb
  M spec/frozen/library/rexml/document/node_type_spec.rb
  M spec/frozen/library/rexml/document/root_spec.rb
  M spec/frozen/library/rexml/document/stand_alone_spec.rb
  M spec/frozen/library/rexml/document/xml_decl_spec.rb
  M spec/frozen/library/rexml/element/add_attribute_spec.rb
  M spec/frozen/library/rexml/element/add_element_spec.rb
  M spec/frozen/library/rexml/element/add_namespace_spec.rb
  M spec/frozen/library/rexml/element/add_text_spec.rb
  M spec/frozen/library/rexml/element/cdatas_spec.rb
  M spec/frozen/library/rexml/element/delete_element_spec.rb
  M spec/frozen/library/rexml/element/delete_namespace_spec.rb
  M spec/frozen/library/rexml/element/each_element_with_attribute_spec.rb
  M spec/frozen/library/rexml/element/each_element_with_text_spec.rb
  M spec/frozen/library/rexml/element/has_attributes_spec.rb
  M spec/frozen/library/rexml/element/has_text_spec.rb
  M spec/frozen/library/rexml/element/inspect_spec.rb
  M spec/frozen/library/rexml/element/instructions_spec.rb
  M spec/frozen/library/rexml/element/namespaces_spec.rb
  M spec/frozen/library/rexml/element/new_spec.rb
  M spec/frozen/library/rexml/element/next_element_spec.rb
  M spec/frozen/library/rexml/element/prefixes_spec.rb
  M spec/frozen/library/rexml/element/previous_element_spec.rb
  M spec/frozen/library/rexml/element/raw_spec.rb
  M spec/frozen/library/rexml/element/root_spec.rb
  M spec/frozen/library/rexml/element/text_spec.rb
  M spec/frozen/library/rexml/text/comparison_spec.rb
  M spec/frozen/library/rexml/text/new_spec.rb
  M spec/frozen/library/rexml/text/normalize_spec.rb
  M spec/frozen/library/rexml/text/unnormalize_spec.rb
  M spec/frozen/library/rexml/text/value_spec.rb
  M spec/frozen/library/rexml/text/wrap_spec.rb
  M spec/frozen/library/scanf/io/fixtures/helloworld.txt
  M spec/frozen/library/scanf/io/scanf_spec.rb
  M spec/frozen/library/scanf/string/scanf_spec.rb
  M spec/frozen/library/scanf/string/shared/block_scanf.rb
  M spec/frozen/library/securerandom/base64_spec.rb
  M spec/frozen/library/securerandom/hex_spec.rb
  M spec/frozen/library/securerandom/random_number_spec.rb
  M spec/frozen/library/set/classify_spec.rb
  M spec/frozen/library/set/delete_if_spec.rb
  M spec/frozen/library/set/delete_spec.rb
  M spec/frozen/library/set/divide_spec.rb
  M spec/frozen/library/set/each_spec.rb
  M spec/frozen/library/set/empty_spec.rb
  M spec/frozen/library/set/enumerable/to_set_spec.rb
  M spec/frozen/library/set/eql_spec.rb
  M spec/frozen/library/set/equal_value_spec.rb
  M spec/frozen/library/set/exclusion_spec.rb
  M spec/frozen/library/set/flatten_spec.rb
  M spec/frozen/library/set/hash_spec.rb
  M spec/frozen/library/set/initialize_copy_spec.rb
  M spec/frozen/library/set/initialize_spec.rb
  M spec/frozen/library/set/inspect_spec.rb
  M spec/frozen/library/set/merge_spec.rb
  M spec/frozen/library/set/pretty_print_spec.rb
  M spec/frozen/library/set/proper_subset_spec.rb
  M spec/frozen/library/set/proper_superset_spec.rb
  M spec/frozen/library/set/replace_spec.rb
  M spec/frozen/library/set/sortedset/classify_spec.rb
  M spec/frozen/library/set/sortedset/delete_if_spec.rb
  M spec/frozen/library/set/sortedset/delete_spec.rb
  M spec/frozen/library/set/sortedset/divide_spec.rb
  M spec/frozen/library/set/sortedset/each_spec.rb
  M spec/frozen/library/set/sortedset/empty_spec.rb
  M spec/frozen/library/set/sortedset/eql_spec.rb
  M spec/frozen/library/set/sortedset/equal_value_spec.rb
  M spec/frozen/library/set/sortedset/exclusion_spec.rb
  M spec/frozen/library/set/sortedset/hash_spec.rb
  M spec/frozen/library/set/sortedset/initialize_copy_spec.rb
  M spec/frozen/library/set/sortedset/merge_spec.rb
  M spec/frozen/library/set/sortedset/pretty_print_spec.rb
  M spec/frozen/library/set/sortedset/proper_subset_spec.rb
  M spec/frozen/library/set/sortedset/proper_superset_spec.rb
  M spec/frozen/library/set/sortedset/reject_spec.rb
  M spec/frozen/library/set/sortedset/replace_spec.rb
  M spec/frozen/library/set/sortedset/subset_spec.rb
  M spec/frozen/library/set/sortedset/subtract_spec.rb
  M spec/frozen/library/set/sortedset/superset_spec.rb
  M spec/frozen/library/set/subset_spec.rb
  M spec/frozen/library/set/subtract_spec.rb
  M spec/frozen/library/set/superset_spec.rb
  M spec/frozen/library/singleton/dump_spec.rb
  M spec/frozen/library/singleton/fixtures/classes.rb
  M spec/frozen/library/singleton/instance_spec.rb
  M spec/frozen/library/socket/basicsocket/close_read_spec.rb
  M spec/frozen/library/socket/basicsocket/close_write_spec.rb
  M spec/frozen/library/socket/basicsocket/do_not_reverse_lookup_spec.rb
  M spec/frozen/library/socket/basicsocket/setsockopt_spec.rb
  M spec/frozen/library/socket/constants/constants_spec.rb
  M spec/frozen/library/socket/fixtures/classes.rb
  M spec/frozen/library/socket/ipsocket/addr_spec.rb
  M spec/frozen/library/socket/ipsocket/peeraddr_spec.rb
  M spec/frozen/library/socket/ipsocket/recvfrom_spec.rb
  M spec/frozen/library/socket/shared/partially_closable_sockets.rb
  M spec/frozen/library/socket/shared/socketpair.rb
  M spec/frozen/library/socket/socket/bind_spec.rb
  M spec/frozen/library/socket/socket/connect_nonblock_spec.rb
  M spec/frozen/library/socket/socket/getaddrinfo_spec.rb
  M spec/frozen/library/socket/socket/gethostbyname_spec.rb
  M spec/frozen/library/socket/socket/getnameinfo_spec.rb
  M spec/frozen/library/socket/socket/getservbyname_spec.rb
  M spec/frozen/library/socket/tcpserver/accept_nonblock_spec.rb
  M spec/frozen/library/socket/tcpserver/accept_spec.rb
  M spec/frozen/library/socket/tcpserver/new_spec.rb
  M spec/frozen/library/socket/tcpsocket/partially_closable_spec.rb
  A spec/frozen/library/socket/tcpsocket/recv_nonblock_spec.rb
  M spec/frozen/library/socket/tcpsocket/shared/new.rb
  M spec/frozen/library/socket/udpsocket/send_spec.rb
  M spec/frozen/library/socket/unixsocket/partially_closable_spec.rb
  M spec/frozen/library/socket/unixsocket/recv_io_spec.rb
  M spec/frozen/library/stringio/append_spec.rb
  M spec/frozen/library/stringio/close_read_spec.rb
  M spec/frozen/library/stringio/close_spec.rb
  M spec/frozen/library/stringio/each_char_spec.rb
  M spec/frozen/library/stringio/gets_spec.rb
  M spec/frozen/library/stringio/initialize_copy_spec.rb
  M spec/frozen/library/stringio/lineno_spec.rb
  M spec/frozen/library/stringio/pos_spec.rb
  M spec/frozen/library/stringio/print_spec.rb
  M spec/frozen/library/stringio/printf_spec.rb
  M spec/frozen/library/stringio/putc_spec.rb
  M spec/frozen/library/stringio/puts_spec.rb
  M spec/frozen/library/stringio/read_spec.rb
  M spec/frozen/library/stringio/readline_spec.rb
  M spec/frozen/library/stringio/readlines_spec.rb
  M spec/frozen/library/stringio/readpartial_spec.rb
  M spec/frozen/library/stringio/rewind_spec.rb
  M spec/frozen/library/stringio/seek_spec.rb
  M spec/frozen/library/stringio/shared/codepoints.rb
  M spec/frozen/library/stringio/string_spec.rb
  M spec/frozen/library/stringio/truncate_spec.rb
  M spec/frozen/library/stringio/ungetc_spec.rb
  M spec/frozen/library/stringscanner/dup_spec.rb
  R spec/frozen/library/stringscanner/initialize_copy_spec.rb
  M spec/frozen/library/stringscanner/initialize_spec.rb
  M spec/frozen/library/stringscanner/pos_spec.rb
  M spec/frozen/library/stringscanner/rest_size_spec.rb
  M spec/frozen/library/stringscanner/rest_spec.rb
  M spec/frozen/library/stringscanner/skip_spec.rb
  M spec/frozen/library/stringscanner/string_spec.rb
  M spec/frozen/library/syslog/constants_spec.rb
  M spec/frozen/library/syslog/inspect_spec.rb
  M spec/frozen/library/syslog/mask_spec.rb
  M spec/frozen/library/time/httpdate_spec.rb
  M spec/frozen/library/timeout/timeout_spec.rb
  M spec/frozen/library/tmpdir/dir/mktmpdir_spec.rb
  M spec/frozen/library/tmpdir/dir/tmpdir_spec.rb
  M spec/frozen/library/uri/eql_spec.rb
  M spec/frozen/library/uri/equality_spec.rb
  A spec/frozen/library/uri/escape/decode_spec.rb
  A spec/frozen/library/uri/escape/encode_spec.rb
  A spec/frozen/library/uri/escape/escape_spec.rb
  A spec/frozen/library/uri/escape/unescape_spec.rb
  M spec/frozen/library/uri/extract_spec.rb
  M spec/frozen/library/uri/fixtures/normalization.rb
  A spec/frozen/library/uri/ftp/build_spec.rb
  A spec/frozen/library/uri/ftp/merge_spec.rb
  A spec/frozen/library/uri/ftp/new2_spec.rb
  A spec/frozen/library/uri/ftp/path_spec.rb
  A spec/frozen/library/uri/ftp/set_typecode_spec.rb
  A spec/frozen/library/uri/ftp/to_s_spec.rb
  A spec/frozen/library/uri/ftp/typecode_spec.rb
  A spec/frozen/library/uri/generic/absolute_spec.rb
  A spec/frozen/library/uri/generic/build2_spec.rb
  A spec/frozen/library/uri/generic/build_spec.rb
  A spec/frozen/library/uri/generic/coerce_spec.rb
  A spec/frozen/library/uri/generic/component_ary_spec.rb
  A spec/frozen/library/uri/generic/component_spec.rb
  A spec/frozen/library/uri/generic/default_port_spec.rb
  A spec/frozen/library/uri/generic/eql_spec.rb
  A spec/frozen/library/uri/generic/equal_value_spec.rb
  A spec/frozen/library/uri/generic/fragment_spec.rb
  A spec/frozen/library/uri/generic/hash_spec.rb
  A spec/frozen/library/uri/generic/hierarchical_spec.rb
  A spec/frozen/library/uri/generic/host_spec.rb
  A spec/frozen/library/uri/generic/inspect_spec.rb
  A spec/frozen/library/uri/generic/merge_spec.rb
  A spec/frozen/library/uri/generic/minus_spec.rb
  A spec/frozen/library/uri/generic/normalize_spec.rb
  A spec/frozen/library/uri/generic/opaque_spec.rb
  A spec/frozen/library/uri/generic/password_spec.rb
  A spec/frozen/library/uri/generic/path_spec.rb
  A spec/frozen/library/uri/generic/plus_spec.rb
  A spec/frozen/library/uri/generic/port_spec.rb
  A spec/frozen/library/uri/generic/query_spec.rb
  A spec/frozen/library/uri/generic/registry_spec.rb
  A spec/frozen/library/uri/generic/relative_spec.rb
  A spec/frozen/library/uri/generic/route_from_spec.rb
  A spec/frozen/library/uri/generic/route_to_spec.rb
  A spec/frozen/library/uri/generic/scheme_spec.rb
  A spec/frozen/library/uri/generic/select_spec.rb
  A spec/frozen/library/uri/generic/set_fragment_spec.rb
  A spec/frozen/library/uri/generic/set_host_spec.rb
  A spec/frozen/library/uri/generic/set_opaque_spec.rb
  A spec/frozen/library/uri/generic/set_password_spec.rb
  A spec/frozen/library/uri/generic/set_path_spec.rb
  A spec/frozen/library/uri/generic/set_port_spec.rb
  A spec/frozen/library/uri/generic/set_query_spec.rb
  A spec/frozen/library/uri/generic/set_registry_spec.rb
  A spec/frozen/library/uri/generic/set_scheme_spec.rb
  A spec/frozen/library/uri/generic/set_user_spec.rb
  A spec/frozen/library/uri/generic/set_userinfo_spec.rb
  A spec/frozen/library/uri/generic/to_s_spec.rb
  A spec/frozen/library/uri/generic/use_registry_spec.rb
  A spec/frozen/library/uri/generic/user_spec.rb
  A spec/frozen/library/uri/generic/userinfo_spec.rb
  A spec/frozen/library/uri/http/build_spec.rb
  M spec/frozen/library/uri/http/request_uri_spec.rb
  M spec/frozen/library/uri/join_spec.rb
  A spec/frozen/library/uri/ldap/attributes_spec.rb
  A spec/frozen/library/uri/ldap/build_spec.rb
  A spec/frozen/library/uri/ldap/dn_spec.rb
  A spec/frozen/library/uri/ldap/extensions_spec.rb
  A spec/frozen/library/uri/ldap/filter_spec.rb
  A spec/frozen/library/uri/ldap/hierarchical_spec.rb
  A spec/frozen/library/uri/ldap/scope_spec.rb
  A spec/frozen/library/uri/ldap/set_attributes_spec.rb
  A spec/frozen/library/uri/ldap/set_dn_spec.rb
  A spec/frozen/library/uri/ldap/set_extensions_spec.rb
  A spec/frozen/library/uri/ldap/set_filter_spec.rb
  A spec/frozen/library/uri/ldap/set_scope_spec.rb
  M spec/frozen/library/uri/mailto/build_spec.rb
  A spec/frozen/library/uri/mailto/headers_spec.rb
  A spec/frozen/library/uri/mailto/set_headers_spec.rb
  A spec/frozen/library/uri/mailto/set_to_spec.rb
  A spec/frozen/library/uri/mailto/to_mailtext_spec.rb
  A spec/frozen/library/uri/mailto/to_rfc822text_spec.rb
  A spec/frozen/library/uri/mailto/to_s_spec.rb
  A spec/frozen/library/uri/mailto/to_spec.rb
  M spec/frozen/library/uri/normalize_spec.rb
  M spec/frozen/library/uri/parse_spec.rb
  M spec/frozen/library/uri/plus_spec.rb
  M spec/frozen/library/uri/select_spec.rb
  M spec/frozen/library/uri/shared/eql.rb
  A spec/frozen/library/uri/split_spec.rb
  M spec/frozen/library/uri/uri_spec.rb
  A spec/frozen/library/uri/util/make_components_hash_spec.rb
  M spec/frozen/library/win32ole/win32ole/_getproperty_spec.rb
  M spec/frozen/library/win32ole/win32ole/_invoke_spec.rb
  M spec/frozen/library/win32ole/win32ole/_setproperty_spec.rb
  M spec/frozen/library/win32ole/win32ole/codepage_spec.rb
  M spec/frozen/library/win32ole/win32ole/connect_spec.rb
  M spec/frozen/library/win32ole/win32ole/const_load_spec.rb
  M spec/frozen/library/win32ole/win32ole/constants_spec.rb
  M spec/frozen/library/win32ole/win32ole/create_guid_spec.rb
  M spec/frozen/library/win32ole/win32ole/each_spec.rb
  M spec/frozen/library/win32ole/win32ole/invoke_spec.rb
  M spec/frozen/library/win32ole/win32ole/locale_spec.rb
  M spec/frozen/library/win32ole/win32ole/new_spec.rb
  M spec/frozen/library/win32ole/win32ole/ole_func_methods_spec.rb
  M spec/frozen/library/win32ole/win32ole/ole_get_methods_spec.rb
  M spec/frozen/library/win32ole/win32ole/ole_method_help_spec.rb
  M spec/frozen/library/win32ole/win32ole/ole_method_spec.rb
  M spec/frozen/library/win32ole/win32ole/ole_methods_spec.rb
  M spec/frozen/library/win32ole/win32ole/ole_obj_help_spec.rb
  M spec/frozen/library/win32ole/win32ole/ole_put_methods_spec.rb
  M spec/frozen/library/win32ole/win32ole/ole_show_help_spec.rb
  M spec/frozen/library/win32ole/win32ole/setproperty_spec.rb
  M spec/frozen/library/win32ole/win32ole/shared/ole_method.rb
  M spec/frozen/library/win32ole/win32ole/shared/setproperty.rb
  M spec/frozen/library/win32ole/win32ole_event/handler_spec.rb
  M spec/frozen/library/win32ole/win32ole_event/message_loop_spec.rb
  M spec/frozen/library/win32ole/win32ole_event/new_spec.rb
  M spec/frozen/library/win32ole/win32ole_event/off_event_spec.rb
  M spec/frozen/library/win32ole/win32ole_event/on_event_spec.rb
  M spec/frozen/library/win32ole/win32ole_event/on_event_with_outargs_spec.rb
  M spec/frozen/library/win32ole/win32ole_event/unadvise_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/dispid_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/event_interface_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/event_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/helpcontext_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/helpfile_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/helpstring_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/invkind_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/invoke_kind_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/name_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/new_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/offset_vtbl_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/params_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/return_type_detail_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/return_type_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/return_vtype_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/shared/name.rb
  M spec/frozen/library/win32ole/win32ole_method/size_opt_params_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/size_params_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/to_s_spec.rb
  M spec/frozen/library/win32ole/win32ole_method/visible_spec.rb
  M spec/frozen/library/win32ole/win32ole_param/default_spec.rb
  M spec/frozen/library/win32ole/win32ole_param/input_spec.rb
  M spec/frozen/library/win32ole/win32ole_param/name_spec.rb
  M spec/frozen/library/win32ole/win32ole_param/ole_type_detail_spec.rb
  M spec/frozen/library/win32ole/win32ole_param/ole_type_spec.rb
  M spec/frozen/library/win32ole/win32ole_param/optional_spec.rb
  M spec/frozen/library/win32ole/win32ole_param/retval_spec.rb
  M spec/frozen/library/win32ole/win32ole_param/shared/name.rb
  M spec/frozen/library/win32ole/win32ole_param/to_s_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/guid_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/helpcontext_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/helpfile_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/helpstring_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/major_version_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/minor_version_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/name_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/ole_classes_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/ole_methods_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/ole_type_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/progid_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/progids_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/shared/name.rb
  M spec/frozen/library/win32ole/win32ole_type/src_type_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/to_s_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/typekind_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/typelibs_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/variables_spec.rb
  M spec/frozen/library/win32ole/win32ole_type/visible_spec.rb
  M spec/frozen/library/win32ole/win32ole_variable/name_spec.rb
  M spec/frozen/library/win32ole/win32ole_variable/ole_type_detail_spec.rb
  M spec/frozen/library/win32ole/win32ole_variable/ole_type_spec.rb
  M spec/frozen/library/win32ole/win32ole_variable/shared/name.rb
  M spec/frozen/library/win32ole/win32ole_variable/to_s_spec.rb
  M spec/frozen/library/win32ole/win32ole_variable/value_spec.rb
  M spec/frozen/library/win32ole/win32ole_variable/variable_kind_spec.rb
  M spec/frozen/library/win32ole/win32ole_variable/varkind_spec.rb
  M spec/frozen/library/win32ole/win32ole_variable/visible_spec.rb
  M spec/frozen/library/yaml/dump_spec.rb
  M spec/frozen/library/yaml/dump_stream_spec.rb
  M spec/frozen/library/yaml/fixtures/strings.rb
  M spec/frozen/library/yaml/load_file_spec.rb
  M spec/frozen/library/yaml/load_spec.rb
  M spec/frozen/library/yaml/parse_spec.rb
  M spec/frozen/library/yaml/shared/each_document.rb
  M spec/frozen/library/yaml/tag_class_spec.rb
  M spec/frozen/library/yaml/tagged_classes_spec.rb
  M spec/frozen/library/yaml/tagurize_spec.rb
  M spec/frozen/library/yaml/to_yaml_spec.rb
  M spec/frozen/library/zlib/adler32_spec.rb
  M spec/frozen/library/zlib/crc32_spec.rb
  M spec/frozen/library/zlib/crc_table_spec.rb
  M spec/frozen/library/zlib/gzipreader/eof_spec.rb
  M spec/frozen/library/zlib/gzipreader/read_spec.rb
  M spec/frozen/optional/capi/array_spec.rb
  M spec/frozen/optional/capi/bignum_spec.rb
  M spec/frozen/optional/capi/class_spec.rb
  M spec/frozen/optional/capi/constants_spec.rb
  M spec/frozen/optional/capi/data_spec.rb
  M spec/frozen/optional/capi/ext/array_spec.c
  M spec/frozen/optional/capi/ext/bignum_spec.c
  M spec/frozen/optional/capi/ext/constants_spec.c
  M spec/frozen/optional/capi/ext/hash_spec.c
  M spec/frozen/optional/capi/ext/io_spec.c
  M spec/frozen/optional/capi/ext/kernel_spec.c
  A spec/frozen/optional/capi/ext/marshal_spec.c
  M spec/frozen/optional/capi/ext/module_spec.c
  M spec/frozen/optional/capi/ext/mri.h
  M spec/frozen/optional/capi/ext/numeric_spec.c
  M spec/frozen/optional/capi/ext/object_spec.c
  M spec/frozen/optional/capi/ext/proc_spec.c
  M spec/frozen/optional/capi/ext/regexp_spec.c
  M spec/frozen/optional/capi/ext/rubinius.h
  M spec/frozen/optional/capi/ext/rubyspec.h
  M spec/frozen/optional/capi/ext/string_spec.c
  M spec/frozen/optional/capi/ext/struct_spec.c
  M spec/frozen/optional/capi/ext/symbol_spec.c
  M spec/frozen/optional/capi/ext/thread_spec.c
  M spec/frozen/optional/capi/ext/util_spec.c
  M spec/frozen/optional/capi/fixtures/foo.rb
  A spec/frozen/optional/capi/fixtures/proc.rb
  M spec/frozen/optional/capi/float_spec.rb
  M spec/frozen/optional/capi/globals_spec.rb
  M spec/frozen/optional/capi/hash_spec.rb
  M spec/frozen/optional/capi/io_spec.rb
  M spec/frozen/optional/capi/kernel_spec.rb
  A spec/frozen/optional/capi/marshal_spec.rb
  M spec/frozen/optional/capi/module_spec.rb
  M spec/frozen/optional/capi/numeric_spec.rb
  M spec/frozen/optional/capi/object_spec.rb
  M spec/frozen/optional/capi/proc_spec.rb
  M spec/frozen/optional/capi/regexp_spec.rb
  M spec/frozen/optional/capi/spec_helper.rb
  M spec/frozen/optional/capi/string_spec.rb
  M spec/frozen/optional/capi/struct_spec.rb
  M spec/frozen/optional/capi/thread_spec.rb
  M spec/frozen/optional/capi/time_spec.rb
  M spec/frozen/optional/capi/util_spec.rb
  M spec/frozen/optional/ffi/buffer_spec.rb
  M spec/frozen/optional/ffi/callback_spec.rb
  M spec/frozen/optional/ffi/enum_spec.rb
  M spec/frozen/optional/ffi/errno_spec.rb
  M spec/frozen/optional/ffi/fixtures/Benchmark.c
  M spec/frozen/optional/ffi/fixtures/BufferTest.c
  M spec/frozen/optional/ffi/fixtures/ClosureTest.c
  M spec/frozen/optional/ffi/fixtures/GNUmakefile
  M spec/frozen/optional/ffi/fixtures/LastErrorTest.c
  M spec/frozen/optional/ffi/fixtures/NumberTest.c
  M spec/frozen/optional/ffi/fixtures/PointerTest.c
  M spec/frozen/optional/ffi/fixtures/ReferenceTest.c
  M spec/frozen/optional/ffi/fixtures/StringTest.c
  M spec/frozen/optional/ffi/fixtures/UnionTest.c
  M spec/frozen/optional/ffi/fixtures/classes.rb
  M spec/frozen/optional/ffi/library_spec.rb
  M spec/frozen/optional/ffi/managed_struct_spec.rb
  M spec/frozen/optional/ffi/number_spec.rb
  M spec/frozen/optional/ffi/pointer_spec.rb
  M spec/frozen/optional/ffi/rbx/attach_function_spec.rb
  M spec/frozen/optional/ffi/rbx/memory_pointer_spec.rb
  M spec/frozen/optional/ffi/rbx/struct_spec.rb
  M spec/frozen/optional/ffi/spec_helper.rb
  M spec/frozen/optional/ffi/string_spec.rb
  M spec/frozen/optional/ffi/struct_callback_spec.rb
  M spec/frozen/optional/ffi/struct_initialize_spec.rb
  M spec/frozen/optional/ffi/struct_spec.rb
  M spec/frozen/optional/ffi/typedef_spec.rb
  M spec/frozen/optional/ffi/union_spec.rb
  M spec/frozen/optional/ffi/variadic_spec.rb
  M spec/frozen/shared/complex/Complex.rb
  M spec/frozen/shared/complex/coerce.rb
  M spec/frozen/shared/complex/divide.rb
  M spec/frozen/shared/complex/equal_value.rb
  M spec/frozen/shared/complex/exponent.rb
  M spec/frozen/shared/complex/hash.rb
  M spec/frozen/shared/complex/minus.rb
  M spec/frozen/shared/complex/modulo.rb
  M spec/frozen/shared/complex/multiply.rb
  M spec/frozen/shared/complex/numerator.rb
  M spec/frozen/shared/complex/numeric/arg.rb
  M spec/frozen/shared/complex/numeric/conj.rb
  M spec/frozen/shared/complex/numeric/imag.rb
  M spec/frozen/shared/complex/numeric/polar.rb
  M spec/frozen/shared/complex/numeric/real.rb
  M spec/frozen/shared/complex/plus.rb
  M spec/frozen/shared/complex/rect.rb
  M spec/frozen/shared/complex/to_s.rb
  M spec/frozen/shared/enumerator/new.rb
  M spec/frozen/shared/enumerator/next.rb
  M spec/frozen/shared/enumerator/rewind.rb
  M spec/frozen/shared/enumerator/with_index.rb
  M spec/frozen/shared/enumerator/with_object.rb
  M spec/frozen/shared/file/sticky.rb
  A spec/frozen/shared/io/putc.rb
  M spec/frozen/shared/kernel/method_missing.rb
  M spec/frozen/shared/process/times.rb
  M spec/frozen/shared/rational/Rational.rb
  M spec/frozen/shared/rational/abs.rb
  M spec/frozen/shared/rational/ceil.rb
  M spec/frozen/shared/rational/coerce.rb
  M spec/frozen/shared/rational/comparison.rb
  M spec/frozen/shared/rational/denominator.rb
  M spec/frozen/shared/rational/divide.rb
  M spec/frozen/shared/rational/divmod.rb
  M spec/frozen/shared/rational/equal_value.rb
  M spec/frozen/shared/rational/exponent.rb
  M spec/frozen/shared/rational/initialize.rb
  M spec/frozen/shared/rational/minus.rb
  M spec/frozen/shared/rational/multiply.rb
  M spec/frozen/shared/rational/new.rb
  M spec/frozen/shared/rational/numerator.rb
  M spec/frozen/shared/rational/plus.rb
  M spec/frozen/shared/rational/reduce.rb
  A spec/frozen/tags/macruby/core/array/pack/b_tags.txt
  A spec/frozen/tags/macruby/core/array/pack/d_tags.txt
  A spec/frozen/tags/macruby/core/array/pack/e_tags.txt
  A spec/frozen/tags/macruby/core/array/pack/f_tags.txt
  A spec/frozen/tags/macruby/core/array/pack/g_tags.txt
  A spec/frozen/tags/macruby/core/array/pack/h_tags.txt
  M spec/frozen/tags/macruby/core/class/initialize_tags.txt
  M spec/frozen/tags/macruby/core/file/expand_path_tags.txt
  A spec/frozen/tags/macruby/core/file/truncate_tags.txt
  A spec/frozen/tags/macruby/core/fixnum/multiply_tags.txt
  M spec/frozen/tags/macruby/core/kernel/binding_tags.txt
  M spec/frozen/tags/macruby/core/kernel/singleton_methods_tags.txt
  M spec/frozen/tags/macruby/core/marshal/load_tags.txt
  M spec/frozen/tags/macruby/core/method/source_location_tags.txt
  M spec/frozen/tags/macruby/core/module/define_method_tags.txt
  A spec/frozen/tags/macruby/core/proc/curry_tags.txt
  A spec/frozen/tags/macruby/core/proc/eql_tags.txt
  A spec/frozen/tags/macruby/core/proc/equal_value_tags.txt
  A spec/frozen/tags/macruby/core/proc/lambda_tags.txt
  A spec/frozen/tags/macruby/core/unboundmethod/source_location_tags.txt
  M spec/frozen/tags/macruby/language/break_tags.txt
  M spec/frozen/tags/macruby/language/def_tags.txt
  M spec/frozen/tags/macruby/language/super_tags.txt
  A spec/frozen/tags/macruby/library/bigdecimal/round_tags.txt
  M spec/frozen/tags/macruby/library/drb/start_service_tags.txt
  M spec/frozen/tags/macruby/library/drb/stop_service_tags.txt
  A spec/frozen/tags/macruby/library/net/http/http/copy_tags.txt
  M spec/frozen/tags/macruby/library/socket/tcpsocket/new_tags.txt
  M spec/frozen/tags/macruby/library/socket/tcpsocket/open_tags.txt
  M spec/frozen/tags/macruby/library/yaml/load_tags.txt
  M spec/frozen/tags/macruby/library/zlib/gzipfile/close_tags.txt
  M spec/frozen/tags/macruby/library/zlib/gzipwriter/write_tags.txt
  M spec/frozen/upstream
  M spec/macruby/tags/macruby/core/gcd/source_tags.txt

Log Message:
-----------
Updates rubyspec to 45b02209573ce9adc28177eb497c185a306e4720


Commit: 47e28e788d0a5d475e50191cc822dd4321a7bb09
    https://github.com/MacRuby/MacRuby/commit/47e28e788d0a5d475e50191cc822dd4321a7bb09
Author: Watson <watson1978 at gmail.com>
Date:   2011-04-17 (Sun, 17 Apr 2011)

Changed paths:
  M spec/frozen/tags/macruby/core/file/open_tags.txt
  R spec/frozen/tags/macruby/core/kernel/singleton_class_tags.txt
  R spec/frozen/tags/macruby/core/kernel/sprintf_tags.txt
  M spec/frozen/tags/macruby/core/string/modulo_tags.txt
  R spec/frozen/tags/macruby/core/threadgroup/add_tags.txt
  R spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt
  M spec/frozen/tags/macruby/core/unboundmethod/owner_tags.txt
  M spec/frozen/tags/macruby/language/super_tags.txt
  R spec/frozen/tags/macruby/library/set/sortedset/keep_if_tags.txt
  R spec/frozen/tags/macruby/library/set/sortedset/reject_tags.txt
  R spec/frozen/tags/macruby/library/set/sortedset/select_tags.txt
  M spec/macruby/tags/macruby/core/gcd/source_tags.txt

Log Message:
-----------
Updates spec's tags.


Compare: https://github.com/MacRuby/MacRuby/compare/f024e51...47e28e7


More information about the macruby-changes mailing list