# -*- encoding: utf-8 -*- # stub: roqua-healthy 1.1.9 ruby lib Gem::Specification.new do |s| s.name = "roqua-healthy".freeze s.version = "1.1.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Marten Veldthuis".freeze] s.date = "2015-10-07" s.description = "Receives queries from RoQua, sends them to Mirth, and translates Mirth's responses back into Rubyland.".freeze s.email = "marten@roqua.nl".freeze s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".yardopts".freeze, "ChangeLog.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/get".freeze, "bin/get_old_mirth_processing_result".freeze, "bin/get_xml_for_patient".freeze, "bin/parse_local_xml".freeze, "lib/roqua-healthy.rb".freeze, "lib/roqua/healthy.rb".freeze, "lib/roqua/healthy/a19.rb".freeze, "lib/roqua/healthy/a19/address_parser.rb".freeze, "lib/roqua/healthy/a19/cdis_name_parser.rb".freeze, "lib/roqua/healthy/a19/correct_patient_check.rb".freeze, "lib/roqua/healthy/a19/fetcher.rb".freeze, "lib/roqua/healthy/a19/impulse_name_parser.rb".freeze, "lib/roqua/healthy/a19/name_parser.rb".freeze, "lib/roqua/healthy/a19/response_parser.rb".freeze, "lib/roqua/healthy/a19/response_validator.rb".freeze, "lib/roqua/healthy/a19/transformer.rb".freeze, "lib/roqua/healthy/client.rb".freeze, "lib/roqua/healthy/errors.rb".freeze, "lib/roqua/healthy/message_cleaner.rb".freeze, "lib/roqua/healthy/version.rb".freeze, "roqua-healthy.gemspec".freeze, "spec/fixtures/cdis_gerda_geit.xml".freeze, "spec/fixtures/cdis_jan_fictief.xml".freeze, "spec/fixtures/cdis_missing_address.xml".freeze, "spec/fixtures/cdis_piet_fictief.xml".freeze, "spec/fixtures/comez_patient.xml".freeze, "spec/fixtures/medo_patient.xml".freeze, "spec/fixtures/oru-requests/spsy1218j.hl7".freeze, "spec/fixtures/oru-requests/spsy1218o.hl7".freeze, "spec/fixtures/oru-requests/spsy1218o2.hl7".freeze, "spec/fixtures/oru-requests/spsy411o.hl7".freeze, "spec/fixtures/oru-requests/spsy411o2.hl7".freeze, "spec/fixtures/oru-requests/spsyl.hl7".freeze, "spec/fixtures/oru-responses/xmcare_nack.hl7".freeze, "spec/fixtures/user_patient.xml".freeze, "spec/fixtures/user_patient_not_found.xml".freeze, "spec/fixtures/user_patient_with_gsm_and_email.xml".freeze, "spec/fixtures/user_patient_with_maiden_name.xml".freeze, "spec/fixtures/xmcare_impersonating_cdis.xml".freeze, "spec/fixtures/xmcare_patient.xml".freeze, "spec/fixtures/xmcare_patient_email_in_field_number_four.xml".freeze, "spec/fixtures/xmcare_patient_not_found.xml".freeze, "spec/fixtures/xmcare_patient_with_maiden_name.xml".freeze, "spec/fixtures/xmcare_patient_without_birthdate.xml".freeze, "spec/fixtures/xmcare_timeout_waiting_for_ack.xml".freeze, "spec/healthy_spec.rb".freeze, "spec/integration/cdis_spec.rb".freeze, "spec/integration/comez_spec.rb".freeze, "spec/integration/medo_spec.rb".freeze, "spec/integration/mirth_spec.rb".freeze, "spec/integration/user_spec.rb".freeze, "spec/integration/xmcare_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixtures.rb".freeze, "spec/unit/a19/address_parser_spec.rb".freeze, "spec/unit/a19/correct_patient_check_spec.rb".freeze, "spec/unit/a19/fetcher_spec.rb".freeze, "spec/unit/a19_spec.rb".freeze, "spec/unit/client_spec.rb".freeze, "spec/unit/message_cleaner_spec.rb".freeze] s.homepage = "https://github.com/roqua/healthy".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Arranges communication between Mirth and RoQua".freeze s.test_files = ["spec/fixtures/cdis_gerda_geit.xml".freeze, "spec/fixtures/cdis_jan_fictief.xml".freeze, "spec/fixtures/cdis_missing_address.xml".freeze, "spec/fixtures/cdis_piet_fictief.xml".freeze, "spec/fixtures/comez_patient.xml".freeze, "spec/fixtures/medo_patient.xml".freeze, "spec/fixtures/oru-requests/spsy1218j.hl7".freeze, "spec/fixtures/oru-requests/spsy1218o.hl7".freeze, "spec/fixtures/oru-requests/spsy1218o2.hl7".freeze, "spec/fixtures/oru-requests/spsy411o.hl7".freeze, "spec/fixtures/oru-requests/spsy411o2.hl7".freeze, "spec/fixtures/oru-requests/spsyl.hl7".freeze, "spec/fixtures/oru-responses/xmcare_nack.hl7".freeze, "spec/fixtures/user_patient.xml".freeze, "spec/fixtures/user_patient_not_found.xml".freeze, "spec/fixtures/user_patient_with_gsm_and_email.xml".freeze, "spec/fixtures/user_patient_with_maiden_name.xml".freeze, "spec/fixtures/xmcare_impersonating_cdis.xml".freeze, "spec/fixtures/xmcare_patient.xml".freeze, "spec/fixtures/xmcare_patient_email_in_field_number_four.xml".freeze, "spec/fixtures/xmcare_patient_not_found.xml".freeze, "spec/fixtures/xmcare_patient_with_maiden_name.xml".freeze, "spec/fixtures/xmcare_patient_without_birthdate.xml".freeze, "spec/fixtures/xmcare_timeout_waiting_for_ack.xml".freeze, "spec/healthy_spec.rb".freeze, "spec/integration/cdis_spec.rb".freeze, "spec/integration/comez_spec.rb".freeze, "spec/integration/medo_spec.rb".freeze, "spec/integration/mirth_spec.rb".freeze, "spec/integration/user_spec.rb".freeze, "spec/integration/xmcare_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixtures.rb".freeze, "spec/unit/a19/address_parser_spec.rb".freeze, "spec/unit/a19/correct_patient_check_spec.rb".freeze, "spec/unit/a19/fetcher_spec.rb".freeze, "spec/unit/a19_spec.rb".freeze, "spec/unit/client_spec.rb".freeze, "spec/unit/message_cleaner_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.18".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.2.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_development_dependency(%q.freeze, ["= 0.17.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.2".freeze]) end