dcm_dict 0.61.0 → 0.61.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/bin/dcm_dict_converter.rb +2 -2
- data/lib/dcm_dict/dictionary/base_dictionary.rb +1 -1
- data/lib/dcm_dict/dictionary/base_record.rb +1 -1
- data/lib/dcm_dict/dictionary/data_element_dictionary.rb +1 -1
- data/lib/dcm_dict/dictionary/data_element_record.rb +1 -1
- data/lib/dcm_dict/dictionary/uid_record.rb +1 -1
- data/lib/dcm_dict/encoder/data_to_code.rb +1 -1
- data/lib/dcm_dict/error/dictionary_error.rb +1 -1
- data/lib/dcm_dict/ext/object_extension.rb +1 -1
- data/lib/dcm_dict/refine/array_refine.rb +1 -1
- data/lib/dcm_dict/refine/data_element_refine.rb +1 -1
- data/lib/dcm_dict/refine/internal/array_refine_internal.rb +1 -1
- data/lib/dcm_dict/refine/internal/hash_refine_internal.rb +1 -1
- data/lib/dcm_dict/refine/internal/string_refine_internal.rb +1 -1
- data/lib/dcm_dict/refine/string_refine.rb +1 -1
- data/lib/dcm_dict/refine/symbol_refine.rb +1 -1
- data/lib/dcm_dict/refine/uid_refine.rb +1 -1
- data/lib/dcm_dict/rubies/rb_ext.rb +1 -1
- data/lib/dcm_dict/source_data/data_elements_data.rb +1 -1
- data/lib/dcm_dict/source_data/detached_data.rb +1 -1
- data/lib/dcm_dict/source_data/uid_values_data.rb +1 -1
- data/lib/dcm_dict/version.rb +2 -2
- data/lib/dcm_dict/xml/constant.rb +1 -1
- data/lib/dcm_dict/xml/field_data.rb +1 -1
- data/lib/dcm_dict/xml/nokogiri_tool.rb +1 -1
- data/lib/dcm_dict/xml/rexml_tool.rb +1 -1
- data/lib/dcm_dict/xml/tag_field_data.rb +1 -1
- data/lib/dcm_dict/xml/uid_field_data.rb +1 -1
- data/lib/dcm_dict/xml/xml_tool.rb +1 -1
- data/lib/dcm_dict.rb +1 -1
- data/spec/data_element_sample_spec_helper.rb +1 -1
- data/spec/data_element_shared_example_spec_helper.rb +1 -1
- data/spec/dcm_dict/dictionary/data_element_dictionary_spec.rb +1 -1
- data/spec/dcm_dict/dictionary/data_element_record_spec.rb +1 -1
- data/spec/dcm_dict/dictionary/uid_record_spec.rb +1 -1
- data/spec/dcm_dict/encoder/data_to_code_spec.rb +1 -1
- data/spec/dcm_dict/ext/object_extension_spec.rb +1 -1
- data/spec/dcm_dict/refine/array_refine_spec.rb +1 -1
- data/spec/dcm_dict/refine/internal/array_refine_internal_spec.rb +1 -1
- data/spec/dcm_dict/refine/internal/hash_refine_internal_spec.rb +1 -1
- data/spec/dcm_dict/refine/internal/string_refine_internal_spec.rb +1 -1
- data/spec/dcm_dict/refine/string_refine_spec.rb +1 -1
- data/spec/dcm_dict/refine/symbol_refine_spec.rb +1 -1
- data/spec/dcm_dict/rubies/rb_ext_spec.rb +1 -1
- data/spec/dcm_dict/source_data/data_elements_data_spec.rb +1 -1
- data/spec/dcm_dict/source_data/detached_data_spec.rb +1 -1
- data/spec/dcm_dict/source_data/uid_values_data_spec.rb +1 -1
- data/spec/dcm_dict/version_spec.rb +1 -1
- data/spec/dcm_dict/xml/tag_field_data_spec.rb +1 -1
- data/spec/dcm_dict/xml/uid_field_data_spec.rb +1 -1
- data/spec/dictionary_shared_example_spec_helper.rb +1 -1
- data/spec/refine_shared_example_spec_helper.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/spec/xml_sample_spec_helper.rb +1 -1
- metadata +17 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5c28e180fdad06563ef17a239653fbf2ed121e51e5c0a2ce9ba53dfd8f94294
|
4
|
+
data.tar.gz: ff95c0a391e8e91c2604e92f6d48280ea01b021d519e5ae9e8e345704c87f90b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9626792c1ac7c78a81f262fbbe4d6410f04428a12c70dba6b1de93de415448b822907a10d3fca9a0e4f682e9d8ce6bbbfdcda17e00c45417610c1dc1748e3f84
|
7
|
+
data.tar.gz: 29ba53d9a076fb00c67782d85881be92a3b78e911d7f0893860efac1a3118d2de579319dbe5f223cfd14067820b85d172969a7c301c540aedd766845ed48ddf6
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,19 @@
|
|
1
1
|
# DcmDict project Changelog
|
2
|
+
---
|
3
|
+
## v0.61.2 (2025-02-20)
|
4
|
+
* Updated dcm_dict.gemspec due to a security update for the Nokogiri gem
|
5
|
+
|
6
|
+
### Note
|
7
|
+
* Nokogiri v1.18.3 upgrades its dependency libxml2 to v2.13.6
|
8
|
+
|
9
|
+
[resolve CVE-2025-24928 and CVE-2024-56171](https://rubysec.com/advisories/GHSA-vvfq-8hwr-qm4m)
|
10
|
+
___
|
11
|
+
## v0.61.1 (2025-01-01)
|
12
|
+
* Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
|
13
|
+
* Update copyright years
|
14
|
+
* Updated gemspec requirements
|
15
|
+
#### Note for gemspec
|
16
|
+
> Development Dependency fixed to latest tested version
|
2
17
|
___
|
3
18
|
## v0.61.0 (2024-12-28)
|
4
19
|
* Update to 2024e Base Standard
|
data/LICENSE
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
DcmDict is a Ruby gem (dcm_dict) to handle
|
2
2
|
in a simple way the Data defined within the DICOM Standard.
|
3
3
|
|
4
|
-
Copyright (C) 2014-
|
4
|
+
Copyright (C) 2014-2025 Enrico Rivarola
|
5
5
|
|
6
6
|
DcmDict is free software: you can redistribute it and/or modify
|
7
7
|
it under the terms of the GNU General Public License as published by
|
data/README.md
CHANGED
@@ -318,7 +318,7 @@ There are many possible *candidates* for inclusion in the *dictionary*, here are
|
|
318
318
|
TBD
|
319
319
|
|
320
320
|
## License
|
321
|
-
Copyright (C) 2014-
|
321
|
+
Copyright (C) 2014-2025 Enrico Rivarola.
|
322
322
|
See the `LICENSE` and `COPYING` files for license details.
|
323
323
|
|
324
324
|
## Ruby Gem
|
data/bin/dcm_dict_converter.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
# -*- ruby -*-
|
3
3
|
#
|
4
|
-
# Copyright (C) 2014-
|
4
|
+
# Copyright (C) 2014-2025 Enrico Rivarola
|
5
5
|
#
|
6
6
|
# This file is part of DcmDict gem (dcm_dict).
|
7
7
|
#
|
@@ -29,7 +29,7 @@ require 'dcm_dict'
|
|
29
29
|
require 'dcm_dict/xml/xml_tool'
|
30
30
|
|
31
31
|
LICENSE_TEXT=<<END_LICENSE
|
32
|
-
Copyright (C) 2014-
|
32
|
+
Copyright (C) 2014-2025 Enrico Rivarola
|
33
33
|
|
34
34
|
This file is part of DcmDict gem (dcm_dict).
|
35
35
|
|
data/lib/dcm_dict/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (C) 2014-
|
2
|
+
# Copyright (C) 2014-2025 Enrico Rivarola
|
3
3
|
#
|
4
4
|
# This file is part of DcmDict gem (dcm_dict).
|
5
5
|
#
|
@@ -22,6 +22,6 @@
|
|
22
22
|
# applicable local, state, national or international regulations.
|
23
23
|
#
|
24
24
|
module DcmDict
|
25
|
-
VERSION = "0.61.
|
25
|
+
VERSION = "0.61.2"
|
26
26
|
DICOM_DOC_VERSION = "2024e"
|
27
27
|
end
|
data/lib/dcm_dict.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dcm_dict
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.61.
|
4
|
+
version: 0.61.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Enrico Rivarola
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: nokogiri
|
@@ -16,40 +15,40 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - "~>"
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1.
|
18
|
+
version: '1.18'
|
20
19
|
- - ">="
|
21
20
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.
|
21
|
+
version: 1.18.3
|
23
22
|
type: :development
|
24
23
|
prerelease: false
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
26
25
|
requirements:
|
27
26
|
- - "~>"
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: '1.
|
28
|
+
version: '1.18'
|
30
29
|
- - ">="
|
31
30
|
- !ruby/object:Gem::Version
|
32
|
-
version: 1.
|
31
|
+
version: 1.18.3
|
33
32
|
- !ruby/object:Gem::Dependency
|
34
33
|
name: rspec
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
36
35
|
requirements:
|
37
36
|
- - "~>"
|
38
37
|
- !ruby/object:Gem::Version
|
39
|
-
version: '3.
|
38
|
+
version: '3.13'
|
40
39
|
- - ">="
|
41
40
|
- !ruby/object:Gem::Version
|
42
|
-
version: 3.
|
41
|
+
version: 3.13.0
|
43
42
|
type: :development
|
44
43
|
prerelease: false
|
45
44
|
version_requirements: !ruby/object:Gem::Requirement
|
46
45
|
requirements:
|
47
46
|
- - "~>"
|
48
47
|
- !ruby/object:Gem::Version
|
49
|
-
version: '3.
|
48
|
+
version: '3.13'
|
50
49
|
- - ">="
|
51
50
|
- !ruby/object:Gem::Version
|
52
|
-
version: 3.
|
51
|
+
version: 3.13.0
|
53
52
|
- !ruby/object:Gem::Dependency
|
54
53
|
name: simplecov
|
55
54
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,20 +75,20 @@ dependencies:
|
|
76
75
|
requirements:
|
77
76
|
- - "~>"
|
78
77
|
- !ruby/object:Gem::Version
|
79
|
-
version: '13.
|
78
|
+
version: '13.2'
|
80
79
|
- - ">="
|
81
80
|
- !ruby/object:Gem::Version
|
82
|
-
version: 13.
|
81
|
+
version: 13.2.1
|
83
82
|
type: :development
|
84
83
|
prerelease: false
|
85
84
|
version_requirements: !ruby/object:Gem::Requirement
|
86
85
|
requirements:
|
87
86
|
- - "~>"
|
88
87
|
- !ruby/object:Gem::Version
|
89
|
-
version: '13.
|
88
|
+
version: '13.2'
|
90
89
|
- - ">="
|
91
90
|
- !ruby/object:Gem::Version
|
92
|
-
version: 13.
|
91
|
+
version: 13.2.1
|
93
92
|
description: DcmDict is a Ruby gem (dcm_dict) to handle in a simple way the Data Dictionary
|
94
93
|
defined within the DICOM Standard
|
95
94
|
email: henrythebuilder@yahoo.it
|
@@ -165,10 +164,9 @@ licenses:
|
|
165
164
|
metadata:
|
166
165
|
bug_tracker_uri: https://github.com/henrythebuilder/dcm_dict/issues
|
167
166
|
changelog_uri: https://github.com/henrythebuilder/dcm_dict/blob/master/CHANGELOG.md
|
168
|
-
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.61.
|
167
|
+
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.61.2
|
169
168
|
homepage_uri: http://rubygems.org/gems/dcm_dict
|
170
169
|
source_code_uri: https://github.com/henrythebuilder/dcm_dict
|
171
|
-
post_install_message:
|
172
170
|
rdoc_options: []
|
173
171
|
require_paths:
|
174
172
|
- lib
|
@@ -176,15 +174,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
176
174
|
requirements:
|
177
175
|
- - ">="
|
178
176
|
- !ruby/object:Gem::Version
|
179
|
-
version: '3.
|
177
|
+
version: '3.3'
|
180
178
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
179
|
requirements:
|
182
180
|
- - ">="
|
183
181
|
- !ruby/object:Gem::Version
|
184
182
|
version: '0'
|
185
183
|
requirements: []
|
186
|
-
rubygems_version: 3.
|
187
|
-
signing_key:
|
184
|
+
rubygems_version: 3.6.4
|
188
185
|
specification_version: 4
|
189
186
|
summary: A simple way to handle DICOM Data Dictionary
|
190
187
|
test_files:
|