spree_sample 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +7 -0
  2. data/db/samples/addresses.rb +28 -0
  3. data/db/samples/adjustments.rb +40 -0
  4. data/db/samples/assets.rb +158 -0
  5. data/db/{sample/spree/products → samples/images}/apache_baseball.png +0 -0
  6. data/db/{sample/spree/products → samples/images}/ror_bag.jpeg +0 -0
  7. data/db/{sample/spree/products → samples/images}/ror_baseball.jpeg +0 -0
  8. data/db/{sample/spree/products → samples/images}/ror_baseball_back.jpeg +0 -0
  9. data/db/{sample/spree/products → samples/images}/ror_baseball_jersey_back_blue.png +0 -0
  10. data/db/{sample/spree/products → samples/images}/ror_baseball_jersey_back_green.png +0 -0
  11. data/db/{sample/spree/products → samples/images}/ror_baseball_jersey_back_red.png +0 -0
  12. data/db/{sample/spree/products → samples/images}/ror_baseball_jersey_blue.png +0 -0
  13. data/db/{sample/spree/products → samples/images}/ror_baseball_jersey_green.png +0 -0
  14. data/db/{sample/spree/products → samples/images}/ror_baseball_jersey_red.png +0 -0
  15. data/db/{sample/spree/products → samples/images}/ror_jr_spaghetti.jpeg +0 -0
  16. data/db/{sample/spree/products → samples/images}/ror_mug.jpeg +0 -0
  17. data/db/{sample/spree/products → samples/images}/ror_mug_back.jpeg +0 -0
  18. data/db/{sample/spree/products → samples/images}/ror_ringer.jpeg +0 -0
  19. data/db/{sample/spree/products → samples/images}/ror_ringer_back.jpeg +0 -0
  20. data/db/{sample/spree/products → samples/images}/ror_stein.jpeg +0 -0
  21. data/db/{sample/spree/products → samples/images}/ror_stein_back.jpeg +0 -0
  22. data/db/{sample/spree/products → samples/images}/ror_tote.jpeg +0 -0
  23. data/db/{sample/spree/products → samples/images}/ror_tote_back.jpeg +0 -0
  24. data/db/{sample/spree/products → samples/images}/ruby_baseball.png +0 -0
  25. data/db/{sample/spree/products → samples/images}/spree_bag.jpeg +0 -0
  26. data/db/{sample/spree/products → samples/images}/spree_jersey.jpeg +0 -0
  27. data/db/{sample/spree/products → samples/images}/spree_jersey_back.jpeg +0 -0
  28. data/db/{sample/spree/products → samples/images}/spree_mug.jpeg +0 -0
  29. data/db/{sample/spree/products → samples/images}/spree_mug_back.jpeg +0 -0
  30. data/db/{sample/spree/products → samples/images}/spree_ringer_t.jpeg +0 -0
  31. data/db/{sample/spree/products → samples/images}/spree_ringer_t_back.jpeg +0 -0
  32. data/db/{sample/spree/products → samples/images}/spree_spaghetti.jpeg +0 -0
  33. data/db/{sample/spree/products → samples/images}/spree_stein.jpeg +0 -0
  34. data/db/{sample/spree/products → samples/images}/spree_stein_back.jpeg +0 -0
  35. data/db/{sample/spree/products → samples/images}/spree_tote_back.jpeg +0 -0
  36. data/db/{sample/spree/products → samples/images}/spree_tote_front.jpeg +0 -0
  37. data/db/samples/line_items.rb +16 -0
  38. data/db/samples/option_types.rb +16 -0
  39. data/db/samples/option_values.rb +53 -0
  40. data/db/samples/orders.rb +26 -0
  41. data/db/samples/payment_methods.rb +43 -0
  42. data/db/{sample/spree → samples}/payments.rb +1 -4
  43. data/db/samples/product_option_types.rb +12 -0
  44. data/db/samples/product_properties.rb +118 -0
  45. data/db/samples/products.rb +122 -0
  46. data/db/samples/prototypes.rb +21 -0
  47. data/db/samples/shipments.rb +18 -0
  48. data/db/samples/shipping_categories.rb +1 -0
  49. data/db/samples/shipping_methods.rb +49 -0
  50. data/db/samples/tax_categories.rb +2 -0
  51. data/db/samples/tax_rates.rb +10 -0
  52. data/db/samples/taxonomies.rb +8 -0
  53. data/db/samples/taxons.rb +121 -0
  54. data/db/samples/variants.rb +170 -0
  55. data/db/samples.rb +2 -0
  56. data/lib/spree/sample.rb +17 -0
  57. data/lib/spree_sample.rb +24 -0
  58. data/lib/tasks/sample.rake +17 -4
  59. metadata +64 -76
  60. data/db/sample/spree/addresses.yml +0 -27
  61. data/db/sample/spree/adjustments.yml +0 -26
  62. data/db/sample/spree/assets.yml +0 -440
  63. data/db/sample/spree/calculators.yml +0 -26
  64. data/db/sample/spree/inventory_units.rb +0 -4
  65. data/db/sample/spree/line_items.yml +0 -40
  66. data/db/sample/spree/option_types.yml +0 -8
  67. data/db/sample/spree/option_values.yml +0 -35
  68. data/db/sample/spree/orders.yml +0 -20
  69. data/db/sample/spree/payment_methods.yml +0 -29
  70. data/db/sample/spree/preferences.rb +0 -21
  71. data/db/sample/spree/prices.yml +0 -224
  72. data/db/sample/spree/product_option_types.yml +0 -16
  73. data/db/sample/spree/product_properties.yml +0 -264
  74. data/db/sample/spree/products.rb +0 -15
  75. data/db/sample/spree/products.yml +0 -108
  76. data/db/sample/spree/properties.yml +0 -39
  77. data/db/sample/spree/prototypes.yml +0 -9
  78. data/db/sample/spree/shipments.yml +0 -8
  79. data/db/sample/spree/shipping_categories.yml +0 -2
  80. data/db/sample/spree/shipping_methods.yml +0 -12
  81. data/db/sample/spree/tax_categories.yml +0 -6
  82. data/db/sample/spree/tax_rates.yml +0 -4
  83. data/db/sample/spree/taxonomies.yml +0 -4
  84. data/db/sample/spree/taxons.rb +0 -3
  85. data/db/sample/spree/taxons.yml +0 -100
  86. data/db/sample/spree/variants.yml +0 -174
