forked from pool/rubygem-byebug
Accepting request 307888 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/307888 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-byebug?expand=0&rev=11
This commit is contained in:
parent
38496291ee
commit
9a0601d559
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:091400e903204f0e5ebc7ca042791e82bcb08107d743f9341f7f2f244adf5402
|
|
||||||
size 74240
|
|
3
byebug-5.0.0.gem
Normal file
3
byebug-5.0.0.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e8966fc8e68eb321358ecc9b3b4799c3ee4e00844df3d5962d81c38407f987c
|
||||||
|
size 77312
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 19 04:28:31 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 5.0.0
|
||||||
|
see installed CHANGELOG.md
|
||||||
|
|
||||||
|
## 5.0.0
|
||||||
|
### Fixed
|
||||||
|
* [#136](https://github.com/deivid-rodriguez/byebug/issues/136). `frame`
|
||||||
|
command not working with negative numbers (thanks @ark6).
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* IDE support and a new command/subcommand API for plugins.
|
||||||
|
* Add a "savefile" setting holding the file where "save" command saves current
|
||||||
|
debugger's state.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* `disable` no longer disable all breakpoints, it just shows command's help
|
||||||
|
instead. To disable all breakpoints now you need to do `disable breakpoints`
|
||||||
|
(or `dis b`). Similarly, you can't no longer use `dis 1 2 3` but need to do
|
||||||
|
`dis b 1 2 3` to disable specific breakpoints. The same applies to the `enable`
|
||||||
|
command.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
* `help set <setting>` no longer works. `help set` includes that same output and
|
||||||
|
it's not verbose enough so that this is a problem. Same with `help show
|
||||||
|
<setting>`.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 8 09:25:07 UTC 2015 - coolo@suse.com
|
Wed Apr 8 09:25:07 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-byebug
|
Name: rubygem-byebug
|
||||||
Version: 4.0.5
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name byebug
|
%define mod_name byebug
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user