rebuilt with ruby 3.2.4 [release 1.1.1-2mamba;Fri Jun 07 2024]

This commit is contained in:
Silvan Calarco 2024-06-08 10:53:02 +02:00
parent 2252e30d55
commit 36186ed4ca

View File

@ -1,17 +1,17 @@
Name: ruby-mustache
Version: 1.1.1
Release: 1mamba
Release: 2mamba
Summary: Mustache is a framework-agnostic way to render logic-free views
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/defunkt/mustache
URL: https://github.com/mustache/mustache
Source: https://rubygems.org/downloads/mustache-%{version}.gem
License: MIT
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: ruby-devel
BuildRequires: ruby-devel >= 3.2.4
Requires: ruby
%description
@ -42,5 +42,8 @@ rm -rf %{buildroot}${gemdir}/cache
%doc mustache-%{version}/LICENSE
%changelog
* Fri Jun 07 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
- rebuilt with ruby 3.2.4
* Sat Apr 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
- package created using the webbuild interface