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.6.0.gem b/puma-6.6.0.gem new file mode 100644 index 0000000000000000000000000000000000000000..f28b21e3229fb2f60008c8e0183723e5bcf55a89 Binary files /dev/null and b/puma-6.6.0.gem differ diff --git a/rubygem-puma.spec b/rubygem-puma.spec index 8344394d7318a3b5c20e4ccb2eaf36c4083b7738..9ae3303403c2ddd72299f69dfc4b8e10f2acb9bd 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.6.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,10 @@ ruby -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' - -v %{gem_instdir}/tools %changelog +* Thu Apr 03 2025 openeuler_bot - 6.6.0-1 +- update rubygem-puma to 6.6.0 + + * Thu Feb 27 2025 Ge Wang - 5.6.5-4 - Adapt test helper to run with new and old Minitest