zaikio-warehouse 0.8.0 → 0.9.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: d7c35ba0b7e36cf98fc06f39a75fd9cb99fc51eec7e84a9a889394f3e1eea0c6
4
- data.tar.gz: 94ef321204bdd71d4d39e8039b641f2cd5feaa0145091e988aae0327ea231b25
3
+ metadata.gz: 89de4123c76c884640b63f3136843b6b24cdc6a2874487a74209875871310cfd
4
+ data.tar.gz: 4d98aada09491e7d05b2f53e557c74a0415f8adccaa3151048999778bad73c83
5
5
  SHA512:
6
- metadata.gz: c5c8fa603d3d0029c5221043526c1c4a04ba6c7ff8d8aef55f444032b88720e44ac8522b9130c25caa39d940506d93b776508757d03fb4b51469995bb86090a7
7
- data.tar.gz: b7879550e7e0417e26e699e591ec0ad531184aa877a1bd1b26ad885d8b6260bebfaf034ee8df27c2065bb592e3c00d9e2a5ec61adefaf7327dc445c68ca38364
6
+ metadata.gz: 6013b5dedaf35b7401a872335d2bb5e7024271282c0b55417d8ec6463d596750a390776957b3ba34659f90c0265dffbb8fa070b48f3165e0aa02dc8e8836e289
7
+ data.tar.gz: b613a2624d3ca886ac8962306a18f166a95ceed80af0818cd528fb21a0a894f8c9067c1681dd3865b80a96fef3f27a087cf3912c1ac71ad14b133f505759150d
data/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.9.0] - 2023-12-20
11
+
12
+ - Add `app_reference` and `app_reference_link` to `Material`
13
+
10
14
  ## [0.8.0] - 2023-12-15
11
15
 
12
16
  - Add `component_name` to `Workstep`
@@ -8,7 +8,8 @@ module Zaikio
8
8
  include_root_in_json :material
9
9
 
10
10
  attributes :name, :article_number, :references, :kind, :category, :base_unit, :width, :length, :height, :weight,
11
- :dimensions_unit, :weight_unit, :created_at, :updated_at, :deletable
11
+ :dimensions_unit, :weight_unit, :app_reference, :app_reference_link, :created_at, :updated_at,
12
+ :deletable
12
13
 
13
14
  has_many :skus, class_name: "Zaikio::Warehouse::SKU", uri: "materials/:material_id/skus"
14
15
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Zaikio
4
4
  module Warehouse
5
- VERSION = "0.8.0"
5
+ VERSION = "0.9.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zaikio-warehouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zaikio GmbH
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-12-15 00:00:00.000000000 Z
12
+ date: 2023-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport