Changelog for
ruby2.5-rubygem-isolate-3.5.1-lp156.1.1.x86_64.rpm :
* Thu Aug 04 2022 Stephan Kulow
updated to version 3.5.1 see installed CHANGELOG.rdoc === 3.5.1 / 2022-06-14
* 1 bug fix:
* Fixed shadowed variable warning.
* Thu May 07 2020 Stephan Kulow - updated to version 3.5.0 see installed CHANGELOG.rdoc === 3.5.0 / 2020-02-29
* 2 minor enhancements:
* Added :name option for sandboxes, mapping to path=~/.gem/repos/:name.
* Hoe isolate now defaults to system:true for its sandbox.
* Mon Feb 10 2020 Stephan Kulow - updated to version 3.4.0 see installed CHANGELOG.rdoc === 3.4.0 / 2019-12-17
* 2 minor enhancements:
* Switched multiruby default value to false.
* Added logic to rebuild extensions as needed now that multiruby defaults to false.
* 3 bug fixes:
* Remove empty path strings. This caused the #include? check to nuke everything.
* Only remove paths that look like gem paths: absolute and end in \"lib\".
* Fixed handling of path cleanup when system:false.
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 3.3.1
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Thu Feb 06 2014 cooloAATTsuse.com- updated to version 3.2.4
* 1 minor enhancement:
* Switched to minitest 5 for testing.
* 3 bug fixes:
* Fixed installs running rdoc on newer versions of rubygems.
* Fixed warnings in ruby 2.0.
* Fixed dependency installer for newer rubygems. No longer installs doco. === 3.2.3 / 2012-02-03
* 1 bug fix:
* isolate/completely.rb was never merged to master and was left behind.
* Wed Aug 01 2012 cooloAATTsuse.com- updated to version 3.2.2
* Fri Jun 11 2010 mrueckertAATTsuse.de- update to version 2.0.2
* Provide reasonable stale output for missing deps.- additional changes from version 2.0.1
* Fine, fine. Re-enables support for Ruby 1.8.6.
* Make deprecated Isolate.gems more compatible with 1.x. [Eric Wong]- additional changes from version 2.0.0
* Rewrite README and RDoc.
* Deprecate `Isolate.gems` and `Isolate.instance`.
* Add Isolate::Event hooks for better extension/integration.
* Add ISOLATED env var when Isolate is activated.
* Teach the Hoe plugin to recognize Isolate files.
* Add `env` as an alias for `environment`.
* Significantly refactor API and internals.
* Add .local files for overriding global and gem args and options.
* Segregate isolated gems by Ruby engine and version.
* Make sure it\'s possible to install a local .gem file.
* Make additive ENV changes idempotent. [Eric Wong]
* Isolate is a module now, not a class.
* Use tmp/isolate as the default, replacing tmp/gems.
* Allow options changes in Isolate files or blocks.
* Make entries additive. Multiple calls to Isolate#gem is fine.
* Lock down required Ruby and RubyGems versions (1.8.7+, 1.3.6+).- additional changes from version 1.10.2 Add \'isolate/now\' convenience require in prep. for 2.x.- additional changes from version 1.10.1
* Fix cleanup, it wasn\'t.
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Thu Apr 08 2010 mrueckertAATTsuse.de- initial package