* ChangeLog: fix a typo for r38064.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2012-11-30 15:05:18 +00:00
parent f125ec9ac5
commit b20e7eb954

View File

@ -14,7 +14,7 @@ Fri Nov 30 23:27:26 2012 NAKAMURA Usaku <usa@ruby-lang.org>
Fri Nov 30 23:11:37 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/rubygems/specification.rb
(Gem::Specification.validate_permissions): don't check executablity
(Gem::Specification.validate_permissions): don't check executability
of the source on Windows. they will be wrapped to .bat files when
installing. see [ruby-core:50388].