From 04817ae6d3e1d898d6fbf09ad146850d26d2b404 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 25 Nov 2013 19:14:49 +0000 Subject: * lib/rubygems: Update to RubyGems master 612f85a. Notable changes: Fixed installation and activation of git: and path: gems via Gem.use_gemdeps Improved documentation coverage * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/installer.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/rubygems/installer.rb') diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb index 214652a241..f3172752c2 100644 --- a/lib/rubygems/installer.rb +++ b/lib/rubygems/installer.rb @@ -57,6 +57,11 @@ class Gem::Installer attr_reader :options + ## + # Sets the specification for .gem-less installs. + + attr_writer :spec + @path_warning = false class << self -- cgit v1.2.3