From e6147745d5c5c2f64154d207f8d3972b1d6675c8 Mon Sep 17 00:00:00 2001 From: drbrain Date: Sat, 14 Dec 2013 20:28:45 +0000 Subject: * lib/rubygems/basic_specification.rb: Update to RubyGems master 9c718fe. Removes code duplication. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rubygems/basic_specification.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d7c08e4d10..28e4d09de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 15 05:28:35 2013 Eric Hodel + + * lib/rubygems/basic_specification.rb: Update to RubyGems master + 9c718fe. Removes code duplication. + Sat Dec 14 17:39:00 2013 Nobuyoshi Nakada * vm_insnhelper.c (vm_callee_setup_arg_complex): count post diff --git a/lib/rubygems/basic_specification.rb b/lib/rubygems/basic_specification.rb index a52377ff22..1b22bb2205 100644 --- a/lib/rubygems/basic_specification.rb +++ b/lib/rubygems/basic_specification.rb @@ -86,7 +86,7 @@ class Gem::BasicSpecification def find_full_gem_path # :nodoc: # TODO: also, shouldn't it default to full_name if it hasn't been written? - path = File.expand_path File.join(gems_dir, full_name) + path = gem_dir path.untaint path if File.directory? path end -- cgit v1.2.3