snowplow_ruby_duid 1.2.0 → 1.2.2
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 +2 -2
- data/catalog-info.yaml +2 -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: 60e594427734bc4edde5c5478030bd0e6ff3165d145fc183e993ece92a8d5e61
|
|
4
|
+
data.tar.gz: 15e93bb40f562be3e2f537620ad9001effe167cfc7a2fed6f01d6d48dc2d1a6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e32f800721792f83adb8db87ed7399d41a2f0fde6e5c7822f2509bc33f913f20348f3b68d37e6ebefd306ff5f91012703b633ca83e06133d67a6893141885c37
|
|
7
|
+
data.tar.gz: a35b00ae59d9f5ca025468f677c1e8b96554d4361ae42113f6b24292a0b95f56d83351f93df961df1f5e82fd770a0993942b9c1433d992d5a68c0cd87fc4e281
|
|
@@ -12,7 +12,7 @@ jobs:
|
|
|
12
12
|
name: Build and Publish
|
|
13
13
|
runs-on: ubuntu-latest
|
|
14
14
|
steps:
|
|
15
|
-
- uses: actions/checkout@
|
|
15
|
+
- uses: actions/checkout@v6
|
|
16
16
|
- name: Set up Ruby
|
|
17
17
|
uses: ruby/setup-ruby@v1
|
|
18
18
|
with:
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
id: get-gem-version
|
|
32
32
|
run: echo "GEM_VERSION=$(bundle exec ruby -e 'puts SnowplowRubyDuid::VERSION')" >> $GITHUB_OUTPUT
|
|
33
33
|
- name: Create Release
|
|
34
|
-
uses: actions/github-script@
|
|
34
|
+
uses: actions/github-script@v8
|
|
35
35
|
env:
|
|
36
36
|
GEM_VERSION: ${{ steps.get-gem-version.outputs.GEM_VERSION }}
|
|
37
37
|
with:
|
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:
|
|
@@ -9,3 +9,4 @@ metadata:
|
|
|
9
9
|
spec:
|
|
10
10
|
type: library
|
|
11
11
|
lifecycle: production
|
|
12
|
+
owner: dna-engineering
|