spree_sample 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/db/samples/taxons.rb +28 -4
  3. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 979bc93b5d3971e450fa9fc462e0efaa459a7b93
4
- data.tar.gz: 9e74c9d02428d72a6cb8fa39464f38e1f780a42b
3
+ metadata.gz: 4726aee2a02371e535fe1bb38a6155bae41b3405
4
+ data.tar.gz: 11d3234f30458da7046c548d52741f7a481534c2
5
5
  SHA512:
6
- metadata.gz: 8150d11b4c47a091a5bd8af6127ad99da0a6524a11fdb0d2013c469c17fd0f50340f4792670fe02a2d02c34df997c3900c585b26bc3c74ab69bd4e2c667b5241
7
- data.tar.gz: bdcaf331e9a042e69b7cafdaf6f655e286f7cfe803d2dee21a2fd15669ccf1964adb0d5201c119591748f8af8a13ba8086f4edad300240195f4a8d17f19867a1
6
+ metadata.gz: 29881b04187bdc1d2edc4820761642621ad2b1504b8d557b3f384dcc30850da3c66be5a5b50630db24fc714b2bc3c3d35bf99a24aca9e1aad955dd34668769b7
7
+ data.tar.gz: 7a31d16eb3652cb9042496cb0521a9038f05560ebf9035aff022eaac2fd7d5fdb64c6da2f75ae0781a5095428fe23a38e3f503323e990b1e0cd19324982ce230
data/db/samples/taxons.rb CHANGED
@@ -94,22 +94,46 @@ taxons = [
94
94
  {
95
95
  :name => "Ruby",
96
96
  :taxonomy => brands,
97
- :parent => "Brand"
97
+ :parent => "Brand",
98
+ :products => [
99
+ products[:ruby_baseball_jersey]
100
+ ]
98
101
  },
99
102
  {
100
103
  :name => "Apache",
101
104
  :taxonomy => brands,
102
- :parent => "Brand"
105
+ :parent => "Brand",
106
+ :products => [
107
+ products[:apache_baseball_jersey]
108
+ ]
103
109
  },
104
110
  {
105
111
  :name => "Spree",
106
112
  :taxonomy => brands,
107
- :parent => "Brand"
113
+ :parent => "Brand",
114
+ :products => [
115
+ products[:spree_stein],
116
+ products[:spree_mug],
117
+ products[:spree_ringer],
118
+ products[:spree_baseball_jersey],
119
+ products[:spree_tote],
120
+ products[:spree_bag],
121
+ products[:spree_jr_spaghetti],
122
+ ]
108
123
  },
109
124
  {
110
125
  :name => "Rails",
111
126
  :taxonomy => brands,
112
- :parent => "Brand"
127
+ :parent => "Brand",
128
+ :products => [
129
+ products[:ror_tote],
130
+ products[:ror_bag],
131
+ products[:ror_mug],
132
+ products[:ror_stein],
133
+ products[:ror_baseball_jersey],
134
+ products[:ror_jr_spaghetti],
135
+ products[:ror_ringer],
136
+ ]
113
137
  },
114
138
  ]
115
139
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_sample
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Schofield
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-19 00:00:00.000000000 Z
11
+ date: 2014-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spree_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.7
19
+ version: 2.0.8
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: 2.0.7
26
+ version: 2.0.8
27
27
  description: Required dependency for Spree
28
28
  email: sean@spreecommerce.com
29
29
  executables: []
@@ -31,9 +31,7 @@ extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
33
  - LICENSE
34
- - lib/spree/sample.rb
35
- - lib/spree_sample.rb
36
- - lib/tasks/sample.rake
34
+ - db/samples.rb
37
35
  - db/samples/addresses.rb
38
36
  - db/samples/adjustments.rb
39
37
  - db/samples/assets.rb
@@ -87,7 +85,9 @@ files:
87
85
  - db/samples/taxonomies.rb
88
86
  - db/samples/taxons.rb
89
87
  - db/samples/variants.rb
90
- - db/samples.rb
88
+ - lib/spree/sample.rb
89
+ - lib/spree_sample.rb
90
+ - lib/tasks/sample.rake
91
91
  homepage: http://spreecommerce.com
92
92
  licenses:
93
93
  - BSD-3
@@ -98,18 +98,18 @@ require_paths:
98
98
  - lib
99
99
  required_ruby_version: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - '>='
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
103
  version: 1.9.3
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
- - - '>='
106
+ - - ">="
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements:
110
110
  - none
111
111
  rubyforge_project:
112
- rubygems_version: 2.1.0
112
+ rubygems_version: 2.2.0
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Sample data (including images) for use with Spree.