Changelog for
ruby2.7-rubygem-rubytree-1.0.1-lp153.2.13.x86_64.rpm :
* Thu Jan 28 2021 Matthew Trescott
- Use an SPDX license identifier to satisfy rpmlint. Note: the README links to the 2-clause BSD license, but the LICENSE.md file is the 3-clause BSD license. The included license file probably takes precedence.
* Fri Mar 29 2019 Stephan Kulow - updated to version 1.0.1 see installed History.rdoc
* Tue Feb 27 2018 factory-autoAATTkulow.org- updated to version 1.0.0 see installed History.rdoc
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 0.9.7 see installed History.rdoc
* Sun May 31 2015 cooloAATTsuse.com- updated to version 0.9.6 see installed History.rdoc === 0.9.5 / 2015-05-30
* Released 0.9.5. === 0.9.5pre7 / 2015-05-30
* Added new methods for getting the path of a node as a string. These have been added as a new mixin {Tree::Utils::TreePathHandler}. Thanks to {https://github.com/MZic Marco Ziccardi}. === 0.9.5pre5 / 2015-01-01
* Fixed {issue 32}[https://github.com/evolve75/RubyTree/issues/32] and enabled \'move\' semantics on the {Tree::TreeNode#add} method, so that a child being added, that has an existing parent, will be removed from its old parent, prior to being added to the new location. === 0.9.5pre4 / 2014-12-17
* Added performance improvements to {Tree::TreeNode#is_root?} and {Tree::Utils::TreeMetricsHandler#node_depth}. Thanks to {https://github.com/aidansteele Aidan Steel}. === 0.9.5pre3 / 2014-12-16
* Minor fix to correct the release date. This release is otherwise identical to 0.9.5pre2. === 0.9.5pre2 / 2014-12-16
* Added {Tree::TreeNode#rename} and {Tree::TreeNode#rename_child} methods by merging in code from {https://github.com/evolve75/RubyTree/pull/35}. Thanks to {http://github.com/packetmonkey Evan Sharp}. === 0.9.5pre / 2014-11-01
* Fixed {issue 13}[https://github.com/evolve75/RubyTree/issues/13] with the patch provided by {Jen Hamon}[http://www.github.com/jhamon].
* Fixed a bug in {Tree::TreeNode#print_tree} with the patch provided by {https://github.com/packetmonkey Evan Sharp}.
* Fixed {issue 31}[https://github.com/evolve75/RubyTree/issues/31], which was causing incorrect behavior n {Tree::TreeNode#postordered_each} and {Tree::TreeNode#breadth_each} methods when a block was not provided.
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 0.9.4
* Changed all references to {http://rubyforge.org}.
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Sat Feb 22 2014 cooloAATTsuse.com- updated to version 0.9.3 - The validation for unique node names has changed in the {Tree::TreeNode#add} method. RubyTree no longer enforces globally unique names. The node-names need to be unique only between the sibling nodes.
* Sun Jan 05 2014 cooloAATTsuse.com- updated to version 0.9.2 - New post-ordered traversal via the {Tree::TreeNode#postordered_each} method. - The Binary Tree implementation now supports in-order traversal via the {Tree::BinaryTreeNode#inordered_each} method. - RubyTree now mixes in the {http://ruby-doc.org/core-1.8.7/Comparable.html Comparable} module. - The traversal methods ({Tree::TreeNode#each}, {Tree::TreeNode#preordered_each}, {Tree::TreeNode#postordered_each} and {Tree::TreeNode#breadth_each}) now correctly return an {http://ruby-doc.org/core-1.8.7/Enumerable.html Enumerator} as the return value when no block is given, and return the receiver node if a block was provided. This is consistent with how the standard Ruby collections work.
* Mon Aug 27 2012 cooloAATTsuse.com- updated to version 0.8.3