summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog6
-rwxr-xr-xtool/rbinstall.rb8
-rw-r--r--version.h2
3 files changed, 7 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 05eb108aab..f15df79c23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Jan 16 22:06:30 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * too/rbinstall.rb (install?(:ext, :comm, :gem)): no longer
+ installs no-versioned gempsecs. [ruby-core:34011]
+ Patch by Luis Lavena.
+
Fri Jan 14 15:32:29 2011 Shugo Maeda <shugo@ruby-lang.org>
* test/net/imap/test_imap.rb: call neither logout nor disconnect
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
diff --git a/version.h b/version.h
index b48697524c..c9a9df3150 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.2"
-#define RUBY_PATCHLEVEL 159
+#define RUBY_PATCHLEVEL 160
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1