rbbt-rest 1.8.18 → 1.8.19

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: 834130ba2c10ceb148dd141d99d1bc28d708a731
4
- data.tar.gz: f107639de0c18c732ea6a84fe308fc85b84d95b2
3
+ metadata.gz: bde326940df834b0a8d332db5eb1707cbd3b3df5
4
+ data.tar.gz: 77b55630ccd329f9b3ebb86a31780f9227319a21
5
5
  SHA512:
6
- metadata.gz: c7a4357c8c8ff92db067cee892058b50f5acf7bea38fc12266fb603f9bc94ad8ab57ad9f3b5c46e8f461c38fc0d1182aec615f36526715523fd135d7649ee29d
7
- data.tar.gz: d46d8397713400ac4ea170ca7a0f45c7d2e2a900ac15004b878da1135e93dc77961c3b93e6449c1590fa2df0102faf054cfcaa9ab3b03873a73eaf443e2c9227
6
+ metadata.gz: a9b10433079a4f64521d24e17ea13926e8da58169af90199c1e8fc0f9dadc436adaeee2fef7432518a479709cd745a0ce3b48b87915be30c3103b432c9a5709c
7
+ data.tar.gz: b71c3cad7f3d27e323c372eb9e63b57d8c5928840e078910c51132be11ef068c59e398b6a85c34b0754377bc7a6d9e2c529a9680220d35cc37c1bf6a9075a793
@@ -24,7 +24,7 @@ module WorkflowRESTHelpers
24
24
  end
25
25
 
26
26
  def complete_input_set(workflow, task, inputs)
27
- inputs.keys.sort === workflow.task_info(task.to_sym)[:inputs].sort
27
+ (inputs.keys.sort - [:jobname]) === workflow.task_info(task.to_sym)[:inputs].sort
28
28
  end
29
29
 
30
30
  def type_of_export(workflow, task)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.18
4
+ version: 1.8.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez