diff --git a/connection_pool-2.2.1.gem b/connection_pool-2.2.1.gem deleted file mode 100644 index c2506d8..0000000 --- a/connection_pool-2.2.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:870bfad9e390e2888f515210034223ae293fc3cbe77755e34251383f8d54779f -size 13824 diff --git a/connection_pool-2.2.2.gem b/connection_pool-2.2.2.gem new file mode 100644 index 0000000..e34a5f4 --- /dev/null +++ b/connection_pool-2.2.2.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8cc9446bcc51034103c1259ad70b91dc9f5297d13460b2c0cce7e5a93e8d451 +size 13824 diff --git a/rubygem-connection_pool.changes b/rubygem-connection_pool.changes index 3dae5bc..cca9d73 100644 --- a/rubygem-connection_pool.changes +++ b/rubygem-connection_pool.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 24 18:03:56 UTC 2018 - factory-auto@kulow.org + +- updated to version 2.2.2 + see installed Changes.md + + 2.2.2 + ------ + + - Add pool `size` and `available` accessors for metrics and monitoring + purposes [#97, robholland] + ------------------------------------------------------------------- Sun Nov 13 05:31:35 UTC 2016 - coolo@suse.com diff --git a/rubygem-connection_pool.spec b/rubygem-connection_pool.spec index bd150d1..5ce7ee9 100644 --- a/rubygem-connection_pool.spec +++ b/rubygem-connection_pool.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-connection_pool # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ # Name: rubygem-connection_pool -Version: 2.2.1 +Version: 2.2.2 Release: 0 %define mod_name connection_pool %define mod_full_name %{mod_name}-%{version} @@ -33,7 +33,7 @@ BuildRequires: %{rubygem gem2rpm} BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 Url: https://github.com/mperham/connection_pool -Source: http://rubygems.org/gems/%{mod_full_name}.gem +Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: Generic connection pool for Ruby License: MIT