dcm_dict 0.20.1 → 0.20.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +6 -0
  3. data/lib/dcm_dict/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f914da4fe151441d437b49fa13b8042ed7fe9d1848a1f95999ddab6b2dc7de15
4
- data.tar.gz: b46541f0e943f42010b349ffe3e3877a4a9bb5c2f2e5b5a75c50ae42324693de
3
+ metadata.gz: 0b17fd2cefeaeb47ac45fbb0a4354e068d3ce01d4296a5d613975b24e3b746cb
4
+ data.tar.gz: 59b65348c81fe30d4114ac293f28f9cb6acfd57d633d4432b9621c4925819c96
5
5
  SHA512:
6
- metadata.gz: bd004361c0e640f410dd1033b06350886cbbfc91ee60ef5f659cfefcbc1b7351340dc12cb331672f7acf80766c91650faddc9318836cf88e6108d6a0cea5a9ee
7
- data.tar.gz: c017364347af942d32bdecd079bda57dd725ae86ea27d5d3b5c07bee13f5e26f5482eecbf01a82975ef02b4ba3e2ed3d731fd07c52d8cd105c1b4da123638e03
6
+ metadata.gz: e59bd2afa73b36b60b79582260e856c8d45cd18f1c452c7f242a95151cd8b0ae383af61de3f22ab049f24ec744045f61383da0340aec314febf8b8fb264bb7d5
7
+ data.tar.gz: 23e11bd2004e5297c932fec65b49fadf37689aff0026a824949ee85baaaf557badc7d3d8409aae6e6621633d282f2738063130fd6264eed08a6906a4adfdac27
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ - V0.20.2
2
+ -- Update Changelog
3
+
4
+ - V0.20.1
5
+ -- Updated dcm_dict.gemspec for Nokogiri gem due to a security vulnerabilities into libxml2 library (ref 1.8.5).
6
+
1
7
  - V0.20.0
2
8
  -- Update to 2018d Base Standard
3
9
 
@@ -22,6 +22,6 @@
22
22
  # applicable local, state, national or international regulations.
23
23
  #
24
24
  module DcmDict
25
- VERSION = "0.20.1"
25
+ VERSION = "0.20.2"
26
26
  DICOM_DOC_VERSION = "2018d"
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcm_dict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.1
4
+ version: 0.20.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enrico Rivarola
@@ -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
168
- documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.20.1
168
+ documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.20.2
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: