!5 rubygem-pry-nav升级至1.0.0版本
From: @wu-leilei Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
e4d85b7e34
Binary file not shown.
BIN
pry-nav-1.0.0.gem
Normal file
BIN
pry-nav-1.0.0.gem
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%global gem_name pry-nav
|
%global gem_name pry-nav
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 0.3.0
|
Version: 1.0.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Simple execution navigation for Pry
|
Summary: Simple execution navigation for Pry
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/nixme/pry-nav
|
URL: https://github.com/nixme/pry-nav
|
||||||
@ -22,8 +22,6 @@ Documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{gem_name}-%{version}
|
%setup -q -n %{gem_name}-%{version}
|
||||||
|
|
||||||
%gemspec_remove_dep -g pry "< 0.13.0"
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
gem build ../%{gem_name}-%{version}.gemspec
|
gem build ../%{gem_name}-%{version}.gemspec
|
||||||
%gem_install
|
%gem_install
|
||||||
@ -38,7 +36,9 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
|
|||||||
%{gem_libdir}
|
%{gem_libdir}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
%exclude %{gem_instdir}/.gitignore
|
%exclude %{gem_instdir}/.gitignore
|
||||||
%exclude %{gem_instdir}/pry-nav.gemspec
|
%exclude %{gem_instdir}/.ruby-version
|
||||||
|
%exclude %{gem_instdir}/.github/workflows/main.yml
|
||||||
|
%exclude %{gem_instdir}/*
|
||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
@ -49,6 +49,9 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
|
|||||||
%exclude %{gem_instdir}/Rakefile
|
%exclude %{gem_instdir}/Rakefile
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 28 2022 wulei <wulei80@h-partners.com> - 1.0.0-1
|
||||||
|
- Upgrade to 1.0.0
|
||||||
|
|
||||||
* Fri Mar 4 2022 yanan li <liyanan32@huawei.com> - 0.3.0-2
|
* Fri Mar 4 2022 yanan li <liyanan32@huawei.com> - 0.3.0-2
|
||||||
- Relax rubygem-pry dependency.
|
- Relax rubygem-pry dependency.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user