Class: Bundler::RubygemsIntegration

Inherits:
Object
  • Object
show all
Defined in:
lib/erp_tech_svcs/application_installer.rb

Instance Method Summary collapse

Instance Method Details

#replace_entrypoints(specs) ⇒ Object



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/erp_tech_svcs/application_installer.rb', line 5

def replace_entrypoints(specs)
  ErpTechSvcs::ApplicationInstaller.compass_gem_specs.each do |spec|
    specs << spec
  end rescue nil
  reverse_rubygems_kernel_mixin

  replace_gem(specs)

  stub_rubygems(specs)

  replace_bin_path(specs)
  replace_refresh

  Gem.clear_paths
end