allscripts_unity_client 5.1.4.pre.2 → 5.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a993add7d05fe2cffd3826d074b8f81a01e5a31e5c1614f953a9d9e1d543bb6e
|
4
|
+
data.tar.gz: 90f10242dcf1aff22295dad3c2ef65a3b183e078abb30d2a729a6022ed51d220
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5eb80f009dbbb38a4f4a037a3f7f15abe6116fe1612aa532ad1103f91ceb4e083ec6e7016d35ef5df04f85fb3ccff0345345eaf3a1c7e7ea16cf4dadefb798cb
|
7
|
+
data.tar.gz: f1d76441b1418cc92239a4e5b49e961b78c2cc2283e32ee7f1a6d049d3586a423dfa1d503be3f4819068fa5f0e270a50c478ab140ee6f3263b56475681dde482
|
@@ -32,6 +32,7 @@ module AllscriptsUnityClient
|
|
32
32
|
@timeout = options[:timeout]
|
33
33
|
@ehr_userid = options[:ehr_userid]
|
34
34
|
@ehr_password = options[:ehr_password]
|
35
|
+
@use_ubiquity = options[:use_ubiquity] || false
|
35
36
|
|
36
37
|
self.timezone = options[:timezone]
|
37
38
|
self.base_unity_url = options[:base_unity_url]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: allscripts_unity_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.4
|
4
|
+
version: 5.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- healthfinch
|
@@ -260,9 +260,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
260
260
|
version: 2.4.2
|
261
261
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
262
262
|
requirements:
|
263
|
-
- - "
|
263
|
+
- - ">="
|
264
264
|
- !ruby/object:Gem::Version
|
265
|
-
version:
|
265
|
+
version: '0'
|
266
266
|
requirements: []
|
267
267
|
rubygems_version: 3.0.3
|
268
268
|
signing_key:
|