openai-compatible-errors 0.1.1 → 0.1.2

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: 74a3d5e06d4de5152845fedeaedf88d34652cb1668b14026ea0154c57e3f3c0b
4
- data.tar.gz: 914a794ef4536b9edad342fcb7e06e873ca2e1cde30a41af6b0baa5dc7f4d313
3
+ metadata.gz: 6273c99d22d48c1383731d1552a2fbdc549a061d95a5f439054798293a82f433
4
+ data.tar.gz: c32cb4ec347267cc184360ac86706f63c264ed3c18510cda79009d06d32651ce
5
5
  SHA512:
6
- metadata.gz: 602a9610567b531ea7227512a763715986282c37630850b5853158c5e105da49e23696cf6da9b16e79f142cbc09592934980cd006b77e80c2227da768cf5b266
7
- data.tar.gz: 5a8ac65d6a7b68eb9bf7c57bb369d5f98cc667e2a378d2e3a3a0d824b396d9916d38ad1e41b84ca28742c3f56245ba5aa5bcc189f1f65c31d843dc8779f6002e
6
+ metadata.gz: 28e26001da14fac19d7690b6049dbd48d162cd2ef2780cef32c79bdc512def16970fe8f9677ab8feedd8498b2ec56459de38e16c6fa94bd8e064c53b3f66b2fb
7
+ data.tar.gz: 24af0287679b1026b27114db02f09f9ec0a70db31785d1c8809be10055fef08b949b9886d99a988eab0c712fb39ff5ad8d70892b726116844fa1a1c18f3ba7ed
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this gem are documented here.
4
4
 
5
+ ## [0.1.2] - 2026-08-09
6
+
7
+ Metadata release.
8
+
9
+ - Point the RubyGems Homepage metadata to the AI-ROUTER gateway landing page.
10
+ - Keep source, documentation, changelog and issue links on the project repository.
11
+
5
12
  ## [0.1.1] - 2026-08-09
6
13
 
7
14
  Documentation release.
@@ -28,4 +35,5 @@ Initial public release.
28
35
  - Provide bounded recursive log sanitization with cycle detection.
29
36
 
30
37
  [0.1.1]: https://github.com/airouter-dev/openai-compatible-errors-ruby/releases/tag/v0.1.1
38
+ [0.1.2]: https://github.com/airouter-dev/openai-compatible-errors-ruby/releases/tag/v0.1.2
31
39
  [0.1.0]: https://github.com/airouter-dev/openai-compatible-errors-ruby/releases/tag/v0.1.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenAICompatibleErrors
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openai-compatible-errors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AI ROUTER contributors
@@ -70,14 +70,14 @@ files:
70
70
  - test/test_redaction.rb
71
71
  - test/test_retry.rb
72
72
  - test/test_sse.rb
73
- homepage: https://github.com/airouter-dev/openai-compatible-errors-ruby
73
+ homepage: https://ai-router.dev/
74
74
  licenses:
75
75
  - MIT
76
76
  metadata:
77
77
  bug_tracker_uri: https://github.com/airouter-dev/openai-compatible-errors-ruby/issues
78
78
  changelog_uri: https://github.com/airouter-dev/openai-compatible-errors-ruby/blob/main/CHANGELOG.md
79
79
  documentation_uri: https://github.com/airouter-dev/openai-compatible-errors-ruby#readme
80
- homepage_uri: https://github.com/airouter-dev/openai-compatible-errors-ruby
80
+ homepage_uri: https://ai-router.dev/
81
81
  source_code_uri: https://github.com/airouter-dev/openai-compatible-errors-ruby
82
82
  rubygems_mfa_required: 'true'
83
83
  post_install_message: