dcm_dict 0.15.0 → 0.16.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 +9 -0
- data/README.md +1 -1
- data/lib/dcm_dict/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82be1a66eac3c9660e8b1a3b21df07c28748fa57
|
4
|
+
data.tar.gz: 11ee0978bfc43e9c1732d8701a4a29118e3e4b26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0aafd350f307aa691ca8fa0806130ff07bcb2e0d5444230704d214cbbc7b183593c3b8a7fe4a460c3a44e02c64e31abeaba522801d5145cf65beade0282a4bd0
|
7
|
+
data.tar.gz: db08ff75f7f8878e66572aa47899b5cfdec4c08bc227ca4753c8d06a9fe20947af7ede3a33e90df3d239d63067912cd2b441ecb7c68dcdc4e4f5281e6f3b0ba7
|
data/CHANGELOG
CHANGED
@@ -1,15 +1,24 @@
|
|
1
|
+
- V0.16.0
|
2
|
+
-- Update to 2017e Base Standard
|
3
|
+
|
1
4
|
- V0.15.0
|
2
5
|
-- Update to 2017d Base Standard
|
6
|
+
|
3
7
|
- V0.14.0
|
4
8
|
-- Update to 2017c Base Standard
|
9
|
+
|
5
10
|
- V0.13.0
|
6
11
|
-- Update to 2017b Base Standard
|
12
|
+
|
7
13
|
- V0.12.1
|
8
14
|
-- Update Changelog file
|
15
|
+
|
9
16
|
- V0.12.0
|
10
17
|
-- Update to 2017a Base Standard
|
18
|
+
|
11
19
|
- V0.11.0
|
12
20
|
-- Update to 2016e Base Standard
|
21
|
+
|
13
22
|
- V0.10.0
|
14
23
|
-- Update to 2016d Base Standard
|
15
24
|
-- Fix symbol extraction for keyword tag with "RTROI", "DVHROI", "OCTZ", "WADORS", "STOWRS", "CIExy", "RGBLUT", "VOILUT", "CTDIvol", "XAXRF", "CurrentInuA", "TimeInuS", "ExposureInuAs" and "dBdt" values
|
data/README.md
CHANGED
@@ -270,7 +270,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
|
|
270
270
|
Check the file for other details.
|
271
271
|
|
272
272
|
## Note
|
273
|
-
Current library version is aligned to *DICOM Base Standard* **
|
273
|
+
Current library version is aligned to *DICOM Base Standard* **2017e**
|
274
274
|
|
275
275
|
## Install
|
276
276
|
|
data/lib/dcm_dict/version.rb
CHANGED
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.
|
4
|
+
version: 0.16.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: 2017-
|
11
|
+
date: 2017-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|