spree_core 5.1.1 → 5.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a078eb338ddec6ce51734169a4a549a0beb103e9e771826813e9fba21cfd26a
|
4
|
+
data.tar.gz: be388de6fdef55db241a7f5eb5655bfeefe835eb68b3dbca2c4e5b0f46e4ddd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 411fc129ceb5be8c3c7486c14869906b4005ee3ea8caab930c0107d06c591ae865f22cf594c16896bedc3ff6d4a414b3acbe9f6fad9d981cc675d5dfe99f7188
|
7
|
+
data.tar.gz: 5b0e582898ce11cd04e842faef59eebda6fca7bdf991bae9a976bcb8ef97681c11dc8094989c9ec95b9c1d8d7987b691acceab8c64b94f366ce4af5c1725aa46
|
data/config/locales/en.yml
CHANGED
@@ -686,7 +686,6 @@ en:
|
|
686
686
|
associated_adjustment_closed: The associated adjustment is closed, and will not be recalculated. Do you want to open it?
|
687
687
|
at_symbol: "@"
|
688
688
|
attachments: Attachments
|
689
|
-
audit_log: Audit Log
|
690
689
|
author: Author
|
691
690
|
authorization_failure: Authorization Failure
|
692
691
|
authorized: Authorized
|
data/lib/spree/core/version.rb
CHANGED
@@ -9,6 +9,12 @@ FactoryBot.define do
|
|
9
9
|
trait :with_description do
|
10
10
|
description { '<div>Test <strong>description</strong></div>' }
|
11
11
|
end
|
12
|
+
|
13
|
+
trait :with_header_image do
|
14
|
+
after(:create) do |taxon|
|
15
|
+
taxon.image.attach(io: File.new(Spree::Core::Engine.root.join('spec', 'fixtures', 'thinking-cat.jpg')), filename: 'thinking-cat.jpg')
|
16
|
+
end
|
17
|
+
end
|
12
18
|
end
|
13
19
|
|
14
20
|
factory :automatic_taxon, parent: :taxon do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-07-
|
13
|
+
date: 2025-07-14 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: i18n-tasks
|
@@ -1382,9 +1382,9 @@ licenses:
|
|
1382
1382
|
- BSD-3-Clause
|
1383
1383
|
metadata:
|
1384
1384
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
1385
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v5.1.
|
1385
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v5.1.2
|
1386
1386
|
documentation_uri: https://docs.spreecommerce.org/
|
1387
|
-
source_code_uri: https://github.com/spree/spree/tree/v5.1.
|
1387
|
+
source_code_uri: https://github.com/spree/spree/tree/v5.1.2
|
1388
1388
|
post_install_message:
|
1389
1389
|
rdoc_options: []
|
1390
1390
|
require_paths:
|