Accepting request 611915 from home:factory-auto:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/611915 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-connection_pool?expand=0&rev=11
This commit is contained in:
parent
1b6e5a78c0
commit
6ca92de89e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:870bfad9e390e2888f515210034223ae293fc3cbe77755e34251383f8d54779f
|
|
||||||
size 13824
|
|
3
connection_pool-2.2.2.gem
Normal file
3
connection_pool-2.2.2.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8cc9446bcc51034103c1259ad70b91dc9f5297d13460b2c0cce7e5a93e8d451
|
||||||
|
size 13824
|
@ -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
|
Sun Nov 13 05:31:35 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-connection_pool
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-connection_pool
|
Name: rubygem-connection_pool
|
||||||
Version: 2.2.1
|
Version: 2.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name connection_pool
|
%define mod_name connection_pool
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
@ -33,7 +33,7 @@ BuildRequires: %{rubygem gem2rpm}
|
|||||||
BuildRequires: %{ruby}
|
BuildRequires: %{ruby}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
Url: https://github.com/mperham/connection_pool
|
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
|
Source1: gem2rpm.yml
|
||||||
Summary: Generic connection pool for Ruby
|
Summary: Generic connection pool for Ruby
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user