ruby-changes:31509
From: nobu <ko1@a...>
Date: Sat, 9 Nov 2013 07:41:03 +0900 (JST)
Subject: [ruby-changes:31509] nobu:r43588 (trunk): rbinstall.rb: indent
nobu 2013-11-09 07:40:56 +0900 (Sat, 09 Nov 2013) New Revision: 43588 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43588 Log: rbinstall.rb: indent * tool/rbinstall.rb (Gem::Specification#to_ruby): adjust indent. Modified files: trunk/tool/rbinstall.rb Index: tool/rbinstall.rb =================================================================== --- tool/rbinstall.rb (revision 43587) +++ tool/rbinstall.rb (revision 43588) @@ -570,7 +570,7 @@ module Gem https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L570 end def to_ruby - <<-GEMSPEC + <<-GEMSPEC Gem::Specification.new do |s| s.name = #{name.dump} s.version = #{version.dump} @@ -582,7 +582,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L582 s.email = #{email.inspect} s.files = #{files.inspect} end - GEMSPEC + GEMSPEC end def self.unresolved_deps -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/