metadata CHANGED
@@ -1,32 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_sample
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
5
- prerelease:
4
+ version: 1.3.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Sean Schofield
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-02-04 00:00:00.000000000 Z
11
+ date: 2013-06-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: spree_core
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - '='
20
18
  - !ruby/object:Gem::Version
21
- version: 1.3.2
19
+ version: 1.3.3
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - '='
28
25
  - !ruby/object:Gem::Version
29
- version: 1.3.2
26
+ version: 1.3.3
30
27
  description: Required dependency for Spree
31
28
  email: sean@spreecommerce.com
32
29
  executables: []
@@ -34,95 +31,86 @@ extensions: []
34
31
  extra_rdoc_files: []
35
32
  files:
36
33
  - LICENSE
34
+ - lib/spree/sample.rb
37
35
  - lib/spree_sample.rb
38
36
  - lib/tasks/sample.rake
39
- - db/sample/spree/addresses.yml
40
- - db/sample/spree/adjustments.yml
41
- - db/sample/spree/assets.yml
42
- - db/sample/spree/calculators.yml
43
- - db/sample/spree/inventory_units.rb
44
- - db/sample/spree/line_items.yml
45
- - db/sample/spree/option_types.yml
46
- - db/sample/spree/option_values.yml
47
- - db/sample/spree/orders.yml
48
- - db/sample/spree/payment_methods.yml
49
- - db/sample/spree/payments.rb
50
- - db/sample/spree/preferences.rb
51
- - db/sample/spree/prices.yml
52
- - db/sample/spree/product_option_types.yml
53
- - db/sample/spree/product_properties.yml
54
- - db/sample/spree/products/apache_baseball.png
55
- - db/sample/spree/products/ror_bag.jpeg
56
- - db/sample/spree/products/ror_baseball.jpeg
57
- - db/sample/spree/products/ror_baseball_back.jpeg
58
- - db/sample/spree/products/ror_baseball_jersey_back_blue.png
59
- - db/sample/spree/products/ror_baseball_jersey_back_green.png
60
- - db/sample/spree/products/ror_baseball_jersey_back_red.png
61
- - db/sample/spree/products/ror_baseball_jersey_blue.png
62
- - db/sample/spree/products/ror_baseball_jersey_green.png
63
- - db/sample/spree/products/ror_baseball_jersey_red.png
64
- - db/sample/spree/products/ror_jr_spaghetti.jpeg
65
- - db/sample/spree/products/ror_mug.jpeg
66
- - db/sample/spree/products/ror_mug_back.jpeg
67
- - db/sample/spree/products/ror_ringer.jpeg
68
- - db/sample/spree/products/ror_ringer_back.jpeg
69
- - db/sample/spree/products/ror_stein.jpeg
70
- - db/sample/spree/products/ror_stein_back.jpeg
71
- - db/sample/spree/products/ror_tote.jpeg
72
- - db/sample/spree/products/ror_tote_back.jpeg
73
- - db/sample/spree/products/ruby_baseball.png
74
- - db/sample/spree/products/spree_bag.jpeg
75
- - db/sample/spree/products/spree_jersey.jpeg
76
- - db/sample/spree/products/spree_jersey_back.jpeg
77
- - db/sample/spree/products/spree_mug.jpeg
78
- - db/sample/spree/products/spree_mug_back.jpeg
79
- - db/sample/spree/products/spree_ringer_t.jpeg
80
- - db/sample/spree/products/spree_ringer_t_back.jpeg
81
- - db/sample/spree/products/spree_spaghetti.jpeg
82
- - db/sample/spree/products/spree_stein.jpeg
83
- - db/sample/spree/products/spree_stein_back.jpeg
84
- - db/sample/spree/products/spree_tote_back.jpeg
85
- - db/sample/spree/products/spree_tote_front.jpeg
86
- - db/sample/spree/products.rb
87
- - db/sample/spree/products.yml
88
- - db/sample/spree/properties.yml
89
- - db/sample/spree/prototypes.yml
90
- - db/sample/spree/shipments.yml
91
- - db/sample/spree/shipping_categories.yml
92
- - db/sample/spree/shipping_methods.yml
93
- - db/sample/spree/tax_categories.yml
94
- - db/sample/spree/tax_rates.yml
95
- - db/sample/spree/taxonomies.yml
96
- - db/sample/spree/taxons.rb
97
- - db/sample/spree/taxons.yml
98
- - db/sample/spree/variants.yml
37
+ - db/samples/addresses.rb
38
+ - db/samples/adjustments.rb
39
+ - db/samples/assets.rb
40
+ - db/samples/images/apache_baseball.png
41
+ - db/samples/images/ror_bag.jpeg
42
+ - db/samples/images/ror_baseball.jpeg
43
+ - db/samples/images/ror_baseball_back.jpeg
44
+ - db/samples/images/ror_baseball_jersey_back_blue.png
45
+ - db/samples/images/ror_baseball_jersey_back_green.png
46
+ - db/samples/images/ror_baseball_jersey_back_red.png
47
+ - db/samples/images/ror_baseball_jersey_blue.png
48
+ - db/samples/images/ror_baseball_jersey_green.png
49
+ - db/samples/images/ror_baseball_jersey_red.png
50
+ - db/samples/images/ror_jr_spaghetti.jpeg
51
+ - db/samples/images/ror_mug.jpeg
52
+ - db/samples/images/ror_mug_back.jpeg
53
+ - db/samples/images/ror_ringer.jpeg
54
+ - db/samples/images/ror_ringer_back.jpeg
55
+ - db/samples/images/ror_stein.jpeg
56
+ - db/samples/images/ror_stein_back.jpeg
57
+ - db/samples/images/ror_tote.jpeg
58
+ - db/samples/images/ror_tote_back.jpeg
59
+ - db/samples/images/ruby_baseball.png
60
+ - db/samples/images/spree_bag.jpeg
61
+ - db/samples/images/spree_jersey.jpeg
62
+ - db/samples/images/spree_jersey_back.jpeg
63
+ - db/samples/images/spree_mug.jpeg
64
+ - db/samples/images/spree_mug_back.jpeg
65
+ - db/samples/images/spree_ringer_t.jpeg
66
+ - db/samples/images/spree_ringer_t_back.jpeg
67
+ - db/samples/images/spree_spaghetti.jpeg
68
+ - db/samples/images/spree_stein.jpeg
69
+ - db/samples/images/spree_stein_back.jpeg
70
+ - db/samples/images/spree_tote_back.jpeg
71
+ - db/samples/images/spree_tote_front.jpeg
72
+ - db/samples/line_items.rb
73
+ - db/samples/option_types.rb
74
+ - db/samples/option_values.rb
75
+ - db/samples/orders.rb
76
+ - db/samples/payment_methods.rb
77
+ - db/samples/payments.rb
78
+ - db/samples/product_option_types.rb
79
+ - db/samples/product_properties.rb
80
+ - db/samples/products.rb
81
+ - db/samples/prototypes.rb
82
+ - db/samples/shipments.rb
83
+ - db/samples/shipping_categories.rb
84
+ - db/samples/shipping_methods.rb
85
+ - db/samples/tax_categories.rb
86
+ - db/samples/tax_rates.rb
87
+ - db/samples/taxonomies.rb
88
+ - db/samples/taxons.rb
89
+ - db/samples/variants.rb
90
+ - db/samples.rb
99
91
  homepage: http://spreecommerce.com
100
92
  licenses:
101
93
  - BSD-3
94
+ metadata: {}
102
95
  post_install_message:
103
96
  rdoc_options: []
104
97
  require_paths:
105
98
  - lib
106
99
  required_ruby_version: !ruby/object:Gem::Requirement
107
- none: false
108
100
  requirements:
109
- - - ! '>='
101
+ - - '>='
110
102
  - !ruby/object:Gem::Version
111
103
  version: 1.8.7
112
104
  required_rubygems_version: !ruby/object:Gem::Requirement
113
- none: false
114
105
  requirements:
115
- - - ! '>='
106
+ - - '>='
116
107
  - !ruby/object:Gem::Version
117
108
  version: '0'
118
- segments:
119
- - 0
120
- hash: 4426781750384227850
121
109
  requirements:
122
110
  - none
123
111
  rubyforge_project:
124
- rubygems_version: 1.8.23
112
+ rubygems_version: 2.0.0
125
113
  signing_key:
126
- specification_version: 3
114
+ specification_version: 4
127
115
  summary: Sample data (including images) for use with Spree.
128
116
  test_files: []
@@ -1,27 +0,0 @@
1
- <%
2
- I18n.reload!
3
- 1.upto(100) do |i|
4
- %>
5
- ship_address_<%= i %>:
6
- firstname: <%= Faker::Name.first_name %>
7
- lastname: <%= Faker::Name.last_name %>
8
- address1: <%= Faker::Address.street_address %>
9
- address2: <%= Faker::Address.secondary_address %>
10
- city: <%= Faker::Address.city %>
11
- state_id: 889445952
12
- zipcode: 16804
13
- country_id: 214
14
- phone: <%= Faker::PhoneNumber.phone_number %>
15
- <% end %>
16
- <% 1.upto(100) do |i| %>
17
- bill_address_<%= i %>:
18
- firstname: <%= Faker::Name.first_name %>
19
- lastname: <%= Faker::Name.last_name %>
20
- address1: <%= Faker::Address.street_address %>
21
- address2: <%= Faker::Address.secondary_address %>
22
- city: <%= Faker::Address.city %>
23
- state_id: 889445952
24
- zipcode: 16804
25
- country_id: 214
26
- phone: <%= Faker::PhoneNumber.phone_number %>
27
- <% end %>
@@ -1,26 +0,0 @@
1
- <% 1.upto(100) do |i| %>
2
- tax_<%= i %>:
3
- adjustable: order_<%= i %>
4
- adjustable_type: Spree::Order
5
- amount: 0
6
- source: order_<%= i %>
7
- source_type: Spree::Order
8
- originator: tax_rate_north_america
9
- originator_type: Spree::TaxRate
10
- label: Tax
11
- locked: false
12
- mandatory: true
13
- <% end %>
14
- <% 1.upto(100) do |i| %>
15
- ship_<%= i %>:
16
- adjustable_id: order_<%= i %>
17
- adjustable_type: Spree::Order
18
- amount: 5
19
- source: shipment_<%= i %>
20
- source_type: Spree::Shipment
21
- originator: ups_ground_usd
22
- originator_type: Spree::ShippingMethod
23
- label: Shipping
24
- locked: true
25
- mandatory: true
26
- <% end %>
@@ -1,440 +0,0 @@
1
- img_tote:
2
- id: 1
3
- viewable: ror_tote_v
4
- viewable_type: Spree::Variant
5
- attachment_content_type: image/jpg
6
- attachment_file_name: ror_tote.jpeg
7
- attachment_width: 360
8
- attachment_height: 360
9
- type: Spree::Image
10
- position: 1
11
- img_tote_back:
12
- id: 2
13
- viewable: ror_tote_v
14
- viewable_type: Spree::Variant
15
- attachment_content_type: image/jpg
16
- attachment_file_name: ror_tote_back.jpeg
17
- attachment_width: 360
18
- attachment_height: 360
19
- type: Spree::Image
20
- position: 2
21
- img_bag:
22
- id: 3
23
- viewable: ror_bag_v
24
- viewable_type: Spree::Variant
25
- attachment_content_type: image/jpg
26
- attachment_file_name: ror_bag.jpeg
27
- attachment_width: 360
28
- attachment_height: 360
29
- type: Spree::Image
30
- position: 1
31
- img_baseball:
32
- id: 4
33
- viewable: ror_baseball_jersey_v
34
- viewable_type: Spree::Variant
35
- attachment_content_type: image/jpg
36
- attachment_file_name: ror_baseball.jpeg
37
- attachment_width: 360
38
- attachment_height: 360
39
- type: Spree::Image
40
- position: 1
41
- img_baseball_back:
42
- id: 5
43
- viewable: ror_baseball_jersey_v
44
- viewable_type: Spree::Variant
45
- attachment_content_type: image/jpg
46
- attachment_file_name: ror_baseball_back.jpeg
47
- attachment_width: 360
48
- attachment_height: 360
49
- type: Spree::Image
50
- position: 2
51
- img_jr_spaghetti:
52
- id: 6
53
- viewable: ror_jr_spaghetti_v
54
- viewable_type: Spree::Variant
55
- attachment_content_type: image/jpg
56
- attachment_file_name: ror_jr_spaghetti.jpeg
57
- attachment_width: 360
58
- attachment_height: 360
59
- type: Spree::Image
60
- position: 1
61
- img_mug:
62
- id: 7
63
- viewable: ror_mug_v
64
- viewable_type: Spree::Variant
65
- attachment_content_type: image/jpg
66
- attachment_file_name: ror_mug.jpeg
67
- attachment_width: 360
68
- attachment_height: 360
69
- type: Spree::Image
70
- position: 1
71
- img_mug_back:
72
- id: 8
73
- viewable: ror_mug_v
74
- viewable_type: Spree::Variant
75
- attachment_content_type: image/jpg
76
- attachment_file_name: ror_mug_back.jpeg
77
- attachment_width: 360
78
- attachment_height: 360
79
- type: Spree::Image
80
- position: 2
81
- img_ringer:
82
- id: 9
83
- viewable: ror_ringer_v
84
- viewable_type: Spree::Variant
85
- attachment_content_type: image/jpg
86
- attachment_file_name: ror_ringer.jpeg
87
- attachment_width: 360
88
- attachment_height: 360
89
- type: Spree::Image
90
- position: 1
91
- img_ringer_back:
92
- id: 10
93
- viewable: ror_ringer_v
94
- viewable_type: Spree::Variant
95
- attachment_content_type: image/jpg
96
- attachment_file_name: ror_ringer_back.jpeg
97
- attachment_width: 360
98
- attachment_height: 360
99
- type: Spree::Image
100
- position: 2
101
- img_stein:
102
- id: 11
103
- viewable: ror_stein_v
104
- viewable_type: Spree::Variant
105
- attachment_content_type: image/jpg
106
- attachment_file_name: ror_stein.jpeg
107
- attachment_width: 360
108
- attachment_height: 360
109
- type: Spree::Image
110
- position: 1
111
- img_stein_back:
112
- id: 12
113
- viewable: ror_stein_v
114
- viewable_type: Spree::Variant
115
- attachment_content_type: image/jpg
116
- attachment_file_name: ror_stein_back.jpeg
117
- attachment_width: 360
118
- attachment_height: 360
119
- type: Spree::Image
120
- position: 2
121
- img_apache_baseball:
122
- id: 1004
123
- viewable: apache_baseball_jersey_v
124
- viewable_type: Spree::Variant
125
- attachment_content_type: image/png
126
- attachment_file_name: apache_baseball.png
127
- attachment_width: 504
128
- attachment_height: 484
129
- type: Spree::Image
130
- position: 1
131
- img_ruby_baseball:
132
- id: 1008
133
- viewable: ruby_baseball_jersey_v
134
- viewable_type: Spree::Variant
135
- attachment_content_type: image/png
136
- attachment_file_name: ruby_baseball.png
137
- attachment_width: 495
138
- attachment_height: 477
139
- type: Spree::Image
140
- position: 1
141
- img_baseball_small_green:
142
- id: 1009
143
- viewable: small-green-baseball
144
- viewable_type: Spree::Variant
145
- attachment_content_type: image/png
146
- attachment_file_name: ror_baseball_jersey_green.png
147
- attachment_width: 240
148
- attachment_height: 240
149
- type: Spree::Image
150
- position: 1
151
- img_baseball_small_green_back:
152
- id: 1010
153
- viewable: small-green-baseball
154
- viewable_type: Spree::Variant
155
- attachment_content_type: image/png
156
- attachment_file_name: ror_baseball_jersey_back_green.png
157
- attachment_width: 240
158
- attachment_height: 240
159
- type: Spree::Image
160
- position: 2
161
- img_baseball_med_green:
162
- id: 1011
163
- viewable: med-green-baseball
164
- viewable_type: Spree::Variant
165
- attachment_content_type: image/png
166
- attachment_file_name: ror_baseball_jersey_green.png
167
- attachment_width: 240
168
- attachment_height: 240
169
- type: Spree::Image
170
- position: 1
171
- img_baseball_med_green_back:
172
- id: 1012
173
- viewable: med-green-baseball
174
- viewable_type: Spree::Variant
175
- attachment_content_type: image/png
176
- attachment_file_name: ror_baseball_jersey_back_green.png
177
- attachment_width: 240
178
- attachment_height: 240
179
- type: Spree::Image
180
- position: 2
181
- img_baseball_large_green:
182
- id: 1013
183
- viewable: large-green-baseball
184
- viewable_type: Spree::Variant
185
- attachment_content_type: image/png
186
- attachment_file_name: ror_baseball_jersey_green.png
187
- attachment_width: 240
188
- attachment_height: 240
189
- type: Spree::Image
190
- position: 1
191
- img_baseball_large_green_back:
192
- id: 1014
193
- viewable: large-green-baseball
194
- viewable_type: Spree::Variant
195
- attachment_content_type: image/png
196
- attachment_file_name: ror_baseball_jersey_back_green.png
197
- attachment_width: 240
198
- attachment_height: 240
199
- type: Spree::Image
200
- position: 2
201
- img_baseball_small_blue:
202
- id: 1015
203
- viewable: small-blue-baseball
204
- viewable_type: Spree::Variant
205
- attachment_content_type: image/png
206
- attachment_file_name: ror_baseball_jersey_blue.png
207
- attachment_width: 240
208
- attachment_height: 240
209
- type: Spree::Image
210
- position: 1
211
- img_baseball_small_blue_back:
212
- id: 1016
213
- viewable: small-blue-baseball
214
- viewable_type: Spree::Variant
215
- attachment_content_type: image/png
216
- attachment_file_name: ror_baseball_jersey_back_blue.png
217
- attachment_width: 240
218
- attachment_height: 240
219
- type: Spree::Image
220
- position: 2
221
- img_baseball_med_blue:
222
- id: 1017
223
- viewable: med-blue-baseball
224
- viewable_type: Spree::Variant
225
- attachment_content_type: image/png
226
- attachment_file_name: ror_baseball_jersey_blue.png
227
- attachment_width: 240
228
- attachment_height: 240
229
- type: Spree::Image
230
- position: 1
231
- img_baseball_med_blue_back:
232
- id: 1018
233
- viewable: med-blue-baseball
234
- viewable_type: Spree::Variant
235
- attachment_content_type: image/png
236
- attachment_file_name: ror_baseball_jersey_back_blue.png
237
- attachment_width: 240
238
- attachment_height: 240
239
- type: Spree::Image
240
- position: 2
241
- img_baseball_large_blue:
242
- id: 1019
243
- viewable: large-blue-baseball
244
- viewable_type: Spree::Variant
245
- attachment_content_type: image/png
246
- attachment_file_name: ror_baseball_jersey_blue.png
247
- attachment_width: 240
248
- attachment_height: 240
249
- type: Spree::Image
250
- position: 1
251
- img_baseball_large_blue_back:
252
- id: 1020
253
- viewable: large-blue-baseball
254
- viewable_type: Spree::Variant
255
- attachment_content_type: image/png
256
- attachment_file_name: ror_baseball_jersey_back_blue.png
257
- attachment_width: 240
258
- attachment_height: 240
259
- type: Spree::Image
260
- position: 2
261
- img_baseball_large_red:
262
- id: 1021
263
- viewable: large-red-baseball
264
- viewable_type: Spree::Variant
265
- attachment_content_type: image/png
266
- attachment_file_name: ror_baseball_jersey_red.png
267
- attachment_width: 240
268
- attachment_height: 240
269
- type: Spree::Image
270
- position: 1
271
- img_baseball_large_red_back:
272
- id: 1022
273
- viewable: large-red-baseball
274
- viewable_type: Spree::Variant
275
- attachment_content_type: image/png
276
- attachment_file_name: ror_baseball_jersey_back_red.png
277
- attachment_width: 240
278
- attachment_height: 240
279
- type: Spree::Image
280
- position: 2
281
- img_baseball_med_red:
282
- id: 1023
283
- viewable: med-red-baseball
284
- viewable_type: Spree::Variant
285
- attachment_content_type: image/png
286
- attachment_file_name: ror_baseball_jersey_red.png
287
- attachment_width: 240
288
- attachment_height: 240
289
- type: Spree::Image
290
- position: 1
291
- img_baseball_med_red_back:
292
- id: 1024
293
- viewable: med-red-baseball
294
- viewable_type: Spree::Variant
295
- attachment_content_type: image/png
296
- attachment_file_name: ror_baseball_jersey_back_red.png
297
- attachment_width: 240
298
- attachment_height: 240
299
- type: Spree::Image
300
- position: 2
301
- img_baseball_small_red:
302
- id: 1025
303
- viewable: small-red-baseball
304
- viewable_type: Spree::Variant
305
- attachment_content_type: image/png
306
- attachment_file_name: ror_baseball_jersey_red.png
307
- attachment_width: 240
308
- attachment_height: 240
309
- type: Spree::Image
310
- position: 1
311
- img_baseball_small_red_back:
312
- id: 1026
313
- viewable: small-red-baseball
314
- viewable_type: Spree::Variant
315
- attachment_content_type: image/png
316
- attachment_file_name: ror_baseball_jersey_back_red.png
317
- attachment_width: 240
318
- attachment_height: 240
319
- type: Spree::Image
320
- position: 2
321
- img_spree_bag:
322
- id: 1027
323
- viewable: spree_bag_v
324
- viewable_type: Spree::Variant
325
- attachment_content_type: image/jpg
326
- attachment_file_name: spree_bag.jpeg
327
- attachment_width: 480
328
- attachment_height: 480
329
- type: Spree::Image
330
- position: 1
331
- img_spree_tote:
332
- id: 1028
333
- viewable: spree_tote_v
334
- viewable_type: Spree::Variant
335
- attachment_content_type: image/jpg
336
- attachment_file_name: spree_tote_front.jpeg
337
- attachment_width: 480
338
- attachment_height: 480
339
- type: Spree::Image
340
- position: 1
341
- img_tote_back:
342
- id: 1029
343
- viewable: spree_tote_v
344
- viewable_type: Spree::Variant
345
- attachment_content_type: image/jpg
346
- attachment_file_name: spree_tote_back.jpeg
347
- attachment_width: 480
348
- attachment_height: 480
349
- type: Spree::Image
350
- position: 2
351
- img_spree_ringer:
352
- id: 1030
353
- viewable: spree_ringer_v
354
- viewable_type: Spree::Variant
355
- attachment_content_type: image/jpg
356
- attachment_file_name: spree_ringer_t.jpeg
357
- attachment_width: 480
358
- attachment_height: 480
359
- type: Spree::Image
360
- position: 1
361
- img_spree_ringer_back:
362
- id: 1031
363
- viewable: spree_ringer_v
364
- viewable_type: Spree::Variant
365
- attachment_content_type: image/jpg
366
- attachment_file_name: spree_ringer_t_back.jpeg
367
- attachment_width: 480
368
- attachment_height: 480
369
- type: Spree::Image
370
- position: 2
371
- img_spree_jr_spaghetti:
372
- id: 1032
373
- viewable: spree_jr_spaghetti_v
374
- viewable_type: Spree::Variant
375
- attachment_content_type: image/jpg
376
- attachment_file_name: spree_spaghetti.jpeg
377
- attachment_width: 480
378
- attachment_height: 480
379
- type: Spree::Image
380
- position: 1
381
- img_spree_stein:
382
- id: 1033
383
- viewable: spree_stein_v
384
- viewable_type: Spree::Variant
385
- attachment_content_type: image/jpg
386
- attachment_file_name: spree_stein.jpeg
387
- attachment_width: 480
388
- attachment_height: 480
389
- type: Spree::Image
390
- position: 1
391
- img_spree_stein_back:
392
- id: 1034
393
- viewable: spree_stein_v
394
- viewable_type: Spree::Variant
395
- attachment_content_type: image/jpg
396
- attachment_file_name: spree_stein_back.jpeg
397
- attachment_width: 480
398
- attachment_height: 480
399
- type: Spree::Image
400
- position: 2
401
- img_spree_mug:
402
- id: 1035
403
- viewable: spree_mug_v
404
- viewable_type: Spree::Variant
405
- attachment_content_type: image/jpg
406
- attachment_file_name: spree_mug.jpeg
407
- attachment_width: 360
408
- attachment_height: 360
409
- type: Spree::Image
410
- position: 1
411
- img_spree_mug_back:
412
- id: 1036
413
- viewable: spree_mug_v
414
- viewable_type: Spree::Variant
415
- attachment_content_type: image/jpg
416
- attachment_file_name: spree_mug_back.jpeg
417
- attachment_width: 480
418
- attachment_height: 480
419
- type: Spree::Image
420
- position: 2
421
- img_spree_baseball:
422
- id: 1037
423
- viewable: spree_baseball_jersey_v
424
- viewable_type: Spree::Variant
425
- attachment_content_type: image/jpg
426
- attachment_file_name: spree_jersey.jpeg
427
- attachment_width: 480
428
- attachment_height: 480
429
- type: Spree::Image
430
- position: 1
431
- img_spree_baseball_back:
432
- id: 1038
433
- viewable: spree_baseball_jersey_v
434
- viewable_type: Spree::Variant
435
- attachment_content_type: image/jpg
436
- attachment_file_name: spree_jersey_back.jpeg
437
- attachment_width: 480
438
- attachment_height: 480
439
- type: Spree::Image
440
- position: 2