Thu, 23 Mar 2023 14:43:42 UTC

Information for build rubygem-apipie-rails-0.3.6-1.fc24

ID751780
Package Namerubygem-apipie-rails
Version0.3.6
Release1.fc24
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 byjaruga
State complete
Volume fedora_koji_archive01
StartedWed, 06 Apr 2016 16:51:45 UTC
CompletedWed, 06 Apr 2016 16:55:17 UTC
Taskbuild (f24-candidate, /rpms/rubygem-apipie-rails:8c5f2cdee833340dd7da127ed9bec1dafaa4e256)
Tags
f24
f24-Beta
RPMs
src
rubygem-apipie-rails-0.3.6-1.fc24.src.rpm (info) (download)
noarch
rubygem-apipie-rails-0.3.6-1.fc24.noarch.rpm (info) (download)
rubygem-apipie-rails-doc-0.3.6-1.fc24.noarch.rpm (info) (download)
Logs
noarch
state.log
build.log
root.log
Changelog * 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