ruby-changes:55056
From: nagachika <ko1@a...>
Date: Fri, 15 Mar 2019 07:51:29 +0900 (JST)
Subject: [ruby-changes:55056] nagachika:r67263 (ruby_2_5): merge revision(s) 67261:
nagachika 2019-03-15 07:51:25 +0900 (Fri, 15 Mar 2019) New Revision: 67263 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67263 Log: merge revision(s) 67261: tool/make-snapshot: Use 6-spaces indent for SIZE and digests to align with release note markdown. Modified directories: branches/ruby_2_5/ Modified files: branches/ruby_2_5/tool/make-snapshot branches/ruby_2_5/version.h Index: ruby_2_5/tool/make-snapshot =================================================================== --- ruby_2_5/tool/make-snapshot (revision 67262) +++ ruby_2_5/tool/make-snapshot (revision 67263) @@ -456,9 +456,9 @@ revisions.collect {|rev| package(vcs, re https://github.com/ruby/ruby/blob/trunk/ruby_2_5/tool/make-snapshot#L456 end str = open(name, "rb") {|f| f.read} 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 Index: ruby_2_5/version.h =================================================================== --- ruby_2_5/version.h (revision 67262) +++ ruby_2_5/version.h (revision 67263) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_5/version.h#L1 #define RUBY_VERSION "2.5.5" #define RUBY_RELEASE_DATE "2019-03-15" -#define RUBY_PATCHLEVEL 157 +#define RUBY_PATCHLEVEL 158 #define RUBY_RELEASE_YEAR 2019 #define RUBY_RELEASE_MONTH 3 Index: ruby_2_5 =================================================================== --- ruby_2_5 (revision 67262) +++ ruby_2_5 (revision 67263) Property changes on: ruby_2_5 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /trunk:r67261 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/