spree_core 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/spree/asset.rb +1 -1
- data/app/models/spree/product/scopes.rb +1 -1
- data/lib/spree/core.rb +1 -0
- data/lib/spree/core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed8c2bb0d1d4f097b6846f78ba702a63d4db3b3f
|
4
|
+
data.tar.gz: daa9817909d9e8867c3ab1df1d9f975f5118afdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c79a195b6bc5781a8e1ea6551eb7adbf21f94c1ebf641e86db28407355bbbddeba7e133e972971e43dcebbf593822fa015a60ea53d9b6f24ea402bc264853737
|
7
|
+
data.tar.gz: 19d02ac7c62b7b1e70a2c585a6bdae432ccf9c2d1bf5678459882506f2bc5e9962f459b34aff64f8aeb8968ef7b3274c1f9871be482de13b93dd1da0482a7553
|
data/app/models/spree/asset.rb
CHANGED
@@ -53,7 +53,7 @@ module Spree
|
|
53
53
|
# This scope selects products in taxon AND all its descendants
|
54
54
|
# If you need products only within one taxon use
|
55
55
|
#
|
56
|
-
# Spree::Product.
|
56
|
+
# Spree::Product.joins(:taxons).where(Taxon.table_name => { :id => taxon.id })
|
57
57
|
#
|
58
58
|
# If you're using count on the result of this scope, you must use the
|
59
59
|
# `:distinct` option as well:
|
data/lib/spree/core.rb
CHANGED
data/lib/spree/core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
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-06-
|
11
|
+
date: 2013-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: highline
|