Method: Warbler::Traits::Gemspec#after_configure

Defined in:
lib/warbler/traits/gemspec.rb

#after_configureObject



29
30
31
32
33
# File 'lib/warbler/traits/gemspec.rb', line 29

def after_configure
  @spec.require_paths.each do |p|
    add_init_load_path( config.pathmaps.application.inject(p) { |pm,x| pm.pathmap(x) } )
  end
end