safetykit 0.23.0 → 0.24.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: 124d1e9acdbc46bd7f96c091611b44a44018c2bf6bdeb44a316e12aa3256771b
4
- data.tar.gz: 139c0f2bd21a727538530d4aa85bb817ca2d19afc0faaeaeaa0fae718ebc57ad
3
+ metadata.gz: 1dd1eaa679268c2bc71b3526c371fee2aa4268be1e718a6f9d4d3ba6542909bb
4
+ data.tar.gz: 12e815385ff4f54e556ba9ab40bf6860a33c22519af7da9a02674ad079d32be8
5
5
  SHA512:
6
- metadata.gz: c96b5184a938c1a6c206fbd77077f4e1f0bea8059329ccb7e9cd755148d14e86ea7db6051dcb9b61eef372ad64b490f1b2973ec2e54cc9197aab6128255d93eb
7
- data.tar.gz: 9d2f7e60e3b23acaa442548fcb16a80c8487bf3a731982ea0139624d81f24f429ded56f4079e0dca9787f8065c9292cee9bdeb74f2575d433ca8dd0261b2d841
6
+ metadata.gz: 630392c2423d7e9f703f234c3bf1152bcf8a8f947c50aae4bbc967c659365464518359fd27e8aebff052c8b346db01abc6e96bbb56b8957c68f7df4754f3bd49
7
+ data.tar.gz: 045e3a538378d2e174ab9f4be64821f040d2161eaa616d369d3ab9b182ae688f5769f95c3c56e438059f9c48a17eede8a8c944c4dc882d1f1ea155fbfadd7cb1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.24.0 (2026-06-09)
4
+
5
+ Full Changelog: [v0.23.0...v0.24.0](https://github.com/GetSafetyKit/safetykit-ruby/compare/v0.23.0...v0.24.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([a0f495f](https://github.com/GetSafetyKit/safetykit-ruby/commit/a0f495f347543d2108866e7f33e0bdb94d295322))
10
+
3
11
  ## 0.23.0 (2026-06-09)
4
12
 
5
13
  Full Changelog: [v0.22.0...v0.23.0](https://github.com/GetSafetyKit/safetykit-ruby/compare/v0.22.0...v0.23.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "safetykit", "~> 0.23.0"
20
+ gem "safetykit", "~> 0.24.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1612,7 +1612,7 @@ module SafetyKit
1612
1612
  # @!attribute source_type
1613
1613
  # Coarse attribution category for the moderation decision source. Supported
1614
1614
  # values: human_moderator (a human reviewer in your moderation workflow),
1615
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
1615
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
1616
1616
  # automated model, rules engine, or enforcement workflow), or vendor (an external
1617
1617
  # review or moderation provider).
1618
1618
  #
@@ -1734,7 +1734,7 @@ module SafetyKit
1734
1734
 
1735
1735
  # Coarse attribution category for the moderation decision source. Supported
1736
1736
  # values: human_moderator (a human reviewer in your moderation workflow),
1737
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
1737
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
1738
1738
  # automated model, rules engine, or enforcement workflow), or vendor (an external
1739
1739
  # review or moderation provider).
1740
1740
  #
@@ -3495,7 +3495,7 @@ module SafetyKit
3495
3495
  # @!attribute source_type
3496
3496
  # Coarse attribution category for the moderation decision source. Supported
3497
3497
  # values: human_moderator (a human reviewer in your moderation workflow),
3498
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
3498
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
3499
3499
  # automated model, rules engine, or enforcement workflow), or vendor (an external
3500
3500
  # review or moderation provider).
3501
3501
  #
@@ -3616,7 +3616,7 @@ module SafetyKit
3616
3616
 
3617
3617
  # Coarse attribution category for the moderation decision source. Supported
3618
3618
  # values: human_moderator (a human reviewer in your moderation workflow),
3619
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
3619
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
3620
3620
  # automated model, rules engine, or enforcement workflow), or vendor (an external
3621
3621
  # review or moderation provider).
3622
3622
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SafetyKit
4
- VERSION = "0.23.0"
4
+ VERSION = "0.24.0"
5
5
  end
@@ -3384,7 +3384,7 @@ module SafetyKit
3384
3384
 
3385
3385
  # Coarse attribution category for the moderation decision source. Supported
3386
3386
  # values: human_moderator (a human reviewer in your moderation workflow),
3387
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
3387
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
3388
3388
  # automated model, rules engine, or enforcement workflow), or vendor (an external
3389
3389
  # review or moderation provider).
3390
3390
  sig do
@@ -3564,7 +3564,7 @@ module SafetyKit
3564
3564
  source_id:,
3565
3565
  # Coarse attribution category for the moderation decision source. Supported
3566
3566
  # values: human_moderator (a human reviewer in your moderation workflow),
3567
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
3567
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
3568
3568
  # automated model, rules engine, or enforcement workflow), or vendor (an external
3569
3569
  # review or moderation provider).
3570
3570
  source_type:,
@@ -3663,7 +3663,7 @@ module SafetyKit
3663
3663
 
3664
3664
  # Coarse attribution category for the moderation decision source. Supported
3665
3665
  # values: human_moderator (a human reviewer in your moderation workflow),
3666
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
3666
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
3667
3667
  # automated model, rules engine, or enforcement workflow), or vendor (an external
3668
3668
  # review or moderation provider).
3669
3669
  module SourceType
@@ -7229,7 +7229,7 @@ module SafetyKit
7229
7229
 
7230
7230
  # Coarse attribution category for the moderation decision source. Supported
7231
7231
  # values: human_moderator (a human reviewer in your moderation workflow),
7232
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
7232
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
7233
7233
  # automated model, rules engine, or enforcement workflow), or vendor (an external
7234
7234
  # review or moderation provider).
7235
7235
  sig do
@@ -7404,7 +7404,7 @@ module SafetyKit
7404
7404
  source_id:,
7405
7405
  # Coarse attribution category for the moderation decision source. Supported
7406
7406
  # values: human_moderator (a human reviewer in your moderation workflow),
7407
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
7407
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
7408
7408
  # automated model, rules engine, or enforcement workflow), or vendor (an external
7409
7409
  # review or moderation provider).
7410
7410
  source_type:,
@@ -7502,7 +7502,7 @@ module SafetyKit
7502
7502
 
7503
7503
  # Coarse attribution category for the moderation decision source. Supported
7504
7504
  # values: human_moderator (a human reviewer in your moderation workflow),
7505
- # expert_labeler (a dedicated labeling or quality review workflow), automation (an
7505
+ # expert_labeler (an expert human labeler or specialist reviewer), automation (an
7506
7506
  # automated model, rules engine, or enforcement workflow), or vendor (an external
7507
7507
  # review or moderation provider).
7508
7508
  module SourceType
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safetykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Safetykit