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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc0fc7710c16452519984bcb40f9f0347ff58491c622aa4a3a5734d26574f3ec
4
- data.tar.gz: b0fdb77c44c03ac3e4f368c070d2c300c8085bd5b682881e9d83788205fa1913
3
+ metadata.gz: 76803053a1ad437bb60fa57feb7a40ae4b94f951f8045ff06af98f95f36bc783
4
+ data.tar.gz: '09b14123c5775032a9d6ad4aa93cef811bf9e713c5abbddf773a23e60ce189eb'
5
5
  SHA512:
6
- metadata.gz: 91928d58e4d44849c0873bf39502958a8aaed8bbadd3dd9f2b0cf6b4ee189fe3742eb76977e79a6efd7c53eb58b606f29f10b49e1e2ee309e57b39f75e399cd1
7
- data.tar.gz: 90b676dba9f6778d7831311dba6f5af15bc71a587846b9f09a68d3342172009e5a5b096a159d46c71469a4104ad99ad398607a12df8840624b7f14cbf871f52f
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
- current_generation: 6726ad0ac6f15cde26612db15428f9e781863027
16
- patches: []
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Apologist
4
- VERSION = "1.0.5"
4
+ VERSION = "1.1.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.0.5
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apologist