cats_core 1.1.29 → 1.1.30
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13f0bbe36a351142a7de75a500557cc117ab5bbbefda056ed4d18e5e66daf5f4
|
4
|
+
data.tar.gz: 0a4e5382aaa43a8485b7db31121f1e0b5b524616e1404ed3ce9327d815e459fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c09413b96216242e58a76a65e923d9a32a244df5ec558123350a6b7e445fc378b8a8f1ea997f1998a145be4bb57571205d48232bf78c849d27ac3ac8b87ba50b
|
7
|
+
data.tar.gz: b026966a9a06fba9e3f37308528957d6011d89bbf4f403a93e31e7586c1fa78514da27515c1ba4a9a92ded6a2c08eec9a43e0a563b90f11dd1a912537dcba151
|
@@ -1,8 +1,8 @@
|
|
1
1
|
module Cats
|
2
2
|
module Core
|
3
3
|
class DispatchTransactionSerializer < ActiveModel::Serializer
|
4
|
-
attributes :id, :source_id, :source_code, :destination_id, :destination_reference_no, :quantity,
|
5
|
-
:status
|
4
|
+
attributes :id, :source_id, :source_code, :destination_id, :destination_reference_no, :quantity,
|
5
|
+
:transaction_date, :status
|
6
6
|
end
|
7
7
|
end
|
8
8
|
end
|
data/lib/cats/core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cats_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henock L.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_model_serializers
|