alchemy-solidus 6.0.1 → 6.2.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 +6 -0
- data/config/locales/alchemy_solidus.de.yml +20 -0
- data/lib/alchemy/solidus/version.rb +1 -1
- metadata +12 -31
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83134d605ab6eddb6cebeec22500f75a586bba99cafeb265d5ed87eb59ce46ad
|
|
4
|
+
data.tar.gz: 7adfa3ac35bf9173eae869797cddba713eb26876229f2cf65ce5d705b017088c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16163761f5f000d13d0485c54b9d1332f2117678e4d631764d1d9198ac0cd2b8f2050813923ca9903bc0b95249289a0296e7bdd0d27caf7f50d38b1068715d99
|
|
7
|
+
data.tar.gz: e49d6db23f3cd0f366f3497ee312e7bac59fde8f03ea6df12d708d78475caff6b87d1ee2348333c18f7e6683d1d7fee4ba950b9152ed96cc740b41175db917a4
|
data/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
[](https://github.com/AlchemyCMS/alchemy-solidus/actions?query=workflow%3ACI+branch%3Amain)
|
|
2
2
|
[](https://badge.fury.io/rb/alchemy-solidus)
|
|
3
3
|
|
|
4
|
+
# Sponsoring
|
|
5
|
+
|
|
6
|
+
Development and maintenance is sponsored by [Blish](https://blish.cloud/).
|
|
7
|
+
|
|
8
|
+
[](https://blish.cloud)
|
|
9
|
+
|
|
4
10
|
# Alchemy-Solidus
|
|
5
11
|
|
|
6
12
|
This is a [AlchemyCMS](https://alchemy-cms.com) and [Solidus](https://solidus.io) integration gem.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
de:
|
|
2
|
+
alchemy:
|
|
3
|
+
choose_product_to_link: Wähle ein Produkt zum Verlinken aus
|
|
4
|
+
link_overlay_tab_label:
|
|
5
|
+
product: Produkt
|
|
6
|
+
solidus:
|
|
7
|
+
search_variant: Suche eine Variante per Name oder SKU
|
|
8
|
+
search_product: Suche ein Produkt per Name
|
|
9
|
+
search_taxon: Suche eine Kategorie per Name
|
|
10
|
+
spree:
|
|
11
|
+
admin:
|
|
12
|
+
tab:
|
|
13
|
+
cms: CMS
|
|
14
|
+
pages: Seiten
|
|
15
|
+
sites: Websites
|
|
16
|
+
languages: Sprachen
|
|
17
|
+
tags: Tags
|
|
18
|
+
users: Benutzer
|
|
19
|
+
pictures: Bilder
|
|
20
|
+
attachments: Dateien
|
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.2.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-09-18 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
|
|
@@ -278,6 +258,7 @@ files:
|
|
|
278
258
|
- app/views/spree/admin/shared/_alchemy_sub_menu.html.erb
|
|
279
259
|
- config/initializers/alchemy.rb
|
|
280
260
|
- config/initializers/spree.rb
|
|
261
|
+
- config/locales/alchemy_solidus.de.yml
|
|
281
262
|
- config/locales/alchemy_solidus_en.yml
|
|
282
263
|
- config/locales/alchemy_solidus_it.yml
|
|
283
264
|
- config/locales/en.yml
|
|
@@ -314,7 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
314
295
|
- !ruby/object:Gem::Version
|
|
315
296
|
version: '0'
|
|
316
297
|
requirements: []
|
|
317
|
-
rubygems_version: 3.4.
|
|
298
|
+
rubygems_version: 3.4.17
|
|
318
299
|
signing_key:
|
|
319
300
|
specification_version: 4
|
|
320
301
|
summary: The World's Most Flexible E-Commerce Platform meets The World's Most Flexible
|