cpee 2.1.19 → 2.1.20

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: bfcea35b5af1c0944e0ef51f370febe9bb9596c7d43dff4d4aeaf679c70be29f
4
- data.tar.gz: 53b9636942a7fa4a3408717151c53975d6ca34712337f00ecd65214a975f292d
3
+ metadata.gz: 199518d8d1220f03618033f059c9cc3571c0d90b696956f39327f306e8923ac9
4
+ data.tar.gz: c65ff88e791be50e1a2dfba3eb6793742bcd5b9af3acd3381dc17afb294171aa
5
5
  SHA512:
6
- metadata.gz: 372a9a4a84164a833e94e97c9371b081550511806bf977fb5b78acca93f62b4fbbad45e288d48a0a5dd5b6ec5228d01e2fe0bfb2f5f4f89ca0a4a034a4290580
7
- data.tar.gz: 9dba028bc84297ae212cbc7bfd377d754eb38c78c2f53e8e542b0669567b23fb7456957d1adb40048fdfcb7f871b439421cd5bb3e1d04420514a77c501cadb33
6
+ metadata.gz: e4543cd2508a74e4e69f92e397069c71a150c6c3239c69779afd59b2a97b2c1c038c1cec54cf391d182b66873d134031a9478a0d5eea8720aed1cde74e0c0aee
7
+ data.tar.gz: 5bd8e6bce342ec26032c67d7abe137208659b7b5a78c6342dccdc6e7ad1da7d38a15376bc7d4e2eca916943875f2be65075fba5754e405c85a90f856249b4031
data/cpee.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "2.1.19"
3
+ s.version = "2.1.20"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "Preliminary release of cloud process execution engine (cpee.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."
@@ -18,6 +18,8 @@ require 'json'
18
18
  require 'erb'
19
19
  require 'yaml'
20
20
 
21
+ Encoding.default_external = 'UTF-8'
22
+
21
23
  module CPEE
22
24
  module Properties
23
25
 
@@ -1,3 +1,4 @@
1
+ <%# coding: UTF-8 %>
1
2
  class Instance < WEEL
2
3
  connectionwrapper ConnectionWrapper
3
4
 
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: 2.1.19
4
+ version: 2.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler