ruby-changes:44217
From: kazu <ko1@a...>
Date: Thu, 29 Sep 2016 21:08:38 +0900 (JST)
Subject: [ruby-changes:44217] kazu:r56290 (trunk): checksum algorithm is not MD5 only [ci skip]
kazu 2016-09-29 21:08:30 +0900 (Thu, 29 Sep 2016) New Revision: 56290 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56290 Log: checksum algorithm is not MD5 only [ci skip] Modified files: trunk/lib/pstore.rb Index: lib/pstore.rb =================================================================== --- lib/pstore.rb (revision 56289) +++ lib/pstore.rb (revision 56290) @@ -395,7 +395,7 @@ class PStore https://github.com/ruby/ruby/blob/trunk/lib/pstore.rb#L395 # Load the given PStore file. # If +read_only+ is true, the unmarshalled Hash will be returned. # If +read_only+ is false, a 3-tuple will be returned: the unmarshalled - # Hash, an MD5 checksum of the data, and the size of the data. + # Hash, a checksum of the data, and the size of the data. def load_data(file, read_only) if read_only begin -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/