Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37563920
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-retriable

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define        gemname retriable

Name:          gem-retriable
Version:       3.1.2.1
Release:       alt1
Summary:       Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/kamui/retriable
Vcs:           https://github.com/kamui/retriable.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
BuildRequires: gem(bundler) >= 0 gem(bundler) < 3

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Obsoletes:     ruby-retriable < %EVR
Provides:      ruby-retriable = %EVR
Provides:      gem(retriable) = 3.1.2.1

%ruby_use_gem_version retriable:3.1.2.1

%description
Retriable is a simple DSL to retry failed code blocks with randomized
exponential backoff time intervals. This is especially useful when interacting
external APIs, remote services, or file system calls.


%package       -n gem-retriable-doc
Version:       3.1.2.1
Release:       alt1
Summary:       Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff documentation files
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ retriable
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(retriable) = 3.1.2.1

%description   -n gem-retriable-doc
Retriable is an simple DSL to retry failed code blocks with randomized
exponential backoff documentation files.

Retriable is a simple DSL to retry failed code blocks with randomized
exponential backoff time intervals. This is especially useful when interacting
external APIs, remote services, or file system calls.

%description   -n gem-retriable-doc -l ru_RU.UTF-8
п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ retriable.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-retriable-doc
%doc README.md
%ruby_gemdocdir


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin