libis-workflow-mongoid 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89753faeb66f9f2f4fb3f8322dbdf57598fe15e7ac5ab5e6d7b30e498d80ca25
4
- data.tar.gz: 3998b6d3b820a95f3b3135de1cb77528d8bc364a180ade98dff55681c6676840
3
+ metadata.gz: 752a4d8e9e535ada7b0545a22f87cfc85022c270310c2226e6a3c93329b9330d
4
+ data.tar.gz: fe6582f308398e14c7fd54d88acee82ca0a59800364cfc763ab52d72c237d9cb
5
5
  SHA512:
6
- metadata.gz: 8e59b1e9266318e8bd6a75bcfd1cd6806c3e5bf7acc04c9aafbb337c431154958a8c0c60bba6356339e54643b7da70b2f5c8a76007f3da0c5fe5d805b447ea8f
7
- data.tar.gz: afd20e5a883a2db552d73a6c3782f44a5ac2a48a833a2d2cc708988e12068403f622c9e0926d61248403e5445b18f80768e90c3366614344ba9a7ae2b45d454e
6
+ metadata.gz: 0f6363e91629e857655e0ea4e32945dc3557ab7b8d888cd55e7afb24351eea33f0b3bf6cfbe2f4908c6ead6044b5062e2950e99db4bca302d72dc18852f25f84
7
+ data.tar.gz: 9763cc726a5eb235753ad52579701d0d4e359d8270945c26457ed9a606268ca92bed6c2102ac4f54b022a90fee96c41e1e089afbf344d33d85f8ff80ea7bdb09
@@ -55,9 +55,9 @@ module Libis
55
55
 
56
56
  def to_hash
57
57
  result = self.attributes.reject { |k, v| v.blank? || volatile_attributes.include?(k) }
58
- result = result.to_yaml.gsub(/!ruby\/hash:BSON::Document/, '')
59
- # noinspection RubyResolve
60
- result = YAML.load(result)
58
+ # result = result.to_yaml.gsub(/!ruby\/hash:BSON::Document/, '')
59
+ # # noinspection RubyResolve
60
+ # result = YAML.load(result)
61
61
  result.key_strings_to_symbols!(recursive: true)
62
62
  end
63
63
 
@@ -1,7 +1,7 @@
1
1
  module Libis
2
2
  module Workflow
3
3
  module Mongoid
4
- VERSION = '2.1.1' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
4
+ VERSION = '2.1.2' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-workflow-mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-09 00:00:00.000000000 Z
11
+ date: 2023-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: libis-workflow
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.1.6
159
+ rubygems_version: 3.3.7
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: Mongoid persistence for the LIBIS Workflow framework.