Sha256: 3dd6cbc5e27f43c6094196866fbe679a1d9a7758857b7db338a520192769214f

Contents?: true

Size: 1.95 KB

Versions: 0

Compression: gzip

Compressed size: 693 Bytes

Stored size: 693 Bytes

Contents

--- !ruby/object:Gem::Specification
name: rest_framework
version: !ruby/object:Gem::Version
  version: 0.0.14
platform: ruby
authors:
- Gregory N. Schmit
autorequire:
bindir: bin
cert_chain: []
date: 2020-10-28 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
- app/views/layouts/rest_framework.html.erb
- app/views/rest_framework/_head.html.erb
- app/views/rest_framework/_routes.html.erb
- app/views/rest_framework/default.html.erb
- lib/rest_framework.rb
- lib/rest_framework/VERSION_STAMP
- lib/rest_framework/controller_mixins.rb
- lib/rest_framework/controller_mixins/base.rb
- lib/rest_framework/controller_mixins/models.rb
- lib/rest_framework/engine.rb
- lib/rest_framework/routers.rb
- lib/rest_framework/serializers.rb
- lib/rest_framework/version.rb
homepage: https://github.com/gregschmit/rails-rest-framework
licenses:
- MIT
metadata:
  homepage_uri: https://github.com/gregschmit/rails-rest-framework
  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.0.8
signing_key:
specification_version: 4
summary: A framework for DRY RESTful APIs in Ruby on Rails.
test_files: []

Package Spec version

rest_framework-0.0.14