Sha256: b2f00587306e7695e11c8f992f90cda45e1bbec25114fcd9774ecb049a21cec3

Contents?: true

Size: 733 Bytes

Versions: 72

Compression:

Stored size: 733 Bytes

Contents

# <!-- rdoc-file=lib/rubygems/installer.rb -->
# The installer installs the files contained in the .gem into the Gem.home.
#
# Gem::Installer does the work of putting files in all the right places on the
# filesystem including unpacking the gem into its gem dir, installing the
# gemspec in the specifications dir, storing the cached gem in the cache dir,
# and installing either wrappers or symlinks for executables.
#
# The installer invokes pre and post install hooks.  Hooks can be added either
# through a rubygems_plugin.rb file in an installed gem or via a
# rubygems/defaults/#{RUBY_ENGINE}.rb or rubygems/defaults/operating_system.rb
# file.  See Gem.pre_install and Gem.post_install for details.
#
class Gem::Installer
end

Version data entries

72 entries across 72 versions & 3 rubygems

Version Path
rbs-3.9.0 core/rubygems/installer.rbs
rbs-3.9.0.pre.2 core/rubygems/installer.rbs
rbs-3.9.0.pre.1 core/rubygems/installer.rbs
rbs-3.9.0.dev.1 core/rubygems/installer.rbs
rbs-relaxed-3.9.0.1 core/rubygems/installer.rbs
rbs-3.8.1 core/rubygems/installer.rbs
rbs-3.8.0 core/rubygems/installer.rbs
rbs-3.8.0.pre.1 core/rubygems/installer.rbs
rbs-3.7.0.pre.1 core/rubygems/installer.rbs
rbs-3.7.0.dev.1 core/rubygems/installer.rbs
rbs-3.6.1 core/rubygems/installer.rbs
rbs-3.6.0 core/rubygems/installer.rbs
rbs-3.6.0.pre.3 core/rubygems/installer.rbs
rbs-3.6.0.pre.2 core/rubygems/installer.rbs
rbs-3.6.0.pre.1 core/rubygems/installer.rbs
rbs-3.6.0.dev.1 core/rubygems/installer.rbs
rbs-3.5.3 core/rubygems/installer.rbs
rbs-3.5.2 core/rubygems/installer.rbs
rbs-3.5.1 core/rubygems/installer.rbs
rbs-3.5.1.pre.1 core/rubygems/installer.rbs