sushi_fabric 0.7.5 → 0.7.6
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.
- checksums.yaml +4 -4
- data/lib/sushi_fabric/sushiApp.rb +6 -2
- data/lib/sushi_fabric/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc6a192c60cefcfb56b0fffec847ab277ba4eead
|
|
4
|
+
data.tar.gz: 68597ae2d51c817d7db75a31bf48eba9929cd079
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef866e308b5965293908dc533ad45926da854449bfc95ab68b1f7326b50e5998bdfe75b5f3ec88ccbd606ec08eb953eb15e8c86056f21f35a8f91da44790b6fd
|
|
7
|
+
data.tar.gz: 953dc02411c8b94be578588be67d7f3b4d8ee2f09fdeeb265b1100651d01cb5814dcadcdf8c53096a3487cdad5a44f385f22d59dc9d40abf80385105dcdcf477
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
# encoding: utf-8
|
|
3
|
-
# Version = '
|
|
3
|
+
# Version = '20170720-124255'
|
|
4
4
|
|
|
5
5
|
require 'csv'
|
|
6
6
|
require 'fileutils'
|
|
@@ -114,7 +114,11 @@ class ::Hash
|
|
|
114
114
|
end
|
|
115
115
|
end
|
|
116
116
|
def data_type(k)
|
|
117
|
-
@defaults
|
|
117
|
+
if @defaults
|
|
118
|
+
@defaults[k].class
|
|
119
|
+
else
|
|
120
|
+
get(k).class
|
|
121
|
+
end
|
|
118
122
|
end
|
|
119
123
|
def data_types
|
|
120
124
|
Hash[@defaults.map{|k,v| [k, v.class]}]
|
data/lib/sushi_fabric/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sushi_fabric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Functional Genomics Center Zurich
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|