!2 rubygem-faraday update to 1.7.0 version

From: @bzg1107
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-08-22 05:04:26 +00:00 committed by Gitee
commit 3bf48512eb
3 changed files with 16 additions and 13 deletions

Binary file not shown.

BIN
faraday-1.7.0.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name faraday
Name: rubygem-%{gem_name}
Version: 0.9.0
Version: 1.7.0
Release: 1
Summary: HTTP/REST API client library
License: MIT
@ -27,13 +27,13 @@ gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
%build
gem build %{gem_name}.gemspec
%gem_install
pushd .%{gem_instdir}/
rm %{gem_name}.gemspec
rm Gemfile
rm Rakefile
rm .document
popd
#%%gem_install
gem install -V \
--local \
--build-root . \
--force \
--no-document \
%{gem_name}-%{version}.gem
%install
mkdir -p %{buildroot}%{gem_dir}
@ -53,12 +53,15 @@ popd
%exclude %{gem_cache}
%files doc
%doc %{gem_docdir}
%{gem_instdir}/CHANGELOG.md
%{gem_instdir}/CONTRIBUTING.md
%{gem_instdir}/script
%{gem_instdir}/test
%doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/README.md
%{gem_instdir}/Rakefile
%{gem_instdir}/examples
%{gem_instdir}/spec
%changelog
* Fri Aug 20 2021 baizhonggui <baizhonggui@huawei.com> - 1.7.0-1
- update to 1.7.0
* Sat Jul 25 2020 wutao <wutao61@huawei.com> - 0.9.0-1
- package init