diff --git a/byebug-6.0.2.gem b/byebug-6.0.2.gem deleted file mode 100644 index 10ff8b8..0000000 --- a/byebug-6.0.2.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecdbe6164ddd8ee4dd0ba2fdf5226554acf2c2a4c4fa5fa1d2cc64b870826714 -size 76288 diff --git a/byebug-7.0.0.gem b/byebug-7.0.0.gem new file mode 100644 index 0000000..19962be --- /dev/null +++ b/byebug-7.0.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbea96aab46b3b71a4564898bf7c420f5256a01d5f097ffe57f9c9bb9f669e95 +size 76800 diff --git a/rubygem-byebug.changes b/rubygem-byebug.changes index ca6f11f..ef9f672 100644 --- a/rubygem-byebug.changes +++ b/rubygem-byebug.changes @@ -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 diff --git a/rubygem-byebug.spec b/rubygem-byebug.spec index 6131803..12de4e0 100644 --- a/rubygem-byebug.spec +++ b/rubygem-byebug.spec @@ -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}