apologist 1.2.1 → 1.3.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 +48 -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: fbe288a04bdf74a715bb2af120105692e8b9e0ec02a2662483fc2ad2723a11f2
|
|
4
|
+
data.tar.gz: '0818e4631f1b25545f6e007bda31c03fd9bfc8c23e21b7136bd5f890b41f2165'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adc8bc3d5108f05f507d590af690492aab4e446c14f87e81c8ea6e6394bfb67b6034dbee1e7ea7098432395156c677c57447b6cc2dfafb10629be346d368ff64
|
|
7
|
+
data.tar.gz: b9f83c501067e65c2ec645e7359d2819917bb5c12cc320ea04f001a442a6248aa1898410caafbe5932245e0eeb7e5d4148722cd92ac3ac40fd10ccc39a7cebbe
|
data/.fern/replay.lock
CHANGED
|
@@ -24,7 +24,13 @@ generations:
|
|
|
24
24
|
cli_version: unknown
|
|
25
25
|
generator_versions:
|
|
26
26
|
fernapi/fern-ruby-sdk: 1.20.2
|
|
27
|
-
|
|
27
|
+
- commit_sha: 7d05601bdc8364b2c806f2430d711872f9998785
|
|
28
|
+
tree_hash: 52b7e8fc3358219c2c094920c3c14d346089bc4d
|
|
29
|
+
timestamp: 2026-09-02T05:19:15.396Z
|
|
30
|
+
cli_version: unknown
|
|
31
|
+
generator_versions:
|
|
32
|
+
fernapi/fern-ruby-sdk: 1.20.2
|
|
33
|
+
current_generation: 7d05601bdc8364b2c806f2430d711872f9998785
|
|
28
34
|
patches:
|
|
29
35
|
- id: patch-b2534827
|
|
30
36
|
content_hash: sha256:c0e690c52123f547bfb10b269e15cdf8fc30efc06f659245a89b685ad5f01e00
|
|
@@ -107,3 +113,44 @@ patches:
|
|
|
107
113
|
VERSION = "1.1.0"
|
|
108
114
|
end
|
|
109
115
|
status: unresolved
|
|
116
|
+
- id: patch-2afb3d61
|
|
117
|
+
content_hash: sha256:bf60971fdebd9e1e58cef417a761dad3a542dbda181e544a9f55b65463c8b2fa
|
|
118
|
+
original_commit: 2afb3d61ed0a4036a725ca29901a58d546ff2d89
|
|
119
|
+
original_message: Release 1.2.0.
|
|
120
|
+
original_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
121
|
+
base_generation: 9b9deb35199497354dd4ebe77eaa3d2dd758a68e
|
|
122
|
+
files:
|
|
123
|
+
- lib/Apologist/version.rb
|
|
124
|
+
patch_content: |+
|
|
125
|
+
From 2afb3d61ed0a4036a725ca29901a58d546ff2d89 Mon Sep 17 00:00:00 2001
|
|
126
|
+
From: "github-actions[bot]"
|
|
127
|
+
<41898282+github-actions[bot]@users.noreply.github.com>
|
|
128
|
+
Date: Sun, 16 Aug 2026 19:28:11 +0000
|
|
129
|
+
Subject: [PATCH] Release 1.2.0.
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
lib/Apologist/version.rb | 2 +-
|
|
133
|
+
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
134
|
+
|
|
135
|
+
diff --git a/lib/Apologist/version.rb b/lib/Apologist/version.rb
|
|
136
|
+
index f86c00b..cb12f87 100644
|
|
137
|
+
--- a/lib/Apologist/version.rb
|
|
138
|
+
+++ b/lib/Apologist/version.rb
|
|
139
|
+
@@ -1,5 +1,5 @@
|
|
140
|
+
# frozen_string_literal: true
|
|
141
|
+
|
|
142
|
+
module Apologist
|
|
143
|
+
- VERSION = "1.1.1"
|
|
144
|
+
+ VERSION = "1.2.0"
|
|
145
|
+
end
|
|
146
|
+
--
|
|
147
|
+
2.52.0
|
|
148
|
+
|
|
149
|
+
theirs_snapshot:
|
|
150
|
+
lib/Apologist/version.rb: |
|
|
151
|
+
# frozen_string_literal: true
|
|
152
|
+
|
|
153
|
+
module Apologist
|
|
154
|
+
VERSION = "1.2.0"
|
|
155
|
+
end
|
|
156
|
+
status: unresolved
|
data/lib/Apologist/version.rb
CHANGED