# -*- encoding: utf-8 -*- # stub: rest_framework 0.9.6 ruby libapp Gem::Specification.new do |s| s.name = "rest_framework".freeze s.version = "0.9.6".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, "app".freeze] s.authors = ["Gregory N. Schmit".freeze] s.date = "2023-07-02" s.description = "A framework for DRY RESTful APIs in Ruby on Rails.".freeze s.email = ["schmitgreg@gmail.com".freeze] s.files = ["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/controller_mixins.rb".freeze, "lib/rest_framework/controller_mixins/base.rb".freeze, "lib/rest_framework/controller_mixins/bulk.rb".freeze, "lib/rest_framework/controller_mixins/models.rb".freeze, "lib/rest_framework/engine.rb".freeze, "lib/rest_framework/errors.rb".freeze, "lib/rest_framework/filters.rb".freeze, "lib/rest_framework/filters/base.rb".freeze, "lib/rest_framework/filters/model_ordering.rb".freeze, "lib/rest_framework/filters/model_query.rb".freeze, "lib/rest_framework/filters/model_search.rb".freeze, "lib/rest_framework/filters/ransack.rb".freeze, "lib/rest_framework/generators.rb".freeze, "lib/rest_framework/generators/controller_generator.rb".freeze, "lib/rest_framework/paginators.rb".freeze, "lib/rest_framework/routers.rb".freeze, "lib/rest_framework/serializers.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