diff --git a/excon-0.106.0.gem b/excon-0.106.0.gem deleted file mode 100644 index 22be29af11c28b774219d7a00103c6c395490ca1..0000000000000000000000000000000000000000 Binary files a/excon-0.106.0.gem and /dev/null differ diff --git a/excon-1.2.4.gem b/excon-1.2.4.gem new file mode 100644 index 0000000000000000000000000000000000000000..021732150bfedbd6e05a7237ee4682733b3d2a82 Binary files /dev/null and b/excon-1.2.4.gem differ diff --git a/rubygem-excon.spec b/rubygem-excon.spec index 2604a0bbd4b6d762660796e3bbbff22b0aff8167..f7bc703d36a5696e892fae0cb332016c9d3d31ad 100644 --- a/rubygem-excon.spec +++ b/rubygem-excon.spec @@ -1,7 +1,7 @@ %bcond_with bootstrap %global gem_name excon Name: rubygem-%{gem_name} -Version: 0.106.0 +Version: 1.2.4 Release: 1 Summary: Speed, persistence, http(s) License: MIT @@ -65,6 +65,14 @@ popd %{gem_instdir}/excon.gemspec %changelog +* Tue Nov 11 2025 yaoxin <1024769339@qq.com> - 1.2.4-1 +- Update to 1.2.4: + * Don't use rescue in modifier form with condition + * fix more performance cops (in spec and tests) + * fixing more performance cops in lib + * fleshing out rubocop config + * Handle read error from socket + * Mon Jul 07 2025 openeuler_bot - 0.106.0-1 - add rackup to Gemfile (version:0.106.0) - bump actions/stale version (version:0.106.0)