1
0

Accepting request 342487 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/342487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-byebug?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2015-11-22 06:19:57 +00:00 committed by Git OBS Bridge
parent 0b4b0a730d
commit dcbb45d417
4 changed files with 40 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecdbe6164ddd8ee4dd0ba2fdf5226554acf2c2a4c4fa5fa1d2cc64b870826714
size 76288

3
byebug-7.0.0.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbea96aab46b3b71a4564898bf7c420f5256a01d5f097ffe57f9c9bb9f669e95
size 76800

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Nov 5 05:28:49 UTC 2015 - coolo@suse.com
- updated to version 7.0.0
see installed CHANGELOG.md
## 7.0.0 - 2015-11-04
### Fixed
* [#177](https://github.com/deivid-rodriguez/byebug/issues/177). Some issues
with formatting results of evaluations.
* [#144](https://github.com/deivid-rodriguez/byebug/issues/144). Ruby process
after using byebug does no longer get slow.
* [#121](https://github.com/deivid-rodriguez/byebug/issues/121). `byebug`
commands inside code evaluated from debugger's prompt are now properly working.
* Another evaluation bug in autocommands.
* `finish 0` command would sometimes fail to stop right before exiting the
current frame.
* Runner's `--[no-]stop` option now works (thanks @windwiny).
* Change variable name `bool`, avoid conflict clang's predefined macro
### Removed
* `ps` command.
### Changed
* [#166](https://github.com/deivid-rodriguez/byebug/issues/166). Don't load
the entire library on require, but only when a `byebug` call is issued. Thanks
@bquorning.
* The above fix to the `finish 0` command cause `byebug`'s entrypoint to
require 3 steps out instead of 2. In general, plugins using
`Byebug::Context.step_out` will need to be changed to consider "c return events"
as well.
### Added
* `autopry` setting that calls `pry` on every stop.
* Return value information to debugger's output when `finish 0` is used.
-------------------------------------------------------------------
Mon Aug 24 04:28:30 UTC 2015 - coolo@suse.com

View File

@ -24,7 +24,7 @@
#
Name: rubygem-byebug
Version: 6.0.2
Version: 7.0.0
Release: 0
%define mod_name byebug
%define mod_full_name %{mod_name}-%{version}