dicom 0.1 → 0.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.
@@ -1,2 +1,4 @@
1
+ require 'Dictionary'
2
+ require 'DLibrary'
1
3
  require 'DObject'
2
4
  require 'DRead'
metadata CHANGED
@@ -3,15 +3,15 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: dicom
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.1"
7
- date: 2008-07-21 00:00:00 +02:00
6
+ version: "0.2"
7
+ date: 2008-08-10 00:00:00 +02:00
8
8
  summary: Library for reading DICOM files.
9
9
  require_paths:
10
10
  - lib
11
11
  email: chris.lervag@gmail.com
12
12
  homepage: http://rubyforge.org/projects/dicom/
13
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.
14
+ description: DICOM is a standard widely used throughout the world to store and transfer medical image data. This project aims to make a library that is able to handle DICOM in the Ruby language, to the benefit of any student or professional who would like to use Ruby to process their DICOM files.
15
15
  autorequire:
16
16
  default_executable:
17
17
  bindir: bin
@@ -30,6 +30,8 @@ authors:
30
30
  - "Christoffer Lerv\xE5g"
31
31
  files:
32
32
  - lib/DObject.rb
33
+ - lib/DLibrary.rb
34
+ - lib/Dictionary.rb
33
35
  - lib/DRead.rb
34
36
  - lib/dicom.rb
35
37
  - CHANGELOG