brainmap-metamri 0.1.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.
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: brainmap-metamri
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Kristopher J. Kosmatka
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-08-20 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Extraction of MRI metadata and insertion into compatible sqlite3 databases.
17
+ email: kk4@medicine.wisc.edu
18
+ executables:
19
+ - import_study.rb
20
+ - import_visit.rb
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - bin/import_study.rb
25
+ - bin/import_visit.rb
26
+ - lib/metamri.rb
27
+ - lib/mysql_tools.rb
28
+ - lib/raw_image_dataset.rb
29
+ - lib/raw_image_file.rb
30
+ - lib/series_description_parameters.rb
31
+ - lib/visit_raw_data_directory.rb
32
+ - README.rdoc
33
+ files:
34
+ - bin/import_study.rb
35
+ - bin/import_visit.rb
36
+ - lib/metamri.rb
37
+ - lib/mysql_tools.rb
38
+ - lib/raw_image_dataset.rb
39
+ - lib/raw_image_file.rb
40
+ - lib/series_description_parameters.rb
41
+ - lib/visit_raw_data_directory.rb
42
+ - Manifest
43
+ - Rakefile
44
+ - README.rdoc
45
+ - test/raw_image_dataset_test.rb
46
+ - test/raw_image_file_test.rb
47
+ - test/visit_duplication_test.rb
48
+ - test/visit_test.rb
49
+ - metamri.gemspec
50
+ has_rdoc: true
51
+ homepage: http://github.com/brainmap/metamri
52
+ licenses:
53
+ post_install_message:
54
+ rdoc_options:
55
+ - --line-numbers
56
+ - --inline-source
57
+ - --title
58
+ - Metamri
59
+ - --main
60
+ - README.rdoc
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: "0"
68
+ version:
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: "1.2"
74
+ version:
75
+ requirements: []
76
+
77
+ rubyforge_project: metamri
78
+ rubygems_version: 1.3.5
79
+ signing_key:
80
+ specification_version: 2
81
+ summary: Extraction of MRI metadata and insertion into compatible sqlite3 databases.
82
+ test_files:
83
+ - test/raw_image_dataset_test.rb
84
+ - test/raw_image_file_test.rb
85
+ - test/visit_duplication_test.rb
86
+ - test/visit_test.rb