cpee-logging-xes-yaml 1.2.5 → 1.2.6

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
  SHA256:
3
- metadata.gz: f68cffd3ed5f6c0fb9e3fb1a38c2a61b77400114b6905e0e5e720bbae7892102
4
- data.tar.gz: f05626fcc9ee4ee6faba3ef671de1dd7e754fb87dc60922e7dd391eff5b6181e
3
+ metadata.gz: '059a431d13f4fc63c57d4bb4c334571620926a4cebfef287a9d22b8f5bc3b7a7'
4
+ data.tar.gz: 8fc40239b96b1c7c04fce06b24b54d4e2572221b9673911fa4ace43919f24f93
5
5
  SHA512:
6
- metadata.gz: 64bece415ec9cf4fd65fbefbc1111fa819444488c76862949108b8f5fb0b5435daaa26e107167db46d52c57378db1995f4bce36bff87cf37ab2b8e353718255f
7
- data.tar.gz: f73718c4406b582d0dd0cb3cbf3e943238cb0a5a0950abbef912b2fcc212357638b90eafdf4d8dcdbb2a4aa28bf33a7d0d15deb23c7c0c692098595f738c2aa8
6
+ metadata.gz: 59a4637e59bcde997430d53b7b4315681df1306f1f14c13c7a888220eac87e17e8f93d4ebfab6abe4f555dcf65bb5506ac07e5eca9abc9761031a988617fffaf
7
+ data.tar.gz: a4781b2df9499d96fba6f3373510158885d2035da5d52c801f29efa2392b0d99e0437a9fddcc959bac80927d859c9724011a831a989911b492fb2639f2e0a9e0
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee-logging-xes-yaml"
3
- s.version = "1.2.5"
3
+ s.version = "1.2.6"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "Logging for the cloud process execution engine (cpee.org)"
@@ -303,12 +303,12 @@ module CPEE
303
303
  CPEE::Logging::val_merge(event['stream:datastream'],val,pid,p.find('string(d:source)'))
304
304
  end
305
305
  end
306
- end
307
- notification['datastream'] = event['stream:datastream']
308
- EM.defer do
309
- notification['topic'] = 'stream'
310
- notification['name'] = 'extraction'
311
- self::notify(opts,'stream','extraction',notification.to_json)
306
+ notification['datastream'] = event['stream:datastream']
307
+ EM.defer do
308
+ notification['topic'] = 'stream'
309
+ notification['name'] = 'extraction'
310
+ self::notify(opts,'stream','extraction',notification.to_json)
311
+ end
312
312
  end
313
313
  end
314
314
  if topic == 'activity' && event_name == 'receiving' && receiving && !receiving.empty?
@@ -336,12 +336,12 @@ module CPEE
336
336
  File.open(File.join(log_dir,instance+'.xes.yaml'),'a') do |f|
337
337
  f << {'event' => te}.to_yaml
338
338
  end
339
- end
340
- notification['datastream'] = te['stream:datastream']
341
- EM.defer do
342
- notification['topic'] = 'stream'
343
- notification['name'] = 'extraction'
344
- self::notify(opts,'stream','extraction',notification.to_json)
339
+ notification['datastream'] = te['stream:datastream']
340
+ EM.defer do
341
+ notification['topic'] = 'stream'
342
+ notification['name'] = 'extraction'
343
+ self::notify(opts,'stream','extraction',notification.to_json)
344
+ end
345
345
  end
346
346
  end
347
347
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee-logging-xes-yaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler