On Oct 13, 2008, at 01:53 AM, Yusuke ENDOH wrote: > Hi, > > When I execute gem install with --test, it says > "Gem::SourceIndex#search > support for String patterns is deprecated". > > > $ gem19 install ramaze --test > ============================================================ > > Thank you for installing Ramaze! > You can now do following: > > * Create a new project using the `ramaze' command: > ramaze --create yourproject > > ============================================================ > Successfully installed ramaze-2008.06 > 1 gem installed > Installing ri documentation for ramaze-2008.06... > Updating class cache with 1878 classes... > Installing RDoc documentation for ramaze-2008.06... > Gem::SourceIndex#search support for String patterns is deprecated > /home/mame/work/ruby19/local/lib/ruby/1.9.0/rubygems/commands/ > install_command.rb:134:in > `block in execute' is outdated > (snip) > > > Here is an instant patch. I'm not familiar with rubygems, so it may > be > wrong. Thank you, I will apply it to RubyGems and import it to trunk.