update to 1.7.0
This commit is contained in:
parent
14c8e10b57
commit
eba1e98165
Binary file not shown.
BIN
faraday-1.7.0.gem
Normal file
BIN
faraday-1.7.0.gem
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%global gem_name faraday
|
%global gem_name faraday
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 0.9.0
|
Version: 1.7.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: HTTP/REST API client library
|
Summary: HTTP/REST API client library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -27,13 +27,13 @@ gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
gem build %{gem_name}.gemspec
|
gem build %{gem_name}.gemspec
|
||||||
%gem_install
|
#%%gem_install
|
||||||
pushd .%{gem_instdir}/
|
gem install -V \
|
||||||
rm %{gem_name}.gemspec
|
--local \
|
||||||
rm Gemfile
|
--build-root . \
|
||||||
rm Rakefile
|
--force \
|
||||||
rm .document
|
--no-document \
|
||||||
popd
|
%{gem_name}-%{version}.gem
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{gem_dir}
|
mkdir -p %{buildroot}%{gem_dir}
|
||||||
@ -53,12 +53,15 @@ popd
|
|||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_instdir}/CHANGELOG.md
|
||||||
%{gem_instdir}/CHANGELOG.md
|
%doc %{gem_instdir}/README.md
|
||||||
%{gem_instdir}/CONTRIBUTING.md
|
%{gem_instdir}/Rakefile
|
||||||
%{gem_instdir}/script
|
%{gem_instdir}/examples
|
||||||
%{gem_instdir}/test
|
%{gem_instdir}/spec
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 25 2020 wutao <wutao61@huawei.com> - 0.9.0-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user