alchemy-solidus 6.0.0 → 6.0.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/README.md +8 -6
- data/Rakefile +1 -1
- data/app/components/alchemy/ingredients/spree_product_view.rb +17 -0
- data/app/components/alchemy/ingredients/spree_taxon_view.rb +17 -0
- data/app/components/alchemy/ingredients/spree_variant_view.rb +17 -0
- data/app/views/alchemy/ingredients/_spree_product_view.html.erb +4 -1
- data/app/views/alchemy/ingredients/_spree_taxon_view.html.erb +4 -1
- data/app/views/alchemy/ingredients/_spree_variant_view.html.erb +4 -1
- data/lib/alchemy/solidus/spree_admin_unauthorized_redirect.rb +1 -1
- data/lib/alchemy/solidus/version.rb +1 -1
- metadata +12 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5b9e5fe0454546aa34cbead4fed12017664b119a068bda5ba08e7064376f008
|
4
|
+
data.tar.gz: 14c4045f805268897fcb4422bee6b0c87aada111c9fefc6d7a6d5eb6b8dab9ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f46f3e3aa9d9f854dcc662e879b48df43f306307f7b7857eb448d02c3cab0292edd7c7f84b3b4ab641ae8f69b950af95ff0803b1e561d57125602cb28daf1b0
|
7
|
+
data.tar.gz: 6a31f2ee758ff475e13c966f6fec4dbf35b19f3f0be0c4f7f0a6893344b5a5e01df1bf4208538e9ba656502759f48e94b14c1c311dbc8d1fbe716a1dbae2c4b2
|
data/README.md
CHANGED
@@ -13,7 +13,7 @@ This is a [AlchemyCMS](https://alchemy-cms.com) and [Solidus](https://solidus.io
|
|
13
13
|
|
14
14
|
### Solidus
|
15
15
|
|
16
|
-
This version runs with Solidus
|
16
|
+
This version runs with Solidus v3.0 and up.
|
17
17
|
|
18
18
|
- For a Solidus < 2.11 compatible version please use the `3.1-stable` branch or `3.3.0` gem version.
|
19
19
|
- For a Solidus < 2.6 compatible version please use the `2.3-stable` branch or `2.3.2` gem version.
|
@@ -23,18 +23,20 @@ This version runs with Solidus v2.11 and v3.0.
|
|
23
23
|
|
24
24
|
### Alchemy
|
25
25
|
|
26
|
-
This version runs with Alchemy
|
26
|
+
This version runs with Alchemy v7.0
|
27
27
|
|
28
|
-
- For a Alchemy
|
29
|
-
- For a Alchemy
|
30
|
-
- For a Alchemy
|
28
|
+
- For a Alchemy 6.x compatible version please use the `5.0-stable` branch or `5.0` gem version.
|
29
|
+
- For a Alchemy 5.x compatible version please use the `4.1-stable` branch or `4.1` gem version.
|
30
|
+
- For a Alchemy 4.x compatible version please use the `3.1-stable` branch or `3.3` gem version.
|
31
|
+
- For a Alchemy 4.0 compatible version please use the `2.3-stable` branch or `2.3` gem version.
|
32
|
+
- For a Alchemy 3.x compatible version please use the `1.0-stable` branch or `1.1` gem version.
|
31
33
|
|
32
34
|
## Installation
|
33
35
|
|
34
36
|
Add this line to your applications `Gemfile`:
|
35
37
|
|
36
38
|
```ruby
|
37
|
-
gem 'alchemy-solidus', '~>
|
39
|
+
gem 'alchemy-solidus', '~> 6.0'
|
38
40
|
```
|
39
41
|
|
40
42
|
Install the gem with:
|
data/Rakefile
CHANGED
@@ -16,7 +16,7 @@ require "active_support/core_ext/string"
|
|
16
16
|
|
17
17
|
desc "Setup test app"
|
18
18
|
task :test_setup do
|
19
|
-
solidus_version = ENV.fetch("SOLIDUS_VERSION", "
|
19
|
+
solidus_version = ENV.fetch("SOLIDUS_VERSION", "4.0")
|
20
20
|
solidus_32_install_options =
|
21
21
|
"--payment-method none --frontend none --no-with-authentication"
|
22
22
|
solidus_33_install_options =
|
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: 6.0.
|
4
|
+
version: 6.0.1
|
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: 2023-
|
11
|
+
date: 2023-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: alchemy_cms
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 7.0.0.
|
19
|
+
version: 7.0.0.b
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: '8'
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 7.0.0.
|
29
|
+
version: 7.0.0.b
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: '8'
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
version: 3.0.0
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '4.
|
42
|
+
version: '4.1'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,7 +49,7 @@ dependencies:
|
|
49
49
|
version: 3.0.0
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: '4.
|
52
|
+
version: '4.1'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: solidus_backend
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
version: 3.0.0
|
60
60
|
- - "<"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: '4.
|
62
|
+
version: '4.1'
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -69,7 +69,7 @@ dependencies:
|
|
69
69
|
version: 3.0.0
|
70
70
|
- - "<"
|
71
71
|
- !ruby/object:Gem::Version
|
72
|
-
version: '4.
|
72
|
+
version: '4.1'
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: solidus_support
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
@@ -259,6 +259,9 @@ files:
|
|
259
259
|
- app/assets/javascripts/alchemy/solidus/admin/select2_config.js
|
260
260
|
- app/assets/javascripts/alchemy/solidus/admin/taxon_select.js
|
261
261
|
- app/assets/javascripts/alchemy/solidus/admin/variant_select.js
|
262
|
+
- app/components/alchemy/ingredients/spree_product_view.rb
|
263
|
+
- app/components/alchemy/ingredients/spree_taxon_view.rb
|
264
|
+
- app/components/alchemy/ingredients/spree_variant_view.rb
|
262
265
|
- app/models/alchemy/ingredients/spree_product.rb
|
263
266
|
- app/models/alchemy/ingredients/spree_taxon.rb
|
264
267
|
- app/models/alchemy/ingredients/spree_variant.rb
|
@@ -311,7 +314,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
311
314
|
- !ruby/object:Gem::Version
|
312
315
|
version: '0'
|
313
316
|
requirements: []
|
314
|
-
rubygems_version: 3.
|
317
|
+
rubygems_version: 3.4.12
|
315
318
|
signing_key:
|
316
319
|
specification_version: 4
|
317
320
|
summary: The World's Most Flexible E-Commerce Platform meets The World's Most Flexible
|