dicom 0.3 → 0.4

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.
@@ -1,4 +1,8 @@
1
+ # Core library:
1
2
  require 'Dictionary'
2
3
  require 'DLibrary'
3
4
  require 'DObject'
4
- require 'DRead'
5
+ require 'DRead'
6
+ require 'DWrite'
7
+ # Extended library:
8
+ require 'Anonymizer'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dicom
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.3"
4
+ version: "0.4"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoffer Lervag
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-12 00:00:00 +02:00
12
+ date: 2009-02-03 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -22,15 +22,17 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
- - lib/DObject.rb
26
25
  - lib/DLibrary.rb
27
- - lib/Dictionary.rb
28
- - lib/DRead.rb
26
+ - lib/DWrite.rb
27
+ - lib/DObject.rb
28
+ - lib/Anonymizer.rb
29
29
  - lib/dicom.rb
30
+ - lib/DRead.rb
31
+ - lib/Dictionary.rb
32
+ - DOCUMENTATION
33
+ - README
30
34
  - CHANGELOG
31
35
  - COPYING
32
- - README
33
- - DOCUMENTATION
34
36
  has_rdoc: false
35
37
  homepage: http://dicom.rubyforge.org/
36
38
  post_install_message:
@@ -53,9 +55,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
55
  requirements: []
54
56
 
55
57
  rubyforge_project: dicom
56
- rubygems_version: 1.3.0
58
+ rubygems_version: 1.2.0
57
59
  signing_key:
58
60
  specification_version: 2
59
- summary: Library for reading DICOM files.
61
+ summary: Library for reading, editing and writing DICOM files.
60
62
  test_files: []
61
63