zaikio-warehouse 0.7.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: 24bef06949baa056ec687f194f42e291a3677833edee126e088bceabe29a768c
4
- data.tar.gz: 272d504fe279836b745aeea416dcafbd3d2ea5dd3370dd0bd398dfc61d67a4f8
3
+ metadata.gz: 89de4123c76c884640b63f3136843b6b24cdc6a2874487a74209875871310cfd
4
+ data.tar.gz: 4d98aada09491e7d05b2f53e557c74a0415f8adccaa3151048999778bad73c83
5
5
  SHA512:
6
- metadata.gz: f1526e49750651e652ec8ca9aa91bc3baed687946b71cc74841a1310949d9922a38568d9bd139a704ed74e5eb530ed36f150b050a0eec56d44f58c4bbac5f58d
7
- data.tar.gz: 818b03f158d876ef69bb04637f51e54867ad2ee834dc653b31bd74879e140298038b28197384bfc952064e2478e865c41b54bfa264f8040194cd0b8d6211f25a
6
+ metadata.gz: 6013b5dedaf35b7401a872335d2bb5e7024271282c0b55417d8ec6463d596750a390776957b3ba34659f90c0265dffbb8fa070b48f3165e0aa02dc8e8836e289
7
+ data.tar.gz: b613a2624d3ca886ac8962306a18f166a95ceed80af0818cd528fb21a0a894f8c9067c1681dd3865b80a96fef3f27a087cf3912c1ac71ad14b133f505759150d
data/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ 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
+
14
+ ## [0.8.0] - 2023-12-15
15
+
16
+ - Add `component_name` to `Workstep`
17
+
10
18
  ## [0.7.0] - 2023-12-13
11
19
 
12
20
  - Add `customer_name` and `customer_reference_link` 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.7.0"
5
+ VERSION = "0.9.0"
6
6
  end
7
7
  end
@@ -10,7 +10,7 @@ module Zaikio
10
10
 
11
11
  attributes :created_at, :updated_at, :name, :phase, :reference,
12
12
  :reference_link, :job_title, :job_reference, :job_reference_link,
13
- :customer_name, :customer_reference_link,
13
+ :component_name, :customer_name, :customer_reference_link,
14
14
  :starting_at, :due_at, :allocated_at, :completed_at,
15
15
  :ready_for_consumption_at
16
16
 
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.7.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-13 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