cancer_pathology_data_sharing_test_kit 0.9.0 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8cb041eca0f86d72897b7c9e2a87ec2898579bf31fca1121984fe89792ae429
4
- data.tar.gz: 3e2b62dcf096f558fd4cc7c33f48052c0c90a0e41eb92994ac046770799145a3
3
+ metadata.gz: 8bc96d3d8f2bf16677269ba54db6b6459b39f03677b311f47385c50b5ad59c55
4
+ data.tar.gz: '09ba833af8c8e49ef28ea08c2880de7d96b0242efe62d2970b97ae6203897415'
5
5
  SHA512:
6
- metadata.gz: 2ffa133f614b9be76968250e823199fc4669c53cd7fce7cd8f2933ccbcdf07aaed2c2e64d7232f41977448c0a381fc4d9cdf7d02b9c485a54b7fdf25f1ccd21a
7
- data.tar.gz: 0d17694a54d164ed4d1d4ae11817d6b7ebd87d4dbddc9637a74ea754d933310c7ec62327cc4e4a0b4a1bbe23620e04320ab4226e19ad31b2c93c2a0b5eaeba28
6
+ metadata.gz: 1a7251ac6ca8d3bc35891c77c4b722d2a566a2d2f30b0c0bb0edd0fd9fc13e4e6639e80648dbd77cf85c07d926ccfece62219c8d802cdc54b2863e435cb4d2f5
7
+ data.tar.gz: 3ccb10d953d9eab60d9d0c733e48742157fa5d71b2d156a04b56bc0fa60e946e2bc1dbe4ccb46e162cc9e9ef3e796fba6169680977dbf4e5ad7ec553a1373eb7
@@ -3,7 +3,7 @@ require_relative 'version'
3
3
  module CancerPathologyDataSharingTestKit
4
4
  class Metadata < Inferno::TestKit
5
5
  id :cancer_pathology_data_sharing_test_kit
6
- title 'Cancer Pathology Data Sharing IG Test Kit'
6
+ title 'Cancer Pathology Data Sharing Test Kit'
7
7
  description <<~DESCRIPTION
8
8
 
9
9
  The Cancer Pathology Data Sharing (CPDS) Test Kit is a testing tool for Health IT systems
@@ -1,4 +1,4 @@
1
1
  module CancerPathologyDataSharingTestKit
2
- VERSION = '0.9.0'.freeze
3
- LAST_UPDATED = '2025-05-07'.freeze # TODO: update next release
2
+ VERSION = '0.9.1'.freeze
3
+ LAST_UPDATED = '2025-05-13'.freeze # TODO: update next release
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cancer_pathology_data_sharing_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Passas
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2025-05-07 00:00:00.000000000 Z
14
+ date: 2025-05-13 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: inferno_core