solidus_sample 3.4.2 → 4.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e3d5627a0b9cb964c8da875035ebb1b5643932b94f86cd6b4428f6d93999091
4
- data.tar.gz: 967ec82363b50eb03f41c53b8e5d3f488675d04e27ed6a767bc13e0581eed947
3
+ metadata.gz: 70bff78524737fe3f8dfa3f4cd641e0247be64b60c388f7c74a23ba056fb311d
4
+ data.tar.gz: 0f2c161a668c024ed163340b19b47082d029de55b8ecb5f65c86736cbdd780ee
5
5
  SHA512:
6
- metadata.gz: 9d0159f1a335544552fbb55689eb23dac52273dc1776c2a85e1913d31944ac5d0623070cf04674c3cbeb2024df2e81c5bf5079558a1c503798bdf4c4960f1e4f
7
- data.tar.gz: 457eebdc5e8bb5cef6798ae795738a1d1b4bd5329ed05b4a093be41420909e1fd00f2f73b3b145f6cb6aedd657b23424775de14c05fadf72c569794256a90015
6
+ metadata.gz: 83f77e8798d78a60ff36fd17b056a5e350fd3dc9f2d2af7bd22fc0d4a26a4d98f659e301714c307c9a05a2579e1d7f32af6931e8e2bead654930e283188756ae
7
+ data.tar.gz: 11c6995f434119908a861d4db3b6f3469d2e070e3b386bdc39d0bf6e37d6b22089fcb1ebc413303d1657e9937e69764aad994639cddd5f0a86a6b8dcda54ea03
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",
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  f.match(%r{^(spec|script)/})
21
21
  end
22
22
 
23
- s.required_ruby_version = '>= 2.7.0'
23
+ s.required_ruby_version = '>= 3.0.0'
24
24
  s.required_rubygems_version = '>= 1.8.23'
25
25
 
26
26
  s.add_dependency 'solidus_core', s.version
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: 3.4.2
4
+ version: 4.1.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-05-04 00:00:00.000000000 Z
11
+ date: 2023-06-29 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: 3.4.2
19
+ version: 4.1.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: 3.4.2
26
+ version: 4.1.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: 2.7.0
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.4.9
113
- signing_key:
112
+ rubygems_version: 3.3.7
113
+ signing_key:
114
114
  specification_version: 4
115
115
  summary: Sample data (including images) for use with Solidus.
116
116
  test_files: []