cpee 1.3.130 → 1.3.131

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: f7acf1f8bf20b24b43f3765ffcc616c5f71051ef
4
- data.tar.gz: 0ed81baa817d32ac410172c1e91461a96c2f69da
3
+ metadata.gz: 8d52101c87b6623eb22e38c9585825d0494f6bbd
4
+ data.tar.gz: ed42decba1705aff37a66c0ce04d9c775fecaad6
5
5
  SHA512:
6
- metadata.gz: 28074a7996e5cc84ab73db9e9ef218804a39dfa8978178462af4683ea6faed0ee0a3fec0038c3fa1ab4345bda804b3d13b4c38ab4b0baaaba68695c2659f5d24
7
- data.tar.gz: 39889f27699ded62010df5f19bfb880fa0d355ec789bb0b4055db3749501164e61691dd37706737d525827ec808d643857978353c992e7b2aced3cde30d896de
6
+ metadata.gz: b3c6e7492733c039c8898c507a376f19c8abdf2110c469005aebc300eada8b39a4aaec2bcbc8cf6753bdfd62fa6a113a2e414fd2331981b16dcec61675d0df59
7
+ data.tar.gz: 88c92bbd96571c57431e4f819bec30595a4435e364a8a05c3eb898860f3dab0eb5abf56c9de1dcde616d9cfe5991bd183617fae3a2e11ba2617e380b7d0a1ed2
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "1.3.130"
3
+ s.version = "1.3.131"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
@@ -42,7 +42,7 @@ module CPEE
42
42
  include Container
43
43
  @@niceid = -1
44
44
  attr_reader :id, :label, :niceid
45
- attr_reader :endpoints, :methods, :parameters
45
+ attr_reader :endpoints, :methods, :parameters, :attributes
46
46
  attr_accessor :script, :script_id, :script_var, :script_type, :incoming, :outgoing, :type
47
47
  def initialize(id,type,label,incoming,outgoing)
48
48
  @id = id
@@ -58,6 +58,7 @@ module CPEE
58
58
  @parameters = {}
59
59
  @incoming = incoming
60
60
  @outgoing = outgoing
61
+ @attributes = {}
61
62
  end
62
63
  end # }}}
63
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.130
4
+ version: 1.3.131
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-07-08 00:00:00.000000000 Z
13
+ date: 2014-07-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: riddl