diff --git a/http-cookie-1.0.3.gem b/http-cookie-1.0.3.gem deleted file mode 100644 index f02ecaf..0000000 Binary files a/http-cookie-1.0.3.gem and /dev/null differ diff --git a/http-cookie-1.0.5.gem b/http-cookie-1.0.5.gem new file mode 100644 index 0000000..ecb033e Binary files /dev/null and b/http-cookie-1.0.5.gem differ diff --git a/rubygem-http-cookie.spec b/rubygem-http-cookie.spec index 540dae1..d1a06cc 100644 --- a/rubygem-http-cookie.spec +++ b/rubygem-http-cookie.spec @@ -1,7 +1,7 @@ %global gem_name http-cookie %global rubyabi 1.9.1 Name: rubygem-%{gem_name} -Version: 1.0.3 +Version: 1.0.5 Release: 1 Summary: Ruby library to handle HTTP Cookies based on RFC 6265 License: MIT @@ -48,7 +48,7 @@ mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ pushd %{buildroot}%{gem_instdir} -rm -f .gitignore .travis.yml +rm -rf .gitignore .travis.yml .github rm -f Gemfile Rakefile rm -f %{gem_name}.gemspec popd @@ -70,5 +70,8 @@ popd %exclude %{gem_instdir}/test/ %changelog +* Wed Jan 4 2023 liyanan - 1.0.5-1 +- Update to 1.0.5 + * Wed Aug 26 2020 tushenmei - 1.0.3-1 - package init