Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bundler Unload

Allow unloading bundler after Bundler.load.

Installation

gem install bundler-unload

Example 1

require 'bundler-unload'
Bundler.with_bundle do |bundler|
  bundler.spec.do_the_magic
end

Example 2

require 'bundler-unload'
rubygems_spec = Bundler.rubygems.plain_specs
begin
  Bundler.load.spec.do_the_magic
ensure
  Bundler.unload!(rubygems_spec)
end

Authors

Thanks

About

Allow unloading bundler after Bundler.load

Resources

Code of conduct

Stars

10 stars

Watchers

19 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages