dcm_dict 0.57.0 → 0.58.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: d629ebf0b61c0d7e1cc7952b2e428a933bf65a57437e91d7ea2b9330490ac8be
4
- data.tar.gz: fc8a081c7194e45e87cec8046c400d6d0c900a4b5d231e45a40b088df8956c53
3
+ metadata.gz: 1ba57eed9bf5f8f7f4e35496ee1822eecf5ad3a79fd0308b52beca3b88727474
4
+ data.tar.gz: cad70fe93cb115826dba16b9c158026b694c5f5a76c3a17474107404c7b8ee80
5
5
  SHA512:
6
- metadata.gz: 07da74c1f9f3b3f5a663160b1d15724b755434659807b163893cf52a56c58685c8caecb8fbbf70335afebff123b64eb4c887611651fa9fe2c218e0f888538a8f
7
- data.tar.gz: 8b7af6f1bbb306c2cae53ef726c58f73b15656e21d9c246380acbf5dedefd0c37e22fb8bc3c728ee9b55ab3dbf38c440472b616d45222b7683418c97f4771da8
6
+ metadata.gz: f04e4ae6786e1c2aae79369a4b6279850dbdc905074d16ca73c6f42f2929231ad826d52baa00a3c322fc8043e41060faee1698f3f0c97ccce627929d742bd4ed
7
+ data.tar.gz: 95d0cf019c641ec80a46abce8860a7f45c4dea6577a3f65b2397857dcac91e74cccfa2701de1b8d9499e11b8a75da4c1331aed85a3372297657e3fec7cf4f5f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # DcmDict project Changelog
2
2
 
3
+ ___
4
+ ## v0.58.0 (2024-04-03)
5
+ * Update to 2024b Base Standard
3
6
  ___
4
7
  ## v0.57.0 (2024-02-07)
5
8
  * Update to 2024a Base Standard
data/README.md CHANGED
@@ -294,7 +294,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
294
294
  Check the file for other details.
295
295
 
296
296
  ## Note
297
- Current library version is aligned to *DICOM Base Standard* **2024a**
297
+ Current library version is aligned to *DICOM Base Standard* **2024b**
298
298
 
299
299
  ## Install
300
300
 
@@ -153,6 +153,7 @@ HIGH = 0001H'},
153
153
  { tag_ps: '(0008,0019)', tag_name: "Pyramid UID", tag_key: 'PyramidUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0008,0019)', tag_sym: :pyramid_uid, tag_ndm: '00080019', tag_ary: [0x0008,0x0019], tag_multiple: false, tag_note: ''},
154
154
  { tag_ps: '(0008,001A)', tag_name: "Related General SOP Class UID", tag_key: 'RelatedGeneralSOPClassUID', tag_vr: [:UI], tag_vm: ["1-n"], tag_str: '(0008,001A)', tag_sym: :related_general_sop_class_uid, tag_ndm: '0008001A', tag_ary: [0x0008,0x001A], tag_multiple: false, tag_note: ''},
155
155
  { tag_ps: '(0008,001B)', tag_name: "Original Specialized SOP Class UID", tag_key: 'OriginalSpecializedSOPClassUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0008,001B)', tag_sym: :original_specialized_sop_class_uid, tag_ndm: '0008001B', tag_ary: [0x0008,0x001B], tag_multiple: false, tag_note: ''},
156
+ { tag_ps: '(0008,001C)', tag_name: "Synthetic Data", tag_key: 'SyntheticData', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0008,001C)', tag_sym: :synthetic_data, tag_ndm: '0008001C', tag_ary: [0x0008,0x001C], tag_multiple: false, tag_note: ''},
156
157
  { tag_ps: '(0008,0020)', tag_name: "Study Date", tag_key: 'StudyDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0008,0020)', tag_sym: :study_date, tag_ndm: '00080020', tag_ary: [0x0008,0x0020], tag_multiple: false, tag_note: ''},
157
158
  { tag_ps: '(0008,0021)', tag_name: "Series Date", tag_key: 'SeriesDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0008,0021)', tag_sym: :series_date, tag_ndm: '00080021', tag_ary: [0x0008,0x0021], tag_multiple: false, tag_note: ''},
