oas_rails 0.10.1 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -456
- data/app/views/oas_rails/oas_rails/index.html.erb +119 -6
- data/lib/generators/oas_rails/config/templates/oas_rails_initializer.rb +3 -3
- data/lib/oas_rails/builders/esquema_builder.rb +28 -10
- data/lib/oas_rails/configuration.rb +13 -2
- data/lib/oas_rails/engine.rb +6 -0
- data/lib/oas_rails/extractors/route_extractor.rb +5 -32
- data/lib/oas_rails/version.rb +1 -1
- data/lib/oas_rails.rb +2 -1
- data/public/oas-rails-assets/rapidoc-min.js +3915 -0
- metadata +3 -2
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: oas_rails
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.12.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - a-chacon
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2025- | 
| 11 | 
            +
            date: 2025-04-13 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: easy_talk
         | 
| @@ -123,6 +123,7 @@ files: | |
| 123 123 | 
             
            - lib/oas_rails/yard/request_body_tag.rb
         | 
| 124 124 | 
             
            - lib/oas_rails/yard/response_example_tag.rb
         | 
| 125 125 | 
             
            - lib/oas_rails/yard/response_tag.rb
         | 
| 126 | 
            +
            - public/oas-rails-assets/rapidoc-min.js
         | 
| 126 127 | 
             
            homepage: https://github.com/a-chacon/oas_rails
         | 
| 127 128 | 
             
            licenses:
         | 
| 128 129 | 
             
            - GPL-3.0-only
         |