cpee 1.3.212 → 1.3.213
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 +4 -4
- data/cockpit/index.html +2 -2
- data/cpee.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8699dd495fce1a6690d0347e85d3632b4319dab6
|
|
4
|
+
data.tar.gz: 45c4b5b91f195e9df700e577173b634bf8a4e981
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ceaeae925dbb12373c2f2df53aafa7262faba9f8836e7de6aceb2a0a59213810927610549535532adbd14b153c767ef617ecd2053140b31e49418ef545dc54cc
|
|
7
|
+
data.tar.gz: 8fc180626876c0ef9747d45191c58f5a0e6671e64630bf0ce06eb3533e4a4d17283863803331faf841dd556bc5be30870da0ca871e458c29efcc8a366819a764
|
data/cockpit/index.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
<!-- libs, do not modify. When local than load local libs. -->
|
|
24
24
|
<script type="text/javascript">
|
|
25
|
-
if ((document.location.
|
|
25
|
+
if ((document.location.host == 'localhost') && (document.location.protocol == 'http:')) {
|
|
26
26
|
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.min.js">\x3C/script>');
|
|
27
27
|
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.browser.js">\x3C/script>');
|
|
28
28
|
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.svg.min.js">\x3C/script>');
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
document.write('<link rel="stylesheet" href="http://localhost/js_libs/ui.css" type="text/css"/>');
|
|
45
45
|
|
|
46
46
|
document.write('<link rel="stylesheet" href="http://localhost/js_libs/relaxngui.css" type="text/css"/>');
|
|
47
|
-
} else if ((document.location.
|
|
47
|
+
} else if ((document.location.host == 'localhost') && (document.location.protocol == 'https:')) {
|
|
48
48
|
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.min.js">\x3C/script>');
|
|
49
49
|
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.browser.js">\x3C/script>');
|
|
50
50
|
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.svg.min.js">\x3C/script>');
|
data/cpee.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "cpee"
|
|
3
|
-
s.version = "1.3.
|
|
3
|
+
s.version = "1.3.213"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0"
|
|
6
6
|
s.summary = "Preliminary release of cloud process execution engine (cpee). If you just need workflow execution, without a rest/xmpp service exposing it, then use WEEL"
|