summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-16 13:18:57 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-16 13:18:57 +0000
commit03b3446556d23303ce0016d3c5cf1b0d1714c6ef (patch)
treeb81fa0370d93de2818d0650681f46ffd59f46617 /tool
parent97ee61ab88553780aec7af7c239e4466c029d666 (diff)
* too/rbinstall.rb (install?(:ext, :comm, :gem)): no longer
installs no-versioned gempsecs. [ruby-core:34011] Patch by Luis Lavena. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/rbinstall.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index ffac2bf031..f690911f5c 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -521,14 +521,6 @@ Gem::Specification.new do |s|
end
GEMSPEC
open_for_install(File.join(destdir, "#{name}-#{version}.gemspec"), $data_mode) { gemspec }
- open_for_install(File.join(destdir, "#{name}.gemspec"), $data_mode) {
- <<-WARNING + gemspec
-# #{name}.gemspec remains just for compatibility with installation
-# before Ruby 1.9.2-p32.
-# This file will no longer exist in Ruby 1.9.3.
-# Refer #{name}-#{version}.gemspec instead.
- WARNING
- }
end
end