diff --git a/puma-5.6.5.gem b/puma-5.6.5.gem deleted file mode 100644 index b1a94488ef6d23dc2427be916e16e7112c7c5ed9..0000000000000000000000000000000000000000 Binary files a/puma-5.6.5.gem and /dev/null differ diff --git a/puma-6.0.0.gem b/puma-6.0.0.gem new file mode 100644 index 0000000000000000000000000000000000000000..096f6902bec43ea4c69adf308ecd50212abf4bf4 Binary files /dev/null and b/puma-6.0.0.gem differ diff --git a/rubygem-puma.spec b/rubygem-puma.spec index 8344394d7318a3b5c20e4ccb2eaf36c4083b7738..ff9534cbed3e866e14e344691714e35d8f3ed97c 100644 --- a/rubygem-puma.spec +++ b/rubygem-puma.spec @@ -1,8 +1,8 @@ %global gem_name puma %bcond_with ragel Name: rubygem-%{gem_name} -Version: 5.6.5 -Release: 4 +Version: 6.0.0 +Release: 1 Summary: A simple, fast, threaded, and highly concurrent HTTP 1.1 server License: BSD-3-Clause URL: http://puma.io @@ -160,6 +160,9 @@ ruby -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' - -v %{gem_instdir}/tools %changelog +* Thu May 15 2025 openeuler_bot - 6.0.0-1 +There are no changes mentioned in the document. + * Thu Feb 27 2025 Ge Wang - 5.6.5-4 - Adapt test helper to run with new and old Minitest