1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
yugui 2011-01-16 13:18:57 +00:00
parent 97ee61ab88
commit 03b3446556
3 changed files with 7 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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