solidus_sample 3.4.3 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/db/samples/taxons.rb +0 -7
- data/solidus_sample.gemspec +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d108e28cbabc6c4353e71231d493a92f9c81ec6d8f076aaf2224c144bc08c4d0
|
4
|
+
data.tar.gz: 42be42737d5184b932c44f543ad414e1d8e703aaca3ea5e4d1f67571732d372b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c1d6fd55c7d86ba6f767310f8fd8fc6877b2ee8830c8dd2b37854ae1fd681296849d199c533e1d2b508f565a36b507197bbd5db5ea4a3aa7dd8d9d176e3c520
|
7
|
+
data.tar.gz: 806e3d8923299efb800cac343e447f5c18e199ca219fc74c11d9b79b4a0efdbfd098eafe27021c310b1535036b9c9b8e3300c0000c4fe74fc360567d0244dff1
|
data/db/samples/taxons.rb
CHANGED
@@ -29,7 +29,6 @@ taxons = [
|
|
29
29
|
{
|
30
30
|
name: "Categories",
|
31
31
|
taxonomy: categories,
|
32
|
-
position: 0
|
33
32
|
},
|
34
33
|
{
|
35
34
|
name: "Clothing",
|
@@ -40,7 +39,6 @@ taxons = [
|
|
40
39
|
name: "Caps",
|
41
40
|
taxonomy: categories,
|
42
41
|
parent: "Categories",
|
43
|
-
position: 1,
|
44
42
|
products: [
|
45
43
|
products[:solidus_snapback_cap]
|
46
44
|
]
|
@@ -49,7 +47,6 @@ taxons = [
|
|
49
47
|
name: "Bags",
|
50
48
|
taxonomy: categories,
|
51
49
|
parent: "Categories",
|
52
|
-
position: 2,
|
53
50
|
products: [
|
54
51
|
products[:solidus_tote],
|
55
52
|
products[:ruby_tote]
|
@@ -59,7 +56,6 @@ taxons = [
|
|
59
56
|
name: "Mugs",
|
60
57
|
taxonomy: categories,
|
61
58
|
parent: "Categories",
|
62
|
-
position: 3,
|
63
59
|
products: [
|
64
60
|
products[:solidus_mug],
|
65
61
|
products[:ruby_mug]
|
@@ -69,7 +65,6 @@ taxons = [
|
|
69
65
|
name: "Shirts",
|
70
66
|
taxonomy: categories,
|
71
67
|
parent: "Clothing",
|
72
|
-
position: 0,
|
73
68
|
products: [
|
74
69
|
products[:solidus_long],
|
75
70
|
products[:ruby_polo],
|
@@ -80,7 +75,6 @@ taxons = [
|
|
80
75
|
name: "Hoodie",
|
81
76
|
taxonomy: categories,
|
82
77
|
parent: "Clothing",
|
83
|
-
position: 0,
|
84
78
|
products: [
|
85
79
|
products[:solidus_hoodie],
|
86
80
|
products[:ruby_hoodie],
|
@@ -94,7 +88,6 @@ taxons = [
|
|
94
88
|
products: [
|
95
89
|
products[:solidus_tshirt]
|
96
90
|
],
|
97
|
-
position: 0
|
98
91
|
},
|
99
92
|
{
|
100
93
|
name: "Brands",
|
data/solidus_sample.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_sample
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Solidus Team
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: solidus_core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 4.0.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 4.0.0
|
27
27
|
description: Sample data (including images) for use with Solidus.
|
28
28
|
email: contact@solidus.io
|
29
29
|
executables: []
|
@@ -94,7 +94,7 @@ licenses:
|
|
94
94
|
- BSD-3-Clause
|
95
95
|
metadata:
|
96
96
|
rubygems_mfa_required: 'true'
|
97
|
-
post_install_message:
|
97
|
+
post_install_message:
|
98
98
|
rdoc_options: []
|
99
99
|
require_paths:
|
100
100
|
- lib
|
@@ -102,15 +102,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
102
102
|
requirements:
|
103
103
|
- - ">="
|
104
104
|
- !ruby/object:Gem::Version
|
105
|
-
version:
|
105
|
+
version: 3.0.0
|
106
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 1.8.23
|
111
111
|
requirements: []
|
112
|
-
rubygems_version: 3.
|
113
|
-
signing_key:
|
112
|
+
rubygems_version: 3.4.9
|
113
|
+
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: Sample data (including images) for use with Solidus.
|
116
116
|
test_files: []
|