--- !ruby/object:Gem::Specification name: rest_framework version: !ruby/object:Gem::Version version: 0.9.6 platform: ruby authors: - Gregory N. Schmit autorequire: bindir: bin cert_chain: [] date: 2023-07-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.0' description: A framework for DRY RESTful APIs in Ruby on Rails. email: - schmitgreg@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - VERSION - app/views/layouts/rest_framework.html.erb - app/views/rest_framework/_breadcrumbs.html.erb - app/views/rest_framework/_head.html.erb - app/views/rest_framework/_header.html.erb - app/views/rest_framework/_heading.html.erb - app/views/rest_framework/_payloads.html.erb - app/views/rest_framework/_request_metadata.html.erb - app/views/rest_framework/_routes_and_forms.html.erb - app/views/rest_framework/head/_external.html.erb - app/views/rest_framework/header/_mode.html.erb - app/views/rest_framework/heading/_actions.html.erb - app/views/rest_framework/routes_and_forms/_html_form.html.erb - app/views/rest_framework/routes_and_forms/_raw_form.html.erb - app/views/rest_framework/routes_and_forms/_routes.html.erb - app/views/rest_framework/routes_and_forms/routes/_route.html.erb - lib/rest_framework.rb - lib/rest_framework/controller_mixins.rb - lib/rest_framework/controller_mixins/base.rb - lib/rest_framework/controller_mixins/bulk.rb - lib/rest_framework/controller_mixins/models.rb - lib/rest_framework/engine.rb - lib/rest_framework/errors.rb - lib/rest_framework/filters.rb - lib/rest_framework/filters/base.rb - lib/rest_framework/filters/model_ordering.rb - lib/rest_framework/filters/model_query.rb - lib/rest_framework/filters/model_search.rb - lib/rest_framework/filters/ransack.rb - lib/rest_framework/generators.rb - lib/rest_framework/generators/controller_generator.rb - lib/rest_framework/paginators.rb - lib/rest_framework/routers.rb - lib/rest_framework/serializers.rb - lib/rest_framework/utils.rb - lib/rest_framework/version.rb - vendor/assets/javascripts/rest_framework/external.min.js - vendor/assets/stylesheets/rest_framework/external.min.css - vendor/assets/stylesheets/rest_framework/highlight-a11y-dark.min.css - vendor/assets/stylesheets/rest_framework/highlight-a11y-light.min.css homepage: https://rails-rest-framework.com licenses: - MIT metadata: homepage_uri: https://rails-rest-framework.com source_code_uri: https://github.com/gregschmit/rails-rest-framework post_install_message: rdoc_options: [] require_paths: - lib - app required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.10 signing_key: specification_version: 4 summary: A framework for DRY RESTful APIs in Ruby on Rails. test_files: []