Class: Bundler::RubygemsIntegration::AlmostModern
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Bundler::RubygemsIntegration::Modern
|
Defined in: | lib/bundler/rubygems_integration.rb |
Overview
RubyGems 1.8.0 to 1.8.4
Constant Summary
::Bundler::RubygemsIntegration
- Inherited
Class Method Summary
::Bundler::RubygemsIntegration
- Inherited
Instance Attribute Summary
::Bundler::RubygemsIntegration
- Inherited
Instance Method Summary
-
#preserve_paths
RubyGems [>= 1.8.0, < 1.8.5] has a bug that changes
Gem.dir
whenever you callGem::Installer#install
with an:install_dir
set.
Modern
- Inherited
::Bundler::RubygemsIntegration
- Inherited
Constructor Details
This class inherits a constructor from Bundler::RubygemsIntegration
Instance Method Details
#preserve_paths
RubyGems [>= 1.8.0, < 1.8.5] has a bug that changes Gem.dir
whenever you call Gem::Installer#install
with an :install_dir
set. We have to change it back for our sudo mode to work.