cpee-worklist 1.0.3 → 1.0.5

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: d6229f6eaedcaa06c02c5ce94d75f7afee3477d4150d3c21810413de7686b92c
4
- data.tar.gz: 7d61bdf4f65ce0383dd42fe1d92f6ad083cdd81184008a871b78404640364e66
3
+ metadata.gz: 3daac6cb1d247c356ac29def7fd4454a1b3f15da99f17511f4bc304a0bafe2af
4
+ data.tar.gz: d45969b5655ca2858713e35534af3c87c21c1998503b466acf49468d16ab9a23
5
5
  SHA512:
6
- metadata.gz: f3808ba81ed27f153ab0aed6e2a8bc783875172ba9ba45849faa2eba77851f3d8cd9058b9c4cccf2eea7e5b0f6a9b7c2f203d0b16705382fc2d0d005b938787a
7
- data.tar.gz: e22efb1573c63a6e5656537b889205ffdf0cdc6c27a3346005a32fc3093bc48a0510be494b694c379a10f9299d1f65b0878bce506986b4867a14ac5bb6a30bb1
6
+ metadata.gz: 12927f34fee0e5473ab5deb9cb8fed2a685f9aa560ae5147b51be1847eee6b7d72de4dc8f1275a8b192f00d492a950856928004cf850d919676337fe3edc2be9
7
+ data.tar.gz: 7101df0cdf3007db9c7d57e0db3e66994bde0860103e8f8b2568d6b250f6aa89fbdb6f8f9a080d319dd6ad2ee11d7f3dde79f4ab9b45c65b53a794235f71e7d3
@@ -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.5"
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
@@ -3,6 +3,7 @@ curpath = __dir__
3
3
  require 'rubygems'
4
4
  require 'optparse'
5
5
  require 'fileutils'
6
+ require 'typhoeus'
6
7
  require 'xml/smart'
7
8
 
8
9
  def wrap(s, width=78, indent=18)
@@ -77,10 +78,11 @@ if command == 'new'
77
78
  puts 'Directory already exists, updating ...'
78
79
  end
79
80
  elsif command == 'cpui'
81
+ insta = "#{curpath}/../ui/"
80
82
  if !File.exist?(p1)
81
- FileUtils.cp_r(ui,p1)
83
+ FileUtils.cp_r(insta,p1)
82
84
  else
83
- FileUtils.cp_r(Dir.glob(File.join(ui,'*')),p1,remove_destination: true)
85
+ FileUtils.cp_r(Dir.glob(File.join(insta,'*')),p1,remove_destination: true)
84
86
  puts "Directory already exists, updating ..."
85
87
  end
86
88
  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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler