From 809584595d3ba4c85b93536fcae140d696ab4238 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:53:21 +0000 Subject: merges r20937 from trunk into ruby_1_9_1. Match full RubyGems behavior when a gem can't be found git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04e87e245..8a078f919 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 23 15:46:47 2008 Eric Hodel + * gem_prelude.rb: Match full RubyGems behavior when a gem can't be + found. + Tue Dec 23 15:30:02 2008 NAKAMURA Usaku * io.c (pipe_open): need to initialize args. -- cgit