0.57
No commit activity in last 3 years
No release in over 3 years
Allow unloading bundler after Bundler.load
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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