[前][次][番号順一覧][スレッド一覧]

ruby-changes:25233

From: tenderlove <ko1@a...>
Date: Tue, 23 Oct 2012 06:02:28 +0900 (JST)
Subject: [ruby-changes:25233] tenderlove:r37285 (trunk): * ext/psych/lib/psych.rb: Changed comment in psych.rb to update new

tenderlove	2012-10-23 06:02:16 +0900 (Tue, 23 Oct 2012)

  New Revision: 37285

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37285

  Log:
    * ext/psych/lib/psych.rb: Changed comment in psych.rb to update new
      home page for libyaml.  Thanks to Carolyn Ann.

  Modified files:
    trunk/ChangeLog
    trunk/ext/psych/lib/psych.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37284)
+++ ChangeLog	(revision 37285)
@@ -1,3 +1,8 @@
+Tue Oct 23 06:00:41 2012  Aaron Patterson <aaron@t...>
+
+	* ext/psych/lib/psych.rb: Changed comment in psych.rb to update new
+	  home page for libyaml.  Thanks to Carolyn Ann.
+
 Sun Oct 21 19:12:59 2012  Kazuki Tsujimoto  <kazuki@c...>
 
 	* vm_core.h (rb_vm_t::trace_running): add a new field
Index: ext/psych/lib/psych.rb
===================================================================
--- ext/psych/lib/psych.rb	(revision 37284)
+++ ext/psych/lib/psych.rb	(revision 37285)
@@ -18,10 +18,12 @@
 ###
 # = Overview
 #
-# Psych is a YAML parser and emitter.  Psych leverages
-# libyaml[http://libyaml.org] for it's YAML parsing and emitting capabilities.
-# In addition to wrapping libyaml, Psych also knows how to serialize and
-# de-serialize most Ruby objects to and from the YAML format.
+# Psych is a YAML parser and emitter. 
+# Psych leverages libyaml [Home page: http://pyyaml.org/wiki/LibYAML] 
+# or [Git repo: https://github.com/zerotao/libyaml] for its YAML parsing
+# and emitting capabilities. In addition to wrapping libyaml, Psych also
+# knows how to serialize and de-serialize most Ruby objects to and from
+# the YAML format.
 #
 # = I NEED TO PARSE OR EMIT YAML RIGHT NOW!
 #

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]