!4 Relax rubygem-pry dependency

From: @lyn1001 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-03-31 01:27:37 +00:00 committed by Gitee
commit aadc06c15b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global gem_name pry-nav
Name: rubygem-%{gem_name}
Version: 0.3.0
Release: 1
Release: 2
Summary: Simple execution navigation for Pry
License: MIT
URL: https://github.com/nixme/pry-nav
@ -22,6 +22,8 @@ Documentation for %{name}.
%prep
%setup -q -n %{gem_name}-%{version}
%gemspec_remove_dep -g pry "< 0.13.0"
%build
gem build ../%{gem_name}-%{version}.gemspec
%gem_install
@ -47,5 +49,8 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
%exclude %{gem_instdir}/Rakefile
%changelog
* Fri Mar 4 2022 yanan li <liyanan32@huawei.com> - 0.3.0-2
- Relax rubygem-pry dependency.
* Wed Jul 29 2020 yanan li <liyanan032@huawei.com> - 0.3.0-1
- Package init