action_figure 0.6.2 → 0.7.0

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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_figure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tad Thorley
@@ -37,6 +37,20 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '1.10'
40
+ - !ruby/object:Gem::Dependency
41
+ name: rack
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '2.2'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '2.2'
40
54
  description: Replaces service objects with explicit, purpose-driven classes for Rails
41
55
  controller actions
42
56
  executables: []
@@ -52,6 +66,7 @@ files:
52
66
  - docs/configuration.md
53
67
  - docs/custom-formatters.md
54
68
  - docs/integration-patterns.md
69
+ - docs/problem-details.md
55
70
  - docs/response-formatters.md
56
71
  - docs/status-codes.md
57
72
  - docs/testing.md
@@ -59,15 +74,18 @@ files:
59
74
  - lib/action_figure.rb
60
75
  - lib/action_figure/configuration.rb
61
76
  - lib/action_figure/core.rb
77
+ - lib/action_figure/error_registry.rb
62
78
  - lib/action_figure/format_registry.rb
63
79
  - lib/action_figure/formatter.rb
64
80
  - lib/action_figure/formatters/default.rb
65
81
  - lib/action_figure/formatters/jsend.rb
66
82
  - lib/action_figure/formatters/json_api.rb
67
83
  - lib/action_figure/formatters/json_api/resource.rb
84
+ - lib/action_figure/formatters/rfc_9457.rb
68
85
  - lib/action_figure/formatters/wrapped.rb
69
86
  - lib/action_figure/testing/minitest.rb
70
87
  - lib/action_figure/testing/rspec.rb
88
+ - lib/action_figure/testing/statuses.rb
71
89
  - lib/action_figure/version.rb
72
90
  - sig/action_figure.rbs
73
91
  homepage: https://github.com/phaedryx/action_figure