sushi_fabric 0.6.6 → 0.6.7
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 +3 -1
- 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: 385c68e1a0cef94323a2dd23d7705bdbd3a3b9b1
|
|
4
|
+
data.tar.gz: c96b31693a3fee6f9232e9b35be7797fa67169a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3182471e676f515257f46ad18330d0595d8febb6783dec1d798abaf1d2708c10112135cc6e9435e8e61b7d9bc4d5de8484839c014291d5bb39d1c205d550cb0d
|
|
7
|
+
data.tar.gz: f23b9e81c0fd5050ac3209c8261203c56c4301303f64b03fbb5a1d25ceb2e60f96b1a4348d20327fa7c92585056e6e618b912b88850766c22fac71175b052240
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
# encoding: utf-8
|
|
3
|
-
# Version = '
|
|
3
|
+
# Version = '20170227-060558'
|
|
4
4
|
|
|
5
5
|
require 'csv'
|
|
6
6
|
require 'fileutils'
|
|
@@ -247,6 +247,8 @@ class SushiApp
|
|
|
247
247
|
unless NO_ROR
|
|
248
248
|
@current_user ||= nil
|
|
249
249
|
@dataset_sushi_id = save_data_set(data_set_arr.to_a.flatten, headers, rows, @current_user)
|
|
250
|
+
dataset = DataSet.find_by_id(@dataset_sushi_id.to_i)
|
|
251
|
+
dataset.register_bfabric
|
|
250
252
|
end
|
|
251
253
|
elsif @dataset_sushi_id
|
|
252
254
|
@dataset_hash = []
|
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.6.
|
|
4
|
+
version: 0.6.7
|
|
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-02-
|
|
11
|
+
date: 2017-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|