oursprivacy-ingest 1.14.2 → 1.14.3

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: 4a09df5375f98219a025314f7568bd973332335392e74a610c1e5bbcde0fe09f
4
- data.tar.gz: 5b84972ae1867beb17451e9284cdf24fec192c957d2ddb5a52d6c3d8064cb664
3
+ metadata.gz: 6fab5775ddba7f68f63d1c42b02228b6147d46d2ce1405cfda51b821bdeee92f
4
+ data.tar.gz: 8e4cd11efc6008f4ed23ff587ba3c7171c2d2ab4b5a6eab46570df1a9ef50e94
5
5
  SHA512:
6
- metadata.gz: c658ece9f473607b0164066ef6f544415b754efdd8235f9350d45e5aacc33d1a095b1033741ccdbb67090b026b64fab1da02bf3222fb981e83d8a878b654c742
7
- data.tar.gz: b1026bc20cea3d413d702ebbd9a6349fd17ba1d861bfb71e0d7fef8088494a7641aff44512a289d87bfe702705f44fcbc26c0592fe0dd2ef9556a530e7a295c5
6
+ metadata.gz: 5a3613dae49b6990828399e81fa15bfdfb01ac7cabfcf1fea536838b944c5427b30cb3d8687e2970ee4c54bafc14815ba3a86194493f99b0879e33fd89942953
7
+ data.tar.gz: d7d997b414b2e1fe0069a44a1c9811e63e745e7222219cda8893360a89b79c47c6dbd97d5bbcf0d23697d3f21109cd71731dd7f1b7caf89e7a7b7bc4492aa855
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.14.3 (2026-06-30)
4
+
5
+ Full Changelog: [v1.14.2...v1.14.3](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.14.2...v1.14.3)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** bound formatter parallelism to CPU count ([7ce4838](https://github.com/with-ours/ingest-sdk-ruby/commit/7ce4838a9d2664d15e291f0faff3fe2d56f84341))
10
+
11
+
12
+ ### Build System
13
+
14
+ * **deps-dev:** bump yard from 0.9.37 to 0.9.44 ([#39](https://github.com/with-ours/ingest-sdk-ruby/issues/39)) ([5e0df3c](https://github.com/with-ours/ingest-sdk-ruby/commit/5e0df3cb5ad9012816b2a296abeaa21a36496291))
15
+
3
16
  ## 1.14.2 (2026-06-24)
4
17
 
5
18
  Full Changelog: [v1.14.1...v1.14.2](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.14.1...v1.14.2)
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 "oursprivacy-ingest", "~> 1.14.2"
20
+ gem "oursprivacy-ingest", "~> 1.14.3"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OursprivacyIngest
4
- VERSION = "1.14.2"
4
+ VERSION = "1.14.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oursprivacy-ingest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.2
4
+ version: 1.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ours Privacy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-24 00:00:00.000000000 Z
11
+ date: 2026-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi