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: db4149d1e53cb021ee11594b4f8cf74f8a10ae4d0cba115fc0996649a27a70b5
4
- data.tar.gz: bdbe876429d3fb79aff2e46058bfd42d674315a90e01c89f812df43022f7895f
3
+ metadata.gz: 193d5b467c63b2d95e5ca542ac33354a4ee6343d9da70ff0cefd5557e28c55f5
4
+ data.tar.gz: fd8fae6e4623ce876852e8c11608a0c917e7e7aeaa0ece76c5dddafcbf9a673c
5
5
  SHA512:
6
- metadata.gz: 57566b279852c47f8756db74b1693214885017fd5eab3f7874fc9146b7b62a5d6f386c2ce9e3349f18fece131f5de32addfb915354c312103b88aca41638e6d6
7
- data.tar.gz: 8475af7df8402fbc2e49e5f727280cb29a8ab7aab24e2572ec49ce820f1799217b06082632d114a13c326cf8d3d24f6477094d28efa8b7c45362d7dd90d56cef
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::JSONWrapper
21
+ serialize :args, ::CommandProposal::Service::JsonWrapper
22
22
  include ::CommandProposal::Service::ExternalBelong
23
23
 
24
24
  TRUNCATE_COUNT = 2000
@@ -1,6 +1,6 @@
1
1
  module CommandProposal
2
2
  module Service
3
- class JSONWrapper
3
+ class JsonWrapper
4
4
  # Allows directly setting pre-stringified JSON.
5
5
  def self.dump(obj)
6
6
  return obj if obj.is_a?(String)
@@ -1,3 +1,3 @@
1
1
  module CommandProposal
2
- VERSION = "1.0.17"
2
+ VERSION = "1.0.18"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command_proposal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.17
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rocco Nicholls