diff --git a/faraday-0.9.0.gem b/faraday-0.9.0.gem deleted file mode 100644 index 0b00e52..0000000 Binary files a/faraday-0.9.0.gem and /dev/null differ diff --git a/faraday-1.7.0.gem b/faraday-1.7.0.gem new file mode 100644 index 0000000..937a914 Binary files /dev/null and b/faraday-1.7.0.gem differ diff --git a/rubygem-faraday.spec b/rubygem-faraday.spec index e920b66..6a11fa4 100644 --- a/rubygem-faraday.spec +++ b/rubygem-faraday.spec @@ -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 - 1.7.0-1 +- update to 1.7.0 + * Sat Jul 25 2020 wutao - 0.9.0-1 - package init