File rubygem-isolate.changes of Package rubygem-isolate
-------------------------------------------------------------------
Tue Jul 16 09:39:29 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- === v4.0.0 / 2024-06-18
* 3 major enhancements:
* Bump required ruby to 2.7
* Remove Event and all `fire` calls
* Removed long deprecated Sandbox#index
* 1 minor enhancement:
* Added hoe spec accessor to set multiruby.
* 2 bug fixes:
* Fix Rakefile access to isolated gems (no longer versioned by default).
* Fix errors created when string literals are frozen.
-------------------------------------------------------------------
Thu Aug 4 13:15:55 UTC 2022 - Stephan Kulow <coolo@suse.com>
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 7 20:57:40 UTC 2020 - Stephan Kulow <coolo@suse.com>
- 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 14:56:34 UTC 2020 - Stephan Kulow <coolo@suse.com>
- 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 17:56:35 UTC 2015 - coolo@suse.com
- updated to version 3.3.1
-------------------------------------------------------------------
Mon Oct 13 12:17:13 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Thu Feb 6 18:00:18 UTC 2014 - coolo@suse.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 1 05:04:46 UTC 2012 - coolo@suse.com
- updated to version 3.2.2
-------------------------------------------------------------------
Fri Jun 11 18:09:09 UTC 2010 - mrueckert@suse.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 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Thu Apr 8 10:14:28 UTC 2010 - mrueckert@suse.de
- initial package