File rubygem-disposable.changes of Package rubygem-disposable
-------------------------------------------------------------------
Thu Aug 4 13:07:13 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 0.6.3
see installed CHANGES.md
# 0.6.3
* Loosen `representable` dependency to `< 4`.
-------------------------------------------------------------------
Tue Jan 25 06:49:49 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 0.6.2
see installed CHANGES.md
# 0.6.2
* Remove `Forwardable` from `Unnest` and refrain from including it into the `Twin` class.
This may overwrite the same-named `ActiveSupport::delegate` method and breaks things.
Instead, do manual delegation and plan for 2023 to allow using `Forwardable.delegate(target, what, where)`.
# 0.6.1
* Remove `**options` argument from `#property` as it's inconsistent with underlying gems.
# 0.6.0
* Remove `uber` gem.
* Remove `declarative-builder` dependency and make it optional. Add `gem "declarative-builder"` to your `Gemfile` should you need this feature.
-------------------------------------------------------------------
Thu Jun 24 17:17:08 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 0.5.0
see installed CHANGES.md
# 0.5.0
* Upgrade `representable` to replace `Declarative::Option` with `Representable::Option` in order to support ruby-3 style of keyword arguments.
-------------------------------------------------------------------
Wed May 13 21:24:04 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>
Initial commit