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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9f6ed5b04014e832e884a2425118c2d4d1e54e14d61f4d21050d35b5f6ef152
4
- data.tar.gz: bf9f7e6ea7fcc880ff5771578d9f35a996bc3122404740a7a7bd3ddb8a712d05
3
+ metadata.gz: e111bc098643181daa0fe2da8c85c2fd2bc0d67f5814445312c04e505b59109b
4
+ data.tar.gz: 5d8d3588735b9a009e0bca5491145941b35a899c979b8076901c1088e92a3db4
5
5
  SHA512:
6
- metadata.gz: dfa25f35fd6297541bf8ff12e8453e3434b600156f2f1a266cc0516c0ce055fb4677a2463de9cbeb03217f0c60b32870a3a2e35c9562e4166e638607dfc1b9db
7
- data.tar.gz: 968e736d4b13ab8f2e8b1903667d7131e396e3ba6b0eca66d9084ae822cd95d02569b6a5976a9e1563642d9326cd3eb20f726dad9efcc0a7f46091facc67b031
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonapiResponses
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
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.3
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: My first gem which tries to get simplier the way you responde in your
14
- API
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 respond with JSON in an API
67
+ summary: A simple way to handle multiple JSON response formats in Rails APIs
63
68
  test_files: []