snowplow_ruby_duid 1.2.0 → 1.2.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 +4 -4
- data/.github/workflows/dobby-actions.yml +1 -1
- data/.github/workflows/gem-publish.yml +1 -1
- data/catalog-info.yaml +1 -1
- data/lib/snowplow_ruby_duid/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80e82d231a981b84cad7372293f9202abe0e4bef5857c6993563dc7b43c2979e
|
|
4
|
+
data.tar.gz: 761497f05e41207d71f0e57af7bba446ce6d51e3c35ddff5fab2204734264ee8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 803966bc9d77cacff6ca2c0933e692efe0849d21939ea9efc74058047227e7c95d70c6effd720f53b9cdb5b9d58b470d16de60740a4b235a77199d9e436b1e49
|
|
7
|
+
data.tar.gz: f2edd2d2493937680b2013c50e1cc00400431b9a595e15109a25696df35181c5dcc4fa6d34f2531a4b581d2f7d0d52faf250df9c2e43c6adb955a0ea1230831d
|
data/catalog-info.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
apiVersion: backstage.io/v1alpha1
|
|
2
2
|
kind: Component
|
|
3
3
|
metadata:
|
|
4
|
-
name:
|
|
4
|
+
name: snowplow-ruby-duid
|
|
5
5
|
title: Snowplow Ruby DUID
|
|
6
6
|
description: A gem that exposes the Snowplow domain userid in Rack applications. Also allows you to set your own domain userid that will be shared with the Snowplow Javascript tracker.
|
|
7
7
|
annotations:
|