riddl 1.0.7 → 1.0.8
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/README.md +14 -0
- data/riddl.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44b90385eb95e48de659134773bd808762d3ca4c11009b5c8c35043c4e0858ed
|
4
|
+
data.tar.gz: a9112e0bc644f6df9271967de9cd8bfd542d9c19ccfa3a6cba5abcb14af0ac9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9c4c85116e96afb3b12fcf3706bc2f3e27cd2d8af56fd0fa4028fb7b84642ed7dfb12916496484ffb2848cfd04967edfe96633e4f8d75461ae13c34daddc3cd
|
7
|
+
data.tar.gz: b5dd7894ea808dcef3bd41ce17b530566de3dfa5286c7c2848cb9b30eee94fad53da9859a4fb9e452e8306bb7e6e4a4f265a0b8fcec49fb423e7b874c89cf2f2
|
data/README.md
CHANGED
@@ -1,2 +1,16 @@
|
|
1
1
|
All code in this package is provided under the LGPL license.
|
2
2
|
Please read the file COPYING.
|
3
|
+
|
4
|
+
For all running services (unless they are started in production mode):
|
5
|
+
|
6
|
+
* if you add ***?riddl-description*** to the root resource you get you get the full
|
7
|
+
service description: [Example](https://cpee.org/flow/engine/?riddl-description)
|
8
|
+
* if you add ***?riddl-resource-description*** to any resource,
|
9
|
+
you get the methods, parameters, and sub-resources: [Example](https://cpee.org/flow/engine/1/properties/?riddl-resource-description)
|
10
|
+
|
11
|
+
Please read:
|
12
|
+
|
13
|
+
* Mangler, J., Schikuta, E., & Witzany, C. (2009, January). [Quo vadis interface definition languages? Towards a interface definition language for RESTful services.](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=5410459) In 2009 IEEE International Conference on Service-Oriented Computing and Applications (SOCA) (pp. 1-4). IEEE.
|
14
|
+
* Mangler, J., Beran, P. P., & Schikuta, E. (2010, May). [On the origin of services using riddl for description, evolution and composition of restful services.](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=5493448) In 2010 10th IEEE/ACM international conference on cluster, cloud and grid computing (pp. 505-508). IEEE.
|
15
|
+
|
16
|
+
There are many [examples](https://github.com/etm/riddl/tree/main/examples).
|
data/riddl.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: riddl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juergen 'eTM' Mangler
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
- Matthias Ehrendorfer
|
11
11
|
bindir: tools
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: daemonite
|
@@ -553,11 +553,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
553
553
|
- !ruby/object:Gem::Version
|
554
554
|
version: '0'
|
555
555
|
requirements: []
|
556
|
-
rubygems_version: 3.6.
|
556
|
+
rubygems_version: 3.6.9
|
557
557
|
specification_version: 4
|
558
558
|
summary: 'Restful Interface Description and Declaration Language: tools and client/server
|
559
559
|
libs'
|
560
560
|
test_files:
|
561
|
+
- test/smartrunner.rb
|
561
562
|
- test/tc_declaration-distributed.rb
|
562
563
|
- test/tc_declaration-hybrid.rb
|
563
564
|
- test/tc_declaration-local.rb
|
@@ -566,4 +567,3 @@ test_files:
|
|
566
567
|
- test/tc_producer.rb
|
567
568
|
- test/tc_properties.rb
|
568
569
|
- test/tc_websocket.rb
|
569
|
-
- test/smartrunner.rb
|