mannie-taverna-scufl 0.6.0 → 0.6.1

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.
File without changes
data/lib/scufl/model.rb CHANGED
@@ -50,7 +50,7 @@ module Scufl # :nodoc:
50
50
 
51
51
  def get_beanshells(given_model, beans_collected) # :nodoc:
52
52
  wf_procs = given_model.processors.select { |x| x.type == "workflow" }
53
- wf_procs.each { |x| get_beanshells(x.model, beans_collected) }
53
+ wf_procs.each { |x| get_beanshells(x.model, beans_collected) if x.model }
54
54
 
55
55
  bean_procs = given_model.processors.select { |b| b.type == "beanshell" }
56
56
  bean_procs.each { |a| beans_collected << a }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mannie-taverna-scufl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Withers
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire: baclava, client, document, scufl
10
10
  bindir: bin
11
11
  cert_chain:
12
- date: 2009-08-18 00:00:00 -07:00
12
+ date: 2009-08-27 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -39,7 +39,7 @@ executables: []
39
39
  extensions: []
40
40
 
41
41
  extra_rdoc_files:
42
- - README
42
+ - README.rdoc
43
43
  - LICENCE
44
44
  files:
45
45
  - test/fixtures
@@ -59,7 +59,7 @@ files:
59
59
  - lib/scufl/dot.rb
60
60
  - lib/scufl/model.rb
61
61
  - lib/scufl/parser.rb
62
- - README
62
+ - README.rdoc
63
63
  - LICENCE
64
64
  has_rdoc: true
65
65
  homepage: http://www.mygrid.org.uk/
@@ -68,7 +68,7 @@ post_install_message:
68
68
  rdoc_options:
69
69
  - -N
70
70
  - --tab-width=2
71
- - --main=README
71
+ - --main=README.rdoc
72
72
  - --exclude='scufl.gemspec|test'
73
73
  require_paths:
74
74
  - lib