moderation_api 2.8.0 → 2.8.1

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: 4a5a1932f1d035735a1042c73cba9eb1bf58dd651a3d8618330451742d17b3f5
4
- data.tar.gz: 46a5cc7981efd087a4f411eb670e8d183631b049c432de07098fd709aa934f20
3
+ metadata.gz: ed1d708395d447d33b2969c47dcc0f60206404e616b7a38f188cc6b246e89b6a
4
+ data.tar.gz: 2440c3f3f5bdf3526c71ab8a7b17e842581fba9c9b49d582f45695b4a2d58766
5
5
  SHA512:
6
- metadata.gz: ce10b7e9a64ca6af742dedeb4814da2a038b140760382ee0b0e50a8797695f80f733a24cd59661cd9d406fc14ec734fbd3127846207842c9fc8e10689a4403bc
7
- data.tar.gz: 4c99e72aadc2ba7051dd8a8b442c242039a85c929801579ce9f5c20580de489bb6660bf200f305c9103de81ab17f4524c96ad7c11344d8e35c504e8b637eaa88
6
+ metadata.gz: e91c6505460df45778a397759b68e6d467341fab174209b39e3d2a8ac65b90067ac09e586a97061e72d0eb30c7751d34bc6c6e3ee43dac9e6973e61f61a1d8e4
7
+ data.tar.gz: 9cf7d9095b429af9d66436ac99982025978f4e18f3d0dec717e204db30730b2f4291c38f6563212731d1f4f82d8d3c3588a6c42b9625deca3ee5ba6b3a0c7b8a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.8.1 (2026-02-27)
4
+
5
+ Full Changelog: [v2.8.0...v2.8.1](https://github.com/moderation-api/sdk-ruby/compare/v2.8.0...v2.8.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * properly mock time in ruby ci tests ([9ca660b](https://github.com/moderation-api/sdk-ruby/commit/9ca660b7a3fece7435218a33d2ede5bdc7eeb865))
10
+
3
11
  ## 2.8.0 (2026-02-23)
4
12
 
5
13
  Full Changelog: [v2.7.1...v2.8.0](https://github.com/moderation-api/sdk-ruby/compare/v2.7.1...v2.8.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "moderation_api", "~> 2.8.0"
18
+ gem "moderation_api", "~> 2.8.1"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ModerationAPI
4
- VERSION = "2.8.0"
4
+ VERSION = "2.8.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moderation_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moderation API
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-23 00:00:00.000000000 Z
11
+ date: 2026-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi