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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 175685e51865fc14342e47a473e42329ffc5299500247a844cc8e7269ffcd1e0
4
- data.tar.gz: 5e227474cc2f01cf206b85fbfdd9a52b7f8b81ece6f0ebe282e35db49f899c97
3
+ metadata.gz: fbe288a04bdf74a715bb2af120105692e8b9e0ec02a2662483fc2ad2723a11f2
4
+ data.tar.gz: '0818e4631f1b25545f6e007bda31c03fd9bfc8c23e21b7136bd5f890b41f2165'
5
5
  SHA512:
6
- metadata.gz: 1fcc758726ab2c0c52430cd5cb853e650845624fe195c32d377d8a4487d271c64f936835ab00e552873dc6f186972fa9c13c7c834f9e68c095c2578f25d44fe7
7
- data.tar.gz: '0648f4ed132d31840f9a5eb5fedcf61c933108bf71e9dafc00434a1d7f7d5e09a4c12aafcf5e338007b6499ec9b772dd05a3fb167cd1f83877bc09d4952d51fa'
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
- current_generation: 9f892528827622170ef9dbf8ae8bd2af9b36ab49
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Apologist
4
- VERSION = "1.2.1"
4
+ VERSION = "1.3.0"
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.2.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apologist