sushi_fabric 1.1.7 → 1.1.8
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 +4 -4
- data/lib/sushi_fabric/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9fcb6060694f934b06aaa331d68ce7494a4db25f310cfdf771249d19af201176
|
|
4
|
+
data.tar.gz: 0f97798abd3e030a36878d009cae200c285da65544d108446cd56ffb45fb1997
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2644586e02507a2af9d6130a5e15b13ef3f8571a1ea3caac2d0b5f8bc71e6758bd5e8fb52c74e76015492b40704fca56835c26c24fe20bc25807dbea0238665
|
|
7
|
+
data.tar.gz: 4e5569562947413786252375c7819628a31b16be8f14ca032cd1969f1d2db7e0dabeea8fa2c8ec0b4ea71fd23fe4136296d5f1162cc175413ef5ef29fb2d5c96
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
# encoding: utf-8
|
|
3
|
-
# Version = '
|
|
3
|
+
# Version = '20220217-160253'
|
|
4
4
|
|
|
5
5
|
require 'csv'
|
|
6
6
|
require 'fileutils'
|
|
@@ -118,8 +118,6 @@ class ::Hash
|
|
|
118
118
|
else
|
|
119
119
|
if @defaults
|
|
120
120
|
@defaults[k]
|
|
121
|
-
else
|
|
122
|
-
""
|
|
123
121
|
end
|
|
124
122
|
end
|
|
125
123
|
end
|
|
@@ -369,7 +367,9 @@ class SushiApp
|
|
|
369
367
|
end
|
|
370
368
|
end
|
|
371
369
|
(@params.keys - headers).each do |key|
|
|
372
|
-
@params[key]
|
|
370
|
+
unless @params[key]
|
|
371
|
+
@params[key] = @params.default_value(key)
|
|
372
|
+
end
|
|
373
373
|
end
|
|
374
374
|
end
|
|
375
375
|
@params
|
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: 1.1.
|
|
4
|
+
version: 1.1.8
|
|
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: 2022-02-
|
|
11
|
+
date: 2022-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|