rest_framework 0.0.13 → 0.1.1

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest_framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory N. Schmit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-10 00:00:00.000000000 Z
11
+ date: 2021-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -43,14 +43,16 @@ files:
43
43
  - lib/rest_framework/controller_mixins/base.rb
44
44
  - lib/rest_framework/controller_mixins/models.rb
45
45
  - lib/rest_framework/engine.rb
46
+ - lib/rest_framework/filters.rb
47
+ - lib/rest_framework/paginators.rb
46
48
  - lib/rest_framework/routers.rb
47
49
  - lib/rest_framework/serializers.rb
48
50
  - lib/rest_framework/version.rb
49
- homepage: https://github.com/gregschmit/rails-rest-framework
51
+ homepage: https://rails-rest-framework.com
50
52
  licenses:
51
53
  - MIT
52
54
  metadata:
53
- homepage_uri: https://github.com/gregschmit/rails-rest-framework
55
+ homepage_uri: https://rails-rest-framework.com
54
56
  source_code_uri: https://github.com/gregschmit/rails-rest-framework
55
57
  post_install_message:
56
58
  rdoc_options: []
@@ -68,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
70
  - !ruby/object:Gem::Version
69
71
  version: '0'
70
72
  requirements: []
71
- rubygems_version: 3.0.8
73
+ rubygems_version: 3.0.9
72
74
  signing_key:
73
75
  specification_version: 4
74
76
  summary: A framework for DRY RESTful APIs in Ruby on Rails.