libis-workflow 2.0.beta.10 → 2.0.beta.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23bc91f367eb73cccde5236f1dde4720145a09a3
4
- data.tar.gz: f5431781f4a3cd3cb2289c55531b96dd8244d187
3
+ metadata.gz: a86fb4847f5b02c16e1e6b71433f3ccba54ee721
4
+ data.tar.gz: a9c6c8c3a00b93216a6c08c00276b00f7a5886a8
5
5
  SHA512:
6
- metadata.gz: e530a4ee73533d7ea9d3419d1c5473d770a9d6e9fa8e770d78bdf2266a9439ced5300baf7a2f7c269bd341057997a6190b5564e41a1c4610c0a88d6314aaf989
7
- data.tar.gz: abbac4ae9505e6634b96d3af9aa7f93bd0644f2f901cecb0a216f19ac6a645536bbeae38a4bc55f24c0b171aa39e0df019ec30c59864bc5a1015d0bc6c52a01a
6
+ metadata.gz: 37071948f241e661356d909e46d431219a7c088abc7867ebc04b9eff3250f4b41c3d7278eb5a42f9878398f071ff92a7bb26d099ea704e1cb84355f37a3d99b9
7
+ data.tar.gz: ef20686e433df64d613ef72bf09bd422b3d34943ee10d6b975789fab612bb98c6115724e241aff6256236019f469f43dcb4d5079c1e0b22cd62fe4df6bf17b61
@@ -95,7 +95,7 @@ module Libis
95
95
  def input
96
96
  self.config[:input].inject({}) do |hash, input_def|
97
97
  name = input_def.first.to_sym
98
- default = input_def.last[:default] || ''
98
+ default = input_def.last[:default]
99
99
  parameter = ::Libis::Tools::Parameter.new name, default
100
100
  input_def.last.each { |k, v| parameter[k.to_sym] = v}
101
101
  hash[input_def.first.to_sym] = parameter
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Libis
4
4
  module Workflow
5
- VERSION = '2.0.beta.10' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
5
+ VERSION = '2.0.beta.11' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.beta.10
4
+ version: 2.0.beta.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-08 00:00:00.000000000 Z
11
+ date: 2015-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler