1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

rbinstall.rb: indent

* tool/rbinstall.rb (Gem::Specification#to_ruby): adjust indent.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-11-08 22:40:56 +00:00
parent 2238f11d1a
commit 6458bfcc69

View file

@ -570,7 +570,7 @@ module Gem
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|
s.email = #{email.inspect}
s.files = #{files.inspect}
end
GEMSPEC
GEMSPEC
end
def self.unresolved_deps