sushi_fabric 0.8.2 → 0.8.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 645b717ca99202bc4096078615202d634a2994f7
4
- data.tar.gz: a6791499cf55664c1598b52ada177cf91000bc07
3
+ metadata.gz: 150452cfd0d1ad4d3092688240ba78fc79f5ae7e
4
+ data.tar.gz: 44c952b2d91cb717fdf02a92e03c058c35e13ef0
5
5
  SHA512:
6
- metadata.gz: 4bf57eedfef9468fb4760d9f0a5039413e1b49ddf1ec1cf3a411100b5bd843dad2045f624eb79e84750b9059266107b4b836c4e05cc3433fdc2864bd2d86eab5
7
- data.tar.gz: c07d09ed4a9a299a0635c71ff3202484a36a2673d2091045ff7cc03a16e97c1c5f5b83db9727d2c46034d5082e1a896eaf4e33952e0c259e648cd05dc94e8eb5
6
+ metadata.gz: 616bccfefdca8138379e31a089bc3dbe8bbda0588b90d8d7b5799bceeba02f4eaa62d13e506ad7475514e939dafcfb0c14b8b095c059c58a2c7ef721bca61d76
7
+ data.tar.gz: 3acf2e05715fc647ed380fbf1addc7ca651fdd582dd82557815bc5b9e8148e64e4d5714dc4e52aca94158a1a49957c3a78065871b9e702c1ab2d526d3c5ba7f6
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20170908-110323'
3
+ # Version = '20170929-083439'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -18,6 +18,7 @@ module SushiFabric
18
18
  config.sushi_app_dir = default_root
19
19
  config.scratch_dir = '/tmp/scratch'
20
20
  config.module_source = nil
21
+ config.course_mode = nil
21
22
  end
22
23
 
23
24
  # load custmized parameters if there is
@@ -37,6 +38,7 @@ module SushiFabric
37
38
  config.sushi_app_dir = #{default_root}
38
39
  config.scratch_dir = '/tmp/scratch'
39
40
  config.module_source = nil
41
+ config.course_mode = nil
40
42
  end
41
43
  end
42
44
  EOF
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
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.8.2
4
+ version: 0.8.3
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-09-08 00:00:00.000000000 Z
11
+ date: 2017-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler