cpee-worklist 1.0.3 → 1.0.4

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: d6229f6eaedcaa06c02c5ce94d75f7afee3477d4150d3c21810413de7686b92c
4
- data.tar.gz: 7d61bdf4f65ce0383dd42fe1d92f6ad083cdd81184008a871b78404640364e66
3
+ metadata.gz: adacd30c0b608c05ca1ba7c26927505d5fa48269eb9b792d4bf1c67abc83a999
4
+ data.tar.gz: c60103a35c8df0383ab0c390b71c1ed97824832272e3c80b5f03b000ca61501d
5
5
  SHA512:
6
- metadata.gz: f3808ba81ed27f153ab0aed6e2a8bc783875172ba9ba45849faa2eba77851f3d8cd9058b9c4cccf2eea7e5b0f6a9b7c2f203d0b16705382fc2d0d005b938787a
7
- data.tar.gz: e22efb1573c63a6e5656537b889205ffdf0cdc6c27a3346005a32fc3093bc48a0510be494b694c379a10f9299d1f65b0878bce506986b4867a14ac5bb6a30bb1
6
+ metadata.gz: bdeb86f06b9840b3d247585725e4af9822b3a44cf4ffa58d70d0f79ce394cc15a7d0a3e1703048d75532b971c00b7fd5cd3870ffe6a8aebf5b0df781a9b12f83
7
+ data.tar.gz: cc166a8b393898e4906c550c833dd8361dddfa85b748c35b05213a7f46884dc1c1ca6bc19d5b75c8a22d33f767eb50cd450bca773a506f0eccc88dfb44768a6e
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee-worklist"
3
- s.version = "1.0.3"
3
+ s.version = "1.0.4"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0-or-later"
6
6
  s.summary = "Worklist for the cloud process execution engine (cpee.org)"
data/tools/cpee-worklist CHANGED
@@ -77,10 +77,11 @@ if command == 'new'
77
77
  puts 'Directory already exists, updating ...'
78
78
  end
79
79
  elsif command == 'cpui'
80
+ insta = "#{curpath}/../ui/"
80
81
  if !File.exist?(p1)
81
- FileUtils.cp_r(ui,p1)
82
+ FileUtils.cp_r(insta,p1)
82
83
  else
83
- FileUtils.cp_r(Dir.glob(File.join(ui,'*')),p1,remove_destination: true)
84
+ FileUtils.cp_r(Dir.glob(File.join(insta,'*')),p1,remove_destination: true)
84
85
  puts "Directory already exists, updating ..."
85
86
  end
86
87
  js_libs(p1)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee-worklist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler