dde_client 1.0.3 → 1.0.5

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: cad934bbdf5a932fda77d52cd316d3806338cad05862a032691394d49cc6f479
4
- data.tar.gz: 3d13bba00ba0fc220629bf56a38623e68ea404105e2f3bc1b1e822c318a2025a
3
+ metadata.gz: b4249b25da5b1a3fb2ae1d1983a1b1db923abc549b9e3fe1aca9076457886ad3
4
+ data.tar.gz: '0774816b4c50898586fc878a5d44a76f0fcfbb5017f99c192d84f57a137a27e2'
5
5
  SHA512:
6
- metadata.gz: 74db7dbfe6353378f324ef8b52b5e623ff381ea7a25e37091499a4b36c9c74001abef5e269d6ea2492c1b15359184f34ef1162033227f47ad24dc58eb554649f
7
- data.tar.gz: a7751a28f201954f0d4e5a81e39c8fb04d29dabef78a34107de6d29d6e8928a45bab0a96484cbb5ebeff839e5010e7331648cd145fa96151bbcd8ead4ec83f61
6
+ metadata.gz: 41c8825241b6d5ea9af30d81c655ba5cad83b3621f2cfcfb5cf14ebbc71d4946587de734ad3b472983a1444036611addb4b8d48637b413355900e7ca8434d86d
7
+ data.tar.gz: bbb06da8e74a26f38fcbc783c372e1732474f7c8d1a2f6b8757d540a7a346bb6c091b6cd2b2ad55e6257f1f8578c5b8dbdf805c0deb62dd9443f0469c84cd7cf
@@ -34,7 +34,7 @@ class DdeClient::MergingService
34
34
  elsif remote_local_merge?(primary_patient_ids, secondary_patient_ids)
35
35
  merge_remote_and_local_patients(primary_patient_ids, secondary_patient_ids, 'Remote and Local Patient')
36
36
  elsif inverted_remote_local_merge?(primary_patient_ids, secondary_patient_ids)
37
- merge_local_patients(primary_patient_ids, secondary_patient_ids, 'Local and Remote Patients')
37
+ merge_remote_and_local_patients(primary_patient_ids, secondary_patient_ids, 'Remote and Local Patient')
38
38
  elsif local_merge?(primary_patient_ids, secondary_patient_ids)
39
39
  merge_local_patients(primary_patient_ids, secondary_patient_ids, 'Local Patients')
40
40
  else
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DdeClient
4
- VERSION = "1.0.3"
4
+ VERSION = "1.0.5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dde_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - bryan-mw
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-15 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails