alchemy-solidus 7.0.1 → 7.1.0
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/config/initializers/alchemy.rb +1 -3
- data/lib/alchemy/solidus/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: 302063843d99ebf185eba30cd4adf6842262c5209ed9bfcb28df3245f8613345
|
|
4
|
+
data.tar.gz: 6738fa959535147c86bb3f5fbc39433f25ba11cc487dde90344b69c3f1b6a651
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f7a580d2cc138a1325879a28107532eb10a54e0eacbf75946e38c213dd3bc06041622de03a87c4fb122448e68cde6786c8fad0a820b1bbfd97001ad7fc20015
|
|
7
|
+
data.tar.gz: d7630e8bd505c5108163ced9ac740db11dc7e0b228f03ce197c660e8e4a79f66825d7ba4f715061f0aca5cba067e5b2413629dd94960fedf67bec6a732387afd
|
|
@@ -5,9 +5,7 @@ alchemy_module = {
|
|
|
5
5
|
controller: '/spree/admin/orders',
|
|
6
6
|
action: 'index',
|
|
7
7
|
name: 'Store',
|
|
8
|
-
|
|
9
|
-
<path d="M 6.687 21.839 L 17.314 21.839 L 17.314 2.162 L 6.687 2.162 Z M 19.476 24 L 4.525 24 L 4.525 0 L 19.476 0 Z M 13.89 17 C 13.307 16.662 13.078 16.287 13.05 15.313 L 13.05 8.574 C 13.05 6.554 12.05 5.814 9.911 4.794 L 8.99 6.434 L 10.111 7.074 C 10.693 7.412 10.923 7.786 10.951 8.761 L 10.951 15.5 C 10.951 17.52 11.951 18.26 14.09 19.279 L 15.01 17.64 Z" fill="currentColor"/>
|
|
10
|
-
</svg>',
|
|
8
|
+
icon: 'shopping-cart-line',
|
|
11
9
|
data: { turbolinks: false },
|
|
12
10
|
sub_navigation: [
|
|
13
11
|
{
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alchemy-solidus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0
|
|
4
|
+
version: 7.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas von Deyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: alchemy_cms
|
|
@@ -297,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
297
297
|
- !ruby/object:Gem::Version
|
|
298
298
|
version: '0'
|
|
299
299
|
requirements: []
|
|
300
|
-
rubygems_version: 3.
|
|
300
|
+
rubygems_version: 3.4.19
|
|
301
301
|
signing_key:
|
|
302
302
|
specification_version: 4
|
|
303
303
|
summary: The World's Most Flexible E-Commerce Platform meets The World's Most Flexible
|