summaryrefslogtreecommitdiff
path: root/tool/checksum.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-11-211-3/+1
|
* Move vpath.rb into tool library direcotry.Hiroshi SHIBATA2019-07-151-1/+1
|
* tool: fixed shadowing variablesnobu2018-05-181-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* checksum.rb: check the targetnobu2015-05-071-3/+10
| | | | | | | * tool/checksum.rb (Checksum#update?): check if the target exists too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* io/console: win32_vk dependenciesnobu2015-05-061-0/+65
* ext/io/console/depend: check if VK table is modified by the checksum. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e