dcm_dict 0.67.0 → 0.68.0

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: 756bed21b5d9f253c78c9ff781fcaee8584a5a1899cceeb5b015b1709524c907
4
- data.tar.gz: c73c0adaf0cbfc1d3d488b0c48fc1cd48f69b630f87e024ba34f299dd4a183b0
3
+ metadata.gz: 83667e5f02fe76bdcf425bf340a4d4677e5887576a026026de5706def9d63892
4
+ data.tar.gz: 67807a7595ec99e8ccae73af472fd6284881a12f57c0edfadca53a26c8825805
5
5
  SHA512:
6
- metadata.gz: 29fed03b2e2076ff12eea305eaf9d12b4ccfd4f9a6d79d69530386f9ab55333aa2108076a3ec58cce629fecd19bb77f215f9176fee1a555491613c8a5abe1e7a
7
- data.tar.gz: 7bb152bb4d05833dbd493faaaf50baa015ac66501d247aa692b6a5f2e13cc37e1151b730135ccc865c09371f7970641861b29f6313f09524eb3ce1665f22aa5f
6
+ metadata.gz: ef5373788c906ee23f0a9d7fb64806f9e14961ee2effb9ce9df2ea5217c9675bb5bbcb53eee4336822e3b6764497c8cea8996d731c80527603c71d642595e902
7
+ data.tar.gz: 1743db6ac289c90c45f2a83449b388baa4a1fef9d270f1196387cfc5e96831949f24c87e199770ee286677e9b174d84f7868f7dfffe7cf16a565fb5048b72f22
data/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  ---
4
4
 
5
+ ## v0.68.0 (2026-05-31)
6
+
7
+ - Update to 2026b Base Standard
8
+ - Updated gemspec requirements
9
+
10
+ ---
11
+
12
+ ## v0.67.0 (2026-03-19)
13
+
14
+ - Update to 2026a Base Standard
15
+
16
+ ---
17
+
5
18
  ## v0.66.0 (2025-10-16)
6
19
 
7
20
  - Update to 2025d Base Standard
data/README.md CHANGED
@@ -312,7 +312,7 @@ Check the file for other details.
312
312
 
313
313
  ## Note
314
314
 
315
- Current library version is aligned to _DICOM Base Standard_ **2026a**
315
+ Current library version is aligned to _DICOM Base Standard_ **2026b**
316
316
 
317
317
  ## Install
318
318
 
data/Rakefile CHANGED
@@ -3,6 +3,8 @@ require "dcm_dict/version"
3
3
  require 'rake'
4
4
  require 'rspec/core/rake_task'
5
5
 
6
+ puts "Using Rake #{Rake::VERSION}"
7
+
6
8
  desc "Check all spec"
7
9
  RSpec::Core::RakeTask.new(:spec) do |t|
8
10
  t.pattern = 'spec/**/*_spec.rb'