[前][次][番号順一覧][スレッド一覧]

ruby-changes:18556

From: yugui <ko1@a...>
Date: Sun, 16 Jan 2011 22:19:10 +0900 (JST)
Subject: [ruby-changes:18556] Ruby:r30579 (ruby_1_9_2): * too/rbinstall.rb (install?(:ext, :comm, :gem)): no longer

yugui	2011-01-16 22:18:57 +0900 (Sun, 16 Jan 2011)

  New Revision: 30579

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30579

  Log:
    * too/rbinstall.rb (install?(:ext, :comm, :gem)): no longer 
      installs no-versioned gempsecs. [ruby-core:34011]
      Patch by Luis Lavena.

  Modified files:
    branches/ruby_1_9_2/ChangeLog
    branches/ruby_1_9_2/tool/rbinstall.rb
    branches/ruby_1_9_2/version.h

Index: ruby_1_9_2/ChangeLog
===================================================================
--- ruby_1_9_2/ChangeLog	(revision 30578)
+++ ruby_1_9_2/ChangeLog	(revision 30579)
@@ -1,3 +1,9 @@
+Sun Jan 16 22:06:30 2011  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* 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@r...>
 
 	* test/net/imap/test_imap.rb: call neither logout nor disconnect
Index: ruby_1_9_2/version.h
===================================================================
--- ruby_1_9_2/version.h	(revision 30578)
+++ ruby_1_9_2/version.h	(revision 30579)
@@ -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
Index: ruby_1_9_2/tool/rbinstall.rb
===================================================================
--- ruby_1_9_2/tool/rbinstall.rb	(revision 30578)
+++ ruby_1_9_2/tool/rbinstall.rb	(revision 30579)
@@ -521,14 +521,6 @@
 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
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]