Changelog for
ruby2.5-rubygem-pry-0.12.2-56.4.x86_64.rpm :
* Thu Nov 22 2018 Stephan Kulow
- updated to version 0.12.2 see installed CHANGELOG.md [#]## [v0.12.2][v0.12.2] (November 12, 2018) [#]### Bug fixes
* Restore removed deprecations, which were removed by accident due to a bad rebase. [#]## [v0.12.1][v0.12.1] (November 12, 2018) [#]### Bug fixes
* Stopped creating a new hash each time `Pry::Prompt#[]` is invoked ([#1855](https://github.com/pry/pry/pull/1855))
* Fixed `less` pager not working when it\'s available ([#1861](https://github.com/pry/pry/pull/1861)) [#]## [v0.12.0][v0.12.0] (November 5, 2018) [#]### Major changes
* Dropped support for Rubinius ([#1785](https://github.com/pry/pry/pull/1785))
* Fri Nov 17 2017 mschnitzerAATTsuse.com- updated to version 0.11.3 [#] Features - Deprecate Pry::Command#text. Please use black(), white(), etc directly instead (as you would with helper functions from BaseHelpers and CommandHelpers) - Add Pry::Testable, an improved modular replacement for PryTestHelpers. breaking change. - Add a new category module: \"Pry::Platform\". Loosely related to #1668 below. - Add mac_osx? and linux? utility functions to Pry::Helpers::BaseHelpers. - Add utility functions for drawing colorised text on a colorised background. [#] Bug fixes - Fix a case of infinite recursion in Pry::Method::WeirdMethodLocator#find_method_in_superclass that users of the Hanami web framework experienced and reported since 2015. - Fix a bug where Method objects were not returned for setters inherited from a default (Pry::Config::Default). Eg, this is no longer an error: - Do not capture unused Proc objects in Text helper methods no_color and no_paging, for performance reasons. Improve the documentation of both methods. - Fix String#pp output color.
* Mon Oct 23 2017 mschnitzerAATTsuse.com- updated to version 0.11.2 see installed CHANGELOG.md
* Tue Sep 26 2017 mdenizAATTsuse.com- updated to version 0.11.1 see installed CHANGELOG.md
* Thu Sep 21 2017 cooloAATTsuse.com- updated to version 0.11.0 see installed CHANGELOG.md
* Mon Jul 11 2016 cooloAATTsuse.com- updated to version 0.10.4 see installed CHANGELOG.md
* Thu Oct 15 2015 cooloAATTsuse.com- updated to version 0.10.3 see installed CHANGELOG.md [#]## 0.10.3
* cherry-pick 0d1d72b and e0e5c75 to fix the install of Pry on Windows.
* Fri Sep 25 2015 cooloAATTsuse.com- updated to version 0.10.2 see installed CHANGELOG.md [#]## 0.10.2
* cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix inf. loop with prepended methods source retrieval)
* Update some specs for recent ruby versions (2.2+)
* Sun Oct 12 2014 cooloAATTsuse.com- updated to version 0.10.1, see CHANGELOG.md
* Sun Oct 12 2014 adrianAATTsuse.de- adapt to new rubygem packaging style