sushi_fabric 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20160204-150055'
3
+ # Version = '20160303-091811'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -366,7 +366,7 @@ GSTORE_DIR=#{@gstore_dir}
366
366
  echo "Job runs on `hostname`"
367
367
  echo "at $SCRATCH_DIR"
368
368
  mkdir $SCRATCH_DIR || exit 1
369
- cd $SCRATCH_DIR || exit 1
369
+ cd $SCRATCH_DIR || exit 1
370
370
 
371
371
  EOF
372
372
  end
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sushi_fabric
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.2
5
+ version: 0.5.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Functional Genomics Center Zurich
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2016-02-04 00:00:00 Z
13
+ date: 2016-03-03 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler