Accepting request 396767 from home:lslezak:branches:devel:languages:ruby:extensions

Upgrade to the latest gem version, related feature: https://fate.suse.com/318421

OBS-URL: https://build.opensuse.org/request/show/396767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-byebug?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2016-05-20 05:37:08 +00:00 committed by Git OBS Bridge
parent 1f5243f839
commit 6617fdd375
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:05af4b3a3df8a0ac0694fe2b78db29f6ff8f4bbed83b67a4a7e0e8f66f355018
size 78848

3
byebug-9.0.3.gem Normal file
View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu May 19 11:11:13 UTC 2016 - lslezak@suse.cz
- updated to version 9.0.3
see installed CHANGELOG.md:
## 9.0.3 - 2016-05-16
### Fixed
* Unfriendly output in byebug's executable when no script specified (#256).
* Unfriendly output in byebug's executable when script doesn't exist.
* Unfriendly output in byebug's executable when script has invalid code.
## 9.0.2 - 2016-05-15
### Fixed
* Skip to get a line in eval context (#263, thanks @k0kubun).
* Debugger getting disabled after `continue` even when linetrace is enabled
(#264, thanks @k0kubun).
## 9.0.1 - 2016-05-14
### Fixed
* `quit` never exiting when remote debugging (#201).
## 9.0.0 - 2016-05-11
### Fixed
* `irb` command unintentionally changing $PROGRAM_NAME.
* `pry` command failing.
* Unrelated error message when using `pry` command and Pry not installed.
* Interrupting program execution from remote control interface (#239, thanks
@izaera).
### Removed
* Official Ruby 2.0.0 support. `var local` no longer works in Ruby 2.0. The
rest of the commands should still work as before, but `byebug` is no longer
tested against this version so they might start breaking in the
future.
## 8.2.5 - 2016-04-27
### Fixed
* Allows paths with spaces (#244, thanks @HookyQR).
* Allows paths with colons (#244, thanks @HookyQR).
-------------------------------------------------------------------
Tue Apr 12 04:28:20 UTC 2016 - coolo@suse.com

View File

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