158
159
  { tag_ps: '(0008,0022)', tag_name: "Acquisition Date", tag_key: 'AcquisitionDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0008,0022)', tag_sym: :acquisition_date, tag_ndm: '00080022', tag_ary: [0x0008,0x0022], tag_multiple: false, tag_note: ''},
@@ -481,21 +482,28 @@ HIGH = 0001H'},
481
482
  { tag_ps: '(0012,0010)', tag_name: "Clinical Trial Sponsor Name", tag_key: 'ClinicalTrialSponsorName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0010)', tag_sym: :clinical_trial_sponsor_name, tag_ndm: '00120010', tag_ary: [0x0012,0x0010], tag_multiple: false, tag_note: ''},
482
483
  { tag_ps: '(0012,0020)', tag_name: "Clinical Trial Protocol ID", tag_key: 'ClinicalTrialProtocolID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0020)', tag_sym: :clinical_trial_protocol_id, tag_ndm: '00120020', tag_ary: [0x0012,0x0020], tag_multiple: false, tag_note: ''},
483
484
  { tag_ps: '(0012,0021)', tag_name: "Clinical Trial Protocol Name", tag_key: 'ClinicalTrialProtocolName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0021)', tag_sym: :clinical_trial_protocol_name, tag_ndm: '00120021', tag_ary: [0x0012,0x0021], tag_multiple: false, tag_note: ''},
485
+ { tag_ps: '(0012,0022)', tag_name: "Issuer of Clinical Trial Protocol ID", tag_key: 'IssuerOfClinicalTrialProtocolID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0022)', tag_sym: :issuer_of_clinical_trial_protocol_id, tag_ndm: '00120022', tag_ary: [0x0012,0x0022], tag_multiple: false, tag_note: ''},
486
+ { tag_ps: '(0012,0023)', tag_name: "Other Clinical Trial Protocol IDs Sequence", tag_key: 'OtherClinicalTrialProtocolIDsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0012,0023)', tag_sym: :other_clinical_trial_protocol_ids_sequence, tag_ndm: '00120023', tag_ary: [0x0012,0x0023], tag_multiple: false, tag_note: ''},
484
487
  { tag_ps: '(0012,0030)', tag_name: "Clinical Trial Site ID", tag_key: 'ClinicalTrialSiteID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0030)', tag_sym: :clinical_trial_site_id, tag_ndm: '00120030', tag_ary: [0x0012,0x0030], tag_multiple: false, tag_note: ''},
485
488
  { tag_ps: '(0012,0031)', tag_name: "Clinical Trial Site Name", tag_key: 'ClinicalTrialSiteName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0031)', tag_sym: :clinical_trial_site_name, tag_ndm: '00120031', tag_ary: [0x0012,0x0031], tag_multiple: false, tag_note: ''},
489
+ { tag_ps: '(0012,0032)', tag_name: "Issuer of Clinical Trial Site ID", tag_key: 'IssuerOfClinicalTrialSiteID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0032)', tag_sym: :issuer_of_clinical_trial_site_id, tag_ndm: '00120032', tag_ary: [0x0012,0x0032], tag_multiple: false, tag_note: ''},
486
490
  { tag_ps: '(0012,0040)', tag_name: "Clinical Trial Subject ID", tag_key: 'ClinicalTrialSubjectID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0040)', tag_sym: :clinical_trial_subject_id, tag_ndm: '00120040', tag_ary: [0x0012,0x0040], tag_multiple: false, tag_note: ''},
491
+ { tag_ps: '(0012,0041)', tag_name: "Issuer of Clinical Trial Subject ID", tag_key: 'IssuerOfClinicalTrialSubjectID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0041)', tag_sym: :issuer_of_clinical_trial_subject_id, tag_ndm: '00120041', tag_ary: [0x0012,0x0041], tag_multiple: false, tag_note: ''},
487
492
  { tag_ps: '(0012,0042)', tag_name: "Clinical Trial Subject Reading ID", tag_key: 'ClinicalTrialSubjectReadingID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0042)', tag_sym: :clinical_trial_subject_reading_id, tag_ndm: '00120042', tag_ary: [0x0012,0x0042], tag_multiple: false, tag_note: ''},
493
+ { tag_ps: '(0012,0043)', tag_name: "Issuer of Clinical Trial Subject Reading ID", tag_key: 'IssuerOfClinicalTrialSubjectReadingID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0043)', tag_sym: :issuer_of_clinical_trial_subject_reading_id, tag_ndm: '00120043', tag_ary: [0x0012,0x0043], tag_multiple: false, tag_note: ''},
488
494
  { tag_ps: '(0012,0050)', tag_name: "Clinical Trial Time Point ID", tag_key: 'ClinicalTrialTimePointID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0050)', tag_sym: :clinical_trial_time_point_id, tag_ndm: '00120050', tag_ary: [0x0012,0x0050], tag_multiple: false, tag_note: ''},
489
495
  { tag_ps: '(0012,0051)', tag_name: "Clinical Trial Time Point Description", tag_key: 'ClinicalTrialTimePointDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0012,0051)', tag_sym: :clinical_trial_time_point_description, tag_ndm: '00120051', tag_ary: [0x0012,0x0051], tag_multiple: false, tag_note: ''},
490
496
  { tag_ps: '(0012,0052)', tag_name: "Longitudinal Temporal Offset from Event", tag_key: 'LongitudinalTemporalOffsetFromEvent', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0012,0052)', tag_sym: :longitudinal_temporal_offset_from_event, tag_ndm: '00120052', tag_ary: [0x0012,0x0052], tag_multiple: false, tag_note: ''},
491
497
  { tag_ps: '(0012,0053)', tag_name: "Longitudinal Temporal Event Type", tag_key: 'LongitudinalTemporalEventType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0012,0053)', tag_sym: :longitudinal_temporal_event_type, tag_ndm: '00120053', tag_ary: [0x0012,0x0053], tag_multiple: false, tag_note: ''},
492
498
  { tag_ps: '(0012,0054)', tag_name: "Clinical Trial Time Point Type Code Sequence", tag_key: 'ClinicalTrialTimePointTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0012,0054)', tag_sym: :clinical_trial_time_point_type_code_sequence, tag_ndm: '00120054', tag_ary: [0x0012,0x0054], tag_multiple: false, tag_note: ''},
499
+ { tag_ps: '(0012,0055)', tag_name: "Issuer of Clinical Trial Time Point ID", tag_key: 'IssuerOfClinicalTrialTimePointID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0055)', tag_sym: :issuer_of_clinical_trial_time_point_id, tag_ndm: '00120055', tag_ary: [0x0012,0x0055], tag_multiple: false, tag_note: ''},
493
500
  { tag_ps: '(0012,0060)', tag_name: "Clinical Trial Coordinating Center Name", tag_key: 'ClinicalTrialCoordinatingCenterName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0060)', tag_sym: :clinical_trial_coordinating_center_name, tag_ndm: '00120060', tag_ary: [0x0012,0x0060], tag_multiple: false, tag_note: ''},
494
501
  { tag_ps: '(0012,0062)', tag_name: "Patient Identity Removed", tag_key: 'PatientIdentityRemoved', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0012,0062)', tag_sym: :patient_identity_removed, tag_ndm: '00120062', tag_ary: [0x0012,0x0062], tag_multiple: false, tag_note: ''},
495
502
  { tag_ps: '(0012,0063)', tag_name: "De-identification Method", tag_key: 'DeidentificationMethod', tag_vr: [:LO], tag_vm: ["1-n"], tag_str: '(0012,0063)', tag_sym: :deidentification_method, tag_ndm: '00120063', tag_ary: [0x0012,0x0063], tag_multiple: false, tag_note: ''},
496
503
  { tag_ps: '(0012,0064)', tag_name: "De-identification Method Code Sequence", tag_key: 'DeidentificationMethodCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0012,0064)', tag_sym: :deidentification_method_code_sequence, tag_ndm: '00120064', tag_ary: [0x0012,0x0064], tag_multiple: false, tag_note: ''},
497
504
  { tag_ps: '(0012,0071)', tag_name: "Clinical Trial Series ID", tag_key: 'ClinicalTrialSeriesID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0071)', tag_sym: :clinical_trial_series_id, tag_ndm: '00120071', tag_ary: [0x0012,0x0071], tag_multiple: false, tag_note: ''},
498
505
  { tag_ps: '(0012,0072)', tag_name: "Clinical Trial Series Description", tag_key: 'ClinicalTrialSeriesDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0072)', tag_sym: :clinical_trial_series_description, tag_ndm: '00120072', tag_ary: [0x0012,0x0072], tag_multiple: false, tag_note: ''},
506
+ { tag_ps: '(0012,0073)', tag_name: "Issuer of Clinical Trial Series ID", tag_key: 'IssuerOfClinicalTrialSeriesID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0073)', tag_sym: :issuer_of_clinical_trial_series_id, tag_ndm: '00120073', tag_ary: [0x0012,0x0073], tag_multiple: false, tag_note: ''},
499
507
  { tag_ps: '(0012,0081)', tag_name: "Clinical Trial Protocol Ethics Committee Name", tag_key: 'ClinicalTrialProtocolEthicsCommitteeName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0081)', tag_sym: :clinical_trial_protocol_ethics_committee_name, tag_ndm: '00120081', tag_ary: [0x0012,0x0081], tag_multiple: false, tag_note: ''},
500
508
  { tag_ps: '(0012,0082)', tag_name: "Clinical Trial Protocol Ethics Committee Approval Number", tag_key: 'ClinicalTrialProtocolEthicsCommitteeApprovalNumber', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0012,0082)', tag_sym: :clinical_trial_protocol_ethics_committee_approval_number, tag_ndm: '00120082', tag_ary: [0x0012,0x0082], tag_multiple: false, tag_note: ''},
501
509
  { tag_ps: '(0012,0083)', tag_name: "Consent for Clinical Trial Use Sequence", tag_key: 'ConsentForClinicalTrialUseSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0012,0083)', tag_sym: :consent_for_clinical_trial_use_sequence, tag_ndm: '00120083', tag_ary: [0x0012,0x0083], tag_multiple: false, tag_note: ''},
@@ -1849,6 +1857,7 @@ HIGH = 0001H'},
1849
1857
  { tag_ps: '(0022,000C)', tag_name: "Horizontal Field of View", tag_key: 'HorizontalFieldOfView', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,000C)', tag_sym: :horizontal_field_of_view, tag_ndm: '0022000C', tag_ary: [0x0022,0x000C], tag_multiple: false, tag_note: ''},
1850
1858
  { tag_ps: '(0022,000D)', tag_name: "Pupil Dilated", tag_key: 'PupilDilated', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0022,000D)', tag_sym: :pupil_dilated, tag_ndm: '0022000D', tag_ary: [0x0022,0x000D], tag_multiple: false, tag_note: ''},
1851
1859
  { tag_ps: '(0022,000E)', tag_name: "Degree of Dilation", tag_key: 'DegreeOfDilation', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,000E)', tag_sym: :degree_of_dilation, tag_ndm: '0022000E', tag_ary: [0x0022,0x000E], tag_multiple: false, tag_note: ''},
1860
+ { tag_ps: '(0022,000F)', tag_name: "Vertex Distance", tag_key: 'VertexDistance', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0022,000F)', tag_sym: :vertex_distance, tag_ndm: '0022000F', tag_ary: [0x0022,0x000F], tag_multiple: false, tag_note: ''},
1852
1861
  { tag_ps: '(0022,0010)', tag_name: "Stereo Baseline Angle", tag_key: 'StereoBaselineAngle', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,0010)', tag_sym: :stereo_baseline_angle, tag_ndm: '00220010', tag_ary: [0x0022,0x0010], tag_multiple: false, tag_note: ''},
1853
1862
  { tag_ps: '(0022,0011)', tag_name: "Stereo Baseline Displacement", tag_key: 'StereoBaselineDisplacement', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,0011)', tag_sym: :stereo_baseline_displacement, tag_ndm: '00220011', tag_ary: [0x0022,0x0011], tag_multiple: false, tag_note: ''},
1854
1863
  { tag_ps: '(0022,0012)', tag_name: "Stereo Horizontal Pixel Offset", tag_key: 'StereoHorizontalPixelOffset', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,0012)', tag_sym: :stereo_horizontal_pixel_offset, tag_ndm: '00220012', tag_ary: [0x0022,0x0012], tag_multiple: false, tag_note: ''},
@@ -3459,8 +3468,8 @@ HIGH = 0001H'},
3459
3468
  { tag_ps: '(0070,1804)', tag_name: "Volumetric Presentation Input Index", tag_key: 'VolumetricPresentationInputIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0070,1804)', tag_sym: :volumetric_presentation_input_index, tag_ndm: '00701804', tag_ary: [0x0070,0x1804], tag_multiple: false, tag_note: ''},
