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 +4 -4
- data/CHANGELOG.md +13 -0
- data/README.md +1 -1
- data/Rakefile +2 -0
- data/lib/dcm_dict/source_data/data_elements_data.rb +5353 -5374
- data/lib/dcm_dict/version.rb +2 -2
- metadata +10 -10
data/lib/dcm_dict/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dcm_dict
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Enrico Rivarola
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-05-31 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: nokogiri
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '1.19'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.19.
|
|
21
|
+
version: 1.19.3
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '1.19'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 1.19.
|
|
31
|
+
version: 1.19.3
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: rspec
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -75,20 +75,20 @@ dependencies:
|
|
|
75
75
|
requirements:
|
|
76
76
|
- - "~>"
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: '13.
|
|
78
|
+
version: '13.4'
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 13.
|
|
81
|
+
version: 13.4.2
|
|
82
82
|
type: :development
|
|
83
83
|
prerelease: false
|
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
|
86
86
|
- - "~>"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '13.
|
|
88
|
+
version: '13.4'
|
|
89
89
|
- - ">="
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 13.
|
|
91
|
+
version: 13.4.2
|
|
92
92
|
description: DcmDict is a Ruby gem (dcm_dict) to handle in a simple way the Data Dictionary
|
|
93
93
|
defined within the DICOM Standard
|
|
94
94
|
email: henrythebuilder@yahoo.it
|
|
@@ -164,7 +164,7 @@ licenses:
|
|
|
164
164
|
metadata:
|
|
165
165
|
bug_tracker_uri: https://github.com/henrythebuilder/dcm_dict/issues
|
|
166
166
|
changelog_uri: https://github.com/henrythebuilder/dcm_dict/blob/master/CHANGELOG.md
|
|
167
|
-
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.
|
|
167
|
+
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.68.0
|
|
168
168
|
homepage_uri: http://rubygems.org/gems/dcm_dict
|
|
169
169
|
source_code_uri: https://github.com/henrythebuilder/dcm_dict
|
|
170
170
|
rdoc_options: []
|
|
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
182
|
version: '0'
|
|
183
183
|
requirements: []
|
|
184
|
-
rubygems_version: 4.0.
|
|
184
|
+
rubygems_version: 4.0.12
|
|
185
185
|
specification_version: 4
|
|
186
186
|
summary: A simple way to handle DICOM Data Dictionary
|
|
187
187
|
test_files:
|