alchemy-solidus 6.0.0 → 6.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/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 +14 -31
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1f5bba357c3cd5b1c2ac4d48318c3a065b613119dbf4e943bc898e7a7e19023
|
4
|
+
data.tar.gz: 2dbb9d3332bb54316c30d13d86bfcdff8652af481c268c3c6b410fec0989b57d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29b570fd3d5f343ce57fe95667b7a0a5ba12cafd8986ab45cd0c65beab62cc9003bac2c8628c1867a4e1de3cb475fdd39260fa3ef5535c9c887c00b5a2ecff2f
|
7
|
+
data.tar.gz: d7271dbe863c5527090751ef60dcce3043f23e51a8c3d4e4d88e7b8a38145acd17f759839ac01435c47eda9f0830f9eaba1ba8c3937f6633e280a56c40940238
|
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.
|
4
|
+
version: 6.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: 2023-
|
11
|
+
date: 2023-08-11 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
|
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
|
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: '
|
42
|
+
version: '5'
|
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: '
|
52
|
+
version: '5'
|
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: '
|
62
|
+
version: '5'
|
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: '
|
72
|
+
version: '5'
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: solidus_support
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
@@ -202,20 +202,14 @@ dependencies:
|
|
202
202
|
requirements:
|
203
203
|
- - "~>"
|
204
204
|
- !ruby/object:Gem::Version
|
205
|
-
version: '4.
|
206
|
-
- - ">="
|
207
|
-
- !ruby/object:Gem::Version
|
208
|
-
version: 4.8.3
|
205
|
+
version: '4.11'
|
209
206
|
type: :development
|
210
207
|
prerelease: false
|
211
208
|
version_requirements: !ruby/object:Gem::Requirement
|
212
209
|
requirements:
|
213
210
|
- - "~>"
|
214
211
|
- !ruby/object:Gem::Version
|
215
|
-
version: '4.
|
216
|
-
- - ">="
|
217
|
-
- !ruby/object:Gem::Version
|
218
|
-
version: 4.8.3
|
212
|
+
version: '4.11'
|
219
213
|
- !ruby/object:Gem::Dependency
|
220
214
|
name: puma
|
221
215
|
requirement: !ruby/object:Gem::Requirement
|
@@ -230,20 +224,6 @@ dependencies:
|
|
230
224
|
- - "~>"
|
231
225
|
- !ruby/object:Gem::Version
|
232
226
|
version: '6.0'
|
233
|
-
- !ruby/object:Gem::Dependency
|
234
|
-
name: webdrivers
|
235
|
-
requirement: !ruby/object:Gem::Requirement
|
236
|
-
requirements:
|
237
|
-
- - "~>"
|
238
|
-
- !ruby/object:Gem::Version
|
239
|
-
version: '5.0'
|
240
|
-
type: :development
|
241
|
-
prerelease: false
|
242
|
-
version_requirements: !ruby/object:Gem::Requirement
|
243
|
-
requirements:
|
244
|
-
- - "~>"
|
245
|
-
- !ruby/object:Gem::Version
|
246
|
-
version: '5.0'
|
247
227
|
description: A AlchemyCMS and Solidus integration
|
248
228
|
email:
|
249
229
|
- thomas@vondeyen.com
|
@@ -259,6 +239,9 @@ files:
|
|
259
239
|
- app/assets/javascripts/alchemy/solidus/admin/select2_config.js
|
260
240
|
- app/assets/javascripts/alchemy/solidus/admin/taxon_select.js
|
261
241
|
- app/assets/javascripts/alchemy/solidus/admin/variant_select.js
|
242
|
+
- app/components/alchemy/ingredients/spree_product_view.rb
|
243
|
+
- app/components/alchemy/ingredients/spree_taxon_view.rb
|
244
|
+
- app/components/alchemy/ingredients/spree_variant_view.rb
|
262
245
|
- app/models/alchemy/ingredients/spree_product.rb
|
263
246
|
- app/models/alchemy/ingredients/spree_taxon.rb
|
264
247
|
- app/models/alchemy/ingredients/spree_variant.rb
|
@@ -311,7 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
311
294
|
- !ruby/object:Gem::Version
|
312
295
|
version: '0'
|
313
296
|
requirements: []
|
314
|
-
rubygems_version: 3.
|
297
|
+
rubygems_version: 3.4.17
|
315
298
|
signing_key:
|
316
299
|
specification_version: 4
|
317
300
|
summary: The World's Most Flexible E-Commerce Platform meets The World's Most Flexible
|