jsonapi_responses 0.1.3 → 0.1.4
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.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +1 -2
- data/lib/jsonapi_responses/version.rb +1 -1
- metadata +9 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e111bc098643181daa0fe2da8c85c2fd2bc0d67f5814445312c04e505b59109b
|
4
|
+
data.tar.gz: 5d8d3588735b9a009e0bca5491145941b35a899c979b8076901c1088e92a3db4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74700984e823853a22dbf34c9fd50b48f66adfbc05e9789e31e4e534fd25ec8f6d62c30173e0facb54969175d025b6c97a31ebde6c77bbf56b21b4449da1ced6
|
7
|
+
data.tar.gz: cfdafe5edba8bea145fd890ff03175b1597aff1e51b8738b8880c0c65b1d92e598261e579a120a74e7912b4aa8833b90b14ce254f1ddb4e05d345afdd37f5c49
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -59,8 +59,7 @@ representative at an online or offline event.
|
|
59
59
|
## Enforcement
|
60
60
|
|
61
61
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
62
|
-
reported to the community leaders responsible for enforcement at
|
63
|
-
[INSERT CONTACT METHOD].
|
62
|
+
reported to the community leaders responsible for enforcement by opening an issue at https://github.com/oortega14/jsonapi_responses/issues.
|
64
63
|
All complaints will be reviewed and investigated promptly and fairly.
|
65
64
|
|
66
65
|
All community leaders are obligated to respect the privacy and security of the
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jsonapi_responses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oscar Ortega
|
@@ -10,8 +10,9 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2025-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
|
13
|
+
description: JsonapiResponses simplifies API response handling by allowing multiple
|
14
|
+
response formats from a single endpoint, improving performance and reducing endpoint
|
15
|
+
duplication
|
15
16
|
email:
|
16
17
|
- ortegaoscar14@gmail.com
|
17
18
|
executables: []
|
@@ -40,7 +41,11 @@ licenses:
|
|
40
41
|
metadata:
|
41
42
|
homepage_uri: https://www.oortega.dev/gems
|
42
43
|
source_code_uri: https://github.com/oortega14/jsonapi_responses
|
44
|
+
documentation_uri: https://github.com/oortega14/jsonapi_responses#readme
|
43
45
|
changelog_uri: https://github.com/oortega14/jsonapi_responses/blob/main/CHANGELOG.md
|
46
|
+
maintainer: Oscar Ortega
|
47
|
+
owner: Oscar Ortega
|
48
|
+
rubygems_mfa_required: 'true'
|
44
49
|
post_install_message:
|
45
50
|
rdoc_options: []
|
46
51
|
require_paths:
|
@@ -59,5 +64,5 @@ requirements: []
|
|
59
64
|
rubygems_version: 3.5.22
|
60
65
|
signing_key:
|
61
66
|
specification_version: 4
|
62
|
-
summary: A simple way to
|
67
|
+
summary: A simple way to handle multiple JSON response formats in Rails APIs
|
63
68
|
test_files: []
|