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:
parent
2238f11d1a
commit
6458bfcc69
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue