onc_certification_g10_test_kit 8.0.5 → 8.0.6

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.
@@ -1,3 +1,5 @@
1
+ require 'English'
2
+
1
3
  begin
2
4
  require 'selenium-webdriver'
3
5
  rescue LoadError
@@ -40,4 +42,11 @@ ref_server_revoke_token(session_id, inferno_host)
40
42
  start_run_cli_command =
41
43
  "bundle exec inferno session start_run #{session_id} #{revoke_token_group}" \
42
44
  "#{" -I #{inferno_host}" unless inferno_host.nil?}"
43
- exec(start_run_cli_command)
45
+
46
+ output = `#{start_run_cli_command}`
47
+ if $CHILD_STATUS.success?
48
+ warn "Started run for group '#{revoke_token_group}'."
49
+ else
50
+ puts output
51
+ end
52
+ exit($CHILD_STATUS.exitstatus)
@@ -2,7 +2,7 @@ require_relative '../inferno/terminology/tasks/check_built_terminology'
2
2
 
3
3
  module ONCCertificationG10TestKit
4
4
  class ConfigurationChecker
5
- EXPECTED_HL7_VALIDATOR_VERSION = '1.0.79'.freeze
5
+ EXPECTED_HL7_VALIDATOR_VERSION = '1.0.81'.freeze
6
6
  HL7_VALIDATOR_VERSION_KEY = 'validatorWrapperVersion'.freeze
7
7
 
8
8
  def configuration_messages
@@ -1,4 +1,4 @@
1
1
  module ONCCertificationG10TestKit
2
- VERSION = '8.0.5'.freeze
3
- LAST_UPDATED = '2026-07-13'.freeze # TODO: update next release
2
+ VERSION = '8.0.6'.freeze
3
+ LAST_UPDATED = '2026-07-27'.freeze # TODO: update next release
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onc_certification_g10_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.5
4
+ version: 8.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-13 00:00:00.000000000 Z
11
+ date: 2026-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bloomer
@@ -44,20 +44,20 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.2'
47
+ version: '1.4'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 1.2.2
50
+ version: 1.4.2
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - "~>"
56
56
  - !ruby/object:Gem::Version
57
- version: '1.2'
57
+ version: '1.4'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 1.2.2
60
+ version: 1.4.2
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: json-jwt
63
63
  requirement: !ruby/object:Gem::Requirement