3460
3469
  { tag_ps: '(0070,1805)', tag_name: "Presentation State Compositor Component Sequence", tag_key: 'PresentationStateCompositorComponentSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0070,1805)', tag_sym: :presentation_state_compositor_component_sequence, tag_ndm: '00701805', tag_ary: [0x0070,0x1805], tag_multiple: false, tag_note: ''},
3461
3470
  { tag_ps: '(0070,1806)', tag_name: "Weighting Transfer Function Sequence", tag_key: 'WeightingTransferFunctionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0070,1806)', tag_sym: :weighting_transfer_function_sequence, tag_ndm: '00701806', tag_ary: [0x0070,0x1806], tag_multiple: false, tag_note: ''},
3462
- { tag_ps: '(0070,1807)', tag_name: "Weighting Lookup Table Descriptor", tag_key: 'WeightingLookupTableDescriptor', tag_vr: [:US], tag_vm: ["3"], tag_str: '(0070,1807)', tag_sym: :weighting_lookup_table_descriptor, tag_ndm: '00701807', tag_ary: [0x0070,0x1807], tag_multiple: false, tag_note: ''},
3463
- { tag_ps: '(0070,1808)', tag_name: "Weighting Lookup Table Data", tag_key: 'WeightingLookupTableData', tag_vr: [:OB], tag_vm: ["1"], tag_str: '(0070,1808)', tag_sym: :weighting_lookup_table_data, tag_ndm: '00701808', tag_ary: [0x0070,0x1808], tag_multiple: false, tag_note: ''},
3471
+ { tag_ps: '(0070,1807)', tag_name: "Weighting Lookup Table Descriptor", tag_key: 'WeightingLookupTableDescriptor', tag_vr: [:US], tag_vm: ["3"], tag_str: '(0070,1807)', tag_sym: :weighting_lookup_table_descriptor, tag_ndm: '00701807', tag_ary: [0x0070,0x1807], tag_multiple: false, tag_note: 'RET (2024a)'},
3472
+ { tag_ps: '(0070,1808)', tag_name: "Weighting Lookup Table Data", tag_key: 'WeightingLookupTableData', tag_vr: [:OB], tag_vm: ["1"], tag_str: '(0070,1808)', tag_sym: :weighting_lookup_table_data, tag_ndm: '00701808', tag_ary: [0x0070,0x1808], tag_multiple: false, tag_note: 'RET (2024a)'},
3464
3473
  { tag_ps: '(0070,1901)', tag_name: "Volumetric Annotation Sequence", tag_key: 'VolumetricAnnotationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0070,1901)', tag_sym: :volumetric_annotation_sequence, tag_ndm: '00701901', tag_ary: [0x0070,0x1901], tag_multiple: false, tag_note: ''},
3465
3474
  { tag_ps: '(0070,1903)', tag_name: "Referenced Structured Context Sequence", tag_key: 'ReferencedStructuredContextSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0070,1903)', tag_sym: :referenced_structured_context_sequence, tag_ndm: '00701903', tag_ary: [0x0070,0x1903], tag_multiple: false, tag_note: ''},
3466
3475
  { tag_ps: '(0070,1904)', tag_name: "Referenced Content Item", tag_key: 'ReferencedContentItem', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0070,1904)', tag_sym: :referenced_content_item, tag_ndm: '00701904', tag_ary: [0x0070,0x1904], tag_multiple: false, tag_note: ''},
@@ -22,6 +22,6 @@
22
22
  # applicable local, state, national or international regulations.
23
23
  #
24
24
  module DcmDict
25
- VERSION = "0.57.0"
26
- DICOM_DOC_VERSION = "2024a"
25
+ VERSION = "0.58.0"
26
+ DICOM_DOC_VERSION = "2024b"
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcm_dict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enrico Rivarola
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-07 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -165,7 +165,7 @@ licenses:
165
165
  metadata:
166
166
  bug_tracker_uri: https://github.com/henrythebuilder/dcm_dict/issues
167
167
  changelog_uri: https://github.com/henrythebuilder/dcm_dict/blob/master/CHANGELOG.md
168
- documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.57.0
168
+ documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.58.0
169
169
  homepage_uri: http://rubygems.org/gems/dcm_dict
170
170
  source_code_uri: https://github.com/henrythebuilder/dcm_dict
171
171
  post_install_message: