oursprivacy-ingest 1.2.2 → 1.2.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: 35b733bc75c1fe6c48505b046c1868bbee18d5c90b659d6538d93188bf1c3c31
4
- data.tar.gz: 5fd439db5b66ddb995259e685c09ba0c01c9fbf49ceae3da2087e24f1f726255
3
+ metadata.gz: b2f2e3b6acea59e862c30fd30eb76550b2bb7ce89ed0d7a50ef0f748d8e14951
4
+ data.tar.gz: 2a0ec45fed386a84a55ed83af927d1271a86d27ac7d4a1bca9083a639315440f
5
5
  SHA512:
6
- metadata.gz: 660c925247aa3d34cb6519cd3a58813299fa0551d06f06783cc6aebef16906f433328422dc7cc46851db7193aa510be7659ce2b97c4def5c9bf6597eaa29f323
7
- data.tar.gz: f51fcdbbe5a917ce29c87aae2cf6ecb1c71f8df2f02c4b1ccf70ab55f32693fb7bab8f43e2b0dca7ca9fc9e4d2bf0e387351dae4f40efd0353e560c6512e8655
6
+ metadata.gz: b5c41f87bcac123d83b89d531ab0d2f3f16cd1044fe2938965f2b7c43697f0c9e260eb307af6840904106c692849e965b23e5ea4b77cf0712ca61604901a00b7
7
+ data.tar.gz: 5011f6d9567b9ff390df47ee56c02fd7f130df6de0d9f5fd463a02c78239027c2d570d61631041ecdef80b2435d96ab079970c0df223ecd049653d455a9034c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.3 (2026-04-23)
4
+
5
+ Full Changelog: [v1.2.2...v1.2.3](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.2.2...v1.2.3)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** more robust bootstrap script ([f53feae](https://github.com/with-ours/ingest-sdk-ruby/commit/f53feae2cea3b5cf4deba70ad0e1dd99d208fe44))
10
+
3
11
  ## 1.2.2 (2026-04-09)
4
12
 
5
13
  Full Changelog: [v1.2.1...v1.2.2](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.2.1...v1.2.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.2.2"
20
+ gem "oursprivacy-ingest", "~> 1.2.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.2.2"
4
+ VERSION = "1.2.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.2.2
4
+ version: 1.2.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-04-13 00:00:00.000000000 Z
11
+ date: 2026-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi