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

ruby-changes:55054

From: nagachika <ko1@a...>
Date: Fri, 15 Mar 2019 07:44:03 +0900 (JST)
Subject: [ruby-changes:55054] nagachika:r67261 (trunk): tool/make-snapshot: Use 6-spaces indent for SIZE and digests

nagachika	2019-03-15 07:43:57 +0900 (Fri, 15 Mar 2019)

  New Revision: 67261

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67261

  Log:
    tool/make-snapshot: Use 6-spaces indent for SIZE and digests
    to align with release note markdown.

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 67260)
+++ tool/make-snapshot	(revision 67261)
@@ -525,9 +525,9 @@ revisions.collect {|rev| package(vcs, re https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L525
     name = "https://s3.amazonaws.com/ftp.r-l.o/pub/#{$s3}/#{Pathname(name).basename}"
   end
   puts "* #{$colorize.pass(name)}"
-  puts "  SIZE:   #{str.bytesize} bytes"
+  puts "      SIZE:   #{str.bytesize} bytes"
   $digests.each do |alg|
-    printf "  %-8s%s\n", "#{alg}:", Digest.const_get(alg).hexdigest(str)
+    printf "      %-8s%s\n", "#{alg}:", Digest.const_get(alg).hexdigest(str)
   end
 end
 

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

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