aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/package.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-09 23:41:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-09 23:41:44 +0000
commit71110cb745abfa54df51f305f2481f23a5925f09 (patch)
tree00ca151b503a0912646d3a527625f68d210d7b31 /lib/rubygems/package.rb
parent47f0248b0858898dd24d1e654cedf174059ca677 (diff)
downloadruby-71110cb745abfa54df51f305f2481f23a5925f09.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/package.rb')
-rw-r--r--lib/rubygems/package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/package.rb b/lib/rubygems/package.rb
index 76f45a99d8..511062e7ee 100644
--- a/lib/rubygems/package.rb
+++ b/lib/rubygems/package.rb
@@ -340,7 +340,7 @@ EOM
open_tar_gz io do |tar|
tar.each do |entry|
next unless File.fnmatch pattern, entry.full_name
-
+
destination = install_location entry.full_name, destination_dir
FileUtils.rm_rf destination