aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-07 01:39:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-07 01:39:13 +0000
commit1a71b8718adc0d46f307f4e14d4e4baec89b645e (patch)
tree9a3b78da944e21be5d60ad2eb71f0a833b787af4 /ChangeLog
parente4e82e50abc795876b8eba99517c8209fdf1f2d7 (diff)
downloadruby-1a71b8718adc0d46f307f4e14d4e4baec89b645e.tar.gz
rbinstall.rb: gem subdirectories
* tool/rbinstall.rb (gem): Gem.ensure_gem_subdirectories now has mode option since r39607. refix of r38870. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index febeeafac6..ceb9e9f953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 7 10:39:04 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/rbinstall.rb (gem): Gem.ensure_gem_subdirectories now has mode
+ option since r39607. refix of r38870.
+
Wed Mar 6 13:14:28 2013 Eric Hodel <drbrain@segment7.net>
* test/rubygems/test_gem_spec_fetcher.rb: Removed unused variable.