riddl 1.0 → 1.0.3

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: 1165e53ea063eba2efa24ca6185499ac1b53883d5dc7304c1a38459a2a46689d
4
- data.tar.gz: 6db6f0a89532c7b821ab7028ecd471177441a68922b7c7c82502264fd6568d04
3
+ metadata.gz: 7b8c0cadb2f47e2f0e544d0fc421857e5bda3081e0fc0a2f5ac1d9471ff47824
4
+ data.tar.gz: e51abeb867df96c41ffb9c2ac9218bd7f16bf8687fde22b2893ba60eeb70f7a8
5
5
  SHA512:
6
- metadata.gz: fdb2fd41778924d8dd9d7c7958aa84302bebe855730d7cc1577ac9fba069dd2246b8ef774e6a19e89196db18d9d1149535ad6d0559a39fd16e354f932f07d063
7
- data.tar.gz: 3bcc2e81831a7c771925796f1c0123f92b0d31337fcf69687937793e1e27984bade37c4560c92f6f6be46f42e6e49265cb01f5bb87d58caeedaf132fd6dbe4b2
6
+ metadata.gz: 6288337235159a33b816a3ebe814ed9d759b599a8c5aa47b32ba501483756a357e16c9858da106a90814e4c276b0de9f19847abecc6aa7d851fd84c476b8546b
7
+ data.tar.gz: 6053417ed32af4cd80ef591eebbd79c9802d2560ce2986b2dd2d14cd86c224c119bda7d0612bbd6c3389ec78a71651c57f81f1601b70d532fccdc17fe4a514b9
@@ -356,8 +356,8 @@ unless Module.constants.include?('CLIENT_INCLUDED')
356
356
  :method => riddl_method,
357
357
  :headers => headers,
358
358
  :body => tmp.read,
359
- :ssl_verifypeer => false,
360
- :followlocation => true
359
+ :ssl_verifypeer => false
360
+ # :followlocation => true
361
361
  }
362
362
  if url.user && url.password
363
363
  opts[:username] = Protocols::Utils::unescape(url.user)
@@ -399,6 +399,7 @@ unless Module.constants.include?('CLIENT_INCLUDED')
399
399
  response_headers['CONTENT_ID'],
400
400
  response_headers['RIDDL_TYPE']
401
401
  ).params
402
+ bs.close
402
403
 
403
404
  return res.code.to_i, response, response_headers
404
405
  #}}}
@@ -104,7 +104,7 @@ module Riddl
104
104
  tmp.write EOL
105
105
  end
106
106
  end
107
- tmp.write '--' + BOUNDARY + EOL
107
+ tmp.write '--' + BOUNDARY + '--' + EOL
108
108
  end
109
109
  end
110
110
  tmp.flush
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"
3
+ s.version = "1.0.3"
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: '1.0'
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen 'eTM' Mangler
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: tools
13
13
  cert_chain: []
14
- date: 2024-02-09 00:00:00.000000000 Z
14
+ date: 2024-03-01 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: daemonite
@@ -407,7 +407,6 @@ files:
407
407
  - examples/propnew/server.properties.xml
408
408
  - examples/propnew/test
409
409
  - examples/recursive/description.xml
410
- - examples/recursive/riddlcheck
411
410
  - examples/recursive/server.rb
412
411
  - examples/simulate/test.rb
413
412
  - examples/sse/description.xml
@@ -1 +0,0 @@
1
- /home/mangler/Projects/riddl/tools/riddlcheck