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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 642dc9820122d6381e3043b571a0bf3633cf486df13f665a52237f165a07bfa6
4
- data.tar.gz: f1644da529eb04eaa064db4cd65e9e5b3a0ab32abfc158b6626872e431c37956
3
+ metadata.gz: 60e594427734bc4edde5c5478030bd0e6ff3165d145fc183e993ece92a8d5e61
4
+ data.tar.gz: 15e93bb40f562be3e2f537620ad9001effe167cfc7a2fed6f01d6d48dc2d1a6d
5
5
  SHA512:
6
- metadata.gz: 9c52efc015d166a16e97f65fee67609d57b78e07a34c6abaab982be9b085e611462b5b52db9dc112cff052a718eaf371e3065c4bd9d111fac15841e7d962280e
7
- data.tar.gz: e60531d4de07ae4c5a2a9fb99fd3b8e1c3fb284ff8c6670fecc67b6645d1b9d9e3a3cc98c3c092416c797bd389b28533ec115a48c00a1933d5edab9711dd1117
6
+ metadata.gz: e32f800721792f83adb8db87ed7399d41a2f0fde6e5c7822f2509bc33f913f20348f3b68d37e6ebefd306ff5f91012703b633ca83e06133d67a6893141885c37
7
+ data.tar.gz: a35b00ae59d9f5ca025468f677c1e8b96554d4361ae42113f6b24292a0b95f56d83351f93df961df1f5e82fd770a0993942b9c1433d992d5a68c0cd87fc4e281
@@ -13,7 +13,7 @@ jobs:
13
13
  BUNDLE_WITHOUT: "development:test"
14
14
  steps:
15
15
  - name: Chekcout action
16
- uses: actions/checkout@v4
16
+ uses: actions/checkout@v6
17
17
  with:
18
18
  repository: 'simplybusiness/dobby'
19
19
  ref: 'v4'
@@ -12,7 +12,7 @@ jobs:
12
12
  name: Build and Publish
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
- - uses: actions/checkout@v4
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@v7
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: snowplow_ruby_duid
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SnowplowRubyDuid
4
- VERSION = '1.2.0'
4
+ VERSION = '1.2.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snowplow_ruby_duid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business