Package gem-apipie-rails: Information

  • Default inline alert: Version in the repository: 0.8.2-alt1.1

Source package: gem-apipie-rails
Version: 0.8.2-alt1
Latest version according to Repology
Build time:  Oct 29, 2022, 03:08 PM in the task #296741
Category: Development/Ruby
Report package bug
License: Apache-2.0
Summary: Ruby on Rails API documentation tool
Description: 
Apipie-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.

List of rpms provided by this srpm:
gem-apipie-rails (noarch)
gem-apipie-rails-devel (noarch)
gem-apipie-rails-doc (noarch)


List of contributors:
Pavel Skrylev
Andrey Cherepanov

ACL:
Pavel Skrylev
@ruby
@everybody

    1. gem(rspec-rails) >= 3.0
    2. gem(rspec-rails) < 6
    3. gem(simplecov) >= 0
    4. gem(sqlite3) >= 0
    5. gem(RedCloth) >= 0
    6. gem(actionpack) >= 5.0
    7. gem(activesupport) >= 5.0
    8. rpm-build-ruby
    9. gem(maruku) >= 0
    10. gem(rake) >= 0
    11. gem(minitest) >= 0
    12. gem(rdoc) >= 0
    13. gem(json-schema) >= 2.8
    14. gem(json-schema) < 3

Last changed


Sept. 29, 2022 Pavel Skrylev 0.8.2-alt1
- ^ 0.5.19 -> 0.8.2
Oct. 23, 2021 Pavel Skrylev 0.5.19-alt1
- ^ 0.5.17 -> 0.5.19
March 5, 2020 Pavel Skrylev 0.5.17-alt1
- updated (^) 0.5.16 -> 0.5.17
- fixed (!) spec