apologist 1.0.5 → 1.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 +4 -4
- data/.fern/replay.lock +49 -2
- data/lib/Apologist/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76803053a1ad437bb60fa57feb7a40ae4b94f951f8045ff06af98f95f36bc783
|
|
4
|
+
data.tar.gz: '09b14123c5775032a9d6ad4aa93cef811bf9e713c5abbddf773a23e60ce189eb'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 022d955a4414294dae0aacafd2e9a6f1f123c2b998c6fd584e6e100e7aa19aff871e5a799448d521aa510c35d4493bf6eb3f8356592e0b091fa0b652c0114f92
|
|
7
|
+
data.tar.gz: 293d9d182ba7c19f626a07c7416a926e86524886313ce74f75d7f779eeaac85ec3c702cdbe359c92832825bc920601ea97d0dad542405485da0c2916d2eb682a
|
data/.fern/replay.lock
CHANGED
|
@@ -12,5 +12,52 @@ generations:
|
|
|
12
12
|
cli_version: unknown
|
|
13
13
|
generator_versions:
|
|
14
14
|
fernapi/fern-ruby-sdk: 1.20.2
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
- commit_sha: cd8e3844e905789fae21b4e0fc0ab42555405e60
|
|
16
|
+
tree_hash: 4973d9c68971e1cae3b8ff0b049f5e9a4890defd
|
|
17
|
+
timestamp: 2026-08-16T18:22:44.975Z
|
|
18
|
+
cli_version: unknown
|
|
19
|
+
generator_versions:
|
|
20
|
+
fernapi/fern-ruby-sdk: 1.20.2
|
|
21
|
+
current_generation: cd8e3844e905789fae21b4e0fc0ab42555405e60
|
|
22
|
+
patches:
|
|
23
|
+
- id: patch-b2534827
|
|
24
|
+
content_hash: sha256:c0e690c52123f547bfb10b269e15cdf8fc30efc06f659245a89b685ad5f01e00
|
|
25
|
+
original_commit: b25348270afd9be1b0d136b991afac5bc635c262
|
|
26
|
+
original_message: Release 1.0.4.
|
|
27
|
+
original_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
28
|
+
base_generation: 42932be2ea16f597d411692a9c3fea3585527c9b
|
|
29
|
+
files:
|
|
30
|
+
- lib/Apologist/version.rb
|
|
31
|
+
patch_content: |+
|
|
32
|
+
From b25348270afd9be1b0d136b991afac5bc635c262 Mon Sep 17 00:00:00 2001
|
|
33
|
+
From: "github-actions[bot]"
|
|
34
|
+
<41898282+github-actions[bot]@users.noreply.github.com>
|
|
35
|
+
Date: Fri, 31 Jul 2026 18:29:08 +0000
|
|
36
|
+
Subject: [PATCH] Release 1.0.4.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
lib/Apologist/version.rb | 2 +-
|
|
40
|
+
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
41
|
+
|
|
42
|
+
diff --git a/lib/Apologist/version.rb b/lib/Apologist/version.rb
|
|
43
|
+
index 5597de4..c5bf2b6 100644
|
|
44
|
+
--- a/lib/Apologist/version.rb
|
|
45
|
+
+++ b/lib/Apologist/version.rb
|
|
46
|
+
@@ -1,5 +1,5 @@
|
|
47
|
+
# frozen_string_literal: true
|
|
48
|
+
|
|
49
|
+
module Apologist
|
|
50
|
+
- VERSION = "1.0.3"
|
|
51
|
+
+ VERSION = "1.0.4"
|
|
52
|
+
end
|
|
53
|
+
--
|
|
54
|
+
2.52.0
|
|
55
|
+
|
|
56
|
+
theirs_snapshot:
|
|
57
|
+
lib/Apologist/version.rb: |
|
|
58
|
+
# frozen_string_literal: true
|
|
59
|
+
|
|
60
|
+
module Apologist
|
|
61
|
+
VERSION = "1.0.4"
|
|
62
|
+
end
|
|
63
|
+
status: unresolved
|
data/lib/Apologist/version.rb
CHANGED