SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-pry-0.14.2-150400.58.2.x86_64.rpm :

* Fri Nov 03 2023 dan.cermakAATTposteo.net- ### [v0.14.2][v0.14.2] (January 9, 2023) [#]### Features
* Configure `code` as a supported editor on Pry::Editor ([#2236](https://github.com/pry/pry/pull/2236))
* Added support for Ruby 3.2 ([#2263](https://github.com/pry/pry/pull/2263))
* Added support for Ruby 3.1 ([#2228](https://github.com/pry/pry/pull/2228)) [#]### Bug fixes
* Short circuit eval regexes in finding module definition ([#2253](https://github.com/pry/pry/pull/2253))
* Revert \"Escape non-printing characters\" ([#2235](https://github.com/pry/pry/pull/2235))
* Fixed bug where WeirdMethodLocator would fail to find the source of a method breaking whereami ([#2244](https://github.com/pry/pry/pull/2244))
* Fixed bug where pry would throw an FrozenError when dealing with incomplete tokens ([#2136](https://github.com/pry/pry/pull/2136))
* Restore --no-history CLI flag functionality ([#2196](https://github.com/pry/pry/pull/2196))
* Fixed bug where reading from the `_out_` sticky local variable could return wrong results ([#2201](https://github.com/pry/pry/pull/2201)) [#]### Breaking Changes
* Remove support for Ruby 1.9 and JRuby < 9.0 ([#2239](https://github.com/pry/pry/pull/2239))
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 0.14.1 see installed CHANGELOG.md [#]## [v0.14.1][v0.14.1] (April 12, 2021) [#]### Bug fixes
* Fixed bad coloring of some RDoc-style docs ([#2182](https://github.com/pry/pry/pull/2182))
* Fixed broken `--plugins` option. It shows a warning now ([#2180](https://github.com/pry/pry/pull/2180))
* Fixed bad output on printing non-visible characters with color codes ([#2154](https://github.com/pry/pry/pull/2154))
* Fixed bad output when colors are disabled and a string with color codes is printed ([#2158](https://github.com/pry/pry/pull/2158)) [#]## [v0.14.0][v0.14.0] (February 8, 2021) [#]### Features
* Made `?` an alias to `show-source -d` ([#2133](https://github.com/pry/pry/pull/2133))
* Added support for Ruby 3.0 [#]### Breaking changes
* Deleted support for plugin autoloading ([#2119](https://github.com/pry/pry/pull/2119)). In order to load a Pry plugin you must `require` it from your `pryrc` or add it to your Gemfile. ```rb [#] ~/.pryrc require \'pryrc\' ```
* Mon May 04 2020 mschnitzerAATTsuse.com- Regenerated spec file to fix building
* Mon Apr 27 2020 mrueckertAATTsuse.de- updated to version 0.13.1 see installed CHANGELOG.md
* Thu Nov 22 2018 cooloAATTsuse.com- 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+)
 
ICM