dicom 0.1

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 (8) hide show
  1. data/CHANGELOG +24 -0
  2. data/COPYING +674 -0
  3. data/DOCUMENTATION +66 -0
  4. data/README +57 -0
  5. data/lib/DObject.rb +439 -0
  6. data/lib/DRead.rb +1204 -0
  7. data/lib/dicom.rb +2 -0
  8. metadata +52 -0
@@ -0,0 +1,2 @@
1
+ require 'DObject'
2
+ require 'DRead'
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: dicom
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.1"
7
+ date: 2008-07-21 00:00:00 +02:00
8
+ summary: Library for reading DICOM files.
9
+ require_paths:
10
+ - lib
11
+ email: chris.lervag@gmail.com
12
+ homepage: http://rubyforge.org/projects/dicom/
13
+ rubyforge_project: dicom
14
+ description: FxRi is an FXRuby interface to the RI documentation, with a search engine that allows for search-on-typing.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - "Christoffer Lerv\xE5g"
31
+ files:
32
+ - lib/DObject.rb
33
+ - lib/DRead.rb
34
+ - lib/dicom.rb
35
+ - CHANGELOG
36
+ - COPYING
37
+ - README
38
+ - DOCUMENTATION
39
+ test_files: []
40
+
41
+ rdoc_options: []
42
+
43
+ extra_rdoc_files: []
44
+
45
+ executables: []
46
+
47
+ extensions: []
48
+
49
+ requirements: []
50
+
51
+ dependencies: []
52
+