!2 Update to 1.0.5

From: @lyn1001 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-01-18 03:32:52 +00:00 committed by Gitee
commit 93740766b0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
http-cookie-1.0.5.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global gem_name http-cookie %global gem_name http-cookie
%global rubyabi 1.9.1 %global rubyabi 1.9.1
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.0.3 Version: 1.0.5
Release: 1 Release: 1
Summary: Ruby library to handle HTTP Cookies based on RFC 6265 Summary: Ruby library to handle HTTP Cookies based on RFC 6265
License: MIT License: MIT
@ -48,7 +48,7 @@ mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* \ cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/ %{buildroot}%{gem_dir}/
pushd %{buildroot}%{gem_instdir} pushd %{buildroot}%{gem_instdir}
rm -f .gitignore .travis.yml rm -rf .gitignore .travis.yml .github
rm -f Gemfile Rakefile rm -f Gemfile Rakefile
rm -f %{gem_name}.gemspec rm -f %{gem_name}.gemspec
popd popd
@ -70,5 +70,8 @@ popd
%exclude %{gem_instdir}/test/ %exclude %{gem_instdir}/test/
%changelog %changelog
* Wed Jan 4 2023 liyanan <liyanan32@h-partners.com> - 1.0.5-1
- Update to 1.0.5
* Wed Aug 26 2020 tushenmei <tushenmei@huawei.com> - 1.0.3-1 * Wed Aug 26 2020 tushenmei <tushenmei@huawei.com> - 1.0.3-1
- package init - package init