egov_utils 1.5.2 → 1.5.3

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: 00a812c26a6b677a4a10133a12d51d5ebaf45d3b26153cc3cf98500c54c6a0e4
4
- data.tar.gz: 55fb7eb4ff838991649061d715dbb6d0835ab6b90e611a71163e4bf8f3b07688
3
+ metadata.gz: c4593b9fed372b8713bd8ad41ae00a18aeed092632bc34b8372498e1d31fb6c8
4
+ data.tar.gz: 505909e434b0a286b79f862d668929494abe0111da958ea9a98a52a4ed2b4964
5
5
  SHA512:
6
- metadata.gz: 99707ae89bc0a01b0510da1859267a00bf16bca2aaa35e3d70ce6f6af6a96512b57dfc852f19a60c5604dfa5c5d9ea5c597c0c9ec662c73b81096a8f133739a8
7
- data.tar.gz: 45f59f259aa0010bca3b153a680d2a0ec171ef3d55562e7fc4e0c75e8d8775a129ec531bc7175a443858936d884c60d1042ecdc60257cef31d46fa5a4fc14ce9
6
+ metadata.gz: fed720bca91e3b70ba619ca64c93f02bb9f95522b5d45abc3060dd3e1a8cc74076926f05517f5625344d59cb9245503d317d0199877a552a865a52d582bbc89c
7
+ data.tar.gz: b30b6e1328c71cceb6efcf3504a7f805ff888ca72c727838cb053c98f5fa9e75d6d94d1995ec7a48f7ac1205bc94dbb2e926a9a1dd505fc04b6b9755d483914c
@@ -88,8 +88,10 @@ module EgovUtils
88
88
 
89
89
  if person_entity.persisted?
90
90
  person_entity.person.update!(remote_id:)
91
- person_entity.person
91
+ else
92
+ person_entity.save(validate: false)
92
93
  end
94
+ person_entity.person
93
95
  else
94
96
  new(create_attrs).tap do
95
97
  _1.save(validate: false)
@@ -1,3 +1,3 @@
1
1
  module EgovUtils
2
- VERSION = '1.5.2'
2
+ VERSION = '1.5.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egov_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-03 00:00:00.000000000 Z
11
+ date: 2025-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails