diff --git a/connection_pool-2.2.2.gem b/connection_pool-2.2.2.gem deleted file mode 100644 index e34a5f4..0000000 --- a/connection_pool-2.2.2.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8cc9446bcc51034103c1259ad70b91dc9f5297d13460b2c0cce7e5a93e8d451 -size 13824 diff --git a/connection_pool-2.2.3.gem b/connection_pool-2.2.3.gem new file mode 100644 index 0000000..2f490b1 --- /dev/null +++ b/connection_pool-2.2.3.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5bf44b6bfa96f5c94a5c30ae2447fce3dbcc0828a855a6c513fdb015a133e2 +size 13824 diff --git a/rubygem-connection_pool.changes b/rubygem-connection_pool.changes index cca9d73..7d2fa86 100644 --- a/rubygem-connection_pool.changes +++ b/rubygem-connection_pool.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 25 13:47:48 UTC 2020 - Stephan Kulow + +updated to version 2.2.3 + see installed Changes.md + + ------------------------------------------------------------------- Thu May 24 18:03:56 UTC 2018 - factory-auto@kulow.org diff --git a/rubygem-connection_pool.spec b/rubygem-connection_pool.spec index 5ce7ee9..1f7bad6 100644 --- a/rubygem-connection_pool.spec +++ b/rubygem-connection_pool.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-connection_pool # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ # Name: rubygem-connection_pool -Version: 2.2.2 +Version: 2.2.3 Release: 0 %define mod_name connection_pool %define mod_full_name %{mod_name}-%{version} @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{rubygem gem2rpm} BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 -Url: https://github.com/mperham/connection_pool +URL: https://github.com/mperham/connection_pool Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: Generic connection pool for Ruby