portage-ucp-shopify 0.3.0 → 0.3.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/CHANGELOG.md +9 -0
- data/lib/portage/ucp/shopify/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f85df21e75301939af262a760b4ba24c7b360cd6f5385589c321322be21b739f
|
|
4
|
+
data.tar.gz: 57375a60b921a273c71a93ae88b6369bc5ad077e3aca28e537726caa85a3518f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33b44baee443bc0efbba0803ff3ec0bf4daf35dbd9db47a94b33299312f651633c3da08e8bf6086a9f8f7df02beecb847adddb17179af018463a0cb8cae1ac30
|
|
7
|
+
data.tar.gz: d9707795f088581a7cec67a9f353cb7e7ef3975e62744f3f5b2ed9c709cc684947c6caf3386866fc15abfc56df133097712763988874b7dc6d96ad8595dabf1e
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ All notable changes to this project are documented here. Format loosely follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/); this project is
|
|
5
5
|
pre-1.0, so APIs may still shift between minor versions.
|
|
6
6
|
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [0.3.1] - 2026-08-28
|
|
10
|
+
|
|
11
|
+
- Widened the `portage-ucp` dependency pin from `~> 0.3` to `~> 0.4` —
|
|
12
|
+
`portage-ucp` bumped to 0.4.0 (reorder capability, correlation ids,
|
|
13
|
+
PII redaction), and this gem is published, so its old pin would refuse
|
|
14
|
+
the new core version on install. No code change in this gem itself.
|
|
15
|
+
|
|
7
16
|
## [0.3.0] - 2026-08-27
|
|
8
17
|
|
|
9
18
|
- `metadata_field` config DSL (`Configuration`) — lets a merchant map their
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: portage-ucp-shopify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Whitbread
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '0.
|
|
18
|
+
version: '0.4'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '0.
|
|
25
|
+
version: '0.4'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: rake
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|