Sat, 18 May 2024 21:10:09 UTC | login

Information for build rubygem-liquid-4.0.0-1.fc29

ID24972
Package Namerubygem-liquid
Version4.0.0
Release1.fc29
Epoch
SummarySecure, non-evaling end user template engine
DescriptionLiquid is a template engine which was written with very specific requirements: * It has to have beautiful and simple markup. Template engines which don't produce good looking markup are no fun to use. * It needs to be non evaling and secure. Liquid templates are made so that users can edit them. You don't want to run code on your server which your users wrote. * It has to be stateless. Compile and render steps have to be separate so that the expensive parsing and compiling can be done once and later on you can just render it passing in a hash with local variables and objects.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 10 May 2018 18:53:07 UTC
CompletedThu, 10 May 2018 19:40:00 UTC
Taskbuild (f29-candidate, rubygem-liquid-4.0.0-1.fc29.src.rpm)
Tags
f29
RPMs
src
rubygem-liquid-4.0.0-1.fc29.src.rpm (info) (download)
noarch
rubygem-liquid-4.0.0-1.fc29.noarch.rpm (info) (download)
rubygem-liquid-doc-4.0.0-1.fc29.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon May 07 2018 Fabio Valentini <decathorpe@gmail.com> - 4.0.0-1 - Update to version 4.0.0. - Add BR: rubygem(spy) and run the test suite. * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri May 13 2016 Vít Ondruch <vondruch@redhat.com> - 3.0.1-4 - Explicitly specify dependency on rubygem(bigdecimal). * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Jan 27 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 3.0.1-1 - Update to latest upstream release (RHBZ #1186292) * Wed Jan 07 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 3.0.0-2 - Add "Ruby" to License tag (RHBZ #1038274) - Create a dummy "spy/integration" lib so we can run the tests during %check (RHBZ #1038274) * Wed Dec 10 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 3.0.0-1 - Update to latest upstream release - Adjustments for https://fedoraproject.org/wiki/Changes/Ruby_2.1 - Use %license tag - Unconditionally pass tests until rubygem-spy is available * Wed Dec 04 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 2.6.0-1 - Initial package