# -*- encoding: utf-8 -*- # stub: rest_framework 0.9.9 ruby lib Gem::Specification.new do |s| s.name = "rest_framework".freeze s.version = "0.9.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://rails-rest-framework.com", "source_code_uri" => "https://github.com/gregschmit/rails-rest-framework" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Gregory N. Schmit".freeze] s.date = "2023-07-08" s.description = "A framework for DRY RESTful APIs in Ruby on Rails.".freeze s.email = ["schmitgreg@gmail.com".freeze] s.files = [".yardopts".freeze, "LICENSE".freeze, "README.md".freeze, "VERSION".freeze, "app/views/layouts/rest_framework.html.erb".freeze, "app/views/rest_framework/_breadcrumbs.html.erb".freeze, "app/views/rest_framework/_head.html.erb".freeze, "app/views/rest_framework/_header.html.erb".freeze, "app/views/rest_framework/_heading.html.erb".freeze, "app/views/rest_framework/_payloads.html.erb".freeze, "app/views/rest_framework/_request_metadata.html.erb".freeze, "app/views/rest_framework/_routes_and_forms.html.erb".freeze, "app/views/rest_framework/head/_external.html.erb".freeze, "app/views/rest_framework/header/_mode.html.erb".freeze, "app/views/rest_framework/heading/_actions.html.erb".freeze, "app/views/rest_framework/routes_and_forms/_html_form.html.erb".freeze, "app/views/rest_framework/routes_and_forms/_raw_form.html.erb".freeze, "app/views/rest_framework/routes_and_forms/_routes.html.erb".freeze, "app/views/rest_framework/routes_and_forms/routes/_route.html.erb".freeze, "lib/rest_framework.rb".freeze, "lib/rest_framework/engine.rb".freeze, "lib/rest_framework/errors.rb".freeze, "lib/rest_framework/errors/base_error.rb".freeze, "lib/rest_framework/errors/nil_passed_to_api_response_error.rb".freeze, "lib/rest_framework/errors/unknown_model_error.rb".freeze, "lib/rest_framework/filters.rb".freeze, "lib/rest_framework/filters/base_filter.rb".freeze, "lib/rest_framework/filters/model_ordering_filter.rb".freeze, "lib/rest_framework/filters/model_query_filter.rb".freeze, "lib/rest_framework/filters/model_search_filter.rb".freeze, "lib/rest_framework/filters/ransack_filter.rb".freeze, "lib/rest_framework/generators.rb".freeze, "lib/rest_framework/generators/controller_generator.rb".freeze, "lib/rest_framework/mixins.rb".freeze, "lib/rest_framework/mixins/base_controller_mixin.rb".freeze, "lib/rest_framework/mixins/bulk_model_controller_mixin.rb".freeze, "lib/rest_framework/mixins/model_controller_mixin.rb".freeze, "lib/rest_framework/paginators.rb".freeze, "lib/rest_framework/paginators/base_paginator.rb".freeze, "lib/rest_framework/paginators/page_number_paginator.rb".freeze, "lib/rest_framework/routers.rb".freeze, "lib/rest_framework/serializers.rb".freeze, "lib/rest_framework/serializers/active_model_serializer_adapter_factory.rb".freeze, "lib/rest_framework/serializers/base_serializer.rb".freeze, "lib/rest_framework/serializers/native_serializer.rb".freeze, "lib/rest_framework/utils.rb".freeze, "lib/rest_framework/version.rb".freeze, "vendor/assets/javascripts/rest_framework/external.min.js".freeze, "vendor/assets/stylesheets/rest_framework/external.min.css".freeze, "vendor/assets/stylesheets/rest_framework/highlight-a11y-dark.min.css".freeze, "vendor/assets/stylesheets/rest_framework/highlight-a11y-light.min.css".freeze] s.homepage = "https://rails-rest-framework.com".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A framework for DRY RESTful APIs in Ruby on Rails.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0".freeze]) end