cpee 1.3.117 → 1.3.118

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.
Files changed (3) hide show
  1. data/cpee.gemspec +1 -1
  2. data/lib/cpee/controller.rb +1 -1
  3. metadata +1 -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "1.3.117"
3
+ s.version = "1.3.118"
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"
@@ -361,7 +361,7 @@ module CPEE
361
361
  node.children.delete_all!
362
362
  @instance.data.clear
363
363
  addit.each_slice(2).each do |k,v|
364
- @instance.data[k.value] = ValueHelper::parse(v.value)
364
+ @instance.data[k.value.to_sym] = ValueHelper::parse(v.value)
365
365
  node.add(k.value,ValueHelper::generate(v.value))
366
366
  end
367
367
  nots << ["properties/dataelements/change", {:instance => instance_url, :changed => JSON::generate(@instance.data)}]
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.117
4
+ version: 1.3.118
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: