petail 0.0.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d15f3fa3be5b23d1cb72cb42074e5de52fde3ec85da8858b3a79b5ee073de98b
4
- data.tar.gz: e06bd23c70b3e9e5220a02ca3e7e4ce723800eab81b76769b767ddcc5a0d8b94
3
+ metadata.gz: a1bc05cd60ba3cfcece9342b852d8ea8bbdeb0822bca3d6ac9805e310d234d35
4
+ data.tar.gz: 9bbd1297e1c669ed3142f1b1fa0a5c010546618507aabf9d8a58d4e4071f68cc
5
5
  SHA512:
6
- metadata.gz: 78bee6fe73d3ff5c2031aca94a6f2a96c7cd63651e53e7fa760009048e1c1d568edb53838ba904bc517552a6b6324e808c62516cbfe462c3af1c408b798e73a9
7
- data.tar.gz: eed52a98b68b76540efd7b11129502e388d711bb2e123a0c594b83878aab59509c06e4feb31313929a40bfab8228aae54cf8dc3cb3f966f2f85a689175372ad9
6
+ metadata.gz: cbd8dadf89f817f22cbbceb33ca43ec5d984c5959f4fc70b4b7611901af882f1503f93a2c3821aaff28e933042c27720280837ea28ef45d1abf31f35cae1e5f9
7
+ data.tar.gz: fcfe7b84823bd0d722bae1864e59ad4544c66fecc35ebb34fa9c52f103b55fd0feb101778ddec97fdea7f4adaaac0801b82e263dfd860f92c7937575e74119bb
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  = Petail
6
6
 
7
- Petail is a portmanteau (i.e. `[p]roblem + d[etail] = petail`) that implements link:https://datatracker.ietf.org/doc/html/rfc7807[RFC 7807: Problem Details for HTTP APIs]. This allows you to produce HTTP error responses that are structured, machine readable, and consistent.
7
+ Petail is a portmanteau (i.e. `[p]roblem + d[etail] = petail`) that implements link:https://www.rfc-editor.org/rfc/rfc9457[RFC 9457: Problem Details for HTTP APIs]. This allows you to produce HTTP error responses that are structured, machine readable, and consistent.
8
8
 
9
9
  toc::[]
10
10
 
data/petail.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "petail"
5
- spec.version = "0.0.0"
5
+ spec.version = "0.1.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/petail"
9
- spec.summary = "A RFC 7807 Problem Details for HTTP APIs implementation."
9
+ spec.summary = "A RFC 9457 Problem Details for HTTP APIs implementation."
10
10
  spec.license = "Hippocratic-2.1"
11
11
 
12
12
  spec.metadata = {
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: petail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -91,5 +91,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  requirements: []
92
92
  rubygems_version: 3.6.7
93
93
  specification_version: 4
94
- summary: A RFC 7807 Problem Details for HTTP APIs implementation.
94
+ summary: A RFC 9457 Problem Details for HTTP APIs implementation.
95
95
  test_files: []
metadata.gz.sig CHANGED
Binary file