renalware-forms 0.1.7 → 0.1.8
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 076d09979f88aa5fef705a858a0a8895dad4610f69d54a215ed57f33a1a7f8af
|
|
4
|
+
data.tar.gz: abff785f7b686e2072abb4953ad2d3d754a6e2fc43f11b6d0cad4d6af54f233d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa359a21403f87511de1dd9827bfe195a471a7420e941db4a5f66361e9e38031f34c5fc1949830cd80bacc4c9eafcf36f837a6371684be266edae1051613a0a1
|
|
7
|
+
data.tar.gz: c2d518247b1652c1b1c8d91e0c7ae3a4c5fed214f172c4d676dd854329474f5df76b3fa7b9cb7cbd34a43baf9995cd00e530e29305abe925a699281607411c1a
|
|
@@ -121,11 +121,15 @@ module Renalware::Forms
|
|
|
121
121
|
args.hospital_telephone = "0000 000001"
|
|
122
122
|
args.hospital_department = "Renal"
|
|
123
123
|
args.hospital_address = [
|
|
124
|
-
|
|
125
|
-
"
|
|
126
|
-
"",
|
|
124
|
+
"The Royal London Hospital",
|
|
125
|
+
"Barts Health NHS Trust",
|
|
126
|
+
"Whitechapel",
|
|
127
127
|
"LONDON",
|
|
128
|
-
"E1 1FR"
|
|
128
|
+
"E1 1FR",
|
|
129
|
+
"UK",
|
|
130
|
+
"Tel: 0800 00000000",
|
|
131
|
+
"Another line"
|
|
132
|
+
|
|
129
133
|
]
|
|
130
134
|
args.no_known_allergies = false
|
|
131
135
|
args.allergies = ["Nuts", nil, "Penicillin", "Mown grass"]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: renalware-forms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Airslie Ltd
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|