Update to 11.1.3

This commit is contained in:
lyn1001 2023-11-10 15:52:21 +08:00
parent eaaeefda1a
commit 0c7b7fd81b
5 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
byebug-11.1.3.gem Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global gem_name byebug
Name: rubygem-%{gem_name}
Version: 11.1.1
Release: 2
Version: 11.1.3
Release: 1
Summary: Ruby 2.0 fast debugger - base + CLI
License: BSD-2-Clause
URL: http://github.com/deivid-rodriguez/byebug
@ -9,6 +9,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: https://github.com/deivid-rodriguez/byebug/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc rubygems-devel ruby-devel rubygem(minitest) >= 5 rubygem(simplecov)
BuildRequires: rubygem(pry)
Requires: rubygem(did_you_mean)
%description
Byebug is a Ruby 2 debugger. It's implemented using the
Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
@ -94,6 +95,9 @@ mv {.,}Gemfile.lock
%doc %{gem_docdir}
%changelog
* Fri Nov 10 2023 liyanan <liyanan61@h-partners.com> - 11.1.3-1
- Update to 11.1.3
* Tue May 10 2022 yaoxin <yaoxin30@h-partners.com> - 11.1.1-2
- License compliance rectification