caruby-tissue 1.5.1 → 1.5.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.
data/History.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
This history lists major release themes. See the GitHub Commits (https://github.com/caruby/tissue)
|
|
2
2
|
for change details.
|
|
3
3
|
|
|
4
|
-
1.5.
|
|
4
|
+
1.5.2 / 2011-07-06
|
|
5
|
+
------------------
|
|
6
|
+
* Update embed to use the annotation hook attribute.
|
|
7
|
+
|
|
8
|
+
1.5.1 / 2011-07-05
|
|
5
9
|
------------------
|
|
6
10
|
* Annotation refactoring.
|
|
7
11
|
|
|
@@ -19,7 +19,7 @@ module CaTissue
|
|
|
19
19
|
class TissueSpecimen
|
|
20
20
|
# Transforms the +Frozen?+ flag input field to the caTissue specimen type +Frozen Tissue+ value.
|
|
21
21
|
def migrate_specimen_type(value, row)
|
|
22
|
-
'Frozen Tissue'
|
|
22
|
+
value =~ /TRUE/i ? 'Frozen Tissue' : 'Fixed Tissue'
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
# Parses the source field as a UOM::Measurement if it is a string.
|
data/lib/catissue/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caruby-tissue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 1.5.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.5.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- OHSU
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-07-
|
|
18
|
+
date: 2011-07-06 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,12 +26,12 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
29
|
+
hash: 7
|
|
30
30
|
segments:
|
|
31
31
|
- 1
|
|
32
32
|
- 5
|
|
33
|
-
-
|
|
34
|
-
version: 1.5.
|
|
33
|
+
- 2
|
|
34
|
+
version: 1.5.2
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
description: " The caruby-tissue gem applies the caRuby facade to the caTissue application.\n"
|
|
@@ -82,7 +82,6 @@ files:
|
|
|
82
82
|
- examples/galena/data/participant.csv
|
|
83
83
|
- examples/galena/data/registration.csv
|
|
84
84
|
- examples/galena/data/simple.csv
|
|
85
|
-
- examples/galena/data/small.csv
|
|
86
85
|
- examples/galena/lib/galena/tissue/migration/filter_shims.rb
|
|
87
86
|
- examples/galena/lib/galena/tissue/migration/frozen_shims.rb
|
|
88
87
|
- examples/galena/lib/galena/tissue/seed/defaults.rb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Protocol,MRN,SPN,Label,Received Date,Type,Quantity
|