Hi, 2008/7/25 Federico Builes <federico.builes / gmail.com>: > If you see any other problem please let us know. Currently ruby_1_8_6 has 2 rubyspec failures. 1) Object#to_yaml returns the YAML representation of a Struct object FAILED Expected "--- !ruby/struct:Person \nname: Jane\ngender: female\n" to equal "--- !ruby/struct:Person\nname: Jane\ngender: female\n" ./rubyspec/1.8/library/yaml/to_yaml_spec.rb:58 ./rubyspec/1.8/library/yaml/to_yaml_spec.rb:5 2) Object#to_yaml returns the YAML representation of a Error object FAILED Expected "--- !ruby/exception:StandardError \nmessage: foobar\n" to equal "--- !ruby/exception:StandardError\nmessage: foobar\n" ./rubyspec/1.8/library/yaml/to_yaml_spec.rb:76 ./rubyspec/1.8/library/yaml/to_yaml_spec.rb:5 Finished in 201.927533 seconds 2425 files, 8670 examples, 30036 expectations, 2 failures, 0 errors I'm not familiar with git, but it's caused by your commit, isn't it? commit 671f76a8fe54a34eca8c4eb8c6d242f646ff7c88 Author: Federico Builes <federico.builes / gmail.com> Date: Thu Jul 24 18:51:16 2008 -0500 Cleaning white-space dependant specs in YAML. Should we fix our implementation? Or could you fix your tests? -- Shugo Maeda