ruby-changes:30778
From: kazu <ko1@a...>
Date: Fri, 6 Sep 2013 18:17:34 +0900 (JST)
Subject: [ruby-changes:30778] kazu:r42857 (trunk): remove unexpected references
kazu 2013-09-06 18:17:27 +0900 (Fri, 06 Sep 2013) New Revision: 42857 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42857 Log: remove unexpected references Fixes GH-nnn does not reference github.com/tenderlove/psych/issues/nnn but github.com/ruby/ruby/pull/nnn Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 42856) +++ ChangeLog (revision 42857) @@ -12,7 +12,7 @@ Fri Sep 6 02:37:22 2013 Aaron Patterso https://github.com/ruby/ruby/blob/trunk/ChangeLog#L12 * ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes when strings start with special characters. - [Fixes GH-157] https://github.com/tenderlove/psych/issues/157 + https://github.com/tenderlove/psych/issues/157 * test/psych/test_string.rb: test for change. @@ -571,7 +571,7 @@ Thu Aug 29 02:40:45 2013 Aaron Patterso https://github.com/ruby/ruby/blob/trunk/ChangeLog#L571 * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should be treated as strings. - [Fixes GH-156] https://github.com/tenderlove/psych/issues/156 + https://github.com/tenderlove/psych/issues/156 * test/psych/test_string.rb: test for change -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/