oursprivacy-ingest 1.0.0 → 1.0.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: ce419e272698e7d44e96436b5054e10389d268af718682bc36b1c74e4f3a3b52
4
- data.tar.gz: fd654ef268162c07b0ce8f79790984c4c0f7fd953921d936d5be675442237a14
3
+ metadata.gz: 95a227bd2f623cb55549b5f2d85661fd0deac2125cb9fad0fd13f443b8bbd1dc
4
+ data.tar.gz: f7e536572cbaa746b2cbbad314d6a67625140ec171338508cb3a7cd1318df522
5
5
  SHA512:
6
- metadata.gz: f4110acafaa835b5f097af59383046e9c3b9890dc0099332ff5e16a9217dd2f8137fc32172aafadf36505677f4b727e42f7543a9a6b2ae9ad6a974481a850731
7
- data.tar.gz: 9aafdd78a043b5ed7ff7e06b2c8e708a1c6d5591684e7d7da12160b5e598842440b2a336230393732e9dee32b0637e4c8ff35c30431f1bd5fdd713fc69a35bba
6
+ metadata.gz: 45f2c50e2ad7bc0fcfb278d708e7bb4d0c43ebc491d68cd5cff2104d08826c5e210504a52f0a2f7e40a20cf7854d875eb2cfccc19b4b934d289fd2758662ee51
7
+ data.tar.gz: 2b3c3ff9063a8e0e778ae013b7f07e9b88576751305a3b0714d8deb76ccb4d4842568acd5de11a2e55dc074a09f1378f777dba8e128ebbd7814688795d468c6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.1 (2026-02-27)
4
+
5
+ Full Changelog: [v1.0.0...v1.0.1](https://github.com/with-ours/ingest-sdk-ruby/compare/v1.0.0...v1.0.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * properly mock time in ruby ci tests ([c6284cc](https://github.com/with-ours/ingest-sdk-ruby/commit/c6284cce35b59141034382207798cdad49cde62e))
10
+
3
11
  ## 1.0.0 (2026-02-25)
4
12
 
5
13
  Full Changelog: [v0.6.1...v1.0.0](https://github.com/with-ours/ingest-sdk-ruby/compare/v0.6.1...v1.0.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 "oursprivacy-ingest", "~> 1.0.0"
20
+ gem "oursprivacy-ingest", "~> 1.0.1"
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.0.0"
4
+ VERSION = "1.0.1"
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.0.0
4
+ version: 1.0.1
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-02-25 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