udap_security_test_kit 0.11.1 → 0.11.2

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: 191991de0d6424f3f08d07ef03bb5609a2fad336acdde0f61e4a62de7786fdd2
4
- data.tar.gz: f65208486d7cea656ce8aa10f54cffc0ec885200703ce753e7d6c179e111a533
3
+ metadata.gz: 16dcc359a2f590b5427665389f1a4916be275dc2be12a388d8ed7c3a17ee5e7b
4
+ data.tar.gz: 9089b5edef3d1a80f0dbf84dc5dee626e40ff04de325170d30a8f310e4b91ab7
5
5
  SHA512:
6
- metadata.gz: d47d7583522b6f734d6048333dc9e127f21f503e0ed0369872a3af86f40c36d904c1ab50d00b886ff3d49158be427b6638f3f3e54f3ac24070ca5bb664276fc7
7
- data.tar.gz: 868a2a47d0c8575db14b97327027b2221e19367ac6daa37376992b7bf6cbc87c905327351c7f2233b1b62507765e4a389c86e4e61e2c280e356b367f0ace89fa
6
+ metadata.gz: 201455391e33a8f2e278fa15150fd8882c8dd27562cf7425f965431ad61c8a17d5470da3ae699515b2acd1e1d5c9b736e5c51e45bfad8446a35dafdb490787ce
7
+ data.tar.gz: 1abdcaa5303cb9328ce8916aa0bedf766d5c590460246a421619931c60b1b4e9ed7a069946af7c688d3f4d79cc22590946f05bbddae4690d303c8f4b0acba606
@@ -3,7 +3,7 @@ require_relative 'version'
3
3
  module UDAPSecurityTestKit
4
4
  class Metadata < Inferno::TestKit
5
5
  id :udap_security
6
- title 'UDAP Security'
6
+ title 'UDAP Security Test Kit'
7
7
  description <<~DESCRIPTION
8
8
  This is a collection of tests to verify server conformance to the [HL7 UDAP Security
9
9
  STU 1.0 IG](https://hl7.org/fhir/us/udap-security/STU1/index.html)
@@ -23,7 +23,7 @@ module UDAPSecurityTestKit
23
23
  DESCRIPTION
24
24
  suite_ids [:udap_security]
25
25
  tags ['UDAP Security']
26
- last_updated '2025-01-09'
26
+ last_updated LAST_UPDATED
27
27
  version VERSION
28
28
  maturity 'Low'
29
29
  authors 'inferno@groups.mitre.org'
@@ -1,3 +1,4 @@
1
1
  module UDAPSecurityTestKit
2
- VERSION = '0.11.1'.freeze
2
+ VERSION = '0.11.2'.freeze
3
+ LAST_UPDATED = '2025-03-11'.freeze
3
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: udap_security_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-03-06 00:00:00.000000000 Z
12
+ date: 2025-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: inferno_core