apologist 1.0.2 → 1.0.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: eea4d5fd424e0680b422036a9fed82c0b81387bf6afd4dc22b70277ab2d2eeb9
4
- data.tar.gz: ed6d8332ad50a4057390d5cf7ffdca9b9109ad1d738c0e726e27661394749a9a
3
+ metadata.gz: 373080f7416a7d36a385db207eed74ad7cac5e69b9abe892a395181b24049939
4
+ data.tar.gz: '09e84784563f7ea280f3aad6c06c8ec396aea0af9580ea5b05d6a801db58970f'
5
5
  SHA512:
6
- metadata.gz: 2098c0cb04ef3bf967d13fd2bbd9d8581107db8c368a9ef72621a753039870a12227569e29437a56525e874fcfed00d1339120a96538c81f8de09dd219e00205
7
- data.tar.gz: 8b988a293d1fccdeee7c7ce392f1d67018e81dc962127e8af6b6f9d34c92a4016eec4c99a659281d19503dc3b3e7413cdff1371c0fb6d3537d152ae655e6f672
6
+ metadata.gz: e5ecb98b5f1f955ea8973150f481ea2fe909ace4811ffe4c00a7a0b63261b1e132015167bd08ac624cfd1d059aafda66e646d6ca259beafe09df07e5e1976136
7
+ data.tar.gz: ec91d363b64e04c35b6478ef56251038d8ee04e4043b9163985e90f514ea0a3a6134325894106979f6187cc66d42f7a800866317d8bd6419fd0efee0d26907ea
data/.fern/metadata.json CHANGED
@@ -6,8 +6,9 @@
6
6
  "moduleName": "Apologist",
7
7
  "clientModuleName": "AgentClient"
8
8
  },
9
- "originGitCommit": "48763009ddb15e043da173498c3cc160c5c5dc45",
10
- "originGitCommitIsDirty": true,
11
- "invokedBy": "manual",
12
- "sdkVersion": "0.0.5"
9
+ "originGitCommit": "260686d6daa2090b871f8509b0b2661bc33c170c",
10
+ "originGitCommitIsDirty": false,
11
+ "invokedBy": "ci",
12
+ "ciProvider": "github",
13
+ "sdkVersion": "1.0.3"
13
14
  }
data/.fern/replay.lock ADDED
@@ -0,0 +1,16 @@
1
+ # DO NOT EDIT MANUALLY - Managed by Fern Replay
2
+ version: "1.0"
3
+ generations:
4
+ - commit_sha: e4c98893120d25138ab1c5b46fe8de5a53be2586
5
+ tree_hash: db184442cc4bb384457bdfef0de8b3599a526968
6
+ timestamp: 2026-07-31T18:11:52.243Z
7
+ cli_version: unknown
8
+ generator_versions: {}
9
+ - commit_sha: 6726ad0ac6f15cde26612db15428f9e781863027
10
+ tree_hash: a55ae1eb3bb7c04bf8f4150068ad00fea9bc4485
11
+ timestamp: 2026-07-31T18:11:52.728Z
12
+ cli_version: unknown
13
+ generator_versions:
14
+ fernapi/fern-ruby-sdk: 1.20.2
15
+ current_generation: 6726ad0ac6f15cde26612db15428f9e781863027
16
+ patches: []
data/.fernignore CHANGED
@@ -1,2 +1,5 @@
1
1
  custom.gemspec.rb
2
2
  .rubocop.yml
3
+ .fern/replay.lock
4
+ .fern/replay.yml
5
+ .gitattributes
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ApologistAi Ruby Library
2
2
 
3
- [![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=ApologistAi%2FRuby)
3
+ [![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fapologist-project%2Fapg-sdk-ruby)
4
4
 
5
5
  The ApologistAi Ruby library provides convenient access to the ApologistAi APIs from Ruby.
6
6
 
@@ -19,7 +19,7 @@ The ApologistAi Ruby library provides convenient access to the ApologistAi APIs
19
19
 
20
20
  ## Reference
21
21
 
22
- A full reference for this library is available [here](./reference.md).
22
+ A full reference for this library is available [here](https://github.com/apologist-project/apg-sdk-ruby/blob/HEAD/./reference.md).
23
23
 
24
24
  ## Usage
25
25
 
@@ -20,7 +20,7 @@ module Apologist
20
20
  @raw_client = Apologist::Internal::Http::RawClient.new(
21
21
  base_url: base_url || Apologist::Environment::DEFAULT,
22
22
  headers: {
23
- "User-Agent" => "apologist/0.0.5",
23
+ "User-Agent" => "apologist/1.0.3",
24
24
  "X-Fern-Language" => "Ruby",
25
25
  "x-api-key" => api_key.to_s
26
26
  },
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Apologist
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apologist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apologist
@@ -19,6 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - ".fern/metadata.json"
22
+ - ".fern/replay.lock"
22
23
  - ".fernignore"
23
24
  - ".rubocop.yml"
24
25
  - CONTRIBUTING.md