[macruby-changes] [MacRuby/MacRuby] 806b48: update mspec to 8ea1d4f12d7fa5e4b5f339559b9166d17b...

GitHub noreply at github.com
Mon Aug 27 10:15:35 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: 806b4828d7eea388830dc1b14ae57ed6c619752e
      https://github.com/MacRuby/MacRuby/commit/806b4828d7eea388830dc1b14ae57ed6c619752e
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-08-27 (Mon, 27 Aug 2012)

  Changed paths:
    M mspec/lib/mspec/helpers/ruby_exe.rb
    M mspec/spec/helpers/ruby_exe_spec.rb
    M mspec/upstream

  Log Message:
  -----------
  update mspec to 8ea1d4f12d7fa5e4b5f339559b9166d17b254987


  Commit: e80daf7be88f3f390729d272c78d56cdba9947c1
      https://github.com/MacRuby/MacRuby/commit/e80daf7be88f3f390729d272c78d56cdba9947c1
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-08-27 (Mon, 27 Aug 2012)

  Changed paths:
    M spec/frozen/CHANGES.before-2008-05-10
    A spec/frozen/command_line/dash_upper_e_spec.rb
    M spec/frozen/core/array/slice_spec.rb
    M spec/frozen/core/basicobject/__id__spec.rb
    M spec/frozen/core/basicobject/basicobject_spec.rb
    M spec/frozen/core/basicobject/not_spec.rb
    M spec/frozen/core/bignum/lte_spec.rb
    M spec/frozen/core/complex/marshal_dump_spec.rb
    R spec/frozen/core/complex/marshal_load_spec.rb
    M spec/frozen/core/enumerable/slice_before_spec.rb
    M spec/frozen/core/exception/fixtures/common.rb
    M spec/frozen/core/exception/inspect_spec.rb
    M spec/frozen/core/fiber/new_spec_disabled.rb
    M spec/frozen/core/file/expand_path_spec.rb
    M spec/frozen/core/file/readlink_spec.rb
    M spec/frozen/core/fixnum/to_s_spec.rb
    M spec/frozen/core/float/comparison_spec.rb
    M spec/frozen/core/float/to_s_spec.rb
    M spec/frozen/core/hash/constructor_spec.rb
    M spec/frozen/core/hash/element_reference_spec.rb
    M spec/frozen/core/hash/shared/iteration.rb
    M spec/frozen/core/io/advise_spec.rb
    M spec/frozen/core/io/popen_spec.rb
    M spec/frozen/core/io/printf_spec.rb
    M spec/frozen/core/io/shared/binwrite.rb
    M spec/frozen/core/kernel/Float_spec.rb
    M spec/frozen/core/kernel/shared/__method__.rb
    A spec/frozen/core/main/def_spec.rb
    M spec/frozen/core/marshal/dump_spec.rb
    M spec/frozen/core/marshal/shared/load.rb
    M spec/frozen/core/math/gamma_spec.rb
    M spec/frozen/core/proc/arity_spec.rb
    A spec/frozen/core/proc/inspect_spec.rb
    M spec/frozen/core/proc/shared/arity.rb
    A spec/frozen/core/proc/shared/to_s.rb
    M spec/frozen/core/proc/to_s_spec.rb
    R spec/frozen/core/proc/versions/arity_1.9.rb
    R spec/frozen/core/proc/versions/arity_2.0.rb
    M spec/frozen/core/process/detach_spec.rb
    M spec/frozen/core/process/fixtures/common.rb
    A spec/frozen/core/process/fixtures/kill.rb
    M spec/frozen/core/process/kill_spec.rb
    M spec/frozen/core/range/max_spec.rb
    M spec/frozen/core/rational/marshal_dump_spec.rb
    R spec/frozen/core/rational/marshal_load_spec.rb
    M spec/frozen/core/regexp/compile_spec.rb
    M spec/frozen/core/regexp/eql_spec.rb
    M spec/frozen/core/regexp/equal_value_spec.rb
    M spec/frozen/core/regexp/escape_spec.rb
    M spec/frozen/core/regexp/fixed_encoding_spec.rb
    M spec/frozen/core/regexp/hash_spec.rb
    M spec/frozen/core/regexp/initialize_spec.rb
    M spec/frozen/core/regexp/inspect_spec.rb
    M spec/frozen/core/regexp/match_spec.rb
    M spec/frozen/core/regexp/options_spec.rb
    M spec/frozen/core/regexp/quote_spec.rb
    M spec/frozen/core/regexp/shared/equal_value.rb
    R spec/frozen/core/regexp/shared/match.rb
    M spec/frozen/core/regexp/shared/new.rb
    M spec/frozen/core/regexp/union_spec.rb
    M spec/frozen/core/string/match_spec.rb
    M spec/frozen/core/string/modulo_spec.rb
    M spec/frozen/core/string/oct_spec.rb
    M spec/frozen/core/string/setbyte_spec.rb
    M spec/frozen/core/string/split_spec.rb
    M spec/frozen/core/struct/each_pair_spec.rb
    M spec/frozen/core/struct/each_spec.rb
    M spec/frozen/core/struct/hash_spec.rb
    M spec/frozen/core/struct/length_spec.rb
    M spec/frozen/core/struct/members_spec.rb
    M spec/frozen/core/struct/select_spec.rb
    A spec/frozen/core/struct/shared/accessor.rb
    M spec/frozen/core/struct/size_spec.rb
    M spec/frozen/core/struct/to_a_spec.rb
    M spec/frozen/core/symbol/encoding_spec.rb
    M spec/frozen/core/symbol/length_spec.rb
    A spec/frozen/core/symbol/shared/length.rb
    M spec/frozen/core/symbol/size_spec.rb
    M spec/frozen/core/thread/alive_spec.rb
    M spec/frozen/core/thread/list_spec.rb
    M spec/frozen/core/time/minus_spec.rb
    M spec/frozen/core/time/plus_spec.rb
    M spec/frozen/core/time/round_spec.rb
    M spec/frozen/core/time/shared/gmt_offset.rb
    M spec/frozen/language/array_spec.rb
    M spec/frozen/language/block_spec.rb
    M spec/frozen/language/def_spec.rb
    M spec/frozen/language/defined_spec.rb
    M spec/frozen/language/fixtures/send_1.9.rb
    M spec/frozen/language/predefined_spec.rb
    M spec/frozen/language/retry_spec.rb
    M spec/frozen/language/splat_spec.rb
    M spec/frozen/language/string_spec.rb
    M spec/frozen/language/super_spec.rb
    M spec/frozen/language/versions/send_1.9.rb
    M spec/frozen/library/cgi/escapeHTML_spec.rb
    M spec/frozen/library/delegate/delegator/trust_spec_disabled.rb
    M spec/frozen/library/delegate/delegator/untaint_spec_disabled.rb
    M spec/frozen/library/delegate/delegator/untrust_spec_disabled.rb
    M spec/frozen/library/erb/new_spec.rb
    M spec/frozen/library/erb/util/shared/html_escape.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/get_spec.rb
    M spec/frozen/library/net/http/http/head_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/options_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/put_spec.rb
    M spec/frozen/library/net/http/http/request_spec.rb
    M spec/frozen/library/net/http/http/send_request_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/trace_spec.rb
    M spec/frozen/library/net/http/http/unlock_spec.rb
    A spec/frozen/library/open3/capture2_spec.rb
    A spec/frozen/library/open3/capture2e_spec.rb
    A spec/frozen/library/open3/capture3_spec.rb
    A spec/frozen/library/open3/pipeline_r_spec.rb
    A spec/frozen/library/open3/pipeline_rw_spec.rb
    A spec/frozen/library/open3/pipeline_spec.rb
    A spec/frozen/library/open3/pipeline_start_spec.rb
    A spec/frozen/library/open3/pipeline_w_spec.rb
    A spec/frozen/library/open3/popen2_spec.rb
    A spec/frozen/library/open3/popen2e_spec.rb
    A spec/frozen/library/open3/popen3_spec.rb
    A spec/frozen/library/weakref/send_spec.rb
    M spec/frozen/library/zlib/zstream/adler_spec.rb
    M spec/frozen/library/zlib/zstream/avail_in_spec.rb
    M spec/frozen/library/zlib/zstream/avail_out_spec.rb
    M spec/frozen/library/zlib/zstream/data_type_spec.rb
    A spec/frozen/optional/capi/enumerator_spec.rb
    M spec/frozen/optional/capi/ext/constants_spec.c
    A spec/frozen/optional/capi/ext/enumerator_spec.c
    M spec/frozen/optional/capi/ext/globals_spec.c
    M spec/frozen/optional/capi/ext/io_spec.c
    M spec/frozen/optional/capi/ext/rubyspec.h
    M spec/frozen/optional/capi/ext/string_spec.c
    M spec/frozen/optional/capi/globals_spec.rb
    M spec/frozen/optional/capi/io_spec.rb
    M spec/frozen/optional/capi/safe_spec.rb
    M spec/frozen/optional/capi/string_spec.rb
    M spec/frozen/optional/ffi/string_spec.rb
    M spec/frozen/shared/file/identical.rb
    M spec/frozen/shared/object/object_id.rb
    M spec/frozen/shared/process/spawn.rb
    M spec/frozen/shared/rational/round.rb
    M spec/frozen/upstream

  Log Message:
  -----------
  update rubyspec to 8b14e65b896947f71324df9efca3476c06a2ec60


  Commit: 763023f48f1d57a73c66a1d5f25bec91542be78e
      https://github.com/MacRuby/MacRuby/commit/763023f48f1d57a73c66a1d5f25bec91542be78e
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-08-27 (Mon, 27 Aug 2012)

  Changed paths:
    M spec/frozen/tags/macruby/core/basicobject/basicobject_tags.txt
    M spec/frozen/tags/macruby/core/file/expand_path_tags.txt
    M spec/frozen/tags/macruby/core/float/to_s_tags.txt
    A spec/frozen/tags/macruby/core/kernel/spawn_tags.txt
    M spec/frozen/tags/macruby/core/marshal/dump_tags.txt
    M spec/frozen/tags/macruby/core/marshal/load_tags.txt
    M spec/frozen/tags/macruby/core/marshal/restore_tags.txt
    M spec/frozen/tags/macruby/core/proc/arity_tags.txt
    A spec/frozen/tags/macruby/core/proc/inspect_tags.txt
    M spec/frozen/tags/macruby/core/process/detach_tags.txt
    M spec/frozen/tags/macruby/core/process/kill_tags.txt
    A spec/frozen/tags/macruby/core/process/spawn_tags.txt
    A spec/frozen/tags/macruby/core/rational/round_tags.txt
    M spec/frozen/tags/macruby/core/regexp/compile_tags.txt
    M spec/frozen/tags/macruby/core/regexp/escape_tags.txt
    M spec/frozen/tags/macruby/core/regexp/fixed_encoding_tags.txt
    A spec/frozen/tags/macruby/core/regexp/initialize_tags.txt
    M spec/frozen/tags/macruby/core/regexp/inspect_tags.txt
    M spec/frozen/tags/macruby/core/regexp/new_tags.txt
    A spec/frozen/tags/macruby/core/regexp/options_tags.txt
    M spec/frozen/tags/macruby/core/regexp/union_tags.txt
    A spec/frozen/tags/macruby/core/symbol/encoding_tags.txt
    A spec/frozen/tags/macruby/language/array_tags.txt
    M spec/frozen/tags/macruby/language/block_tags.txt
    M spec/frozen/tags/macruby/language/defined_tags.txt
    A spec/frozen/tags/macruby/language/retry_tags.txt
    M spec/frozen/tags/macruby/language/super_tags.txt
    A spec/frozen/tags/macruby/library/weakref/send_tags.txt

  Log Message:
  -----------
  add the rubyspec's tags


  Commit: ca0c441c138fa9d8105bad63b3d852f5fa67defb
      https://github.com/MacRuby/MacRuby/commit/ca0c441c138fa9d8105bad63b3d852f5fa67defb
  Author: Watson <watson1978 at gmail.com>
  Date:   2012-08-27 (Mon, 27 Aug 2012)

  Changed paths:
    A spec/macruby/tags/macruby/core/struct_tags.txt

  Log Message:
  -----------
  update the rubyspec's tags


Compare: https://github.com/MacRuby/MacRuby/compare/998999953dec...ca0c441c138f


More information about the macruby-changes mailing list