Changelog for
ruby3.0-rubygem-uber-0.1.0-1.106.x86_64.rpm :
* Fri Nov 11 2016 cooloAATTsuse.com- updated to version 0.1.0 see installed CHANGES.md [#] 0.1.0
* Introduce `Uber::Option` as a replacement for `Uber::Options::Value`. It is still there, but deprecated.
* New API for `Uber::Builder`: You now add builders to `Uber::Builder::Builders` and simply call that instance while passing in context and args. This allows very simple reusable builders that can be used anywhere.
* `Uber::Options` now uses `Uber::Option`.
* Removing `Uber::Version` as this is done nicely by `Gem::Version`.
* Wed Sep 02 2015 cooloAATTsuse.com- updated to version 0.0.15 see installed CHANGES.md [#] 0.0.15
* `Value#evaluate` is now `#call`. This will make it easier to introduce Null objects.
* Options passed to `::builds` are now wrapped in `Uber::Options::Value` which allows specifying builder _class methods_ using `builds :builder_method`.
* `Builder::class_builder` now accepts an optional context object which is used to `instance_exec` the builder blocks. This allows to share predefined builder blocks between different classes while resolving the constants in the respective class.
* Sat Aug 15 2015 cooloAATTsuse.com- updated to version 0.0.14 see installed CHANGES.md [#] 0.0.14
* Add `inheritable_attr :title, clone: false`. Thanks to AATTkatafrakt.
* When calling `Option::Value#evaluate` with `nil` as context, and the `Value` represents a lambda, the block is called it its original context via `block.call`.
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 0.0.13
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Wed Apr 23 2014 tboergerAATTsuse.com- Initial packaging of 0.0.4