cpee 1.3.133 → 1.3.134
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.
- data/cockpit/lib/wfadaptor.js +1 -1
- data/cockpit/testsets/Concurrent.xml +1 -1
- data/cockpit/testsets/Coopis Testset.xml +3 -3
- data/cockpit/testsets/ICSOC Testset.xml +6 -6
- data/cockpit/testsets/Linear.xml +3 -3
- data/cockpit/testsets/Mangler 1.xml +5 -5
- data/cockpit/testsets/Mangler 2.xml +5 -5
- data/cockpit/testsets/SOPROMO Test Sonification.xml +3 -3
- data/cockpit/testsets/Syncing P34 1.xml +3 -3
- data/cockpit/testsets/Syncing P34 2.xml +3 -3
- data/cockpit/testsets/Syncing P34 3.xml +3 -3
- data/cockpit/testsets/Syncing P34.xml +3 -3
- data/cockpit/testsets/TEST - Bad Loop.xml +11 -11
- data/cpee.gemspec +1 -1
- data/server/handlerwrappers/default.rb +12 -4
- data/server/instances/10/notifications/357012173866e5c3e592444c274e5eda/consumer-secret +1 -0
- data/server/instances/10/notifications/357012173866e5c3e592444c274e5eda/producer-secret +1 -0
- data/server/instances/10/notifications/357012173866e5c3e592444c274e5eda/subscription.xml +28 -0
- data/server/instances/10/properties.xml +145 -0
- data/server/instances/7/properties.xml +149 -0
- data/server/instances/8/properties.xml +145 -0
- data/server/instances/9/properties.xml +145 -0
- data/server/resources/transformation_dslx.xsl +120 -91
- metadata +8 -2
- data/server/server.pid +0 -1
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cpee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.134
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -98,11 +98,17 @@ files:
|
|
|
98
98
|
- server/instances/1/notifications/d12eff1ac812661c05d7090ce7394cf9/subscription.xml
|
|
99
99
|
- server/instances/1/properties.xml
|
|
100
100
|
- server/instances/3/properties.xml
|
|
101
|
+
- server/instances/9/properties.xml
|
|
102
|
+
- server/instances/10/notifications/357012173866e5c3e592444c274e5eda/consumer-secret
|
|
103
|
+
- server/instances/10/notifications/357012173866e5c3e592444c274e5eda/producer-secret
|
|
104
|
+
- server/instances/10/notifications/357012173866e5c3e592444c274e5eda/subscription.xml
|
|
105
|
+
- server/instances/10/properties.xml
|
|
101
106
|
- server/instances/4/properties.xml
|
|
107
|
+
- server/instances/7/properties.xml
|
|
102
108
|
- server/instances/6/properties.xml
|
|
103
109
|
- server/instances/5/properties.xml
|
|
110
|
+
- server/instances/8/properties.xml
|
|
104
111
|
- server/instances/2/properties.xml
|
|
105
|
-
- server/server.pid
|
|
106
112
|
- server/handlerwrappers/soap.rb
|
|
107
113
|
- server/handlerwrappers/default.rb
|
|
108
114
|
- lib/engine.xml
|
data/server/server.pid
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
27589
|