roqua-healthy 1.0.0 → 1.0.1
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 +4 -4
- data/lib/roqua/healthy/version.rb +1 -1
- data/{healthy.gemspec → roqua-healthy.gemspec} +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90e85e0b18e6b37f9a48b089fee0011392f545c5
|
|
4
|
+
data.tar.gz: 124b2e5daa99d5eb4028a7f8a324b62f0c0c6cb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40a990241477360065f646714dd5f624ab917601d058fe97c0a12bf1225440a9847ead78709da48070755f2a8f6385aa9dd45fb7bdec48bd967f3db029b1e72b
|
|
7
|
+
data.tar.gz: 18cc64eed73e964b7b8c399b1d974f29db48e3fb7224849b55d78430b1e909fcdf534b9e095e354f08b9ce263843e1a3b48a2218cab885f6987cc47761f0c4d7
|
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
|
|
|
13
13
|
gem.homepage = "https://github.com/roqua/healthy"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
|
-
gem.executables =
|
|
16
|
+
gem.executables = [] # executables in bin/ are helpers for use during development
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
18
18
|
gem.require_paths = ['lib']
|
|
19
19
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: roqua-healthy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marten Veldthuis
|
|
@@ -223,11 +223,7 @@ dependencies:
|
|
|
223
223
|
description: Receives queries from RoQua, sends them to Mirth, and translates Mirth's
|
|
224
224
|
responses back into Rubyland.
|
|
225
225
|
email: marten@roqua.nl
|
|
226
|
-
executables:
|
|
227
|
-
- get
|
|
228
|
-
- get_old_mirth_processing_result
|
|
229
|
-
- get_xml_for_patient
|
|
230
|
-
- parse_local_xml
|
|
226
|
+
executables: []
|
|
231
227
|
extensions: []
|
|
232
228
|
extra_rdoc_files: []
|
|
233
229
|
files:
|
|
@@ -246,7 +242,6 @@ files:
|
|
|
246
242
|
- bin/get_old_mirth_processing_result
|
|
247
243
|
- bin/get_xml_for_patient
|
|
248
244
|
- bin/parse_local_xml
|
|
249
|
-
- healthy.gemspec
|
|
250
245
|
- lib/roqua-healthy.rb
|
|
251
246
|
- lib/roqua/healthy.rb
|
|
252
247
|
- lib/roqua/healthy/a19.rb
|
|
@@ -261,6 +256,7 @@ files:
|
|
|
261
256
|
- lib/roqua/healthy/errors.rb
|
|
262
257
|
- lib/roqua/healthy/message_cleaner.rb
|
|
263
258
|
- lib/roqua/healthy/version.rb
|
|
259
|
+
- roqua-healthy.gemspec
|
|
264
260
|
- spec/fixtures/cdis_gerda_geit.xml
|
|
265
261
|
- spec/fixtures/cdis_jan_fictief.xml
|
|
266
262
|
- spec/fixtures/cdis_piet_fictief.xml
|