File rubygem-uber.changes of Package rubygem-uber
------------------------------------------------------------------- Fri Nov 11 05:56:41 UTC 2016 - coolo@suse.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 2 04:32:08 UTC 2015 - coolo@suse.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 04:34:08 UTC 2015 - coolo@suse.com - updated to version 0.0.14 see installed CHANGES.md # 0.0.14 * Add `inheritable_attr :title, clone: false`. Thanks to @katafrakt. * 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 18:40:37 UTC 2015 - coolo@suse.com - updated to version 0.0.13 ------------------------------------------------------------------- Mon Oct 13 18:51:25 UTC 2014 - coolo@suse.com - adapt to new rubygem packaging ------------------------------------------------------------------- Wed Apr 23 09:48:40 UTC 2014 - tboerger@suse.com - Initial packaging of 0.0.4