cpee-resources 1.0.1 → 1.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 897dca5a9699558460ef285439ded7e99777d655921cdedae2fddfaefde466f8
4
- data.tar.gz: 393d858b5bde3892cc7c38555c5ed91e822c2a8ae60dc872b1aec36238758d45
3
+ metadata.gz: 7c92683f7ab22dc0df755e682c252413fa11bea895c714aec38709d36bff6b49
4
+ data.tar.gz: 313953754f94d95d4cccc8f39369f0a8c1a1eb0d848072b54e005a443256bddb
5
5
  SHA512:
6
- metadata.gz: 2b48871c3d0d216789927f0dc29ffb9fe4d66591a2653aa4b9ae147a597aac0972fec42ad0cdf4ac0b86d990dfe9f154a599a1205b02a7fa27ec0400d66ebd88
7
- data.tar.gz: 18d600a1f301b3689df0fff745719486fb8b377b163cb574843ec29156da451cad6d70f4b7e0e84f0bb0c39593e3061bdc6fd33e5fa734ece8f0933100d3445f
6
+ metadata.gz: a55bbb3a98061c299f00e5febabbc090358d0fab751f52c95671f001bee7e793ba3dba559cb82d1d11d8ecb78a305350cc2f518fd21a3ed484f276f591a005bb
7
+ data.tar.gz: 62917c79aac0df5fc636e6559427ddd5df45558063c990c34640edca68d57aead216eb7e3b5dcf009d68b6928ef468b8d3a66dc644b6248e46e2dcd9ee72099e
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee-resources"
3
- s.version = "1.0.1"
3
+ s.version = "1.0.2"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0-or-later"
6
6
  s.summary = "Resources list for the cloud process execution engine (cpee.org)"
data/tools/cpee-resources CHANGED
@@ -43,11 +43,11 @@ end
43
43
  ARGV.options { |opt|
44
44
  opt.summary_indent = ' ' * 2
45
45
  opt.summary_width = 15
46
- opt.banner = "Usage:\n#{opt.summary_indent}#{File.basename($0)} [DIR]\n"
46
+ opt.banner = "Usage:\n#{opt.summary_indent}#{File.basename($0)} [options] new DIR\n"
47
47
  opt.on("Options:")
48
48
  opt.on("--help", "-h", "This text") { puts opt; exit }
49
49
  opt.on("")
50
- opt.on(wrap("[DIR] scaffolds a sample resources service."))
50
+ opt.on(wrap("[new DIR] scaffolds a sample resources service."))
51
51
  opt.parse!
52
52
  }
53
53
  if (ARGV.length < 2) ||
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee-resources
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler