command_proposal 1.0.17 → 1.0.18
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: 193d5b467c63b2d95e5ca542ac33354a4ee6343d9da70ff0cefd5557e28c55f5
|
4
|
+
data.tar.gz: fd8fae6e4623ce876852e8c11608a0c917e7e7aeaa0ece76c5dddafcbf9a673c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48d63efa8ed693c2b30e3839deb6d406446c66ec067492bd3ef9300973a675d85f3421303def7abdcae2168336b158268401b59e3a84abe37ea5c94629ff2aa4
|
7
|
+
data.tar.gz: b7ace39b402981e847a73d5a89c28a75c96e7b2c4f310b5b2a5bae9248ccd24c31ed128da7bb5ef8bb214f1cc986e7ed1113916c99bb2bd196a93f9465f393e0
|
@@ -18,7 +18,7 @@ require_dependency "command_proposal/service/json_wrapper"
|
|
18
18
|
|
19
19
|
class ::CommandProposal::Iteration < ApplicationRecord
|
20
20
|
self.table_name = :command_proposal_iterations
|
21
|
-
serialize :args, ::CommandProposal::Service::
|
21
|
+
serialize :args, ::CommandProposal::Service::JsonWrapper
|
22
22
|
include ::CommandProposal::Service::ExternalBelong
|
23
23
|
|
24
24
|
TRUNCATE_COUNT = 2000
|