riddl 0.114 → 0.117

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76c883a1c81fb878e0263dca4838119d967116d0902bd5fafa2190212c54bf4e
4
- data.tar.gz: f0b5c026d9015f2301d53fcf815e40e5fb266d192ae95dafef817dceb7de1f2f
3
+ metadata.gz: 6338f9c8066488b4ae5e361f2d39ac514c8b7e2a81daa9a723cf0c7ebdc899a8
4
+ data.tar.gz: a1c803128b7695ed590970c53534542f39ffaf948750f64c5f4d5faa8c84023c
5
5
  SHA512:
6
- metadata.gz: 261200915b3d9ffae10c12bf3cc392e6ca6175100f824f41a3e7513b9ea283a214469237a33ec2bd1b53ddab85998c2b83fd2f329751a0316dc6ae18b37d86ba
7
- data.tar.gz: 8b857617ef125831993e9c3ca318e388a41f05ab2f3b555ca4e24c1b4eafe9cdb65c272294221deb4f95ee823462847dfcaf7ad7a4bb218374fd96811e59fc21
6
+ metadata.gz: 997620d70200a2952bf334899c83f8436749ec765873fc0fa774e7268bf9b2aba4c451f4f1ec86f959e9bc5b5269b025a73a9bc8e06cbc7a6274b9b32e8cb487
7
+ data.tar.gz: 87f8887a0baf08ac5074f6abcc3530e06853a87dab472dee998e4d4621c4732a2be183b66f0bc013828dd37eeb13055b02ef74fdda342071ab9009cdd7d2787e
@@ -355,6 +355,7 @@ unless Module.constants.include?('CLIENT_INCLUDED')
355
355
  :headers => headers,
356
356
  :body => tmp.read,
357
357
  :ssl_verifypeer => false
358
+ #:followlocation => true
358
359
  }
359
360
  if url.user && url.password
360
361
  opts[:username] = Protocols::Utils::unescape(url.user)
@@ -178,7 +178,7 @@ module Riddl
178
178
  @riddl_res['Content-Length'] = '0'
179
179
  @riddl_status = 200
180
180
  else
181
- @riddl_log.write "501: the #{@riddl_method} parameters are not matching anything in the description.\n"
181
+ @riddl_log.write "501: a #{@riddl_method} with the these parameters is not part in the description (xml).\n"
182
182
  @riddl_status = 501 # not implemented?!
183
183
  end
184
184
  else
@@ -253,6 +253,9 @@ module Riddl
253
253
  @riddl_env['HTTP_CONTENT_ID'],
254
254
  @riddl_env['HTTP_RIDDL_TYPE']
255
255
  ).params
256
+ if @riddl_opts[:http_debug]
257
+ pp @riddl_parameters
258
+ end
256
259
 
257
260
  @riddl_method = @riddl_env['REQUEST_METHOD'].downcase
258
261
  @riddl_path = '/'
data/riddl.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.114"
3
+ s.version = "0.117"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
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: '0.114'
4
+ version: '0.117'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen 'eTM' Mangler
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: tools
12
12
  cert_chain: []
13
- date: 2021-06-10 00:00:00.000000000 Z
13
+ date: 2021-10-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: daemonite
@@ -548,18 +548,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
548
548
  - !ruby/object:Gem::Version
549
549
  version: '0'
550
550
  requirements: []
551
- rubygems_version: 3.1.6
551
+ rubygems_version: 3.2.22
552
552
  signing_key:
553
553
  specification_version: 4
554
554
  summary: 'restful interface description and declaration language: tools and client/server
555
555
  libs'
556
556
  test_files:
557
- - test/tc_properties.rb
557
+ - test/tc_declaration-distributed.rb
558
558
  - test/tc_declaration-hybrid.rb
559
559
  - test/tc_declaration-local.rb
560
560
  - test/tc_helloworld.rb
561
561
  - test/tc_library.rb
562
- - test/tc_declaration-distributed.rb
563
- - test/tc_websocket.rb
564
562
  - test/tc_producer.rb
563
+ - test/tc_properties.rb
564
+ - test/tc_websocket.rb
565
565
  - test/smartrunner.rb