Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 248ef97d7683b26b268a6c2f148e0ccb > files > 2

ruby-retriable-3.1.2-4.mga9.src.rpm

%define oname   retriable

Name:       ruby-%{oname}
Version:    3.1.2
Release:    %mkrel 4
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
Source0:    https://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
Retriable is an simple DSL to retry failed code blocks with randomized
exponential backoff. This is especially useful when interacting external
api/services or file system calls.


%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
BuildArch:	noarch
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.

%prep
%gem_setup

%build
%gem_build

%install
%gem_install

%files
%{gem_instdir}
%{gem_spec}

%files          doc
%doc %{gem_docdir}




%changelog
* Fri Mar 25 2022 umeabot <umeabot> 3.1.2-4.mga9
+ Revision: 1826216
- Mageia 9 Mass Rebuild

* Wed Feb 12 2020 umeabot <umeabot> 3.1.2-3.mga8
+ Revision: 1507894
- Mageia 8 Mass Rebuild

* Fri Sep 21 2018 umeabot <umeabot> 3.1.2-2.mga7
+ Revision: 1291210
- Mageia 7 Mass Rebuild

* Mon Jun 18 2018 pterjan <pterjan> 3.1.2-1.mga7
+ Revision: 1237674
- Update to 3.1.2

* Sun Aug 20 2017 pterjan <pterjan> 3.1.1-1.mga7
+ Revision: 1142182
- Update to 3.1.1

* Mon May 09 2016 pterjan <pterjan> 2.1.0-1.mga6
+ Revision: 1011104
- imported package ruby-retriable