riddl 1.0.7 → 1.0.9

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. data/riddl.gemspec +4 -1
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70c104c8c22d254918359c92e76bb244aa12dac2233dc6736b5a3b5a5477ffd5
4
- data.tar.gz: 284190ee2b77f47b12e39ffadf1b2ab292d1058c34e38bd917c7b1e0d3f013a6
3
+ metadata.gz: ba6b8051a948c0ec06a81db4a4be7d8a034035cccf727571128970f840a10a07
4
+ data.tar.gz: 98c608d479cb7667a9db18b84066aea55e5e442b74075fd24ab65d47b1b6c021
5
5
  SHA512:
6
- metadata.gz: 9e1f66ab741bad0fb9ea4bd37196da75a43819abe09f59857009edc06c1b7c06f6f940ce2a99e21b7ca6875d68908b71b4cc69c88dfd998322016f5ec43c7615
7
- data.tar.gz: a4871d0b6ddde238ff92c810287fb86270d4142c8b2733b3c1362dc7f1a6199ece70a4505db828260e5df9596f6344e154a71567ac3b925053cae0c3814a693f
6
+ metadata.gz: 1a8c94ab1638fb2c4454f75d2fb1d6e93c6af91f5874c48a9e30a675a42d4b3c79ccba579e7abde766d90d2396a643286106dbe53392696016ea66fbfbf6f05f
7
+ data.tar.gz: 511c3189000ed043bdfe0d7ba53150fa266ac8b211641c73a7b2d652fd30b4fc273320fcbea3f98b63d21b5d12e32d25f3de02e695b042a879a2f8c536bb2d4e
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "1.0.7"
3
+ s.version = "1.0.9"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0-or-later"
6
6
  s.summary = "Restful Interface Description and Declaration Language: tools and client/server libs"
@@ -20,6 +20,9 @@ Gem::Specification.new do |s|
20
20
  s.email = 'juergen.mangler@gmail.com'
21
21
  s.homepage = 'http://github.com/etm/riddl/'
22
22
 
23
+ s.metadata = {
24
+ 'documentation_uri' => 'https://gemdocs.org/gems/riddl/' + s.version.to_s + '/'
25
+ }
23
26
  s.required_ruby_version = '>=2.2.0'
24
27
 
25
28
  s.add_runtime_dependency 'daemonite', '~>0.7', '>=0.7.0'
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.7
4
+ version: 1.0.9
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: 2025-06-28 00:00:00.000000000 Z
13
+ date: 1980-01-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: daemonite
@@ -538,7 +538,8 @@ files:
538
538
  homepage: http://github.com/etm/riddl/
539
539
  licenses:
540
540
  - LGPL-3.0-or-later
541
- metadata: {}
541
+ metadata:
542
+ documentation_uri: https://gemdocs.org/gems/riddl/1.0.9/
542
543
  rdoc_options: []
543
544
  require_paths:
544
545
  - lib/ruby
@@ -553,11 +554,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
553
554
  - !ruby/object:Gem::Version
554
555
  version: '0'
555
556
  requirements: []
556
- rubygems_version: 3.6.2
557
+ rubygems_version: 3.6.9
557
558
  specification_version: 4
558
559
  summary: 'Restful Interface Description and Declaration Language: tools and client/server
559
560
  libs'
560
561
  test_files:
562
+ - test/smartrunner.rb
561
563
  - test/tc_declaration-distributed.rb
562
564
  - test/tc_declaration-hybrid.rb
563
565
  - test/tc_declaration-local.rb
@@ -566,4 +568,3 @@ test_files:
566
568
  - test/tc_producer.rb
567
569
  - test/tc_properties.rb
568
570
  - test/tc_websocket.rb
569
- - test/smartrunner.rb