cpee 2.1.59 → 2.1.60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/cpee.gemspec +3 -3
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbc9f863a53f8aa82c070ce8b530a338080c66ba6788b2134c9d8cf502a9e7b3
4
- data.tar.gz: af1aab19742d7e7ef7eac78233ba01c7361d5b425b1309922a7f53d1de519cf4
3
+ metadata.gz: cd7942bd8ba2e107cd418f077feefe68de8b560246102828b8eebdeafa4fe86f
4
+ data.tar.gz: 980b94821ec080ac2c2e5cd315a9a0750c36dfa9268bf42b016d2c3c16d3a8be
5
5
  SHA512:
6
- metadata.gz: 66cfe256762e2cd151bfdc773e8b894b8fa3961ec83199024537db2cf26749d2cf7033ca64ede986ee467f76e58436ac6eaed0aeedd815c9aabb38a602c92eca
7
- data.tar.gz: 594180e8aafdd86a0e76727d684738a50bedf6bed69ab904ee2e2093732faaebeda10e3fbaa1c6ed935f4b5ab5f501c7afd7e13266017fd8ad22802d2069f796
6
+ metadata.gz: ab5b010270a03e60c8492026fe496596563ac3427a94e471178e4015857ea95e84a7bebfd3825274a9d5fb2182a24c2aa6f53524674e8ee41c9c12b9a0c441a9
7
+ data.tar.gz: ef5153737d63496863bd245efd153c2ce3d6ed388f1b3529d790d12be2935eb067375d7a3b7208b5dafde201f27b1f3a7fe6c4f85d72f5f769f6e22b0086fc99
data/cpee.gemspec CHANGED
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee"
3
- s.version = "2.1.59"
3
+ s.version = "2.1.60"
4
4
  s.platform = Gem::Platform::RUBY
5
- s.license = "LGPL-3.0"
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."
5
+ s.license = "LGPL-3.0-or-later"
6
+ s.summary = "The cloud process execution engine (cpee.org). If you just need workflow execution, without a rest service exposing it, then use WEEL."
7
7
 
8
8
  s.description = "see http://cpee.org"
9
9
 
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.59
4
+ version: 2.1.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -834,7 +834,7 @@ files:
834
834
  - tools/server/resources/properties.init
835
835
  homepage: http://cpee.org/
836
836
  licenses:
837
- - LGPL-3.0
837
+ - LGPL-3.0-or-later
838
838
  metadata: {}
839
839
  post_install_message:
840
840
  rdoc_options: []
@@ -854,6 +854,6 @@ requirements: []
854
854
  rubygems_version: 3.5.9
855
855
  signing_key:
856
856
  specification_version: 4
857
- summary: Preliminary release of cloud process execution engine (cpee.org). If you
858
- just need workflow execution, without a rest service exposing it, then use WEEL.
857
+ summary: The cloud process execution engine (cpee.org). If you just need workflow
858
+ execution, without a rest service exposing it, then use WEEL.
859
859
  test_files: []