aboutsummaryrefslogtreecommitdiffstats
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-08 22:40:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-08 22:40:56 +0000
commit6458bfcc697fc2eec4356ddc0db32f64023127f6 (patch)
treead53485c577919db16b3811adab8f3009507fc30 /tool/rbinstall.rb
parent2238f11d1a4e3c344fc840cb88096de44b47b43e (diff)
downloadruby-6458bfcc697fc2eec4356ddc0db32f64023127f6.tar.gz
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
Diffstat (limited to 'tool/rbinstall.rb')
-rwxr-xr-xtool/rbinstall.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index 0ede5dcc0c..13bf274d88 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -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