roqua-healthy 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 55deed92d3c485a1be152d296ee2811252f48947
4
- data.tar.gz: 1203252d41c3fb84053d04f0d01a3668fa8ed70f
3
+ metadata.gz: 90e85e0b18e6b37f9a48b089fee0011392f545c5
4
+ data.tar.gz: 124b2e5daa99d5eb4028a7f8a324b62f0c0c6cb2
5
5
  SHA512:
6
- metadata.gz: 47599a271bec411480ccd2be7d7ec53e4e55e9baa04d82ccd6e40cfcdc40224910ac2a62ab26a690d03d4ac0b6dcc5243c547b70e6f4f583922a1c639d5ba680
7
- data.tar.gz: da2432e8ba13859e503a8404e578c01e6995cd9ee878de3d00859140bf63f0c09ebc3ba7d5cba7d837d117634549d4db08fc14fda6d5bbcaa1c2d4bfe22dc2ff
6
+ metadata.gz: 40a990241477360065f646714dd5f624ab917601d058fe97c0a12bf1225440a9847ead78709da48070755f2a8f6385aa9dd45fb7bdec48bd967f3db029b1e72b
7
+ data.tar.gz: 18cc64eed73e964b7b8c399b1d974f29db48e3fb7224849b55d78430b1e909fcdf534b9e095e354f08b9ce263843e1a3b48a2218cab885f6987cc47761f0c4d7
@@ -1,6 +1,6 @@
1
1
  module Roqua
2
2
  module Healthy
3
3
  # healthy version
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
6
6
  end
@@ -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 = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
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.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