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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 642dc9820122d6381e3043b571a0bf3633cf486df13f665a52237f165a07bfa6
4
- data.tar.gz: f1644da529eb04eaa064db4cd65e9e5b3a0ab32abfc158b6626872e431c37956
3
+ metadata.gz: 80e82d231a981b84cad7372293f9202abe0e4bef5857c6993563dc7b43c2979e
4
+ data.tar.gz: 761497f05e41207d71f0e57af7bba446ce6d51e3c35ddff5fab2204734264ee8
5
5
  SHA512:
6
- metadata.gz: 9c52efc015d166a16e97f65fee67609d57b78e07a34c6abaab982be9b085e611462b5b52db9dc112cff052a718eaf371e3065c4bd9d111fac15841e7d962280e
7
- data.tar.gz: e60531d4de07ae4c5a2a9fb99fd3b8e1c3fb284ff8c6670fecc67b6645d1b9d9e3a3cc98c3c092416c797bd389b28533ec115a48c00a1933d5edab9711dd1117
6
+ metadata.gz: 803966bc9d77cacff6ca2c0933e692efe0849d21939ea9efc74058047227e7c95d70c6effd720f53b9cdb5b9d58b470d16de60740a4b235a77199d9e436b1e49
7
+ data.tar.gz: f2edd2d2493937680b2013c50e1cc00400431b9a595e15109a25696df35181c5dcc4fa6d34f2531a4b581d2f7d0d52faf250df9c2e43c6adb955a0ea1230831d
@@ -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:
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:
@@ -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.1'
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business