cpee-model-management 1.1.1 → 1.1.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: 6fc783f8350eac7d65fbda35f275d4ea319878f2265e5d3e02eaf234eb0d4fd1
4
- data.tar.gz: c16ceedc6068a9d0114ddc5456625f55a8a7072770d2e3af28479198a988282c
3
+ metadata.gz: 684d2a9f94f7110a2f207e688a2ef7a8da53bba2848effdf4086e4c5a4dd4f80
4
+ data.tar.gz: 329fbd356f4dd5e1fb8e096cbfd5663cc9b7649047392fa02adf92b4488b74da
5
5
  SHA512:
6
- metadata.gz: 12fe97b8aa17301c3863fb983d0527efae7aacecfb313d5963a0a0d19aa30d73c00ff2b85275a1a0d50a48010d4185df3ff7fd9c4eae15c467ee230b8cc35154
7
- data.tar.gz: 3a657a24d96ebde89e77378f35aed645e3548148c5c33ba28b064362030c5f9b35394e7704cf64b818d5d85b083ab0da84790575f1e8e601d25ae2e6ed0967d2
6
+ metadata.gz: '08595da884d0f3dd930163bee205f473c8bb4542b3e6f7751b29c8aa6ef62544ea5c2336d301b965f90dbb02da90d7a7956a8ae4e4fd0a15692bbd0b382b9445'
7
+ data.tar.gz: f4965adaaa306efd9800b2fffe972f139bd52259056e54d4b068bd20577351ffee6ed31b743c6a32732466e6b7cb7f48dbf2c7a637e00d2a473a93ebf145460f
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee-model-management"
3
- s.version = "1.1.1"
3
+ s.version = "1.1.2"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "(Lifecycle) manage your process models in a directory or git repo."
@@ -493,7 +493,7 @@ module CPEE
493
493
  nil
494
494
  end
495
495
  end
496
- rescue
496
+ rescue => e
497
497
  retry
498
498
  end
499
499
 
data/ui/favicon.ico ADDED
Binary file
data/ui/index.html CHANGED
@@ -20,7 +20,8 @@
20
20
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
21
21
  <head>
22
22
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
23
- <title>Design</title>
23
+ <title>Process Hub</title>
24
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
24
25
 
25
26
  <!-- libs, do not modify. When local than load local libs. -->
26
27
  <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
@@ -72,7 +73,7 @@
72
73
  </ui-tabbar>
73
74
  <ui-content class="noselect">
74
75
  <ui-area data-belongs-to-tab="models">
75
- <p>Your Models are saved/versioned in <a target='_blank' href='https://git-scm.com/'>GIT</a>. So fret not. Just send an email to <a href="mail:helpdesk@acdp.at">helpdesk@acdp.at</a> if you are lost. And as always: <a target='_blank' href='https://www.youtube.com/watch?v=kkxj5xVLyj0&feature=youtu.be&t=56'>get dressed for success</a>.</p>
76
+ <p>Your Models are saved/versioned in <a target='_blank' href='https://git-scm.com/'>GIT</a>. So fret not. Just send an email to <a href="mail:helpdesk@cpee.org">helpdesk@cpee.org</a> if you are lost. And as always: <a target='_blank' href='https://www.youtube.com/watch?v=kkxj5xVLyj0&feature=youtu.be&t=56'>get dressed for success</a>.</p>
76
77
  <table id="models" class='ui-table'>
77
78
  <thead>
78
79
  <th></th>
data/ui/instances.html CHANGED
@@ -20,7 +20,8 @@
20
20
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
21
21
  <head>
22
22
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
23
- <title>Instances</title>
23
+ <title>Process Hub Instances</title>
24
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
24
25
 
25
26
  <!-- libs, do not modify. When local than load local libs. -->
26
27
  <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
@@ -20,7 +20,8 @@
20
20
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
21
21
  <head>
22
22
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
23
- <title>Instances</title>
23
+ <title>Process Hub Instances</title>
24
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
24
25
 
25
26
  <!-- libs, do not modify. When local than load local libs. -->
26
27
  <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
data/ui/resources.html CHANGED
@@ -20,7 +20,8 @@
20
20
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
21
21
  <head>
22
22
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
23
- <title>Resources</title>
23
+ <title>Process Hub Resources</title>
24
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
24
25
 
25
26
  <!-- libs, do not modify. When local than load local libs. -->
26
27
  <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee-model-management
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
8
8
  autorequire:
9
9
  bindir: tools
10
10
  cert_chain: []
11
- date: 2022-06-22 00:00:00.000000000 Z
11
+ date: 2022-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: riddl
@@ -84,6 +84,7 @@ files:
84
84
  - ui/css/design.css
85
85
  - ui/css/stats.css
86
86
  - ui/css/stats_standalone.css
87
+ - ui/favicon.ico
87
88
  - ui/index.html
88
89
  - ui/instances.html
89
90
  - ui/instances_view.html