apologist 1.1.1 → 1.2.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 +47 -1
- 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: e27c5f8d43b4ee1b57eb564bd1726321cac37d5c84b811b393d9ce4201286559
|
|
4
|
+
data.tar.gz: 3ae4204096640bfa470269728328f80375ff7ca0c08ffb03915fc6cc2d33bf26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33c6b125c14788c2ce7c25d4b365328a3f83aa1026cb99147356a6ea667baaa698ce57fd9e1452a0a7d89dbf6fc83188b62b69ee83a73b3b269f6da5f559e4b0
|
|
7
|
+
data.tar.gz: fbd9b0198961d5962b6829a9928ffd512cdb6d1cd43242551f2fb96903b51b9ed3c73b8635276e3c62c5ade138f9f30bddb7c7decba0785a09d1ea672e124a01
|
data/.fern/replay.lock
CHANGED
|
@@ -18,7 +18,13 @@ generations:
|
|
|
18
18
|
cli_version: unknown
|
|
19
19
|
generator_versions:
|
|
20
20
|
fernapi/fern-ruby-sdk: 1.20.2
|
|
21
|
-
|
|
21
|
+
- commit_sha: 9f892528827622170ef9dbf8ae8bd2af9b36ab49
|
|
22
|
+
tree_hash: a3c01408729d88d2074ea3c27446779728e93dea
|
|
23
|
+
timestamp: 2026-08-16T19:24:40.075Z
|
|
24
|
+
cli_version: unknown
|
|
25
|
+
generator_versions:
|
|
26
|
+
fernapi/fern-ruby-sdk: 1.20.2
|
|
27
|
+
current_generation: 9f892528827622170ef9dbf8ae8bd2af9b36ab49
|
|
22
28
|
patches:
|
|
23
29
|
- id: patch-b2534827
|
|
24
30
|
content_hash: sha256:c0e690c52123f547bfb10b269e15cdf8fc30efc06f659245a89b685ad5f01e00
|
|
@@ -61,3 +67,43 @@ patches:
|
|
|
61
67
|
VERSION = "1.0.4"
|
|
62
68
|
end
|
|
63
69
|
status: unresolved
|
|
70
|
+
- id: patch-a022d6a4
|
|
71
|
+
content_hash: sha256:a326550ec15fed946c79d51281694d85ee01e110945a2c29f06281fbb966d20b
|
|
72
|
+
original_commit: a022d6a443853a5d9891f1d647086085833e4326
|
|
73
|
+
original_message: Release 1.1.0.
|
|
74
|
+
original_author: Jake Carlson <jake@carlsonville.com>
|
|
75
|
+
base_generation: d717b15ab3ca1c43aea27a140756d6525bbae651
|
|
76
|
+
files:
|
|
77
|
+
- lib/Apologist/version.rb
|
|
78
|
+
patch_content: |+
|
|
79
|
+
From a022d6a443853a5d9891f1d647086085833e4326 Mon Sep 17 00:00:00 2001
|
|
80
|
+
From: Jake Carlson <jake@carlsonville.com>
|
|
81
|
+
Date: Sun, 16 Aug 2026 13:28:38 -0500
|
|
82
|
+
Subject: [PATCH] Release 1.1.0.
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
lib/Apologist/version.rb | 2 +-
|
|
86
|
+
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
87
|
+
|
|
88
|
+
diff --git a/lib/Apologist/version.rb b/lib/Apologist/version.rb
|
|
89
|
+
index df5e61e..32e15e1 100644
|
|
90
|
+
--- a/lib/Apologist/version.rb
|
|
91
|
+
+++ b/lib/Apologist/version.rb
|
|
92
|
+
@@ -1,5 +1,5 @@
|
|
93
|
+
# frozen_string_literal: true
|
|
94
|
+
|
|
95
|
+
module Apologist
|
|
96
|
+
- VERSION = "1.0.5"
|
|
97
|
+
+ VERSION = "1.1.0"
|
|
98
|
+
end
|
|
99
|
+
--
|
|
100
|
+
2.52.0
|
|
101
|
+
|
|
102
|
+
theirs_snapshot:
|
|
103
|
+
lib/Apologist/version.rb: |
|
|
104
|
+
# frozen_string_literal: true
|
|
105
|
+
|
|
106
|
+
module Apologist
|
|
107
|
+
VERSION = "1.1.0"
|
|
108
|
+
end
|
|
109
|
+
status: unresolved
|
data/lib/Apologist/version.rb
CHANGED