cpee-instantiation 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpee-instantiation.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdf2222719d361ca80741d3887a15019b8f27c32223cd753fb3c32ba5f817706
|
4
|
+
data.tar.gz: 79255490eaaf1b44fb1b678e408b95dc39614107a8d01925502b1d88a461c25f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06b19bdbaa842f0be6fa64c6e915640646ade4ef427f0ebddb564af1bedaa3b9e86025746afbfa5c7100a43bd5c9981088c5b595f89751fa6b06203d08607993
|
7
|
+
data.tar.gz: 652165d60cf1635fb205ec7bc8adbae81a9a63a328103be665f06bd6501fe6440a46b09f3133bf1b76a5f31923c55d693f526770f3b50cdf40616e8597094f5e
|
data/cpee-instantiation.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "cpee-instantiation"
|
3
|
-
s.version = "1.1.
|
3
|
+
s.version = "1.1.1"
|
4
4
|
s.platform = Gem::Platform::RUBY
|
5
|
-
s.license = "LGPL-3.0"
|
5
|
+
s.license = "LGPL-3.0-or-later"
|
6
6
|
s.summary = "Subprocess instantiation service for the cloud process execution engine (cpee.org)"
|
7
7
|
|
8
8
|
s.description = "see http://cpee.org"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cpee-instantiation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen eTM Mangler
|
@@ -93,7 +93,7 @@ files:
|
|
93
93
|
- tools/cpee-instantiation
|
94
94
|
homepage: http://cpee.org/
|
95
95
|
licenses:
|
96
|
-
- LGPL-3.0
|
96
|
+
- LGPL-3.0-or-later
|
97
97
|
metadata: {}
|
98
98
|
post_install_message:
|
99
99
|
rdoc_options: []
|