dscf-marketplace 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc4f1d1a9a6e410b60d37864c916ba34f69783495d87582d109e33c858d9b872
|
|
4
|
+
data.tar.gz: d4633eb9e5d1efb5adefaa1d74837b542aa17cebb6196d532baf7b3e7278bd03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19e8ec54666855599c42a59a5946d343cdc7fd75d9e464a484f3495dea4109dbd25a5e705fe32916901f323ec98f5f46188c629191fbdf0e7091029ed3b87293
|
|
7
|
+
data.tar.gz: 1e5b40b3498eaacddd0d3fce068f8997ed04e5c38d531a244249027424b72c7fe0f6e30e9bb098ddd093cd659a5719eb4066cd16bee76bd92824cbf28d8749a4
|
|
@@ -127,7 +127,7 @@ module Dscf
|
|
|
127
127
|
|
|
128
128
|
def default_serializer_includes
|
|
129
129
|
{
|
|
130
|
-
index: [ :business, {supplier_product: [ :product ]} ],
|
|
130
|
+
index: [ :business, :product, {supplier_product: [ :product ]} ],
|
|
131
131
|
show: [ :business, :supplier_product, :order_items ],
|
|
132
132
|
create: [ :business, :supplier_product ],
|
|
133
133
|
update: [ :business, :supplier_product ]
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dscf-marketplace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Asrat
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-05-
|
|
10
|
+
date: 2026-05-28 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: rails
|