his_emr_api_lab 2.4.3 → 2.4.4

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: 87bb2fa74878c6f69d4f52ec514e1e03118608be3e466f0b80a43df7cb0d51dc
4
- data.tar.gz: 65227f424e63b2f179f74339e34ec2cb3437d8068b219cfb9a94754a1e511cb0
3
+ metadata.gz: f50deefb7cbd1c86b4b08b3c22d173f48a1a8da57399051247a6cd71fdc631ae
4
+ data.tar.gz: 621cb083624e5fde98f425946a0efbfcf8104151140d72c9047a478fab4ca305
5
5
  SHA512:
6
- metadata.gz: bdba5bc2908c3eaeb1389f1dd746fe0ebd9728c75e70ccc84553a0b3a25e54b238f36298367e927eeac87feea4d01d4283e11ef70a919a31553197156a4d8a68
7
- data.tar.gz: 0c18b7c2ccc0e5ea5c1bb775aa286990bcd1ea254ececc70d35b386e5b6dde885c72b0b276aa9b524a9cccb2fbdbb673439c68ee6b046085c320cfe8becd8905
6
+ metadata.gz: dbf52fd1e2efb47895308e668f120de8ae39abbd4ca51ed3a9a32f494669db317dfb3be1b5fb86bd5a770311fb175a06ed127c29a0a8296c2d6275db3f57b4b9
7
+ data.tar.gz: 9379bc707799b2db5cca3d4033c3b845a802a7b811584ed057235e407a405ebc09d99a6614e7c21a2835494e0df64f06c6d02ca8e71ae6e6a02ad5ce074b8dfe
@@ -41,7 +41,7 @@ module Lab
41
41
  end
42
42
 
43
43
  # force commit all transactions
44
- ActiveRecord::Base.connection.commit_db_transaction
44
+ # ActiveRecord::Base.connection.commit_db_transaction
45
45
 
46
46
  # Execute job synchronously
47
47
  ProcessLabResultJob.perform_now(results_obs.id, serializer, result_enter_by)
data/lib/lab/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lab
4
- VERSION = '2.4.3'.freeze
4
+ VERSION = '2.4.4'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: his_emr_api_lab
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.3
4
+ version: 2.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elizabeth Glaser Pediatric Foundation Malawi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-21 00:00:00.000000000 Z
11
+ date: 2026-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: couchrest