Tue, 18 Jun 2024 11:16:22 UTC | login

Information for build rubygem-apipie-rails-0.5.1-2.fc27

ID19844
Package Namerubygem-apipie-rails
Version0.5.1
Release2.fc27
Epoch
SummaryRails REST API documentation tool
DescriptionApipie-rails is a DSL and Rails engine for documenting your RESTful API. Instead of traditional use of #comments, Apipie lets you describe the code, through the code. This brings advantages like: * No need to learn yet another syntax, you already know Ruby, right? * Possibility of reusing the docs for other purposes (such as validation) * Easier to extend and maintain (no string parsing involved) * Possibility of reusing other sources for documentation purposes (such as routes etc.) The documentation is available from within your app (by default under the /apipie path.) In development mode, you can see the changes as you go. It's markup language agnostic, and even provides an API for reusing the documentation data in JSON.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:31:07 UTC
CompletedSat, 14 Apr 2018 20:31:07 UTC
Tags
f28
f29
RPMs
src
rubygem-apipie-rails-0.5.1-2.fc27.src.rpm (info) (download)
noarch
rubygem-apipie-rails-0.5.1-2.fc27.noarch.rpm (info) (download)
rubygem-apipie-rails-doc-0.5.1-2.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue May 02 2017 Dominic Cleal <dominic@cleal.org> - 0.5.1-1 - Update to apipie-rails 0.5.1. * Mon Feb 20 2017 Vít Ondruch <vondruch@redhat.com> - 0.4.0-1 - Update to apipie-rails 0.4.0. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Apr 01 2016 Jun Aruga <jaruga@redhat.com> - 0.3.6-1 - Update version to 0.3.6 to test suite for Ruby 2.3 compatibility. (rhbz#1308005) * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jul 01 2015 Vít Ondruch <vondruch@redhat.com> - 0.3.4-1 - Update to apipie-rails 0.3.4. * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Aug 26 2013 Vít Ondruch <vondruch@redhat.com> - 0.0.22-1 - Update to apipie-rails 0.0.22. * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Mar 28 2013 Vít Ondruch <vondruch@redhat.com> - 0.0.21-1 - Update to apipie-rails 0.0.21. * Thu Mar 28 2013 Vít Ondruch <vondruch@redhat.com> - 0.0.13-4 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Nov 20 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 0.0.13-2 - Fixed some file permission issues. - Keep the specs in -doc subpackage. - Run the tests without git. - Add runtime dependency on rubygem(rails). * Tue Nov 20 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 0.0.13-1 - Initial package